ctFDDISerialOperStatus
CTRON-FDDI-FNB-MIB ·
.1.3.6.1.4.1.52.4.1.2.5.1.4.2.1.3
Object
column mandatory
Enumeration
Describes the operational status of this FDDI serial
controlled module.
insertFNB1(1) - The serial controlled module is
inserted into FNB-1 and bypassed from FNB-2.
insertFNB2(2) - The serial controlled module is
bypassed from FNB-1 and inserted into FNB-2.
insertFNB1FNB2(3) - The serial controlled module is
inserted into both FNB-1 and FNB-2.
bypass(4) - The serial controlled module is bypassed
from both FNB-1 and FNB-2.
Context
- MIB
- CTRON-FDDI-FNB-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.5.1.4.2.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ctFDDISerialConfigEntry
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 'CTRON-FDDI-FNB-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-FDDI-FNB-MIB::ctFDDISerialOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-FDDI-FNB-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-FDDI-FNB-MIB::ctFDDISerialOperStatus.<ctFDDISerialSlotID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-FDDI-FNB-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-FDDI-FNB-MIB::ctFDDISerialOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | insertFNB1 |
2 | insertFNB2 |
3 | insertFNB1FNB2 |
4 | bypass |