ALTEON-TS-NETWORK-MIB

MIB Reference — IPNetwork Monitor

All MIBsALTEON-TS-NETWORK-MIB

Category: Vendor: Alteon

Description:

Alteon TS switch network MIB for managing IP addressing, routing tables, and network settings on TS platforms.

Imported Objects

From ALTEON-ROOT-MIB

switchOBJECT-IDENTITY

From ALTEON-TIGON-SWITCH-MIB

informationOBJECT-IDENTITY
operCmdsOBJECT-IDENTITY
statsOBJECT-IDENTITY

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
Gauge
IpAddress

From RFC1213-MIB

DisplayString
PhysAddress

What Is ALTEON-TS-NETWORK-MIB?

ALTEON-TS-NETWORK-MIB (internally the 'tigonNetwork' module) is a large vendor-specific MIB from Alteon WebSystems that models Layer 3 network configuration on Alteon's Tigon-based switch/router platforms. It covers IP interface and gateway provisioning through parallel current/pending-configuration table pairs (ipCurCfgIntfTable/ipNewCfgIntfTable, ipCurCfgGwTable/ipNewCfgGwTable), static routing (ipCurCfgStaticRouteTable/ipNewCfgStaticRouteTable), IP forwarding per port and per local interface, and a very extensive VRRP implementation (vrrpCurCfgVirtRtrTable/vrrpNewCfgVirtRtrTable) with tracking of interfaces, VLAN ports, L4 ports, real servers and HSRP/HSRV compatibility, alongside RIP, OSPF, ARP, and DNS statistics groups under the switch's stats and information subtrees. Because entries exist in current and new (pending-apply) variants, the MIB reflects Alteon's config-then-apply provisioning model rather than immediate commit-on-set. It is deployed on Alteon (later Nortel/Radware) Layer 2/3 switching platforms where SNMP is used to provision routing and high-availability failover, and network teams look up the ALTEON-TS-NETWORK-MIB download when building monitoring templates for these switches.

IPNetwork Monitor allows you to monitor SNMP objects defined in ALTEON-TS-NETWORK-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • IP interface and gateway configuration (current vs. pending)
  • static route table entries
  • VRRP virtual router state, priority, and preemption
  • VRRP interface/tracking objects (VLAN, L4 port, real server)
  • OSPF/RIP/ARP/DNS statistics counters

Supported Devices

  • Alteon WebSystems Tigon-based Layer 2/3 switches (later Nortel/Radware Alteon platforms)

Monitoring Examples

An operator compares vrrpCurCfgVirtRtrState against vrrpCurCfgVirtRtrPriority and vrrpCurCfgVirtRtrPreempt for a virtual router entry in vrrpCurCfgVirtRtrTable; a virtual router unexpectedly reporting backup state with a higher configured priority than its peer indicates a VRRP preemption or tracking failure that could leave a failover path unprotected.

OIDs
OID symbolicOID numericTypeAccessDescription
iprouting1.3.6.1.4.1.1872.2.1.3
INT ipInterfaceTableMax1.3.6.1.4.1.1872.2.1.3.1INTEGERread-onlyThe maximum number of rows in the IP interface table.
ipCurCfgIntfTable1.3.6.1.4.1.1872.2.1.3.2not-accessibleThe table of IP interface configuration.
ipCurCfgIntfEntry1.3.6.1.4.1.1872.2.1.3.2.1not-accessibleA row in the Ip interface table
INT ipCurCfgIntfIndex1.3.6.1.4.1.1872.2.1.3.2.1.1INTEGERread-onlyThe interface number for which the IP information is related.
IP ipCurCfgIntfAddr1.3.6.1.4.1.1872.2.1.3.2.1.2IpAddressread-onlyThe IP address of the interface.
IP ipCurCfgIntfMask1.3.6.1.4.1.1872.2.1.3.2.1.3IpAddressread-onlyThe subnet mask of the interface.
IP ipCurCfgIntfBroadcast1.3.6.1.4.1.1872.2.1.3.2.1.4IpAddressread-onlyThe broadcast address of the interface.
INT ipCurCfgIntfVlan1.3.6.1.4.1.1872.2.1.3.2.1.5INTEGERread-onlyThe VLAN associated with the interface.
INT ipCurCfgIntfState1.3.6.1.4.1.1872.2.1.3.2.1.6INTEGERread-onlyThe state of the interface.
INT ipCurCfgIntfBootpRelay1.3.6.1.4.1.1872.2.1.3.2.1.7INTEGERread-onlyEnable/disable BOOTP relay.
ipNewCfgIntfTable1.3.6.1.4.1.1872.2.1.3.3not-accessibleThe table of interface configuration in the New Configuration Block.
ipNewCfgIntfEntry1.3.6.1.4.1.1872.2.1.3.3.1not-accessibleA row in the Ip interface table
INT ipNewCfgIntfIndex1.3.6.1.4.1.1872.2.1.3.3.1.1INTEGERread-onlyThe interface number for which the IP information is related.
IP ipNewCfgIntfAddr1.3.6.1.4.1.1872.2.1.3.3.1.2IpAddressread-writeThe IP address of the interface.
IP ipNewCfgIntfMask1.3.6.1.4.1.1872.2.1.3.3.1.3IpAddressread-writeThe subnet mask of the interface.
IP ipNewCfgIntfBroadcast1.3.6.1.4.1.1872.2.1.3.3.1.4IpAddressread-writeThe broadcast address of the interface.
INT ipNewCfgIntfVlan1.3.6.1.4.1.1872.2.1.3.3.1.5INTEGERread-writeThe VLAN associated with the interface.
INT ipNewCfgIntfState1.3.6.1.4.1.1872.2.1.3.3.1.6INTEGERread-writeThe state of the interface.
INT ipNewCfgIntfDelete1.3.6.1.4.1.1872.2.1.3.3.1.7INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT ipNewCfgIntfBootpRelay1.3.6.1.4.1.1872.2.1.3.3.1.8INTEGERread-writeEnable/disable BOOTP relay.
INT ipGatewayTableMax1.3.6.1.4.1.1872.2.1.3.4INTEGERread-onlyThe maximum number of rows in the IP gateway table.
ipCurCfgGwTable1.3.6.1.4.1.1872.2.1.3.5not-accessibleThe table of gateways in the Current configuration Block.
ipCurCfgGwEntry1.3.6.1.4.1.1872.2.1.3.5.1not-accessibleA row in the Ip gateway table
INT ipCurCfgGwIndex1.3.6.1.4.1.1872.2.1.3.5.1.1INTEGERread-onlyThe gateway number for which the information is related.
IP ipCurCfgGwAddr1.3.6.1.4.1.1872.2.1.3.5.1.2IpAddressread-onlyThe IP address of the default gateway.
INT ipCurCfgGwInterval1.3.6.1.4.1.1872.2.1.3.5.1.3INTEGERread-onlyThe interval between ping attempts.
INT ipCurCfgGwRetry1.3.6.1.4.1.1872.2.1.3.5.1.4INTEGERread-onlyThe number of failed attempts to declare the default gateway DOWN.
INT ipCurCfgGwState1.3.6.1.4.1.1872.2.1.3.5.1.5INTEGERread-onlyThe state of the default gateway.
INT ipCurCfgGwArp1.3.6.1.4.1.1872.2.1.3.5.1.6INTEGERread-onlyThe state of ARP only health checks.
INT ipCurCfgGwVlan1.3.6.1.4.1.1872.2.1.3.5.1.7INTEGERread-onlyThe VLAN number for this gateway. The first 4 entries in the table are only used for default gateway load balancing hence the VLAN cannot be specified for the first 4 entries.
ipNewCfgGwTable1.3.6.1.4.1.1872.2.1.3.6not-accessibleThe table of gateway configuration in the new configuration block.
ipNewCfgGwEntry1.3.6.1.4.1.1872.2.1.3.6.1not-accessibleA row in the Ip default gateway table
INT ipNewCfgGwIndex1.3.6.1.4.1.1872.2.1.3.6.1.1INTEGERread-onlyThe gateway number for which the information is related.
IP ipNewCfgGwAddr1.3.6.1.4.1.1872.2.1.3.6.1.2IpAddressread-writeThe IP address of the default gateway.
INT ipNewCfgGwInterval1.3.6.1.4.1.1872.2.1.3.6.1.3INTEGERread-writeThe interval in seconds between ping attempts.
INT ipNewCfgGwRetry1.3.6.1.4.1.1872.2.1.3.6.1.4INTEGERread-writeThe number of failed attempts to declare the default gateway DOWN.
INT ipNewCfgGwState1.3.6.1.4.1.1872.2.1.3.6.1.5INTEGERread-writeThe state of the default gateway.
INT ipNewCfgGwDelete1.3.6.1.4.1.1872.2.1.3.6.1.6INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT ipNewCfgGwArp1.3.6.1.4.1.1872.2.1.3.6.1.7INTEGERread-writeThe state of the ARP only health checks.
INT ipNewCfgGwVlan1.3.6.1.4.1.1872.2.1.3.6.1.8INTEGERread-writeThe VLAN number for this gateway. The first 4 entries in the table are only used for default gateway load balancing hence the VLAN cannot be specified for the first 4 entries.
ipCurCfgStaticRouteTable1.3.6.1.4.1.1872.2.1.3.7not-accessibleThe table of static routes in the current configuration block.
ipCurCfgStaticRouteEntry1.3.6.1.4.1.1872.2.1.3.7.1not-accessibleA row in the static IP route table
INT ipCurCfgStaticRouteIndx1.3.6.1.4.1.1872.2.1.3.7.1.1INTEGERread-onlyThe index of the static routing table.
IP ipCurCfgStaticRouteDestIp1.3.6.1.4.1.1872.2.1.3.7.1.2IpAddressread-onlyThe destination IP address of this route.
IP ipCurCfgStaticRouteMask1.3.6.1.4.1.1872.2.1.3.7.1.3IpAddressread-onlyThe destination IP address of this route.
IP ipCurCfgStaticRouteGateway1.3.6.1.4.1.1872.2.1.3.7.1.4IpAddressread-onlyThe destination IP address of this route.
INT ipCurCfgStaticRouteInterface1.3.6.1.4.1.1872.2.1.3.7.1.5INTEGERread-onlyThe IP interface of this route. The IP address of the specified interface shall be use as source IP when performs routing.
ipNewCfgStaticRouteTable1.3.6.1.4.1.1872.2.1.3.8not-accessibleThe table of static routes in the new configuration block.
ipNewCfgStaticRouteEntry1.3.6.1.4.1.1872.2.1.3.8.1not-accessibleA row in the static IP route table
INT ipNewCfgStaticRouteIndx1.3.6.1.4.1.1872.2.1.3.8.1.1INTEGERread-onlyThe index of the static routing table.
IP ipNewCfgStaticRouteDestIp1.3.6.1.4.1.1872.2.1.3.8.1.2IpAddressread-writeThe destination IP address of this route.
IP ipNewCfgStaticRouteMask1.3.6.1.4.1.1872.2.1.3.8.1.3IpAddressread-writeThe subnet mask of this route.
IP ipNewCfgStaticRouteGateway1.3.6.1.4.1.1872.2.1.3.8.1.4IpAddressread-writeThe IP address of the gateway for this route.
INT ipNewCfgStaticRouteAction1.3.6.1.4.1.1872.2.1.3.8.1.5INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT ipNewCfgStaticRouteInterface1.3.6.1.4.1.1872.2.1.3.8.1.6INTEGERread-writeThe IP interface of this route. The IP address of the specified interface shall be use as source IP when performs routing.
ipForward1.3.6.1.4.1.1872.2.1.3.9
ripConfig1.3.6.1.4.1.1872.2.1.3.9.1
INT ripCurCfgSupply1.3.6.1.4.1.1872.2.1.3.9.1.1INTEGERread-onlyEnable or disable supplying route updates.
INT ripNewCfgSupply1.3.6.1.4.1.1872.2.1.3.9.1.2INTEGERread-writeEnable or disable supplying route updates.
INT ripCurCfgListen1.3.6.1.4.1.1872.2.1.3.9.1.3INTEGERread-onlyEnable or disable listening to route updates.
INT ripNewCfgListen1.3.6.1.4.1.1872.2.1.3.9.1.4INTEGERread-writeEnable or disable listening to route updates.
INT ripCurCfgDefListen1.3.6.1.4.1.1872.2.1.3.9.1.5INTEGERread-onlyEnable or disable listening to default routes.
INT ripNewCfgDefListen1.3.6.1.4.1.1872.2.1.3.9.1.6INTEGERread-writeEnable or disable listening to default routes.
INT ripCurCfgStaticSupply1.3.6.1.4.1.1872.2.1.3.9.1.7INTEGERread-onlyEnable or disable supplying static route updates.
INT ripNewCfgStaticSupply1.3.6.1.4.1.1872.2.1.3.9.1.8INTEGERread-writeEnable or disable supplying static route updates.
INT ripCurCfgUpdatePeriod1.3.6.1.4.1.1872.2.1.3.9.1.9INTEGERread-onlyUpdate Period in seconds.
INT ripNewCfgUpdatePeriod1.3.6.1.4.1.1872.2.1.3.9.1.10INTEGERread-writeUpdate period in seconds.
INT ripCurCfgState1.3.6.1.4.1.1872.2.1.3.9.1.11INTEGERread-onlyRIP global state.
INT ripNewCfgState1.3.6.1.4.1.1872.2.1.3.9.1.12INTEGERread-writeGlobally turn RIP on or off.
INT ripCurCfgPoisonReverse1.3.6.1.4.1.1872.2.1.3.9.1.13INTEGERread-onlyRIP poison reverse.
INT ripNewCfgPoisonReverse1.3.6.1.4.1.1872.2.1.3.9.1.14INTEGERread-writeRIP poison reverse.
INT ripCurCfgVip1.3.6.1.4.1.1872.2.1.3.9.1.15INTEGERread-onlyAdvertise VIP Host Routes.
INT ripNewCfgVip1.3.6.1.4.1.1872.2.1.3.9.1.16INTEGERread-writeAdvertise VIP Host Routes.
ipFwdCurCfgPortTable1.3.6.1.4.1.1872.2.1.3.9.2not-accessibleThe table of ports and their forwarding states
ipFwdCurCfgPortEntry1.3.6.1.4.1.1872.2.1.3.9.2.1not-accessibleA row in the ipFwdCurCfgPortTable
INT ipFwdCurCfgPortIndex1.3.6.1.4.1.1872.2.1.3.9.2.1.1INTEGERread-onlyThe port number for which the forwarding state information pertains.
INT ipFwdCurCfgPortState1.3.6.1.4.1.1872.2.1.3.9.2.1.2INTEGERread-onlyThe forwarding state of the port.
ipFwdNewCfgPortTable1.3.6.1.4.1.1872.2.1.3.9.3not-accessibleThe table of ports and their forwarding states
ipFwdNewCfgPortEntry1.3.6.1.4.1.1872.2.1.3.9.3.1not-accessibleA row in the ipFwdNewCfgPortTable
INT ipFwdNewCfgPortIndex1.3.6.1.4.1.1872.2.1.3.9.3.1.1INTEGERread-onlyThe port number for which the forwarding state information pertains.
INT ipFwdNewCfgPortState1.3.6.1.4.1.1872.2.1.3.9.3.1.2INTEGERread-writeThe forwarding state of the port.
INT ipFwdCurCfgState1.3.6.1.4.1.1872.2.1.3.9.8INTEGERread-onlyIP forwarding global state.
INT ipFwdNewCfgState1.3.6.1.4.1.1872.2.1.3.9.9INTEGERread-writeIP forwarding global state.
INT ipFwdCurCfgDirectedBcast1.3.6.1.4.1.1872.2.1.3.9.10INTEGERread-onlyEnable or disable forwarding directed broadcasts.
INT ipFwdNewCfgDirectedBcast1.3.6.1.4.1.1872.2.1.3.9.11INTEGERread-writeEnable or disable forwarding directed broadcasts.
INT ipFwdPortTableMaxSize1.3.6.1.4.1.1872.2.1.3.9.12INTEGERread-onlyThe maximum number of rows in the IP Port table.
INT ipFwdLocalTableMaxSize1.3.6.1.4.1.1872.2.1.3.9.13INTEGERread-onlyThe maximum number of rows in the Local table.
ipFwdCurCfgLocalTable1.3.6.1.4.1.1872.2.1.3.9.14not-accessibleThe table of local network definition.
ipFwdCurCfgLocalEntry1.3.6.1.4.1.1872.2.1.3.9.14.1not-accessibleA row in the ipFwdCurCfgLocalTable
INT ipFwdCurCfgLocalIndex1.3.6.1.4.1.1872.2.1.3.9.14.1.1INTEGERread-onlyThe index of ipFwdCurCfgLocalTable.
IP ipFwdCurCfgLocalSubnet1.3.6.1.4.1.1872.2.1.3.9.14.1.2IpAddressread-onlyThe current local IP subnet.
IP ipFwdCurCfgLocalMask1.3.6.1.4.1.1872.2.1.3.9.14.1.3IpAddressread-onlyThe current local IP subnet mask.
ipFwdNewCfgLocalTable1.3.6.1.4.1.1872.2.1.3.9.15not-accessibleThe table of local network definition.
ipFwdNewCfgLocalEntry1.3.6.1.4.1.1872.2.1.3.9.15.1not-accessibleA row in the ipFwdNewCfgLocalTable
INT ipFwdNewCfgLocalIndex1.3.6.1.4.1.1872.2.1.3.9.15.1.1INTEGERread-onlyThe index of ipFwdNewCfgLocalTable.
IP ipFwdNewCfgLocalSubnet1.3.6.1.4.1.1872.2.1.3.9.15.1.2IpAddressread-writeThe new local IP subnet.
IP ipFwdNewCfgLocalMask1.3.6.1.4.1.1872.2.1.3.9.15.1.3IpAddressread-writeThe new local IP subnet mask.
INT ipFwdNewCfgLocalDelete1.3.6.1.4.1.1872.2.1.3.9.15.1.4INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT arpCurCfgReARPPeriod1.3.6.1.4.1.1872.2.1.3.10INTEGERread-onlyRe-ARP Period in seconds.
INT arpNewCfgReARPPeriod1.3.6.1.4.1.1872.2.1.3.11INTEGERread-writeRe-ARP Period in seconds.
INT ipCurCfgGwMetric1.3.6.1.4.1.1872.2.1.3.12INTEGERread-onlyThe default gateway metric.
INT ipNewCfgGwMetric1.3.6.1.4.1.1872.2.1.3.13INTEGERread-writeThe default gateway metric.
IP ipCurCfgBootpAddr1.3.6.1.4.1.1872.2.1.3.14IpAddressread-onlyThe IP address of BOOTP server.
IP ipNewCfgBootpAddr1.3.6.1.4.1.1872.2.1.3.15IpAddressread-writeThe IP address of BOOTP server.
IP ipCurCfgBootpAddr21.3.6.1.4.1.1872.2.1.3.16IpAddressread-onlyThe IP address of second BOOTP server.
IP ipNewCfgBootpAddr21.3.6.1.4.1.1872.2.1.3.17IpAddressread-writeThe IP address of second BOOTP server.
INT ipCurCfgBootpState1.3.6.1.4.1.1872.2.1.3.18INTEGERread-onlyThe state of BOOTP relay.
INT ipNewCfgBootpState1.3.6.1.4.1.1872.2.1.3.19INTEGERread-writeThe state of BOOTP relay.
INT ipStaticRouteTableMaxSize1.3.6.1.4.1.1872.2.1.3.20INTEGERread-onlyThe maximum number of rows in the Static Route table.
ospfCfg1.3.6.1.4.1.1872.2.1.3.21
ospfGeneral1.3.6.1.4.1.1872.2.1.3.21.1
INT ospfCurCfgDefaultRouteMetric1.3.6.1.4.1.1872.2.1.3.21.1.1INTEGERread-onlySpecify the metric to be assigned.
INT ospfNewCfgDefaultRouteMetric1.3.6.1.4.1.1872.2.1.3.21.1.2INTEGERread-writeSpecify the metric to be assigned.
INT ospfCurCfgDefaultRouteMetricType1.3.6.1.4.1.1872.2.1.3.21.1.3INTEGERread-onlySpecify the AS External metric type to be assigned.
INT ospfNewCfgDefaultRouteMetricType1.3.6.1.4.1.1872.2.1.3.21.1.4INTEGERread-writeSpecify the AS External metric type to be assigned.
INT ospfIntfTableMaxSize1.3.6.1.4.1.1872.2.1.3.21.1.5INTEGERread-onlyThe maximum number of rows in the OSPF Interface table.
INT ospfAreaTableMaxSize1.3.6.1.4.1.1872.2.1.3.21.1.6INTEGERread-onlyThe maximum number of rows in the OSPF Area table.
INT ospfRangeTableMaxSize1.3.6.1.4.1.1872.2.1.3.21.1.7INTEGERread-onlyThe maximum number of rows in the OSPF Range table.
INT ospfVirtIntfTableMaxSize1.3.6.1.4.1.1872.2.1.3.21.1.8INTEGERread-onlyThe maximum number of rows in the OSPF Virtual Interface table.
INT ospfHostTableMaxSize1.3.6.1.4.1.1872.2.1.3.21.1.9INTEGERread-onlyThe maximum number of rows in the OSPF Host table.
ospfCurCfgAreaTable1.3.6.1.4.1.1872.2.1.3.21.2not-accessibleThe table of OSPF Area configuration in the current_config.
ospfCurCfgAreaEntry1.3.6.1.4.1.1872.2.1.3.21.2.1not-accessibleInformation about a OSPF area.
INT ospfCurCfgAreaIndex1.3.6.1.4.1.1872.2.1.3.21.2.1.1INTEGERread-onlyThe OSPF area number for which the OSPF area table is related.
IP ospfCurCfgAreaId1.3.6.1.4.1.1872.2.1.3.21.2.1.2IpAddressread-onlyThe IP Address of the OSPF area.
INT ospfCurCfgAreaSpfInterval1.3.6.1.4.1.1872.2.1.3.21.2.1.3INTEGERread-onlyThe SPF interval for the OSPF area.
INT ospfCurCfgAreaAuthType1.3.6.1.4.1.1872.2.1.3.21.2.1.4INTEGERread-onlyType of authentication being used. none(1) - no authentication password(2) - use password.
ospfNewCfgAreaTable1.3.6.1.4.1.1872.2.1.3.21.3not-accessibleThe table of OSPF Area configuration in the new_config.
ospfNewCfgAreaEntry1.3.6.1.4.1.1872.2.1.3.21.3.1not-accessibleInformation about a OSPF area.
INT ospfNewCfgAreaIndex1.3.6.1.4.1.1872.2.1.3.21.3.1.1INTEGERread-onlyThe OSPF area number for which the OSPF area table is related.
IP ospfNewCfgAreaId1.3.6.1.4.1.1872.2.1.3.21.3.1.2IpAddressread-onlyThe IP Address of the OSPF area.
INT ospfNewCfgAreaSpfInterval1.3.6.1.4.1.1872.2.1.3.21.3.1.3INTEGERread-writeThe SPF interval for the OSPF area.
INT ospfNewCfgAreaAuthType1.3.6.1.4.1.1872.2.1.3.21.3.1.4INTEGERread-writeType of authentication being used. none(1) - no authentication password(2) - use password.
ripStats1.3.6.1.4.1.1872.2.1.8.1
CTR ripStatInPkts1.3.6.1.4.1.1872.2.1.8.1.1Counterread-onlyThe total number of good RIP packets recieved.
CTR ripStatOutPkts1.3.6.1.4.1.1872.2.1.8.1.2Counterread-onlyThe total number of RIP packets transmitted.
CTR ripStatInErrorPkts1.3.6.1.4.1.1872.2.1.8.1.3Counterread-onlyThe total number of error RIP packets recieved.
CTR ripStatRoutesAgedOut1.3.6.1.4.1.1872.2.1.8.1.4Counterread-onlyThe total number of RIP routes which have aged out.
arpStats1.3.6.1.4.1.1872.2.1.8.3
GAU arpStatEntries1.3.6.1.4.1.1872.2.1.8.3.1Gaugeread-onlyThe current number of ARP entries.
GAU arpStatHighWater1.3.6.1.4.1.1872.2.1.8.3.2Gaugeread-onlyThe highest number of ARP entries.
GAU arpStatMaxEntries1.3.6.1.4.1.1872.2.1.8.3.3Gaugeread-onlyThe maximum number of ARP entries.
routeStats1.3.6.1.4.1.1872.2.1.8.4
GAU routeStatEntries1.3.6.1.4.1.1872.2.1.8.4.1Gaugeread-onlyThe current number of IP routes.
GAU routeStatHighWater1.3.6.1.4.1.1872.2.1.8.4.2Gaugeread-onlyThe highest number of IP routes.
GAU routeStatMaxEntries1.3.6.1.4.1.1872.2.1.8.4.3Gaugeread-onlyThe maximum number of IP routes.
dnsStats1.3.6.1.4.1.1872.2.1.8.5
CTR dnsStatInGoodDnsRequests1.3.6.1.4.1.1872.2.1.8.5.1Counterread-onlyThe number of good DNS requests which are received.
CTR dnsStatInBadDnsRequests1.3.6.1.4.1.1872.2.1.8.5.2Counterread-onlyThe number of bad DNS requests which are received.
vrrpStats1.3.6.1.4.1.1872.2.1.8.9
CTR vrrpStatInAdvers1.3.6.1.4.1.1872.2.1.8.9.1Counterread-onlyThe number of good VRRP advertisements which are received.
CTR vrrpStatOutAdvers1.3.6.1.4.1.1872.2.1.8.9.2Counterread-onlyThe number of good VRRP advertisements which are transmitted.
CTR vrrpStatOutBadAdvers1.3.6.1.4.1.1872.2.1.8.9.3Counterread-onlyThe number of bad VRRP advertisements which are received.
ospfStats1.3.6.1.4.1.1872.2.1.8.22
ospfGeneralStats1.3.6.1.4.1.1872.2.1.8.22.1
ospfCumRxTxStats1.3.6.1.4.1.1872.2.1.8.22.1.1
CTR ospfCumRxPkts1.3.6.1.4.1.1872.2.1.8.22.1.1.1Counterread-onlyThe sum total of all OSPF packets received on all OSPF areas and interfaces.
CTR ospfCumTxPkts1.3.6.1.4.1.1872.2.1.8.22.1.1.2Counterread-onlyThe sum total of all OSPF packets transmitted on all OSPF areas and interfaces.
CTR ospfCumRxHello1.3.6.1.4.1.1872.2.1.8.22.1.1.3Counterread-onlyThe sum total of all Hello packets received on all OSPF areas and interfaces.
CTR ospfCumTxHello1.3.6.1.4.1.1872.2.1.8.22.1.1.4Counterread-onlyThe sum total of all Hello packets transmitted on all OSPF areas and interfaces.
CTR ospfCumRxDatabase1.3.6.1.4.1.1872.2.1.8.22.1.1.5Counterread-onlyThe sum total of all Database Description packets received on all OSPF areas and interfaces.
CTR ospfCumTxDatabase1.3.6.1.4.1.1872.2.1.8.22.1.1.6Counterread-onlyThe sum total of all Database Description packets transmitted on all OSPF areas and interfaces.
CTR ospfCumRxlsReqs1.3.6.1.4.1.1872.2.1.8.22.1.1.7Counterread-onlyThe sum total of all Link State Request packets received on all OSPF areas and interfaces.
CTR ospfCumTxlsReqs1.3.6.1.4.1.1872.2.1.8.22.1.1.8Counterread-onlyThe sum total of all Link State Request packets transmitted on all OSPF areas and interfaces.
CTR ospfCumRxlsAcks1.3.6.1.4.1.1872.2.1.8.22.1.1.9Counterread-onlyThe sum total of all Link State Acknowledgement packets received on all OSPF areas and interfaces.
CTR ospfCumTxlsAcks1.3.6.1.4.1.1872.2.1.8.22.1.1.10Counterread-onlyThe sum total of all Link State Acknowledgement packets transmitted on all OSPF areas and interfaces.
CTR ospfCumRxlsUpdates1.3.6.1.4.1.1872.2.1.8.22.1.1.11Counterread-onlyThe sum total of all Link State Update packets received on all OSPF areas and interfaces.
CTR ospfCumTxlsUpdates1.3.6.1.4.1.1872.2.1.8.22.1.1.12Counterread-onlyThe sum total of all Link State Update packets transmitted on all OSPF areas and interfaces.
ospfCumNbrChangeStats1.3.6.1.4.1.1872.2.1.8.22.1.2
CTR ospfCumNbrhello1.3.6.1.4.1.1872.2.1.8.22.1.2.1Counterread-onlyThe sum total of all Hello packets received from neighbours on all OSPF areas and interfaces.
CTR ospfCumNbrStart1.3.6.1.4.1.1872.2.1.8.22.1.2.2Counterread-onlyThe sum total number of neighbours in this state (i.e. an indication that Hello packets should now be sent to the neighbour at intervals of HelloInterval seconds.) across all OSPF areas and interfaces.
CTR ospfCumNbrAdjointOk1.3.6.1.4.1.1872.2.1.8.22.1.2.3Counterread-onlyThe sum total number of decisions to be made (again) as to whether an adjacency should be established/maintained with the neighbour across all OSPF areas and interfaces.
CTR ospfCumNbrNegotiationDone1.3.6.1.4.1.1872.2.1.8.22.1.2.4Counterread-onlyThe sum total number of neighbours in this state wherein the Master/slave relationship has been negotiated, and sequence numbers have been exchanged, across all OSPF areas and interfaces.
CTR ospfCumNbrExchangeDone1.3.6.1.4.1.1872.2.1.8.22.1.2.5Counterread-onlyThe sum total number of neighbours in this state (i.e. in an adjacency's final state) having transimitted a full sequence of Database Description packets, across all OSPF areas and interfaces.
CTR ospfCumNbrBadRequests1.3.6.1.4.1.1872.2.1.8.22.1.2.6Counterread-onlyThe sum total number of Link State Requests which have been received for a link state advertisement not contained in the database across all interfaces and OSPF areas.
CTR ospfCumNbrBadSequence1.3.6.1.4.1.1872.2.1.8.22.1.2.7Counterread-onlyThe sum total number of Database Description packets which have been received that either a) has an unexpected DD sequence number b) Unexpectedly has the init bit set c) Has an options field differing from the last Options field received in a Database Description packet. Any of these conditions indicate that some error has occured during adjacency establishment for all OSPF areas and interfaces.
CTR ospfCumNbrLoadingDone1.3.6.1.4.1.1872.2.1.8.22.1.2.8Counterread-onlyThe sum total number of link state updates received for all out-of-date portions of the database across all OSPF areas and interfaces.
CTR ospfCumNbrN1way1.3.6.1.4.1.1872.2.1.8.22.1.2.9Counterread-onlyThe sum total number of Hello packets received from neighbours, in which this router is not mentioned across all OSPF interfaces and areas.
CTR ospfCumNbrRstAd1.3.6.1.4.1.1872.2.1.8.22.1.2.10Counterread-onlyThe sum total number of times the Neighbour adjacency has been reset across all OPSF areas and interfaces.
CTR ospfCumNbrDown1.3.6.1.4.1.1872.2.1.8.22.1.2.11Counterread-onlyThe total number of Neighbouring routers down (i.e. in the initial state of a neighbour conversation.) across all OSPF areas and interfaces.
ospfCumIntfChangeStats1.3.6.1.4.1.1872.2.1.8.22.1.3
CTR ospfCumIntfHello1.3.6.1.4.1.1872.2.1.8.22.1.3.1Counterread-onlyThe sum total number of Hello packets sent on all interfaces and areas
CTR ospfCumIntfDown1.3.6.1.4.1.1872.2.1.8.22.1.3.2Counterread-onlyThe sum total number of interfaces down in all OSPF areas.
CTR ospfCumIntfLoop1.3.6.1.4.1.1872.2.1.8.22.1.3.3Counterread-onlyThe sum total of interfaces no longer connected to the attatched network across all OSPF areas and interfaces.
CTR ospfCumIntfUnloop1.3.6.1.4.1.1872.2.1.8.22.1.3.4Counterread-onlyThe sum total number of interfaces, connected to the attatched network in all OSPF areas.
CTR ospfCumIntfWaitTimer1.3.6.1.4.1.1872.2.1.8.22.1.3.5Counterread-onlyThe sum total number of times the Wait Timer has been fired, (indicating the end of the waiting period that is required before electing a (Backup) Designated Router) across all OSPF areas and interfaces.
CTR ospfCumIntfBackup1.3.6.1.4.1.1872.2.1.8.22.1.3.6Counterread-onlyThe sum total number of Backup Designated Routers on the attatched network for all OSPF areas and interfaces.
CTR ospfCumIntfNbrChange1.3.6.1.4.1.1872.2.1.8.22.1.3.7Counterread-onlyThe sum total number of changes in the set of bidirectional neighbours associated with any interface across all OSPF areas.
ospfTimersKickOffStats1.3.6.1.4.1.1872.2.1.8.22.1.4
CTR ospfTmrsKckOffHello1.3.6.1.4.1.1872.2.1.8.22.1.4.1Counterread-onlyThe sum total number of times the Hello timer has been fired (which triggers the send of a Hello packet) across all OPSF areas and interfaces.
CTR ospfTmrsKckOffRetransmit1.3.6.1.4.1.1872.2.1.8.22.1.4.2Counterread-onlyThe sum total number of times the Retransmit timer has been fired across all OPSF areas and interfaces.
CTR ospfTmrsKckOffLsaLock1.3.6.1.4.1.1872.2.1.8.22.1.4.3Counterread-onlyThe sum total number of times the Lsa Lock timer has been fired across all OSPF areas and interfaces.
CTR ospfTmrsKckOffLsaAck1.3.6.1.4.1.1872.2.1.8.22.1.4.4Counterread-onlyThe sum total number of times the Lsa Ack timer has been fired across all ospf areas and interfaces.
CTR ospfTmrsKckOffDbage1.3.6.1.4.1.1872.2.1.8.22.1.4.5Counterread-onlyThe total number of times the Dbage has been fired.
CTR ospfTmrsKckOffSummary1.3.6.1.4.1.1872.2.1.8.22.1.4.6Counterread-onlyThe total number of times the Summary timer has been fired.
CTR ospfTmrsKckOffAseExport1.3.6.1.4.1.1872.2.1.8.22.1.4.7Counterread-onlyThe total number of times the ASE Export timer has been fired.
ospfArea1.3.6.1.4.1.1872.2.1.8.22.2
ospfAreaRxTxStats1.3.6.1.4.1.1872.2.1.8.22.2.1not-accessibleThe table of OSPF Area Rx/Tx Statistics.
ospfAreaRxTxStatsEntry1.3.6.1.4.1.1872.2.1.8.22.2.1.1not-accessibleRx Tx packet Statistics about a OSPF area.
INT ospfAreaRxTxIndex1.3.6.1.4.1.1872.2.1.8.22.2.1.1.1INTEGERread-onlyThe index of the ospf Area for which these statistics apply.
CTR ospfAreaRxPkts1.3.6.1.4.1.1872.2.1.8.22.2.1.1.2Counterread-onlyThe total number of OSPF packets received in this OSPF area.
CTR ospfAreaTxPkts1.3.6.1.4.1.1872.2.1.8.22.2.1.1.3Counterread-onlyThe total number of OSPF packets transmitted in this OSPF area.
CTR ospfAreaRxHello1.3.6.1.4.1.1872.2.1.8.22.2.1.1.4Counterread-onlyThe total number of Hello packets received in this OSPF area.
CTR ospfAreaTxHello1.3.6.1.4.1.1872.2.1.8.22.2.1.1.5Counterread-onlyThe total number of Hello packets transmitted in this OSPF area.
CTR ospfAreaRxDatabase1.3.6.1.4.1.1872.2.1.8.22.2.1.1.6Counterread-onlyThe total number of Database Description packets transmitted for this OSPF area.
CTR ospfAreaTxDatabase1.3.6.1.4.1.1872.2.1.8.22.2.1.1.7Counterread-onlyThe total number of Database Description packets transmitted for this OSPF area.
CTR ospfAreaRxlsReqs1.3.6.1.4.1.1872.2.1.8.22.2.1.1.8Counterread-onlyThe total number of Link State Request packets received for this OSPF area.
CTR ospfAreaTxlsReqs1.3.6.1.4.1.1872.2.1.8.22.2.1.1.9Counterread-onlyThe total number of Link State Request packets transmitted for this OSPF area.
CTR ospfAreaRxlsAcks1.3.6.1.4.1.1872.2.1.8.22.2.1.1.10Counterread-onlyThe total number of Link State Acknowledgement packets received for this OSPF area.
CTR ospfAreaTxlsAcks1.3.6.1.4.1.1872.2.1.8.22.2.1.1.11Counterread-onlyThe total number of Link State Acknowledgement packets transmitted for this OSPF area.
CTR ospfAreaRxlsUpdates1.3.6.1.4.1.1872.2.1.8.22.2.1.1.12Counterread-onlyThe total number of Link State Update packets received for this OSPF area.
CTR ospfAreaTxlsUpdates1.3.6.1.4.1.1872.2.1.8.22.2.1.1.13Counterread-onlyThe total number of Link State Update packets transmitted for this OSPF area.
ospfAreaNbrChangeStats1.3.6.1.4.1.1872.2.1.8.22.2.2not-accessibleThe table of OSPF Area Neighbour Statistics.
ospfAreaNbrChangeStatsEntry1.3.6.1.4.1.1872.2.1.8.22.2.2.1not-accessibleArea Neighbour Change Statistics about a OSPF area.
INT ospfAreaNbrIndex1.3.6.1.4.1.1872.2.1.8.22.2.2.1.1INTEGERread-onlyThe index of the ospf Area for which these statistics apply.
CTR ospfAreaNbrhello1.3.6.1.4.1.1872.2.1.8.22.2.2.1.2Counterread-onlyThe total number of Hello packets received from neighbours in this OSPF area.
CTR ospfAreaNbrStart1.3.6.1.4.1.1872.2.1.8.22.2.2.1.3Counterread-onlyThe total number of neighbours in this state (i.e. an indication that Hello packets should now be sent to the neighbour at intervals of HelloInterval seconds.) in this OSPF area.
CTR ospfAreaNbrAdjointOk1.3.6.1.4.1.1872.2.1.8.22.2.2.1.4Counterread-onlyThe total number of decisions to be made (again) as to whether an adjacency should be established/maintained with the neighbour. for this OSPF area.
CTR ospfAreaNbrNegotiationDone1.3.6.1.4.1.1872.2.1.8.22.2.2.1.5Counterread-onlyThe total number of neighbours in this state wherein the Master/slave relationship has been negotiated, and sequence numbers have been exchanged, for this OSPF area.
CTR ospfAreaNbrExchangeDone1.3.6.1.4.1.1872.2.1.8.22.2.2.1.6Counterread-onlyThe total number of neighbours in this state (i.e. in an adjacency's final state) having transimitted a full sequence of Database Description packets, for this OSPF area.
CTR ospfAreaNbrBadRequests1.3.6.1.4.1.1872.2.1.8.22.2.2.1.7Counterread-onlyThe sum total number of Link State Requests which have been received for a link state advertisement not contained in the database across this OSPF area.
CTR ospfAreaNbrBadSequence1.3.6.1.4.1.1872.2.1.8.22.2.2.1.8Counterread-onlyThe total number of Database Description packets which have been received that either a) has an unexpected DD sequence number b) Unexpectedly has the init bit set c) Has an options field differing from the last Options field received in a Database Description packet. Any of these conditions indicate that some error has occured during adjacency establishment for this OSPF area.
CTR ospfAreaNbrLoadingDone1.3.6.1.4.1.1872.2.1.8.22.2.2.1.9Counterread-onlyThe total number of link state updates received for all out-of-date portions of the database in this OSPF area.
CTR ospfAreaNbrN1way1.3.6.1.4.1.1872.2.1.8.22.2.2.1.10Counterread-onlyThe total number of Hello packets received from neighbours, in which this router is not mentioned in this OSPF area.
CTR ospfAreaNbrRstAd1.3.6.1.4.1.1872.2.1.8.22.2.2.1.11Counterread-onlyThe total number of times the Neighbour adjacency has been reset across this OPSF area.
CTR ospfAreaNbrDown1.3.6.1.4.1.1872.2.1.8.22.2.2.1.12Counterread-onlyThe total number of Neighbouring routers down (i.e. in the initial state of a neighbour conversation.) in this OSPF area.
ospfAreaChangeStats1.3.6.1.4.1.1872.2.1.8.22.2.3not-accessibleThe table of OSPF Area Change Statistics.
ospfAreaChangeStatsEntry1.3.6.1.4.1.1872.2.1.8.22.2.3.1not-accessibleArea Change Statistics about a OSPF area.
INT ospfAreaIntfIndex1.3.6.1.4.1.1872.2.1.8.22.2.3.1.1INTEGERread-onlyThe index of the OSPF Area for which these statistics apply.
CTR ospfAreaIntfHello1.3.6.1.4.1.1872.2.1.8.22.2.3.1.2Counterread-onlyThe total number of Hello packets sent on this OSPF area.
CTR ospfAreaIntfDown1.3.6.1.4.1.1872.2.1.8.22.2.3.1.3Counterread-onlyThe total number of interfaces down in this OSPF area.
CTR ospfAreaIntfLoop1.3.6.1.4.1.1872.2.1.8.22.2.3.1.4Counterread-onlyThe total number of interfaces no longer connected to the attatched network in this OSPF area.
CTR ospfAreaIntfUnloop1.3.6.1.4.1.1872.2.1.8.22.2.3.1.5Counterread-onlyThe total number of interfaces connected to the attatched network in this OSPF area..
CTR ospfAreaIntfWaitTimer1.3.6.1.4.1.1872.2.1.8.22.2.3.1.6Counterread-onlyThe total number of times the Wait Timer has been fired, (indicating the end of the waiting period that is required before electing a (Backup) Designated Router) for this OSPF area.
CTR ospfAreaIntfBackup1.3.6.1.4.1.1872.2.1.8.22.2.3.1.7Counterread-onlyThe total number of Backup Designated Routers on the attatched network for this OSPF area.
CTR ospfAreaIntfNbrChange1.3.6.1.4.1.1872.2.1.8.22.2.3.1.8Counterread-onlyThe total number of changes in the set of bidirectional neighbours associated with the interface in this OSPF area.
ospfInterface1.3.6.1.4.1.1872.2.1.8.22.3
ospfIntfRxTxStats1.3.6.1.4.1.1872.2.1.8.22.3.1not-accessibleThe table of OSPF Interface Rx/Tx packet Statistics.
ospfIntfRxTxStatsEntry1.3.6.1.4.1.1872.2.1.8.22.3.1.1not-accessibleOSPF interface Rx/Tx packet statistics.
INT ospfIntfRxTxIndex1.3.6.1.4.1.1872.2.1.8.22.3.1.1.1INTEGERread-onlyThe OSPF interface for which these statistics apply.
CTR ospfIntfRxPkts1.3.6.1.4.1.1872.2.1.8.22.3.1.1.2Counterread-onlyThe total number of OSPF packets received for this OSPF interface.
CTR ospfIntfTxPkts1.3.6.1.4.1.1872.2.1.8.22.3.1.1.3Counterread-onlyThe total number of OSPF packets transmitted for this OSPF interface.
CTR ospfIntfRxHello1.3.6.1.4.1.1872.2.1.8.22.3.1.1.4Counterread-onlyThe total number of Hello packets received for this OSPF interface.
CTR ospfIntfTxHello1.3.6.1.4.1.1872.2.1.8.22.3.1.1.5Counterread-onlyThe total number of Hello packets transmitted for this OSPF interface.
CTR ospfIntfRxDatabase1.3.6.1.4.1.1872.2.1.8.22.3.1.1.6Counterread-onlyThe total number of Database Description packets received for this OSPF interface.
CTR ospfIntfTxDatabase1.3.6.1.4.1.1872.2.1.8.22.3.1.1.7Counterread-onlyThe total number of Database Description packets transmitted for this OSPF interface.
CTR ospfIntfRxlsReqs1.3.6.1.4.1.1872.2.1.8.22.3.1.1.8Counterread-onlyThe total number of Link State Request packets received for this OSPF interface.
CTR ospfIntfTxlsReqs1.3.6.1.4.1.1872.2.1.8.22.3.1.1.9Counterread-onlyThe total number of Link State Request packets transmitted for this OSPF interface.
CTR ospfIntfRxlsAcks1.3.6.1.4.1.1872.2.1.8.22.3.1.1.10Counterread-onlyThe total number of Link State Acknowledgement packets received for this OSPF interface.
CTR ospfIntfTxlsAcks1.3.6.1.4.1.1872.2.1.8.22.3.1.1.11Counterread-onlyThe total number of Link State Acknowledgement packets transmitted for this OSPF interface.
CTR ospfIntfRxlsUpdates1.3.6.1.4.1.1872.2.1.8.22.3.1.1.12Counterread-onlyThe total number of Link State Update packets received for this OSPF interface.
CTR ospfIntfTxlsUpdates1.3.6.1.4.1.1872.2.1.8.22.3.1.1.13Counterread-onlyThe total number of Link State Update packets transmitted for this OSPF interface.
ospfIntfNbrChangeStats1.3.6.1.4.1.1872.2.1.8.22.3.2not-accessibleThe table of OSPF Interface Neighbour change Statistics.
ospfIntfNbrChangeStatsEntry1.3.6.1.4.1.1872.2.1.8.22.3.2.1not-accessibleOSPF interface Neighbour Change statistics.
INT ospfIntfNbrIndex1.3.6.1.4.1.1872.2.1.8.22.3.2.1.1INTEGERread-onlyThe index of the OSPF Interface for which these statistics apply.
CTR ospfIntfNbrhello1.3.6.1.4.1.1872.2.1.8.22.3.2.1.2Counterread-onlyThe total number of Hello packets received from neighbours in this OSPF interface.
CTR ospfIntfNbrStart1.3.6.1.4.1.1872.2.1.8.22.3.2.1.3Counterread-onlyThe total number of neighbours in this state (i.e. an indication that Hello packets should now be sent to the neighbour at intervals of HelloInterval seconds.) in this OSPF interface.
CTR ospfIntfNbrAdjointOk1.3.6.1.4.1.1872.2.1.8.22.3.2.1.4Counterread-onlyThe total number of decisions to be made (again) as to whether an adjacency should be established/maintained with the neighbour. for this OSPF interface.
CTR ospfIntfNbrNegotiationDone1.3.6.1.4.1.1872.2.1.8.22.3.2.1.5Counterread-onlyThe total number of neighbours in this state wherein the Master/slave relationship has been negotiated, and sequence numbers have been exchanged, for this OSPF interface.
CTR ospfIntfNbrExchangeDone1.3.6.1.4.1.1872.2.1.8.22.3.2.1.6Counterread-onlyThe total number of neighbours in this state (i.e. in an adjacency's final state) having transimitted a full sequence of Database Description packets, for this OSPF interface.
CTR ospfIntfNbrBadRequests1.3.6.1.4.1.1872.2.1.8.22.3.2.1.7Counterread-onlyThe total number of Link State Requests which have been received for a link state advertisement not contained in the database for this interface.
CTR ospfIntfNbrBadSequence1.3.6.1.4.1.1872.2.1.8.22.3.2.1.8Counterread-onlyThe total number of Database Description packets which have been received that either a) has an unexpected DD sequence number b) Unexpectedly has the init bit set c) Has an options field differing from the last Options field received in a Database Description packet. Any of these conditions indicate that some error has occured during adjacency establishment for this interface.
CTR ospfIntfNbrLoadingDone1.3.6.1.4.1.1872.2.1.8.22.3.2.1.9Counterread-onlyThe total number of link state updates received for all out-of-date portions of the database for this OSPF interface.
CTR ospfIntfNbrN1way1.3.6.1.4.1.1872.2.1.8.22.3.2.1.10Counterread-onlyThe total number of Hello packets received from neighbours, in which this router is not mentioned for this OSPF interface.
CTR ospfIntfNbrRstAd1.3.6.1.4.1.1872.2.1.8.22.3.2.1.11Counterread-onlyThe sum total number of times the Neighbour adjacency has been reset on this interface.
CTR ospfIntfNbrDown1.3.6.1.4.1.1872.2.1.8.22.3.2.1.12Counterread-onlyThe total number of Neighbouring routers down (i.e. in the initial state of a neighbour conversation.) for this interface.
ospfIntfChangeStats1.3.6.1.4.1.1872.2.1.8.22.3.3not-accessibleThe table of OSPF Interface change Statistics.
ospfIntfChangeStatsEntry1.3.6.1.4.1.1872.2.1.8.22.3.3.1not-accessibleOSPF interface Change statistics.
INT ospfIntfIndex1.3.6.1.4.1.1872.2.1.8.22.3.3.1.1INTEGERread-onlyThe index of the OSPF Interface for which these statistics apply.
CTR ospfIntfHello1.3.6.1.4.1.1872.2.1.8.22.3.3.1.2Counterread-onlyThe total number of Hello packets sent by this interface.
CTR ospfIntfDown1.3.6.1.4.1.1872.2.1.8.22.3.3.1.3Counterread-onlyThe total number of times the interface was down.
CTR ospfIntfLoop1.3.6.1.4.1.1872.2.1.8.22.3.3.1.4Counterread-onlyThe total number of times the interface was no longer connected to the attatched network.
CTR ospfIntfUnloop1.3.6.1.4.1.1872.2.1.8.22.3.3.1.5Counterread-onlyThe total number of times the interface, connected back to the attatched network.
CTR ospfIntfWaitTimer1.3.6.1.4.1.1872.2.1.8.22.3.3.1.6Counterread-onlyThe total number of times the Wait Timer has been fired, (indicating the end of the waiting period that is required before electing a (Backup) Designated Router) for this OSPF interface.
CTR ospfIntfBackup1.3.6.1.4.1.1872.2.1.8.22.3.3.1.7Counterread-onlyThe total number of Backup Designated Routers on the attatched network for this OSPF interface.
CTR ospfIntfNbrChange1.3.6.1.4.1.1872.2.1.8.22.3.3.1.8Counterread-onlyThe total number of changes in the set of bidirectional neighbours associated with the interface for this OSPF interface.
ip_info1.3.6.1.4.1.1872.2.1.9.3
ipRouteInfoTable1.3.6.1.4.1.1872.2.1.9.3.1not-accessibleThe table of run-time IP routes.
ipRouteInfoEntry1.3.6.1.4.1.1872.2.1.9.3.1.1not-accessibleA row in the run-time IP route table
INT ipRouteInfoIndx1.3.6.1.4.1.1872.2.1.9.3.1.1.1INTEGERread-onlyThe index of this route table.
IP ipRouteInfoDestIp1.3.6.1.4.1.1872.2.1.9.3.1.1.2IpAddressread-onlyThe destination IP address of this route.
IP ipRouteInfoMask1.3.6.1.4.1.1872.2.1.9.3.1.1.3IpAddressread-onlyThe destination IP mask of this route.
IP ipRouteInfoGateway1.3.6.1.4.1.1872.2.1.9.3.1.1.4IpAddressread-onlyThe next-hop router address for this route.
INT ipRouteInfoTag1.3.6.1.4.1.1872.2.1.9.3.1.1.5INTEGERread-onlyThe tag-type for this route.
INT ipRouteInfoType1.3.6.1.4.1.1872.2.1.9.3.1.1.6INTEGERread-onlyThe type of the route.
INT ipRouteInfoInterface1.3.6.1.4.1.1872.2.1.9.3.1.1.7INTEGERread-onlyThe interface number for which the destination address is applicable.
arpInfoTable1.3.6.1.4.1.1872.2.1.9.3.2not-accessibleThe table of ARP entries.
arpInfoEntry1.3.6.1.4.1.1872.2.1.9.3.2.1not-accessibleA row in the ARP table
IP arpInfoDestIp1.3.6.1.4.1.1872.2.1.9.3.2.1.1IpAddressread-onlyThe destination IP address of the ARP entry.
PHY arpInfoMacAddr1.3.6.1.4.1.1872.2.1.9.3.2.1.2PhysAddressread-onlyThe MAC address for the ARP entry.
INT arpInfoVLAN1.3.6.1.4.1.1872.2.1.9.3.2.1.3INTEGERread-onlyThe VLAN identifier for the ARP entry.
INT arpInfoSrcPort1.3.6.1.4.1.1872.2.1.9.3.2.1.4INTEGERread-onlyThe port number on which this entry's equivalence is effective.
INT arpInfoRefPorts1.3.6.1.4.1.1872.2.1.9.3.2.1.5INTEGERread-onlyThe rference ports associated with this ARP entry.
INT arpInfoFlag1.3.6.1.4.1.1872.2.1.9.3.2.1.6INTEGERread-onlyThe flag associated with this ARP entry.
vrrp_info1.3.6.1.4.1.1872.2.1.9.4
vrrpInfoVirtRtrTable1.3.6.1.4.1.1872.2.1.9.4.1not-accessibleThe table of VRRP virtual router run-time information.
vrrpInfoVirtRtrTableEntry1.3.6.1.4.1.1872.2.1.9.4.1.1not-accessibleThe run-time information about a VRRP virtual router.
INT vrrpInfoVirtRtrIndex1.3.6.1.4.1.1872.2.1.9.4.1.1.1INTEGERread-onlyThe VRRP virtual router index.
INT vrrpInfoVirtRtrState1.3.6.1.4.1.1872.2.1.9.4.1.1.2INTEGERread-onlyThe VRRP virtual router state.
INT vrrpInfoVirtRtrOwnership1.3.6.1.4.1.1872.2.1.9.4.1.1.3INTEGERread-onlyThe VRRP virtual router ownership status.
INT vrrpInfoVirtRtrServer1.3.6.1.4.1.1872.2.1.9.4.1.1.4INTEGERread-onlyThe VRRP server state identifies virtual routers that support Layer 4 services.
INT vrrpInfoVirtRtrProxy1.3.6.1.4.1.1872.2.1.9.4.1.1.5INTEGERread-onlyThe VRRP proxy state identifies virtual proxy routers.
ospfinfo1.3.6.1.4.1.1872.2.1.9.5
ospfGeneralInfo1.3.6.1.4.1.1872.2.1.9.5.1
INT ospfStartTime1.3.6.1.4.1.1872.2.1.9.5.1.1INTEGERread-onlyThe time when ospf has been started.
CTR ospfProcessUptime1.3.6.1.4.1.1872.2.1.9.5.1.2Counterread-onlyThe time since ospf has been started.
INT ospfLsTypesSupported1.3.6.1.4.1.1872.2.1.9.5.1.3INTEGERread-onlyThe Link State Types that are supported.
INT ospfIntfCountForRouter1.3.6.1.4.1.1872.2.1.9.5.1.4INTEGERread-onlyThe number of interfaces for this router.
INT ospfVlinkCountForRouter1.3.6.1.4.1.1872.2.1.9.5.1.5INTEGERread-onlyThe number of virtual links for this router.
INT ospfTotalNeighbours1.3.6.1.4.1.1872.2.1.9.5.1.6INTEGERread-onlyThe total number of OSPF neighbours.
INT ospfNbrInInitState1.3.6.1.4.1.1872.2.1.9.5.1.7INTEGERread-onlyThe number of neighbours in the initial state of exchange.
INT ospfNbrInExchState1.3.6.1.4.1.1872.2.1.9.5.1.8INTEGERread-onlyThe number of neighbours in the exchange state.
INT ospfNbrInFullState1.3.6.1.4.1.1872.2.1.9.5.1.9INTEGERread-onlyThe number of neighbours in the Full state of exchange.
INT ospfTotalAreas1.3.6.1.4.1.1872.2.1.9.5.1.10INTEGERread-onlyThe Total number of areas.
INT ospfTotalTransitAreas1.3.6.1.4.1.1872.2.1.9.5.1.11INTEGERread-onlyThe Total number of Transit areas.
INT ospfTotalNssaAreas1.3.6.1.4.1.1872.2.1.9.5.1.12INTEGERread-onlyThe Total number of NSSA areas.
ospfAreaInfoTable1.3.6.1.4.1.1872.2.1.9.5.2not-accessibleThe table of OSPF Area information.
ospfAreaInfoEntry1.3.6.1.4.1.1872.2.1.9.5.2.1not-accessibleInformation about a OSPF area.
INT ospfAreaInfoIndex1.3.6.1.4.1.1872.2.1.9.5.2.1.1INTEGERread-onlyThe OSPF area number for which the OSPF info table is related.
INT ospfTotalNumberOfInterfaces1.3.6.1.4.1.1872.2.1.9.5.2.1.2INTEGERread-onlyThe total number of interfaces for this OSPF area.
INT ospfNumberOfInterfacesUp1.3.6.1.4.1.1872.2.1.9.5.2.1.3INTEGERread-onlyThe number of interfaces UP in area.
INT ospfNumberOfLsdbEntries1.3.6.1.4.1.1872.2.1.9.5.2.1.4INTEGERread-onlyThe number of Link State Database entries for this OSPF area.
IP ospfAreaInfoId1.3.6.1.4.1.1872.2.1.9.5.2.1.5IpAddressread-onlyThe IP address of the OSPF area.
ospfIntfInfoTable1.3.6.1.4.1.1872.2.1.9.5.3not-accessibleThe table of OSPF Interface information.
ospfIntfInfoEntry1.3.6.1.4.1.1872.2.1.9.5.3.1not-accessibleInformation about a OSPF interface.
INT ospfIfInfoIndex1.3.6.1.4.1.1872.2.1.9.5.3.1.1INTEGERread-onlyThe OSPF interface number for which the OSPF info table is related.
IP ospfIfDesignatedRouterIP1.3.6.1.4.1.1872.2.1.9.5.3.1.2IpAddressread-onlyThe OSPF Designated Router ID (IP Address) for this OSPF interface.
IP ospfIfBackupDesignatedRouterIP1.3.6.1.4.1.1872.2.1.9.5.3.1.3IpAddressread-onlyThe OSPF Backup Designated Router ID (IP Address) for this OSPF interface.
INT ospfIfWaitInterval1.3.6.1.4.1.1872.2.1.9.5.3.1.4INTEGERread-onlyThe OSPF Wait interval for this OSPF interface.
INT ospfIfTotalNeighbours1.3.6.1.4.1.1872.2.1.9.5.3.1.5INTEGERread-onlyThe Total number of neighbours for this OSPF interface.
IP ospfIfInfoIpAddress1.3.6.1.4.1.1872.2.1.9.5.3.1.6IpAddressread-onlyThe IP address of the OSPF interface.
ospfRouterLSAInfoTable1.3.6.1.4.1.1872.2.1.9.5.4not-accessibleThe table of OSPF Router LSA information.
ospfRouterLSAInfoEntry1.3.6.1.4.1.1872.2.1.9.5.4.1not-accessibleA row in the Router LSA Table indexed by area, routerlink and routerId.
INT routerLSAAreaIndex1.3.6.1.4.1.1872.2.1.9.5.4.1.1INTEGERread-onlyThe OSPF AreaID for which the OSPF Router LSA info table is related.
INT routerLSALinkIndex1.3.6.1.4.1.1872.2.1.9.5.4.1.2INTEGERread-onlyThe OSPF Link ID for which the OSPF Router LSA info table is related.
IP routerLSAId1.3.6.1.4.1.1872.2.1.9.5.4.1.3IpAddressread-onlyThe OSPF RouterID for which the OSPF Router LSA info table is related.
IP routerLSALinkID1.3.6.1.4.1.1872.2.1.9.5.4.1.4IpAddressread-onlyIdentifes the object that this router link connects to. Value depends on the link's type.
IP routerLSALinkData1.3.6.1.4.1.1872.2.1.9.5.4.1.5IpAddressread-onlyThis value depends on the link's Type field. For connections to stub networks, Link Data specifies the network's IP address mask. For unnumbered point-to-point connections, it specifies the interface's MIB-II ifIndex value and the value of Link Data is redundant. For the other link types it specifies the router interface's IP address.
INT routerLSALinkIfIndex1.3.6.1.4.1.1872.2.1.9.5.4.1.6INTEGERread-onlyFor unnumbered point-to-point connections, LinkIfIndex specifies the interface's MIB-II ifIndex value.
INT routerLSANoOfTOSMetrics1.3.6.1.4.1.1872.2.1.9.5.4.1.7INTEGERread-onlyThe number of different TOS metrics given for this link, not counting the required link metric(referred to as the TOS 0 metric).
INT routerLSANoOfTOSZeroMetrics1.3.6.1.4.1.1872.2.1.9.5.4.1.8INTEGERread-onlyThe number of Zero TOS metrics given for this link.
vrrpOper1.3.6.1.4.1.1872.2.1.14.5
vrrpOperVirtRtrTable1.3.6.1.4.1.1872.2.1.14.5.1not-accessibleAn entry in the table of virtual routers.
vrrpOperVirtRtrEntry1.3.6.1.4.1.1872.2.1.14.5.1.1not-accessibleA row in the vrrpOperVirtRtrTable
INT vrrpOperVirtRtrIndex1.3.6.1.4.1.1872.2.1.14.5.1.1.1INTEGERread-onlyThe index for the VRRP virtual router.
INT vrrpOperVirtRtrBackup1.3.6.1.4.1.1872.2.1.14.5.1.1.2INTEGERread-writeWhen set to a value of 'backup(2)' it forces the specified master virtual router into backup mode. 'ok(1)' is returned when the object os read.
INT vrrpOperVirtRtrGroupBackup1.3.6.1.4.1.1872.2.1.14.5.2INTEGERread-writeWhen set to a value of 'backup(2)' it forces the specified master virtual router group into backup mode. 'ok(1)' is returned when the object os read.
vrrp1.3.6.1.4.1.1872.2.1.15
vrrpGeneral1.3.6.1.4.1.1872.2.1.15.1
INT vrrpCurCfgGenState1.3.6.1.4.1.1872.2.1.15.1.1INTEGERread-onlyEnable or disable VRRP operation globally.
INT vrrpNewCfgGenState1.3.6.1.4.1.1872.2.1.15.1.2INTEGERread-writeEnable or disable VRRP operation globally.
INT vrrpCurCfgGenTckVirtRtrInc1.3.6.1.4.1.1872.2.1.15.1.3INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other virtual routers.
INT vrrpNewCfgGenTckVirtRtrInc1.3.6.1.4.1.1872.2.1.15.1.4INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other virtual routers.
INT vrrpCurCfgGenTckIpIntfInc1.3.6.1.4.1.1872.2.1.15.1.5INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other router interfaces.
INT vrrpNewCfgGenTckIpIntfInc1.3.6.1.4.1.1872.2.1.15.1.6INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other router interfaces.
INT vrrpCurCfgGenTckVlanPortInc1.3.6.1.4.1.1872.2.1.15.1.7INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the port state of ports that belongs to the same virtual LAN as the virtual router.
INT vrrpNewCfgGenTckVlanPortInc1.3.6.1.4.1.1872.2.1.15.1.8INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the port state of ports that belongs to the same virtual LAN as the virtual router.
INT vrrpCurCfgGenTckL4PortInc1.3.6.1.4.1.1872.2.1.15.1.9INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the Layer 4 port states. This is valid when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgGenTckL4PortInc1.3.6.1.4.1.1872.2.1.15.1.10INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the Layer 4 port states. This is valid when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgGenTckRServerInc1.3.6.1.4.1.1872.2.1.15.1.11INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of real servers under the virtual server which is configured as a VRRP virtual router.
INT vrrpNewCfgGenTckRServerInc1.3.6.1.4.1.1872.2.1.15.1.12INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of real servers under the virtual server which is configured as a VRRP virtual router.
INT vrrpCurCfgGenTckHsrpInc1.3.6.1.4.1.1872.2.1.15.1.13INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements.
INT vrrpNewCfgGenTckHsrpInc1.3.6.1.4.1.1872.2.1.15.1.14INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements.
INT vrrpCurCfgGenHotstandby1.3.6.1.4.1.1872.2.1.15.1.15INTEGERread-onlyEnable or disable hotstandby processing.
INT vrrpNewCfgGenHotstandby1.3.6.1.4.1.1872.2.1.15.1.16INTEGERread-writeEnable or disable hotstandby processing.
INT vrrpCurCfgGenTckHsrvInc1.3.6.1.4.1.1872.2.1.15.1.17INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements by VLAN.
INT vrrpNewCfgGenTckHsrvInc1.3.6.1.4.1.1872.2.1.15.1.18INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements by VLAN.
vrrpCurCfgVirtRtrTable1.3.6.1.4.1.1872.2.1.15.2not-accessibleThe table of VRRP virtual routers configuration in current_config.
vrrpCurCfgVirtRtrTableEntry1.3.6.1.4.1.1872.2.1.15.2.1not-accessibleInformation about a VRRP virtual router.
INT vrrpCurCfgVirtRtrIndx1.3.6.1.4.1.1872.2.1.15.2.1.1INTEGERread-onlyThe VRRP virtual router table index.
INT vrrpCurCfgVirtRtrID1.3.6.1.4.1.1872.2.1.15.2.1.2INTEGERread-onlyThe VRRP virtual router identifier.
IP vrrpCurCfgVirtRtrAddr1.3.6.1.4.1.1872.2.1.15.2.1.3IpAddressread-onlyThe VRRP virtual router IP address.
INT vrrpCurCfgVirtRtrIfIndex1.3.6.1.4.1.1872.2.1.15.2.1.4INTEGERread-onlyThe IfIndex that the VRRP virtual router is representing.
INT vrrpCurCfgVirtRtrInterval1.3.6.1.4.1.1872.2.1.15.2.1.5INTEGERread-onlyThe time interval between VRRP advertisements in seconds.
INT vrrpCurCfgVirtRtrPriority1.3.6.1.4.1.1872.2.1.15.2.1.6INTEGERread-onlyThe priority value to be used by the specified VRRP virtual routers.
INT vrrpCurCfgVirtRtrPreempt1.3.6.1.4.1.1872.2.1.15.2.1.7INTEGERread-onlyThis is for controlling whether a higher priority Backup VRRP virtual router preempts a low priority Master. enabled(1) - allow preemption disabled(2) - prohibit preemption
INT vrrpCurCfgVirtRtrState1.3.6.1.4.1.1872.2.1.15.2.1.8INTEGERread-onlyEnable or disable the VRRP virtual router.
INT vrrpCurCfgVirtRtrSharing1.3.6.1.4.1.1872.2.1.15.2.1.9INTEGERread-onlyEnable or disable load sharing of non-master virtual router.
INT vrrpCurCfgVirtRtrTckVirtRtr1.3.6.1.4.1.1872.2.1.15.2.1.10INTEGERread-onlyEnable or disable tracking other virtual routers for priority adjustment. The priority increment is defined in vrrpCurCfgGenTckVirtRtrInc.
INT vrrpCurCfgVirtRtrTckIpIntf1.3.6.1.4.1.1872.2.1.15.2.1.11INTEGERread-onlyEnable or disable tracking other router interfaces for priority adjustment. The priority increment is defined in vrrpCurCfgGenTckIpIntfInc.
INT vrrpCurCfgVirtRtrTckVlanPort1.3.6.1.4.1.1872.2.1.15.2.1.12INTEGERread-onlyEnable or disable tracking port state of VLAN ports for priority adjustment. The priority increment is defined in vrrpCurCfgGenTckVlanPortInc.
INT vrrpCurCfgVirtRtrTckL4Port1.3.6.1.4.1.1872.2.1.15.2.1.13INTEGERread-onlyEnable or disable tracking Layer 4 port states for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckL4PortInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrTckRServer1.3.6.1.4.1.1872.2.1.15.2.1.14INTEGERread-onlyEnable or disable tracking real server states for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckRServerInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrTckHsrp1.3.6.1.4.1.1872.2.1.15.2.1.15INTEGERread-onlyEnable or disable tracking HSRP advertisements for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckHsrpInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrTckHsrv1.3.6.1.4.1.1872.2.1.15.2.1.16INTEGERread-onlyEnable or disable tracking HSRP advertisements by VLAN for priority adjustment. The priority increment is defined in vrrpCurCfgGenTckHsrvInc. This is applied when virtual server is configured as a VRRP virtual router.
vrrpNewCfgVirtRtrTable1.3.6.1.4.1.1872.2.1.15.3not-accessibleThe table of VRRP virtual routers configuration in current_config.
vrrpNewCfgVirtRtrTableEntry1.3.6.1.4.1.1872.2.1.15.3.1not-accessibleInformation about a VRRP virtual router.
INT vrrpNewCfgVirtRtrIndx1.3.6.1.4.1.1872.2.1.15.3.1.1INTEGERread-onlyThe VRRP virtual router table index.
INT vrrpNewCfgVirtRtrID1.3.6.1.4.1.1872.2.1.15.3.1.2INTEGERread-writeThe VRRP virtual router identifier.
IP vrrpNewCfgVirtRtrAddr1.3.6.1.4.1.1872.2.1.15.3.1.3IpAddressread-writeThe VRRP virtual router IP address.
INT vrrpNewCfgVirtRtrIfIndex1.3.6.1.4.1.1872.2.1.15.3.1.4INTEGERread-writeThe IfIndex that the VRRP virtual router is representing.
INT vrrpNewCfgVirtRtrInterval1.3.6.1.4.1.1872.2.1.15.3.1.5INTEGERread-writeThe time interval between VRRP advertisements in seconds.
INT vrrpNewCfgVirtRtrPriority1.3.6.1.4.1.1872.2.1.15.3.1.6INTEGERread-writeThe priority value to be used by the specified VRRP virtual router.
INT vrrpNewCfgVirtRtrPreempt1.3.6.1.4.1.1872.2.1.15.3.1.7INTEGERread-writeThis is for controlling whether a higher priority Backup VRRP virtual router preempts a low priority Master. enabled(1) - allow preemption disabled(2) - prohibit preemption
INT vrrpNewCfgVirtRtrState1.3.6.1.4.1.1872.2.1.15.3.1.8INTEGERread-writeEnable or disable the VRRP virtual router.
INT vrrpNewCfgVirtRtrDelete1.3.6.1.4.1.1872.2.1.15.3.1.9INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than delete(2) has no effect on the state of the row.
INT vrrpNewCfgVirtRtrSharing1.3.6.1.4.1.1872.2.1.15.3.1.10INTEGERread-writeEnable or disable load sharing of non-master virtual router.
INT vrrpNewCfgVirtRtrTckVirtRtr1.3.6.1.4.1.1872.2.1.15.3.1.11INTEGERread-writeEnable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVirtRtrInc.
INT vrrpNewCfgVirtRtrTckIpIntf1.3.6.1.4.1.1872.2.1.15.3.1.12INTEGERread-writeEnable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckIpIntfInc.
INT vrrpNewCfgVirtRtrTckVlanPort1.3.6.1.4.1.1872.2.1.15.3.1.13INTEGERread-writeEnable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVlanPortInc.
INT vrrpNewCfgVirtRtrTckL4Port1.3.6.1.4.1.1872.2.1.15.3.1.14INTEGERread-writeEnable or disable tracking Layer 4 port states for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckL4PortInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrTckRServer1.3.6.1.4.1.1872.2.1.15.3.1.15INTEGERread-writeEnable or disable tracking real server states for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckRServerInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrTckHsrp1.3.6.1.4.1.1872.2.1.15.3.1.16INTEGERread-writeEnable or disable tracking HSRP advertisements for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckHsrpInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrTckHsrv1.3.6.1.4.1.1872.2.1.15.3.1.17INTEGERread-writeEnable or disable tracking HSRP by VLAN advertisements for priority adjustment. The priority increment is defined in vrrpNewCfgGenTckHsrvInc. This is applied when virtual server is configured as a VRRP virtual router.
vrrpCurCfgIfTable1.3.6.1.4.1.1872.2.1.15.4not-accessibleThe table of VRRP interface configuration in current_config.
vrrpCurCfgIfTableEntry1.3.6.1.4.1.1872.2.1.15.4.1not-accessibleInformation about a VRRP interface.
INT vrrpCurCfgIfIndx1.3.6.1.4.1.1872.2.1.15.4.1.1INTEGERread-onlyThe VRRP interface index. This is eqivalent to IfIndex.
INT vrrpCurCfgIfAuthType1.3.6.1.4.1.1872.2.1.15.4.1.2INTEGERread-onlyType of authentication being used. none(1) - no authentication simple-text-password(2) - use password specified in vrrpCurCfgIfPasswd for authentication.
STR vrrpCurCfgIfPasswd1.3.6.1.4.1.1872.2.1.15.4.1.3DisplayStringread-onlyThe password for authentication.
vrrpNewCfgIfTable1.3.6.1.4.1.1872.2.1.15.5not-accessibleThe table of VRRP interface configuration in current_config.
vrrpNewCfgIfTableEntry1.3.6.1.4.1.1872.2.1.15.5.1not-accessibleInformation about a VRRP interface.
INT vrrpNewCfgIfIndx1.3.6.1.4.1.1872.2.1.15.5.1.1INTEGERread-onlyThe VRRP interface index. This is eqivalent to IfIndex.
INT vrrpNewCfgIfAuthType1.3.6.1.4.1.1872.2.1.15.5.1.2INTEGERread-writeType of authentication being used. none(1) - no authentication simple-text-password(2) - use password specified in vrrpNewCfgIfPasswd for authentication.
STR vrrpNewCfgIfPasswd1.3.6.1.4.1.1872.2.1.15.5.1.3DisplayStringread-writeThe password for authentication.
INT vrrpNewCfgIfDelete1.3.6.1.4.1.1872.2.1.15.5.1.4INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than delete(2) has no effect on the state of the row.
vrrpCurCfgVirtRtrGrpTable1.3.6.1.4.1.1872.2.1.15.6not-accessibleThe table of VRRP virtual router group in current_config.
vrrpCurCfgVirtRtrGrpTableEntry1.3.6.1.4.1.1872.2.1.15.6.1not-accessibleInformation about a VRRP failover virtual router.
INT vrrpCurCfgVirtRtrGrpIndx1.3.6.1.4.1.1872.2.1.15.6.1.1INTEGERread-onlyThe VRRP virtual router table index.
INT vrrpCurCfgVirtRtrGrpID1.3.6.1.4.1.1872.2.1.15.6.1.2INTEGERread-onlyThe VRRP virtual router identifier.
INT vrrpCurCfgVirtRtrGrpIfIndex1.3.6.1.4.1.1872.2.1.15.6.1.3INTEGERread-onlyThe IfIndex that the VRRP virtual router is representing.
INT vrrpCurCfgVirtRtrGrpInterval1.3.6.1.4.1.1872.2.1.15.6.1.4INTEGERread-onlyThe time interval between VRRP advertisements in seconds.
INT vrrpCurCfgVirtRtrGrpPriority1.3.6.1.4.1.1872.2.1.15.6.1.5INTEGERread-onlyThe priority value to be used by the specified VRRP virtual routers.
INT vrrpCurCfgVirtRtrGrpPreempt1.3.6.1.4.1.1872.2.1.15.6.1.6INTEGERread-onlyThis is for controlling whether a higher priority Backup VRRP virtual router preempts a low priority Master. enabled(1) - allow preemption disabled(2) - prohibit preemption
INT vrrpCurCfgVirtRtrGrpState1.3.6.1.4.1.1872.2.1.15.6.1.7INTEGERread-onlyEnable or disable the VRRP virtual router.
INT vrrpCurCfgVirtRtrGrpSharing1.3.6.1.4.1.1872.2.1.15.6.1.8INTEGERread-onlyEnable or disable load sharing of non-master virtual router.
INT vrrpCurCfgVirtRtrGrpTckVirtRtr1.3.6.1.4.1.1872.2.1.15.6.1.9INTEGERread-onlyEnable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckVirtRtrInc.
INT vrrpCurCfgVirtRtrGrpTckIpIntf1.3.6.1.4.1.1872.2.1.15.6.1.10INTEGERread-onlyEnable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckIpIntfInc.
INT vrrpCurCfgVirtRtrGrpTckVlanPort1.3.6.1.4.1.1872.2.1.15.6.1.11INTEGERread-onlyEnable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckVlanPortInc.
INT vrrpCurCfgVirtRtrGrpTckL4Port1.3.6.1.4.1.1872.2.1.15.6.1.12INTEGERread-onlyEnable or disable tracking Layer 4 port states for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckL4PortInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrGrpTckRServer1.3.6.1.4.1.1872.2.1.15.6.1.13INTEGERread-onlyEnable or disable tracking real server states for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckRServerInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrGrpTckHsrp1.3.6.1.4.1.1872.2.1.15.6.1.14INTEGERread-onlyEnable or disable tracking HSRP advertisements for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckHsrpInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrGrpTckHsrv1.3.6.1.4.1.1872.2.1.15.6.1.15INTEGERread-onlyEnable or disable tracking HSRP by VLAN advertisements for priority adjustment. The priority increment is defined in vrrpCurCfgGenTckHsrvInc. This is applied when virtual server is configured as a VRRP virtual router.
vrrpNewCfgVirtRtrGrpTable1.3.6.1.4.1.1872.2.1.15.7not-accessibleThe table of VRRP virtual router group configuration in new_config.
vrrpNewCfgVirtRtrGrpTableEntry1.3.6.1.4.1.1872.2.1.15.7.1not-accessibleInformation about a VRRP failover virtual router.
INT vrrpNewCfgVirtRtrGrpIndx1.3.6.1.4.1.1872.2.1.15.7.1.1INTEGERread-onlyThe VRRP virtual router table index.
INT vrrpNewCfgVirtRtrGrpID1.3.6.1.4.1.1872.2.1.15.7.1.2INTEGERread-writeThe VRRP virtual router identifier.
INT vrrpNewCfgVirtRtrGrpIfIndex1.3.6.1.4.1.1872.2.1.15.7.1.3INTEGERread-writeThe IfIndex that the VRRP virtual router is representing.
INT vrrpNewCfgVirtRtrGrpInterval1.3.6.1.4.1.1872.2.1.15.7.1.4INTEGERread-writeThe time interval between VRRP advertisements in seconds.
INT vrrpNewCfgVirtRtrGrpPriority1.3.6.1.4.1.1872.2.1.15.7.1.5INTEGERread-writeThe priority value to be used by the specified VRRP virtual router.
INT vrrpNewCfgVirtRtrGrpPreempt1.3.6.1.4.1.1872.2.1.15.7.1.6INTEGERread-writeThis is for controlling whether a higher priority Backup VRRP virtual router preempts a low priority Master. enabled(1) - allow preemption disabled(2) - prohibit preemption
INT vrrpNewCfgVirtRtrGrpState1.3.6.1.4.1.1872.2.1.15.7.1.7INTEGERread-writeEnable or disable the VRRP virtual router.
INT vrrpNewCfgVirtRtrGrpDelete1.3.6.1.4.1.1872.2.1.15.7.1.8INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than delete(2) has no effect on the state of the row.
INT vrrpNewCfgVirtRtrGrpSharing1.3.6.1.4.1.1872.2.1.15.7.1.9INTEGERread-writeEnable or disable load sharing of non-master virtual router.
INT vrrpNewCfgVirtRtrGrpTckVirtRtr1.3.6.1.4.1.1872.2.1.15.7.1.10INTEGERread-writeEnable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVirtRtrInc.
INT vrrpNewCfgVirtRtrGrpTckIpIntf1.3.6.1.4.1.1872.2.1.15.7.1.11INTEGERread-writeEnable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckIpIntfInc.
INT vrrpNewCfgVirtRtrGrpTckVlanPort1.3.6.1.4.1.1872.2.1.15.7.1.12INTEGERread-writeEnable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVlanPortInc.
INT vrrpNewCfgVirtRtrGrpTckL4Port1.3.6.1.4.1.1872.2.1.15.7.1.13INTEGERread-writeEnable or disable tracking Layer 4 port states for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckL4PortInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrGrpTckRServer1.3.6.1.4.1.1872.2.1.15.7.1.14INTEGERread-writeEnable or disable tracking real server states for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckRServerInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrGrpTckHsrp1.3.6.1.4.1.1872.2.1.15.7.1.15INTEGERread-writeEnable or disable tracking HSRP advertisements for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckHsrpInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrGrpTckHsrv1.3.6.1.4.1.1872.2.1.15.7.1.16INTEGERread-writeEnable or disable tracking HSRP by VLAN advertisements for priority adjustment. The priority increment is defined in vrrpNewCfgGenTckHsrvInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpVirtRtrTableMaxSize1.3.6.1.4.1.1872.2.1.15.8INTEGERread-onlyThe maximum number of entries in VRRP virtual router table.
INT vrrpIfTableMaxSize1.3.6.1.4.1.1872.2.1.15.9INTEGERread-onlyThe maximum number of entries in VRRP interface table.
INT vrrpVirtRtrGrpTableMaxSize1.3.6.1.4.1.1872.2.1.15.10INTEGERread-onlyThe maximum number of entries in VRRP Group table.

RFC description

Manages network and OSPF routing configurations on Alteon WebSystems Tigon load balancer appliances.

Start monitoring Alteon WebSystems (Nortel/Radware) Tigon-based load balancers (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download ALTEON-TS-NETWORK-MIB