All MIBs › RAPID-CITY › rc2kDeviceGlobalAction
rc2kDeviceGlobalAction
Module: RAPID-CITY
OID (symbolic): RAPID-CITY::rc2kDeviceGlobalAction
OID (numeric): 1.3.6.1.4.1.2272.1.100.4.1.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
none(1), resetPcmcia(2), ..
What is rc2kDeviceGlobalAction?
This OID allows the operator to issue commands to reset or reboot device components, with value 1=no-op, 2=reset PCMCIA card, and others for different actions. It's write-only for triggering immediate device maintenance without physically touching hardware. An engineer would use this to restart a network card or clear a fault condition remotely.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2272.1.100.4.1.1.8 snmpwalk -v2c -c public <target> RAPID-CITY::rc2kDeviceGlobalAction
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2272.1.100.4.1.1.8.1 snmpget -v2c -c public <target> RAPID-CITY::rc2kDeviceGlobalAction.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2272.1.100.4.1.1.8.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rc2kDeviceGlobalAction.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.4 | rc2kDevice | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100.4.1 | rc2kDeviceGlobalTable | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100.4.1.1 | rc2kDeviceGlobalEntry | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.100.4.1.1.8 | rc2kDeviceGlobalAction | RAPID-CITY |