hwCliSysSecurityMode
HUAWEI-MNGT-MIB ·
.1.3.6.1.4.1.2011.6.3.10.6.5
Object
scalar r/w
Enumeration
The object specifies whether security mode is enable.
Options:
1. enable(1) -indicates that the security administrator,
whose name is security, can log in to the system.
2. disable(2) -indicates that the rights of user root are
separated and are assigned to user security.
User security can perform the querying operation and the operations
corresponding to the rights separated from the rights of user root.
That is, when the security mode switch is enabled(1), certain operations
that can be performed by user root originally cannot be performed by user
root but by user security. When the security mode is set to disable(2),
the rights of user root and user security are combined and all the rights
are owned by user root. In this case, user security cannot log in to the system.
DEFVAL { disable }
Context
- MIB
- HUAWEI-MNGT-MIB
- OID
.1.3.6.1.4.1.2011.6.3.10.6.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hwCliSysPara
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-MNGT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-MNGT-MIB::hwCliSysSecurityMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-MNGT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-MNGT-MIB::hwCliSysSecurityMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |