All MIBs › CROUTE-MIB › ipGlobalsBOOTPRelayStatus
ipGlobalsBOOTPRelayStatus
Module: CROUTE-MIB
OID (symbolic): CROUTE-MIB::ipGlobalsBOOTPRelayStatus
OID (numeric): 1.3.6.1.4.1.81.31.1.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Whenever to activate the BOOTP Relay protocol on the device. enable - set by the user, means activate the BOOTP Relay protocol over the defined VLANs. disable - set by the user, means don't active the BOOTP Relay protocol. backup - set by the user, means the BOOTP Relay protocol is in stand-by. It will enter to activeBackup mode after IP REDUNDANCY mechanism will enter to active mode. activeBackup - set by the device (status), means the backup BOOTP Relay is working (after time-out of IP REDUNDANCY).
What is ipGlobalsBOOTPRelayStatus?
This read-write enumerated integer controls whether the device's BOOTP Relay protocol is active across its VLANs, with enable/disable set directly by the admin and backup/activeBackup reflecting a redundancy handoff tied to the IP Redundancy mechanism. An admin sets this to enable(1) to have the router forward BOOTP/DHCP requests from client VLANs to a configured server, or to backup(3) so it stands ready to take over if the primary router fails. For example, on a standby router configured with backup(3), the status automatically flips to activeBackup(4) once IP Redundancy detects the primary router is down and promotes this one.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.81.31.1.1.1 snmpwalk -v2c -c public <target> CROUTE-MIB::ipGlobalsBOOTPRelayStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.81.31.1.1.1.1 snmpget -v2c -c public <target> CROUTE-MIB::ipGlobalsBOOTPRelayStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.81.31.1.1.1.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ipGlobalsBOOTPRelayStatus.1
Start monitoring Layer 3 switch platform (vendor unclear, BOOTP/RIP) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CROUTE-MIB::ipGlobalsBOOTPRelayStatus OID value, configure state conditions and alerts, and monitor any Layer 3 switch platform (vendor unclear, BOOTP/RIP) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.81 | lannet | GEN-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.81.31 | croute | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.1 | ipRoute | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.1.1 | ipGlobals | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.1.1.1 | ipGlobalsBOOTPRelayStatus | CROUTE-MIB |