ctFDDISerialAdminStatus
CTRON-FDDI-FNB-MIB ·
.1.3.6.1.4.1.52.4.1.2.5.1.4.2.1.2
Object
column mandatory
r/w
Enumeration
Describes the adminstrative desired state for this FNB
serial control module.
insertFNB1(1) - The serial controlled module should be
inserted into FNB-1 and bypass FNB-2.
insertFNB2(2) - The serial contolled module should be
inserted into FNB-2 and bypass FNB-1.
insertFNB1FNB2(3) - Insert the serial controlled module
on both FNBs.
bypass(4) - Bypass the connection to both FNBs.
hwControlFNB1(5) - Use hardware settings for FNB-1.
hwControlFNB2(6) - Use hardware settings for FNB-2.
hwControl(7) - Use the hardware settings for both
FNBs.
Context
- MIB
- CTRON-FDDI-FNB-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.5.1.4.2.1.2- Type
- column
- Access
- readwrite
- 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::ctFDDISerialAdminStatus'
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::ctFDDISerialAdminStatus.<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::ctFDDISerialAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | insertFNB1 |
2 | insertFNB2 |
3 | insertFNB1FNB2 |
4 | bypass |
5 | hwControlFNB1 |
6 | hwControlFNB2 |
7 | hwControl |