hpnicfEOCComUniAdminStatus
HPN-ICF-EOC-COMMON-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.83.4.1.1.19
Object
column r/w
Enumeration
Control if open or close the UNI. If choose up(1), means the UNI is opened and packets can pass it. If choose down(2), means the UNI is closed and all packets will be discard.
Context
- MIB
- HPN-ICF-EOC-COMMON-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.83.4.1.1.19- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpnicfEOCComUniManEntry
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 'HPN-ICF-EOC-COMMON-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-EOC-COMMON-MIB::hpnicfEOCComUniAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-EOC-COMMON-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-EOC-COMMON-MIB::hpnicfEOCComUniAdminStatus.<ifIndex>.<hpnicfEOCUniIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-EOC-COMMON-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-EOC-COMMON-MIB::hpnicfEOCComUniAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |