inactiveUniqueManageProtocolPort80
NGPON-MIB ·
.1.3.6.1.4.1.13464.1.14.1.1.2.7.11.1.2
Object
column r/w
Enumeration
set protocol-port-80 disable mode discard or enable mode forward.
Context
- MIB
- NGPON-MIB
- OID
.1.3.6.1.4.1.13464.1.14.1.1.2.7.11.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- inactiveUniqueManageEntry
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 'NGPON-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NGPON-MIB::inactiveUniqueManageProtocolPort80'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NGPON-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NGPON-MIB::inactiveUniqueManageProtocolPort80.<inactiveUniqueManageIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NGPON-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NGPON-MIB::inactiveUniqueManageProtocolPort80'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable_discard |
1 | disable_forward |
2 | enable_discard |
3 | enable_forward |
4 | init |