c64PortConfigPrefIndex
CISCO-6400-CHASSIS-MIB ·
.1.3.6.1.4.1.9.10.27.1.1.6.1.9
Object
column r/w
Enumeration
This object specify which port in the pair of
redundancy to be used as prefer port.
The value of:
primaryPort(1) is telling the system use the port
referred by c64PortConfigModule1Index,
c64PortConfigSubModule1Index and
c64PortConfigPort1Index as preferred port.
secondaryPort(2) is to use the port referred by
c64PortConfigModule2Index,
c64PortConfigSubModule2Index and
c64PortConfigPort2Index.
The default is primaryPort(1).
Context
- MIB
- CISCO-6400-CHASSIS-MIB
- OID
.1.3.6.1.4.1.9.10.27.1.1.6.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- c64PortConfigEntry
- Groups
- 2
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 'CISCO-6400-CHASSIS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-6400-CHASSIS-MIB::c64PortConfigPrefIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-6400-CHASSIS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-6400-CHASSIS-MIB::c64PortConfigPrefIndex.<c64PortConfigModule1Index>.<c64PortConfigSubModule1Index>.<c64PortConfigPort1Index>.<c64PortConfigModule2Index>.<c64PortConfigSubModule2Index>.<c64PortConfigPort2Index>.<c64SubSlotRedundantIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-6400-CHASSIS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-6400-CHASSIS-MIB::c64PortConfigPrefIndex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | primaryPort |
2 | secondaryPort |