snPOSInfoAdminStatus
HP-SN-POS-GROUP-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.12.2.14.1.1.1.6
Object
column mandatory
r/w
Enumeration
The desired state of all ports. The testing(3) state indicates that no operational packets can be passed. (same as ifAdminStatus in MIB-II)
Context
- MIB
- HP-SN-POS-GROUP-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.12.2.14.1.1.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- snPOSInfoEntry
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 'HP-SN-POS-GROUP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-SN-POS-GROUP-MIB::snPOSInfoAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-SN-POS-GROUP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-SN-POS-GROUP-MIB::snPOSInfoAdminStatus.<snPOSInfoPortNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-SN-POS-GROUP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-SN-POS-GROUP-MIB::snPOSInfoAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |