staticGroupPortList
NSCRTV-PON-TREE-EXT-MIB ·
.1.3.6.1.4.1.34592.1.3.100.19.2.1.4
Object
column r/w
OctetString
Forwarding port list
1. OLT
-------------------------------------------------------------------
It is presented by member port list. Each member port is identified
by 4-byte format, same as TC of EponDeviceIndex. The actual length of
this string depends of the number of member ports in the port list.
The relationship is:
Length of the string = 4 * (NUM of member ports)
For example, if device 1, port 1/2 and 2/3 is the member ports,
then this object will be presented as:
01 01 02 00 01 02 03 00
2. ONU
-------------------------------------------------------------------
It is presented by member port list. Each member port is identified
by 2-byte format, One for slot ID, the last for port ID. The actual
length of this string depends of the number of member ports. If the
ONU is fixed (not modulized), set slot ID to 0, the NMS could ignore
the slot info.
Note that, slot here shall follow the last byte definition of
EponCardIndex to indicate the main-slot and sub-slot index.
The relationship is:
Length of the string = 2 * (NUM of member ports)
For example, if port 1/2 and 3/4 is the member ports of the group,
then the object is presented as:
01 02 03 04
Context
- MIB
- NSCRTV-PON-TREE-EXT-MIB
- OID
.1.3.6.1.4.1.34592.1.3.100.19.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- igmpStaticForwardingEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NSCRTV-PON-TREE-EXT-MIB' -M '/opt/observium/mibs/cdata:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-PON-TREE-EXT-MIB::staticGroupPortList'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NSCRTV-PON-TREE-EXT-MIB' -M '/opt/observium/mibs/cdata:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NSCRTV-PON-TREE-EXT-MIB::staticGroupPortList.<staticGroupDeviceIndex>.<staticGroupVlanIndex>.<staticGroupIPAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NSCRTV-PON-TREE-EXT-MIB' -M '/opt/observium/mibs/cdata:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NSCRTV-PON-TREE-EXT-MIB::staticGroupPortList'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.