Enter these command in telnet, omcicli
is a binary file (/bin/omcicli
) to check or set MIB
Make sure you set your putty or Terminal to save output log, copy these and paste it
for ME in 00002 00005 00006 00007 00011 00024 00045 00047 00049 00050 00052 00078 00079 00083 00084 00089 00130 00131 \
00133 00134 00136 00137 00148 00157 00158 00171 00240 00244 00245 00248 00249 00250 00253 00255 00256 00257 00262 00263 \
00264 00266 00267 00268 00272 00273 00274 00277 00278 00280 00281 00284 00287 00296 00298 00307 00308 00309 00310 00311 \
00312 00321 00322 00329 00330 00334 00340 00341 65282 65294 65408 65527 65528 65529 65530 65531 74; do echo -e "\n\nMIB:" \
$ME"\n\n";omcicli mib get $ME; done;
The Card Holder section of the MIB defines the types of cards or modules installed in the ONT.
MIB | EntityId | ActualType | ExpectedType | Description |
---|---|---|---|---|
5 | 0x0601 | 32 | 32 | POTS Cardholder (Plain Old Telephone Service) |
5 | 0x0101 | 47 | 47 | UNI Cardholder (User Network Interface) |
5 | 0x0e01 | 48 | 48 | VEIP Cardholder (Virtual Ethernet Interface Point) |
5 | 0x0180 | 248 | 248 | ANI Cardholder (Access Network Interface) |
The Circuit Pack section of the MIB describes the various types of circuit packs or line cards installed in the ONT.
MIB | EntityId | ActualType | NumOfPorts | Description |
---|---|---|---|---|
6 | 0x0601 | 32 | 2 | POTS Circuit Pack (Plain Old Telephone Service) |
6 | 0x0101 | 47 | 4 | UNI Circuit Pack (User Network Interface) |
6 | 0x0e01 | 48 | 1 | VEIP Circuit Pack (Virtual Ethernet Interface Point) |
6 | 0x0180 | 248 | 1 | ANI Circuit Pack (Access Network Interface) |
Note: EntityId may vary, but the ones listed are commonly used.
omcicli mib get 6
omcicli mib get 7
omcicli mib get 11
also define as
4-port Emulation
set Administrative State (AdminState
) to 0 to prevent OLT disable LAN ports>
omcicli mib get 53
Define how Plain Old Telephone Service usage on the ONU
omcicli mib get 84
This allow to see PON VLAN and ETH VLAN
omcicli mib get 131
omcicli mib get 138
omcicli mib get 171
This allow to see VLAN mapping either 1:1 or 1:any, also define which VLAN going to target ONT LAN Port, this are responsible issue of 4-port
omcicli mib get 256
omcicli mib get 257
omcicli mib get 262
omcicli mib get 263
PON Side
omcicli mib get 264
LAN Side
omcicli mib get 277
omcicli mib get 309
You can find VLANs used for IPTV multicast traffic here
omcicli mib get 329
Another way to access VLAN by using Virtual Ethernet, commonly use for VoIP and TR-069