IPAD-ROUTER-MIB
AI MIB Summary
The IPAD-ROUTER-MIB provides SNMPv2 management capabilities for IPAD routers, enabling the monitoring of standard IP routing table entries, interface status, and protocol-specific metrics such as IP forwarding and neighbor discovery states.
The IPAD Router MIB modified for SNMPv2.
Main OID:
ipadRouter.1.3.6.1.4.1.321.100.1.13
77
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
77 total| Object Name |
|---|
ipadRouterThe IPAD Router MIB modified for SNMPv2. MODULE-IDENTITY .1.3.6.1.4.1.321.100.1.13 |
ipadCircuitParms OBJECT IDENTIFIER .1.3.6.1.4.1.321.100.1.13.1 |
ipadCircuitTableTable of Circuit parameters. SEQUENCE OF IpadCircuitTableEntry .1.3.6.1.4.1.321.100.1.13.1.1 |
ipadCircuitTableEntryAn entry in the ipad Circuit parameter table. IpadCircuitTableEntry .1.3.6.1.4.1.321.100.1.13.1.1.1 |
ipadCircuitIndexThe index into the Circuit table.ro INTEGER .1.3.6.1.4.1.321.100.1.13.1.1.1.1 |
ipadCircuitEndpointAn entry in the endpoint table.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.321.100.1.13.1.1.1.2 |
ipadCircuitIpAddressThe IP Address of the Circuit.rw IpAddress .1.3.6.1.4.1.321.100.1.13.1.1.1.3 |
ipadCircuitIpMaskThe IP Mask of this Circuit IP address.rw IpAddress .1.3.6.1.4.1.321.100.1.13.1.1.1.4 |
ipadCircuitMaxTransmitUnitThe Maximum packet size carried by this Circuit.rw INTEGER .1.3.6.1.4.1.321.100.1.13.1.1.1.5 |
ipadCircuitCostThe cost (delay) of this Circuit.rw INTEGER .1.3.6.1.4.1.321.100.1.13.1.1.1.6 |
ipadCircuitEnableRIPTo enable or disable RIP for this Circuit.rw Enumeration .1.3.6.1.4.1.321.100.1.13.1.1.1.7 |
ipadCircuitEnableOSPFTo enable or disable OSPF for this Circuit.rw Enumeration .1.3.6.1.4.1.321.100.1.13.1.1.1.8 |
ipadCircuitEnableMulticastTo allow multicast adressing for this Circuit.rw Enumeration .1.3.6.1.4.1.321.100.1.13.1.1.1.9 |
ipadCircuitOSPFAreaOSPF Circuit Area ID.rw INTEGER .1.3.6.1.4.1.321.100.1.13.1.1.1.10 |
ipadCircuitOSPFLSATimerNumber of seconds between LSA.rw INTEGER .1.3.6.1.4.1.321.100.1.13.1.1.1.11 |
ipadCircuitOSPFLSUDelayTransit delay for LSU packets.rw INTEGER .1.3.6.1.4.1.321.100.1.13.1.1.1.12 |
ipadCircuitOSPFRouterPriorityOSPF Circuit Router Priority.rw INTEGER .1.3.6.1.4.1.321.100.1.13.1.1.1.13 |
ipadCircuitOSPFHelloIntervalOSPF Circuit Hello Interval.rw INTEGER .1.3.6.1.4.1.321.100.1.13.1.1.1.14 |
ipadCircuitOSPFDeadIntervalOSPF Circuit Dead Interval.rw INTEGER .1.3.6.1.4.1.321.100.1.13.1.1.1.15 |
ipadCircuitOSPFAuthKeyOSPF Circuit Authentication Key.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.321.100.1.13.1.1.1.16 |
ipadCircuitAddWriting addnew(2) to this field causes a new (blank) route to be appended to the Circuit Table.rw Enumeration .1.3.6.1.4.1.321.100.1.13.1.2 |
ipadCircuitDeleteWriting the index of an entry in the Circuit table causes that entry to be deleted.rw INTEGER .1.3.6.1.4.1.321.100.1.13.1.3 |
ipadRIPParms OBJECT IDENTIFIER .1.3.6.1.4.1.321.100.1.13.2 |
ipadRIPEnableDetermines if RIP routing is enabled.rw Enumeration .1.3.6.1.4.1.321.100.1.13.2.1 |
ipadRIPTrustNeighborsDetermines if RIP Neighbors should be trusted.rw Enumeration .1.3.6.1.4.1.321.100.1.13.2.2 |
ipadRIPIntervalSpecifies the RIP interval in seconds.rw INTEGER .1.3.6.1.4.1.321.100.1.13.2.3 |
ipadRIPDomainSpecifies the RIP Domain.rw INTEGER .1.3.6.1.4.1.321.100.1.13.2.4 |
ipadRIPStaticARPTableTable of RIP Static ARP parameters. SEQUENCE OF IpadRIPStaticARPTableEntry .1.3.6.1.4.1.321.100.1.13.2.5 |
ipadRIPStaticARPTableEntryAn entry in the ipad RIP Static ARP parameter table. IpadRIPStaticARPTableEntry .1.3.6.1.4.1.321.100.1.13.2.5.1 |
ipadRIPStaticARPIndexThe index into the RIP Static ARP table.ro INTEGER .1.3.6.1.4.1.321.100.1.13.2.5.1.1 |
ipadRIPStaticARPEndpointAn entry in the endpoint table.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.321.100.1.13.2.5.1.2 |
ipadRIPStaticARPIpAddressThis is the IP address of the device we will associate the MAC or DLCI address.rw IpAddress .1.3.6.1.4.1.321.100.1.13.2.5.1.3 |
ipadRIPStaticARPMacAddressMAC address of the device.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.321.100.1.13.2.5.1.4 |
ipadRIPStaticARPDLCIAddressDLCI address of the device.rw INTEGER .1.3.6.1.4.1.321.100.1.13.2.5.1.5 |
ipadRIPStaticARPEnableARPEnable that Static ARP Entry.rw Enumeration .1.3.6.1.4.1.321.100.1.13.2.5.1.6 |
ipadRIPStaticARPAddWriting addnew(2) to this field causes a new (blank) route to be appended to the Static ARP Table.rw Enumeration .1.3.6.1.4.1.321.100.1.13.2.6 |
ipadRIPStaticARPDeleteWriting the index of an entry in the Static ARP table causes that entry to be deleted.rw INTEGER .1.3.6.1.4.1.321.100.1.13.2.7 |
ipadRIPStaticRouteTableTable of RIP Static Route parameters. SEQUENCE OF IpadRIPStaticRouteTableEntry .1.3.6.1.4.1.321.100.1.13.2.8 |
ipadRIPStaticRouteTableEntryAn entry in the ipad RIP Static Route parameter table. IpadRIPStaticRouteTableEntry .1.3.6.1.4.1.321.100.1.13.2.8.1 |
ipadRIPStaticRouteIndexThe index into the RIP Static Route table.ro INTEGER .1.3.6.1.4.1.321.100.1.13.2.8.1.1 |
ipadRIPStaticRouteEndpointAn entry in the endpoint table.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.321.100.1.13.2.8.1.2 |
ipadRIPStaticRouteTargetIpAddressrw IpAddress .1.3.6.1.4.1.321.100.1.13.2.8.1.3 |
ipadRIPStaticRouteTargetIpMaskIP Mask of the IP address.rw IpAddress .1.3.6.1.4.1.321.100.1.13.2.8.1.4 |
ipadRIPStaticRouteNextHopIpAddressNext Hop IP address to reach the remote Network.rw IpAddress .1.3.6.1.4.1.321.100.1.13.2.8.1.5 |
ipadRIPStaticRouteCostCost to reach that remote Network.rw INTEGER .1.3.6.1.4.1.321.100.1.13.2.8.1.6 |
ipadRIPStaticRouteEnableRouterEnable or Not this static route.rw Enumeration .1.3.6.1.4.1.321.100.1.13.2.8.1.7 |
ipadRIPStaticRouteAddWriting addnew(2) to this field causes a new (blank) route to be appended to the Static Route Table.rw Enumeration .1.3.6.1.4.1.321.100.1.13.2.9 |
ipadRIPStaticRouteDeleteWriting the index of an entry in the Static Route table causes that entry to be deleted.rw INTEGER .1.3.6.1.4.1.321.100.1.13.2.10 |
ipadRIPNeighborTableTable of RIP trusted neighbors. SEQUENCE OF IpadRIPNeighborTableEntry .1.3.6.1.4.1.321.100.1.13.2.11 |
ipadRIPNeighborTableEntryAn entry in the ipad RIP trusted neighbor table. IpadRIPNeighborTableEntry .1.3.6.1.4.1.321.100.1.13.2.11.1 |
ipadRIPNeighborIndexThe index into the ipadRIPNeighborTable.ro INTEGER .1.3.6.1.4.1.321.100.1.13.2.11.1.1 |
ipadRIPNeighborAddressA RIP trusted neighbor.ro IpAddress .1.3.6.1.4.1.321.100.1.13.2.11.1.2 |
ipadRIPNeighborAddWriting an IP address to this object adds the IP address to the ipad RIP Trusted Neighbor table.rw IpAddress .1.3.6.1.4.1.321.100.1.13.2.12 |
ipadRIPNeighborDeleteWriting an IP address to this object removes the IP address from the ipad RIP Trusted Neighbor table.rw IpAddress .1.3.6.1.4.1.321.100.1.13.2.13 |
ipadOSPFParms OBJECT IDENTIFIER .1.3.6.1.4.1.321.100.1.13.3 |
ipadOSPFEnableTo enable or disable OSPF.rw Enumeration .1.3.6.1.4.1.321.100.1.13.3.1 |
ipadOSPFRouterIDRouter's ID.rw IpAddress .1.3.6.1.4.1.321.100.1.13.3.2 |
ipadOSPFAreaTableTable of OSPF circuits. SEQUENCE OF IpadOSPFAreaTableEntry .1.3.6.1.4.1.321.100.1.13.3.3 |
ipadOSPFAreaTableEntryAn entry in the OSPF area table. IpadOSPFAreaTableEntry .1.3.6.1.4.1.321.100.1.13.3.3.1 |
ipadOSPFAreaIndexThe index into the ipadOSPFAreaTable.ro INTEGER .1.3.6.1.4.1.321.100.1.13.3.3.1.1 |
ipadOSPFAreaIDArea ID.rw IpAddress .1.3.6.1.4.1.321.100.1.13.3.3.1.2 |
ipadOSPFAreaEnableTo enable or disable this Area.rw Enumeration .1.3.6.1.4.1.321.100.1.13.3.3.1.3 |
ipadOSPFAreaAuthTyperw Enumeration .1.3.6.1.4.1.321.100.1.13.3.3.1.4 |
ipadOSPFAreaStubrw Enumeration .1.3.6.1.4.1.321.100.1.13.3.3.1.5 |
ipadOSPFAreaAddrSummaryAddress summary of Area.rw IpAddress .1.3.6.1.4.1.321.100.1.13.3.3.1.6 |
ipadOSPFAreaMaskSummaryMask of the summary Area.rw IpAddress .1.3.6.1.4.1.321.100.1.13.3.3.1.7 |
ipadOSPFAreaAdvertiseTo enable or disable this Area.rw Enumeration .1.3.6.1.4.1.321.100.1.13.3.3.1.8 |
ipadOSPFAreaAddWriting addnew(2) to this field causes a new (blank) Area.rw Enumeration .1.3.6.1.4.1.321.100.1.13.3.4 |
ipadOSPFAreaDeleteWriting the index of an entry in the OSPF Area Table causes that entry to be deleted.rw INTEGER .1.3.6.1.4.1.321.100.1.13.3.5 |
ipadOSPFVlinkTableTable of OSPF circuits. SEQUENCE OF IpadOSPFVlinkTableEntry .1.3.6.1.4.1.321.100.1.13.3.6 |
ipadOSPFVlinkTableEntryAn entry in the OSPF circuit table. IpadOSPFVlinkTableEntry .1.3.6.1.4.1.321.100.1.13.3.6.1 |
ipadOSPFVlinkIndexThe index into the ipadOSPFVlinkTable.ro INTEGER .1.3.6.1.4.1.321.100.1.13.3.6.1.1 |
ipadOSPFVlinkEnableEnable or disable the Virtual Link.rw Enumeration .1.3.6.1.4.1.321.100.1.13.3.6.1.2 |
ipadOSPFVlinkTransitAreaIDID of the transit Area the virtual link will pass through.rw IpAddress .1.3.6.1.4.1.321.100.1.13.3.6.1.3 |
ipadOSPFVlinkAreaBorderRouterIDRoute ID of the area border router at end of the virtual link.rw IpAddress .1.3.6.1.4.1.321.100.1.13.3.6.1.4 |
ipadOSPFVlinkAddWriting addnew(2) to this field causes a new (blank) Vlink.rw Enumeration .1.3.6.1.4.1.321.100.1.13.3.7 |
ipadOSPFVlinkDeleteWriting the index of an entry in the OSPF Vlink Table causes that entry to be deleted.rw INTEGER .1.3.6.1.4.1.321.100.1.13.3.8 |