All MIBs › XYLAN-VLAN-MIB › vIPRouterRelayMode
vIPRouterRelayMode
Module: XYLAN-VLAN-MIB
OID (symbolic): XYLAN-VLAN-MIB::vIPRouterRelayMode
OID (numeric): 1.3.6.1.4.1.800.2.2.2.2.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This controls whether the internal UDP Relay service is enabled or disabled. When enabled, the service will forward packets to a specified server (or specified broadcast address.) or VLAN. Note that for BOOTP/DHCP service, unless the relay's next hop ip address (vIPRouterRelayForwAddr) is set to a valid value, it will not possible to enable the relay. For other services, a VLAN to forwared to (vIPRouterRelayForwVlan in vIPRouterRelayForwTable) or a next hop ip address must be set. The mode definitions are as follows: 1 - enabled 2 - configureRequest 3 - underConfiguration 4 - disabled
A manager will set the state to configureRequest(2) before attempting to configure any other parameters for a particular UPD Service. The agent will then set the state to underConfiguration(3). When in the underConfiguration(3) state, a UDP service is not completely configured and will remain in this state until the management station is finished configuring and sets the state to either enabled(1) or disabled(4).
A manager is restricted to changing the state of an entry in the following ways:
config under To: valid Request config invalid From: valid OK NO OK OK configRequest N/A N/A N/A N/A underConfig OK NO OK OK invalid NO OK NO OK
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.800.2.2.2.2.1.2 snmpwalk -v2c -c public <target> XYLAN-VLAN-MIB::vIPRouterRelayMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.800.2.2.2.2.1.2.1 snmpget -v2c -c public <target> XYLAN-VLAN-MIB::vIPRouterRelayMode.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.800.2.2.2.2.1.2.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> vIPRouterRelayMode.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.800 | xylan | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2 | xylanArch | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2.2 | xylanVlanArch | XYLAN-BASE-MIB |
| 1.3.6.1.4.1.800.2.2.2 | vIPRouterInfo | XYLAN-VLAN-MIB |
| 1.3.6.1.4.1.800.2.2.2.2 | vIPRouterRelayTable | XYLAN-VLAN-MIB |
| 1.3.6.1.4.1.800.2.2.2.2.1 | vIPRouterRelayEntry | XYLAN-VLAN-MIB |
| 1.3.6.1.4.1.800.2.2.2.2.1.2 | vIPRouterRelayMode | XYLAN-VLAN-MIB |