IPAD-ROUTER-MIB

File: IPAD-ROUTER-MIB.mib (21829 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IPADv2-MIB

Imported symbols

IpAddress OBJECT-TYPE MODULE-IDENTITY
DisplayString ipad

Defined Types

IpadCircuitTableEntry  
SEQUENCE    
  ipadCircuitIndex INTEGER
  ipadCircuitEndpoint DisplayString
  ipadCircuitIpAddress IpAddress
  ipadCircuitIpMask IpAddress
  ipadCircuitMaxTransmitUnit INTEGER
  ipadCircuitCost INTEGER
  ipadCircuitEnableRIP INTEGER
  ipadCircuitEnableOSPF INTEGER
  ipadCircuitEnableMulticast INTEGER
  ipadCircuitOSPFArea INTEGER
  ipadCircuitOSPFLSATimer INTEGER
  ipadCircuitOSPFLSUDelay INTEGER
  ipadCircuitOSPFRouterPriority INTEGER
  ipadCircuitOSPFHelloInterval INTEGER
  ipadCircuitOSPFDeadInterval INTEGER
  ipadCircuitOSPFAuthKey DisplayString

IpadRIPStaticARPTableEntry  
SEQUENCE    
  ipadRIPStaticARPIndex INTEGER
  ipadRIPStaticARPEndpoint DisplayString
  ipadRIPStaticARPIpAddress IpAddress
  ipadRIPStaticARPMacAddress DisplayString
  ipadRIPStaticARPDLCIAddress INTEGER
  ipadRIPStaticARPEnableARP INTEGER

IpadRIPStaticRouteTableEntry  
SEQUENCE    
  ipadRIPStaticRouteIndex INTEGER
  ipadRIPStaticRouteEndpoint DisplayString
  ipadRIPStaticRouteTargetIpAddress IpAddress
  ipadRIPStaticRouteTargetIpMask IpAddress
  ipadRIPStaticRouteNextHopIpAddress IpAddress
  ipadRIPStaticRouteCost INTEGER
  ipadRIPStaticRouteEnableRouter INTEGER

IpadRIPNeighborTableEntry  
SEQUENCE    
  ipadRIPNeighborIndex INTEGER
  ipadRIPNeighborAddress IpAddress

IpadOSPFAreaTableEntry  
SEQUENCE    
  ipadOSPFAreaIndex INTEGER
  ipadOSPFAreaID IpAddress
  ipadOSPFAreaEnable INTEGER
  ipadOSPFAreaAuthType INTEGER
  ipadOSPFAreaStub INTEGER
  ipadOSPFAreaAddrSummary IpAddress
  ipadOSPFAreaMaskSummary IpAddress
  ipadOSPFAreaAdvertise INTEGER

IpadOSPFVlinkTableEntry  
SEQUENCE    
  ipadOSPFVlinkIndex INTEGER
  ipadOSPFVlinkEnable INTEGER
  ipadOSPFVlinkTransitAreaID IpAddress
  ipadOSPFVlinkAreaBorderRouterID IpAddress

Defined Values

ipadRouter 1.3.6.1.4.1.321.100.1.13
The IPAD Router MIB modified for SNMPv2.
MODULE-IDENTITY    

ipadCircuitParms 1.3.6.1.4.1.321.100.1.13.1
OBJECT IDENTIFIER    

ipadRIPParms 1.3.6.1.4.1.321.100.1.13.2
OBJECT IDENTIFIER    

ipadOSPFParms 1.3.6.1.4.1.321.100.1.13.3
OBJECT IDENTIFIER    

ipadCircuitTable 1.3.6.1.4.1.321.100.1.13.1.1
Table of Circuit parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpadCircuitTableEntry

ipadCircuitTableEntry 1.3.6.1.4.1.321.100.1.13.1.1.1
An entry in the ipad Circuit parameter table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpadCircuitTableEntry  

ipadCircuitIndex 1.3.6.1.4.1.321.100.1.13.1.1.1.1
The index into the Circuit table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipadCircuitEndpoint 1.3.6.1.4.1.321.100.1.13.1.1.1.2
An entry in the endpoint table.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ipadCircuitIpAddress 1.3.6.1.4.1.321.100.1.13.1.1.1.3
The IP Address of the Circuit.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadCircuitIpMask 1.3.6.1.4.1.321.100.1.13.1.1.1.4
The IP Mask of this Circuit IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadCircuitMaxTransmitUnit 1.3.6.1.4.1.321.100.1.13.1.1.1.5
The Maximum packet size carried by this Circuit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipadCircuitCost 1.3.6.1.4.1.321.100.1.13.1.1.1.6
The cost (delay) of this Circuit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipadCircuitEnableRIP 1.3.6.1.4.1.321.100.1.13.1.1.1.7
To enable or disable RIP for this Circuit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3), talkOnly(4), listenOnly(5)  

ipadCircuitEnableOSPF 1.3.6.1.4.1.321.100.1.13.1.1.1.8
To enable or disable OSPF for this Circuit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ipadCircuitEnableMulticast 1.3.6.1.4.1.321.100.1.13.1.1.1.9
To allow multicast adressing for this Circuit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ipadCircuitOSPFArea 1.3.6.1.4.1.321.100.1.13.1.1.1.10
OSPF Circuit Area ID.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..3600  

ipadCircuitOSPFLSATimer 1.3.6.1.4.1.321.100.1.13.1.1.1.11
Number of seconds between LSA.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..3600  

ipadCircuitOSPFLSUDelay 1.3.6.1.4.1.321.100.1.13.1.1.1.12
Transit delay for LSU packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..3600  

ipadCircuitOSPFRouterPriority 1.3.6.1.4.1.321.100.1.13.1.1.1.13
OSPF Circuit Router Priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

ipadCircuitOSPFHelloInterval 1.3.6.1.4.1.321.100.1.13.1.1.1.14
OSPF Circuit Hello Interval.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipadCircuitOSPFDeadInterval 1.3.6.1.4.1.321.100.1.13.1.1.1.15
OSPF Circuit Dead Interval.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipadCircuitOSPFAuthKey 1.3.6.1.4.1.321.100.1.13.1.1.1.16
OSPF Circuit Authentication Key.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ipadCircuitAdd 1.3.6.1.4.1.321.100.1.13.1.2
Writing addnew(2) to this field causes a new (blank) route to be appended to the Circuit Table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), addnew(2)  

ipadCircuitDelete 1.3.6.1.4.1.321.100.1.13.1.3
Writing the index of an entry in the Circuit table causes that entry to be deleted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipadRIPEnable 1.3.6.1.4.1.321.100.1.13.2.1
Determines if RIP routing is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabledRIP1(3), enabledRIP2(4)  

ipadRIPTrustNeighbors 1.3.6.1.4.1.321.100.1.13.2.2
Determines if RIP Neighbors should be trusted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ipadRIPInterval 1.3.6.1.4.1.321.100.1.13.2.3
Specifies the RIP interval in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipadRIPDomain 1.3.6.1.4.1.321.100.1.13.2.4
Specifies the RIP Domain.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipadRIPStaticARPTable 1.3.6.1.4.1.321.100.1.13.2.5
Table of RIP Static ARP parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpadRIPStaticARPTableEntry

ipadRIPStaticARPTableEntry 1.3.6.1.4.1.321.100.1.13.2.5.1
An entry in the ipad RIP Static ARP parameter table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpadRIPStaticARPTableEntry  

ipadRIPStaticARPIndex 1.3.6.1.4.1.321.100.1.13.2.5.1.1
The index into the RIP Static ARP table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipadRIPStaticARPEndpoint 1.3.6.1.4.1.321.100.1.13.2.5.1.2
An entry in the endpoint table.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ipadRIPStaticARPIpAddress 1.3.6.1.4.1.321.100.1.13.2.5.1.3
This is the IP address of the device we will associate the MAC or DLCI address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadRIPStaticARPMacAddress 1.3.6.1.4.1.321.100.1.13.2.5.1.4
MAC address of the device.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ipadRIPStaticARPDLCIAddress 1.3.6.1.4.1.321.100.1.13.2.5.1.5
DLCI address of the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipadRIPStaticARPEnableARP 1.3.6.1.4.1.321.100.1.13.2.5.1.6
Enable that Static ARP Entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ipadRIPStaticARPAdd 1.3.6.1.4.1.321.100.1.13.2.6
Writing addnew(2) to this field causes a new (blank) route to be appended to the Static ARP Table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), addnew(2)  

ipadRIPStaticARPDelete 1.3.6.1.4.1.321.100.1.13.2.7
Writing the index of an entry in the Static ARP table causes that entry to be deleted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipadRIPStaticRouteTable 1.3.6.1.4.1.321.100.1.13.2.8
Table of RIP Static Route parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpadRIPStaticRouteTableEntry

ipadRIPStaticRouteTableEntry 1.3.6.1.4.1.321.100.1.13.2.8.1
An entry in the ipad RIP Static Route parameter table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpadRIPStaticRouteTableEntry  

ipadRIPStaticRouteIndex 1.3.6.1.4.1.321.100.1.13.2.8.1.1
The index into the RIP Static Route table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipadRIPStaticRouteEndpoint 1.3.6.1.4.1.321.100.1.13.2.8.1.2
An entry in the endpoint table.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

ipadRIPStaticRouteTargetIpAddress 1.3.6.1.4.1.321.100.1.13.2.8.1.3
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadRIPStaticRouteTargetIpMask 1.3.6.1.4.1.321.100.1.13.2.8.1.4
IP Mask of the IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadRIPStaticRouteNextHopIpAddress 1.3.6.1.4.1.321.100.1.13.2.8.1.5
Next Hop IP address to reach the remote Network.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadRIPStaticRouteCost 1.3.6.1.4.1.321.100.1.13.2.8.1.6
Cost to reach that remote Network.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipadRIPStaticRouteEnableRouter 1.3.6.1.4.1.321.100.1.13.2.8.1.7
Enable or Not this static route.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3), enableAndAdvertize(4)  

ipadRIPStaticRouteAdd 1.3.6.1.4.1.321.100.1.13.2.9
Writing addnew(2) to this field causes a new (blank) route to be appended to the Static Route Table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), addnew(2)  

ipadRIPStaticRouteDelete 1.3.6.1.4.1.321.100.1.13.2.10
Writing the index of an entry in the Static Route table causes that entry to be deleted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipadRIPNeighborTable 1.3.6.1.4.1.321.100.1.13.2.11
Table of RIP trusted neighbors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpadRIPNeighborTableEntry

ipadRIPNeighborTableEntry 1.3.6.1.4.1.321.100.1.13.2.11.1
An entry in the ipad RIP trusted neighbor table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpadRIPNeighborTableEntry  

ipadRIPNeighborIndex 1.3.6.1.4.1.321.100.1.13.2.11.1.1
The index into the ipadRIPNeighborTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipadRIPNeighborAddress 1.3.6.1.4.1.321.100.1.13.2.11.1.2
A RIP trusted neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipadRIPNeighborAdd 1.3.6.1.4.1.321.100.1.13.2.12
Writing an IP address to this object adds the IP address to the ipad RIP Trusted Neighbor table.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadRIPNeighborDelete 1.3.6.1.4.1.321.100.1.13.2.13
Writing an IP address to this object removes the IP address from the ipad RIP Trusted Neighbor table.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadOSPFEnable 1.3.6.1.4.1.321.100.1.13.3.1
To enable or disable OSPF.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ipadOSPFRouterID 1.3.6.1.4.1.321.100.1.13.3.2
Router's ID.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadOSPFAreaTable 1.3.6.1.4.1.321.100.1.13.3.3
Table of OSPF circuits.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpadOSPFAreaTableEntry

ipadOSPFAreaTableEntry 1.3.6.1.4.1.321.100.1.13.3.3.1
An entry in the OSPF area table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpadOSPFAreaTableEntry  

ipadOSPFAreaIndex 1.3.6.1.4.1.321.100.1.13.3.3.1.1
The index into the ipadOSPFAreaTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipadOSPFAreaID 1.3.6.1.4.1.321.100.1.13.3.3.1.2
Area ID.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadOSPFAreaEnable 1.3.6.1.4.1.321.100.1.13.3.3.1.3
To enable or disable this Area.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ipadOSPFAreaAuthType 1.3.6.1.4.1.321.100.1.13.3.3.1.4
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), simple(2)  

ipadOSPFAreaStub 1.3.6.1.4.1.321.100.1.13.3.3.1.5
Tok_String
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), no(2), yes(3)  

ipadOSPFAreaAddrSummary 1.3.6.1.4.1.321.100.1.13.3.3.1.6
Address summary of Area.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadOSPFAreaMaskSummary 1.3.6.1.4.1.321.100.1.13.3.3.1.7
Mask of the summary Area.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadOSPFAreaAdvertise 1.3.6.1.4.1.321.100.1.13.3.3.1.8
To enable or disable this Area.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ipadOSPFAreaAdd 1.3.6.1.4.1.321.100.1.13.3.4
Writing addnew(2) to this field causes a new (blank) Area.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), addnew(2)  

ipadOSPFAreaDelete 1.3.6.1.4.1.321.100.1.13.3.5
Writing the index of an entry in the OSPF Area Table causes that entry to be deleted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipadOSPFVlinkTable 1.3.6.1.4.1.321.100.1.13.3.6
Table of OSPF circuits.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpadOSPFVlinkTableEntry

ipadOSPFVlinkTableEntry 1.3.6.1.4.1.321.100.1.13.3.6.1
An entry in the OSPF circuit table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpadOSPFVlinkTableEntry  

ipadOSPFVlinkIndex 1.3.6.1.4.1.321.100.1.13.3.6.1.1
The index into the ipadOSPFVlinkTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipadOSPFVlinkEnable 1.3.6.1.4.1.321.100.1.13.3.6.1.2
Enable or disable the Virtual Link.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ipadOSPFVlinkTransitAreaID 1.3.6.1.4.1.321.100.1.13.3.6.1.3
ID of the transit Area the virtual link will pass through.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadOSPFVlinkAreaBorderRouterID 1.3.6.1.4.1.321.100.1.13.3.6.1.4
Route ID of the area border router at end of the virtual link.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ipadOSPFVlinkAdd 1.3.6.1.4.1.321.100.1.13.3.7
Writing addnew(2) to this field causes a new (blank) Vlink.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), addnew(2)  

ipadOSPFVlinkDelete 1.3.6.1.4.1.321.100.1.13.3.8
Writing the index of an entry in the OSPF Vlink Table causes that entry to be deleted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER