hpnicfEOCCommonCltAutoAuthorize
HPN-ICF-EOC-COMMON-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.83.2.1.1.1
Object
This value determines whether software performs self-authorization for each Cable Network Unit(CNU) registering to the network. Setting it to false means for every CNU registering, software requires external authorization, and until it's done the CNU is not authenticated. True value means software authorizes each CNU registering to the network automatically.
Context
- MIB
- HPN-ICF-EOC-COMMON-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.83.2.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpnicfEOCCommonCltManEntry
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::hpnicfEOCCommonCltAutoAuthorize'
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::hpnicfEOCCommonCltAutoAuthorize.<ifIndex>'
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::hpnicfEOCCommonCltAutoAuthorize'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |