ZTE-AN-TC-MIB
The MIB module which provides a ZTE access node device MIB
Textual Conventions.
- Source file
ZTE-AN-TC-MIB- Last revised
- Identity
zxAnTcMib- Base OID
1.3.6.1.4.1.3902.1082.1010
Imported Objects
| SNMPv2-SMI | enterprises Integer32 MODULE-IDENTITY (no object page) OBJECT-TYPE (no object page) Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION (no object page) |
| ZTE-AN-SMI | zxAccessNode |
Net-SNMP examples using the zte-ng MIB directory Show commands
These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.
Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-TC-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-TC-MIB::zxAnTcMib'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZTE-AN-TC-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-TC-MIB::zxAnTcMib'
Objects (1)
Showing 1 of 1 objects
Object legend
Object type
Icons distinguish tables, entry rows, columns, scalars, and structural nodes.
SNMPv2-TCTruthValue
Syntax
Blue badges identify the value syntax. Connected badges read as defining module and convention.
IF-MIBifIndex
Table index
Green identifies an index object; yellow names its module when the index is defined elsewhere.
r/w
deprecated
obsolete
Access and status
r/w means read-write. Grey labels mark definitions retained for compatibility.
OBS ✓
Observium use
The indicator appears only when Observium directly references that object.
ifOperStatus
.1.3.6.1.2.1…
Names and OIDs
Object names link to their detail pages. Hover or focus a linked name or badge for available definition details.
.1.3.6.1.4.1.3902.1082.1010 |
Dependencies (3) 3 direct Show tree and compile order Hide dependency details
Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.
Dependency tree
Dependency-first compile order
- SNMPv2-SMIrfc
- SNMPv2-TCrfc
- ZTE-AN-SMIzte-ng
- ZTE-AN-TC-MIBzte-ngselected
Type Definitions (4)
| Integer32 |
range: 1..4094 A 12-bit VLAN ID used in the VLAN Tag header.
|
|
| OctetString |
ZxAnIdList reprensents a map of id,such as vlan id list,
multicast pkg id list. Each octet within this field specifies a set of eight id, with the first octet specifying id 1 through 8, the second octet specifying id 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered id, and the least significant bit represents the highest numbered id. Thus, each id of the service entity is represented by a single bit within the value of this object. If that bit has a value of '1' then that id is included in the set of ids; the id is not included if its bit has a value of '0'. |
|
| OctetString |
ZxAnPortList reprensents a map of ports. It uses a complex coding
to construct a OCTET STRING. ZxAnPortList is consisted of many physical port units. Each port unit is the type of OCTET STRING which including some bit fields. +-----------+-----------+ +-------------+-------------+ | Phy Port 1| Phy Port 2| ... | Phy Port n-1| Phy Port n | | Unit | Unit | | Unit | Unit | +-----------+-----------+------+-------------+-------------+ Each port unit has some bit fields to indicate some information. The definition of a port unit is as follows. | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| |---------|-------------|----------|-----------|----------------| |Unit Size|InterfaceType| Port No. |ServiceType| Ports List | | | |(Phy port)| | (logical port) | +---------+-------------+----------+-----------+----------------+ Unit Size: The length of this port unit, UNIT is byte. InterfaceType: The values definition of interfaceType 1 - Physical Port 2 - DSL PVC 4 - EPON/GPON vport 5 - ATM PVC 6 - VDSL PVC 241 - Smartgroup Port No.: The port No. in a slot. ServiceType: The service is carried by these ports or virtual circuits. Ports List: Each octet within this field specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the service entity is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports, the port is not included if its bit has a value of '0'. For Example: InterfaceType: 1 - Physical Port | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| |---------|----------|----------|----------|----------------------| |Unit Size| 1 | 0 | 0 |Physical Ports List | +---------+----------+----------+----------+----------------------+ InterfaceType: 2 - DSL PVC | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| |---------|----------|----------|----------|----------------------| |Unit Size| 2 | Port No. | 0 |DSL PVCs List | +---------+----------+----------+----------+----------------------+ InterfaceType: 4 - EPON/GPON vport | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| |---------|----------|----------|----------|----------------------| |Unit Size| 4 | Port No. | ONU |VPorts List | +---------+----------+----------+----------+----------------------+ InterfaceType: 5 - ATM PVC | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| |---------|----------|----------|----------|----------------------| |Unit Size| 5 | Port No. | 0 |ATM PVCs List | +---------+----------+----------+----------+----------------------+ InterfaceType: 6 - VDSL PVC | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| |---------|----------|----------|----------|----------------------| |Unit Size| 6 | Port No. | 0 |VDSL PVCs List | +---------+----------+----------+----------+----------------------+ InterfaceType: 241 - Smartgroup | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| |---------|----------|----------|----------|----------------------| |Unit Size| 241 | 0 | 0 |Smart Groups List | +---------+----------+----------+----------+----------------------+ |
|
| Integer32 |
ZxAnSubIfIndex represents a sub-interface of a physical port.
It must be used with ifIndex. ZxAnSubIfIndex uses a complex coding to construct the subIfIndex. Each bit field of ZxAnSubIfIndex has its definitions such as follows. MSB -- Most Significant Byte LSB -- Least Significant Byte | MSB | Byte 2 | Byte 1 | LSB | |-----------+----------------------------------------------| | SubIfType | SubIf No. | | (5bits) | (27bits) | +-----------+----------------------------------------------+ SubIfType : The values definition is, 0 - Invalid sub-interface 1 - ONU sub-interface 2 - ONU vport sub-interface 3 - ONU service port sub-interface 4 - ONU gemport sub-interface 5 - ONU UNI sub-interface 6 - DSL PVC sub-interface 7 - ATM/IMA PVC sub-interface 8 - VLAN sub-interface 9 - Ethernet service port sub-interface 0 - Invalid sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+----------------------------------------------| | 0 | 0 | | (5bits) | (27bits) | +-----------+----------------------------------------------+ 1 - ONU sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+------------------+---------------------------| | 1 | ONU No. | 0 | | (5bits) | (11bits) | (16bits) | +-----------+------------------+---------------------------+ 2 - ONU vport sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+------------------+--------------+------------| | 2 | ONU No. | VPort No. | 0 | | (5bits) | (11bits) | (8bits) | (8bits) | +-----------+------------------+--------------+------------+ 3 - ONU service port sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+------------------+---------------------------| | 3 | ONU No. | Service Port | 0 | | | | No. | | | (5bits) | (11bits) | (8bits) | (8bits) | +-----------+------------------+--------------+------------+ 4 - ONU gemport sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+------------------+--------------+------------| | 4 | ONU No. | Gemport No. | 0 | | (5bits) | (11bits) | (8bits) | (8bits) | +-----------+------------------+--------------+------------+ 5 - ONU UNI sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+------------------+--------------+------------| | 5 | ONU No. | ONU Slot No. |ONU UNI No. | | (5bits) | (11bits) | (8bits) | (8bits) | +-----------+------------------+--------------+------------+ 6 - DSL PVC sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+---------------------------------+------------| | 6 | 0 | PVC No. | | (5bits) | (19bits) | (8bits) | +-----------+---------------------------------+------------+ 7 - ATM/IMA PVC sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+------------------+---------------------------| | 7 | 0 | PVC No. | | (5bits) | (11bits) | (16bits) | +-----------+------------------+---------------------------+ 8 - VLAN sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+---+----------------------+-------------------| | 8 | 0 | SVLAN ID | CVLAN ID | | (5bits) |(3)| (12bits) | (12bits) | +-----------+---+----------------------+-------------------+ 9 - Ethernet service port sub-interface | MSB | Byte 2 | Byte 1 | LSB | |-----------+---------------------------------+------------| | 9 | 0 |Service Port| | | | No. | | (5bits) | (19bits) | (8bits) | +-----------+---------------------------------+------------+ |