agCurSecurityMode
IBM-GbTOR-G8052-MIB ·
.1.3.6.1.4.1.26543.2.7.7.1.1.1.180
Object
scalar Enumeration
This is an action object to change switch security mode. There are thtree
security modes for IBM switch: strict mode, compatibility mode and strict mode
with SNMP not comply.
Strict mode:
Strict mode will have higher security level. Encryption algorithms in strict
mode will be compliance with the NIST SP 800-131A. Detailed information please
refer NIST SP 800-131A mode Functional Specification. SSH will be enabled by
default in strict mode for all platforms. It's strict(1) in this node.
Compatibility mode:
This is the default mode when switch first boot up. MD5/SHA/DES are selected as
Hash/Encryption algorithms. It's compatibility(2) in this node.
Strict mode with SNMP not comply:
To provide backward compatibility option, insecure MD5/DES are supported. It's
strictsnmpolduser(3) in this node.
The current security mode is returned when this object ie read.
Context
- MIB
- IBM-GbTOR-G8052-MIB
- OID
.1.3.6.1.4.1.26543.2.7.7.1.1.1.180- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- agSystem
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 'IBM-GbTOR-G8052-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-GbTOR-G8052-MIB::agCurSecurityMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-GbTOR-G8052-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-GbTOR-G8052-MIB::agCurSecurityMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | compatibility |
1 | strict |
2 | strictsnmpolduser |