hwGonuMutualAuthSwitch
HUAWEI-GONU-MIB ·
.1.3.6.1.4.1.2011.5.104.1.4.1.1.6
Object
column r/w
Enumeration
The switch for the mutual authentication function. Options: 1. enable(1) - enable the mutual authentication function 2. disable(2) - disable the mutual authentication function Default: disable When this node is set to enable(1), the node hwGonuMutualAuthPassword should be set with valid data.
Context
- MIB
- HUAWEI-GONU-MIB
- OID
.1.3.6.1.4.1.2011.5.104.1.4.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwGonuAuthEntry
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 'HUAWEI-GONU-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-GONU-MIB::hwGonuMutualAuthSwitch'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-GONU-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-GONU-MIB::hwGonuMutualAuthSwitch.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-GONU-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-GONU-MIB::hwGonuMutualAuthSwitch'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |