XEDIA-DVMRP-MIB

File: XEDIA-DVMRP-MIB.mib (3058 bytes)

Imported modules

SNMPv2-SMI XEDIA-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE xediaMibs

Defined Types

XdvmrpInterfaceEntry  
SEQUENCE    
  xdvmrpInterfaceIfIndex INTEGER
  xdvmrpInterfaceState INTEGER
  xdvmrpInterfaceDefaultInformation INTEGER
  xdvmrpInterfaceUnicastTunnel INTEGER

Defined Values

xdvmrpMIB 1.3.6.1.4.1.838.3.32
The Xedia extention MIB module for management of DVMRP routers.
MODULE-IDENTITY    

xdvmrpMIBObjects 1.3.6.1.4.1.838.3.32.1
OBJECT IDENTIFIER    

xdvmrp 1.3.6.1.4.1.838.3.32.1.1
OBJECT IDENTIFIER    

xdvmrpInterfaceTable 1.3.6.1.4.1.838.3.32.1.1.1
The (conceptual) table listing the router's multicast- capable interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XdvmrpInterfaceEntry

xdvmrpInterfaceEntry 1.3.6.1.4.1.838.3.32.1.1.1.1
An entry (conceptual row) in the dvmrpInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides.
Status: current Access: not-accessible
OBJECT-TYPE    
  XdvmrpInterfaceEntry  

xdvmrpInterfaceIfIndex 1.3.6.1.4.1.838.3.32.1.1.1.1.1
The ifIndex value of the interface for which DVMRP is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

xdvmrpInterfaceState 1.3.6.1.4.1.838.3.32.1.1.1.1.2
The current status of this DVMRP interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

xdvmrpInterfaceDefaultInformation 1.3.6.1.4.1.838.3.32.1.1.1.1.3
Control the advertisement of default route (0.0.0.0) to the DVMRP neighbor(s) on the interface. When the value is set to disabled(1), no default route is advertised. When set to originate(2), default route is advertised along the other routes. When the value is set to only(3), only the default route is advertised through this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(1), originate(2), only(3)  

xdvmrpInterfaceUnicastTunnel 1.3.6.1.4.1.838.3.32.1.1.1.1.4
Control the transmission of DVMRP messages to be unicast to the remote end point of the tunnel instead of send through the tunnel. Enabled this to interoperate with mrouted or cisco with tunnel configured in dvmrp mode.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)