ciiIPAddressCategoryCap
CISCO-IP-IF-MIB ·
.1.3.6.1.4.1.9.9.309.1.1.1
Object
scalar Bits
This object indicates what types of IP address category can
be configured on this device.
single(0) means that each interface on the device can be
assigned only one IP address.
primary(1) means that each interface on the device can be
assigned an IP address as the primary one.
secondary(2) means that each interface on the device can be
assigned an IP address as the secondary one.
Devices which has the single(0) bit set to 1, should have
the primary(1) and secondary(2) bits set to 0.
Likewise devices which have the primary(1) and/or
secondary(2) bits set to 1, should have the single(0)
set to 0.
Context
- MIB
- CISCO-IP-IF-MIB
- OID
.1.3.6.1.4.1.9.9.309.1.1.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- ciiIPAddressConfiguration
- Groups
- 2
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 'CISCO-IP-IF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IP-IF-MIB::ciiIPAddressCategoryCap.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IP-IF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IP-IF-MIB::ciiIPAddressCategoryCap'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | single |
1 | primary |
2 | secondary |