All MIBs › RC-2K-MIB › rc2kChassisPortOperStatus
rc2kChassisPortOperStatus
Module: RC-2K-MIB
OID (symbolic): RC-2K-MIB::rc2kChassisPortOperStatus
OID (numeric): 1.3.6.1.4.1.2272.1.100.1.1
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
A bit array that contains the oper-status of the ports in the device. 2 bits are used for each port. The high order 2 bits of the first octet represent port #0, the next two bits are used for port #1, etc. The status is encoded with the following scheme : value meaning ----- ------- 0 no-link (admin=up, oper=down) 1 up (admin=up, oper=up) 2 down (admin=down, oper=down) 3 testing (admin=test, oper=test)
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2272.1.100.1.1 snmpwalk -v2c -c public <target> RC-2K-MIB::rc2kChassisPortOperStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2272.1.100.1.1.1 snmpget -v2c -c public <target> RC-2K-MIB::rc2kChassisPortOperStatus.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.2272 | rapidCity | RAPID-CITY |
| 1.3.6.1.4.1.2272.1 | rcMgmt | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100 | rc2k | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100.1 | rc2kChassis | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100.1.1 | rc2kChassisPortOperStatus | RC-2K-MIB |