ctFnbConnect
CTRON-CSMACD-MIB ·
.1.3.6.1.4.1.52.4.1.2.4.1.1.1.1.2
Object
column mandatory
r/w
Enumeration
Denotes the connection status of the CSMA/CD board to the inter-RIC bus. The values of 1, 2, and 4 define connection status of connect for the subsystem, values 5 and 6 define connection status of subnet connect for the subsystem, value 8 is defined as a front panel connection on the module, and a value of 3 defines disconnect status.
Context
- MIB
- CTRON-CSMACD-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.4.1.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctFnbCSMACDEntry
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-CSMACD-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-CSMACD-MIB::ctFnbConnect'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-CSMACD-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-CSMACD-MIB::ctFnbConnect.<ctFnbCSMACDIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-CSMACD-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-CSMACD-MIB::ctFnbConnect'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | connectB |
2 | connectC |
3 | disconnect |
4 | connectA |
5 | subnetB |
6 | subnetC |
7 | multiChannel |
8 | frontpanel |