cie1000SnmpConfigAccessGroupSecurityModel
CIE1000-SNMP-MIB ·
.1.3.6.1.4.1.9.9.832.1.36.1.2.8.1.2
Object
column CIE1000SnmpSecurityModel
The security model of this entry. Can be v1, v2c, usm or any.
Context
- MIB
- CIE1000-SNMP-MIB
- OID
.1.3.6.1.4.1.9.9.832.1.36.1.2.8.1.2- Type
- column
- Access
- notifyonly
- Status
- current
- Parent
- cie1000SnmpConfigAccessGroupEntry
- Groups
- 1
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 'CIE1000-SNMP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-SNMP-MIB::cie1000SnmpConfigAccessGroupSecurityModel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIE1000-SNMP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-SNMP-MIB::cie1000SnmpConfigAccessGroupSecurityModel.<cie1000SnmpConfigAccessGroupAccessGroupName>.<cie1000SnmpConfigAccessGroupSecurityModel>.<cie1000SnmpConfigAccessGroupSecurityLevel>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIE1000-SNMP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIE1000-SNMP-MIB::cie1000SnmpConfigAccessGroupSecurityModel'
Syntax
- Source
- CIE1000SnmpSecurityModel
- Base type
Enumeration
Values & Constraints
Type Values
0 | any |
1 | v1 |
2 | v2c |
3 | usm |