onuVLANProfileVlanMode
FS-NMS-GPON-MIB ·
.1.3.6.1.4.1.52642.10.6.1.1.1.3
Object
column r/w
Enumeration
1 Transparent,2 Tag, 3 Translation,4 Vlan-stacking, 5 Aggregation,6 Trunk. Defualt value is 1.
Context
- MIB
- FS-NMS-GPON-MIB
- OID
.1.3.6.1.4.1.52642.10.6.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- onuVLANProfileEntry
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 'FS-NMS-GPON-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-GPON-MIB::onuVLANProfileVlanMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-GPON-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-GPON-MIB::onuVLANProfileVlanMode.<onuVLANProfileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-GPON-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-GPON-MIB::onuVLANProfileVlanMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | transparent |
2 | tag |
3 | translation |
4 | vlan-stacking |
5 | aggregation |
6 | trunk |