All MIBs › ALTEON-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
| switch | OBJECT-IDENTITY |
| information | OBJECT-IDENTITY |
| operCmds | OBJECT-IDENTITY |
| stats | OBJECT-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 symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| iprouting | 1.3.6.1.4.1.1872.2.1.3 | |||
| INT ipInterfaceTableMax | 1.3.6.1.4.1.1872.2.1.3.1 | INTEGER | read-only | The maximum number of rows in the IP interface table. |
| ipCurCfgIntfTable | 1.3.6.1.4.1.1872.2.1.3.2 | not-accessible | The table of IP interface configuration. | |
| ipCurCfgIntfEntry | 1.3.6.1.4.1.1872.2.1.3.2.1 | not-accessible | A row in the Ip interface table | |
| INT ipCurCfgIntfIndex | 1.3.6.1.4.1.1872.2.1.3.2.1.1 | INTEGER | read-only | The interface number for which the IP information is related. |
| IP ipCurCfgIntfAddr | 1.3.6.1.4.1.1872.2.1.3.2.1.2 | IpAddress | read-only | The IP address of the interface. |
| IP ipCurCfgIntfMask | 1.3.6.1.4.1.1872.2.1.3.2.1.3 | IpAddress | read-only | The subnet mask of the interface. |
| IP ipCurCfgIntfBroadcast | 1.3.6.1.4.1.1872.2.1.3.2.1.4 | IpAddress | read-only | The broadcast address of the interface. |
| INT ipCurCfgIntfVlan | 1.3.6.1.4.1.1872.2.1.3.2.1.5 | INTEGER | read-only | The VLAN associated with the interface. |
| INT ipCurCfgIntfState | 1.3.6.1.4.1.1872.2.1.3.2.1.6 | INTEGER | read-only | The state of the interface. |
| INT ipCurCfgIntfBootpRelay | 1.3.6.1.4.1.1872.2.1.3.2.1.7 | INTEGER | read-only | Enable/disable BOOTP relay. |
| ipNewCfgIntfTable | 1.3.6.1.4.1.1872.2.1.3.3 | not-accessible | The table of interface configuration in the New Configuration Block. | |
| ipNewCfgIntfEntry | 1.3.6.1.4.1.1872.2.1.3.3.1 | not-accessible | A row in the Ip interface table | |
| INT ipNewCfgIntfIndex | 1.3.6.1.4.1.1872.2.1.3.3.1.1 | INTEGER | read-only | The interface number for which the IP information is related. |
| IP ipNewCfgIntfAddr | 1.3.6.1.4.1.1872.2.1.3.3.1.2 | IpAddress | read-write | The IP address of the interface. |
| IP ipNewCfgIntfMask | 1.3.6.1.4.1.1872.2.1.3.3.1.3 | IpAddress | read-write | The subnet mask of the interface. |
| IP ipNewCfgIntfBroadcast | 1.3.6.1.4.1.1872.2.1.3.3.1.4 | IpAddress | read-write | The broadcast address of the interface. |
| INT ipNewCfgIntfVlan | 1.3.6.1.4.1.1872.2.1.3.3.1.5 | INTEGER | read-write | The VLAN associated with the interface. |
| INT ipNewCfgIntfState | 1.3.6.1.4.1.1872.2.1.3.3.1.6 | INTEGER | read-write | The state of the interface. |
| INT ipNewCfgIntfDelete | 1.3.6.1.4.1.1872.2.1.3.3.1.7 | INTEGER | read-write | When 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 ipNewCfgIntfBootpRelay | 1.3.6.1.4.1.1872.2.1.3.3.1.8 | INTEGER | read-write | Enable/disable BOOTP relay. |
| INT ipGatewayTableMax | 1.3.6.1.4.1.1872.2.1.3.4 | INTEGER | read-only | The maximum number of rows in the IP gateway table. |
| ipCurCfgGwTable | 1.3.6.1.4.1.1872.2.1.3.5 | not-accessible | The table of gateways in the Current configuration Block. | |
| ipCurCfgGwEntry | 1.3.6.1.4.1.1872.2.1.3.5.1 | not-accessible | A row in the Ip gateway table | |
| INT ipCurCfgGwIndex | 1.3.6.1.4.1.1872.2.1.3.5.1.1 | INTEGER | read-only | The gateway number for which the information is related. |
| IP ipCurCfgGwAddr | 1.3.6.1.4.1.1872.2.1.3.5.1.2 | IpAddress | read-only | The IP address of the default gateway. |
| INT ipCurCfgGwInterval | 1.3.6.1.4.1.1872.2.1.3.5.1.3 | INTEGER | read-only | The interval between ping attempts. |
| INT ipCurCfgGwRetry | 1.3.6.1.4.1.1872.2.1.3.5.1.4 | INTEGER | read-only | The number of failed attempts to declare the default gateway DOWN. |
| INT ipCurCfgGwState | 1.3.6.1.4.1.1872.2.1.3.5.1.5 | INTEGER | read-only | The state of the default gateway. |
| INT ipCurCfgGwArp | 1.3.6.1.4.1.1872.2.1.3.5.1.6 | INTEGER | read-only | The state of ARP only health checks. |
| INT ipCurCfgGwVlan | 1.3.6.1.4.1.1872.2.1.3.5.1.7 | INTEGER | read-only | The 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. |
| ipNewCfgGwTable | 1.3.6.1.4.1.1872.2.1.3.6 | not-accessible | The table of gateway configuration in the new configuration block. | |
| ipNewCfgGwEntry | 1.3.6.1.4.1.1872.2.1.3.6.1 | not-accessible | A row in the Ip default gateway table | |
| INT ipNewCfgGwIndex | 1.3.6.1.4.1.1872.2.1.3.6.1.1 | INTEGER | read-only | The gateway number for which the information is related. |
| IP ipNewCfgGwAddr | 1.3.6.1.4.1.1872.2.1.3.6.1.2 | IpAddress | read-write | The IP address of the default gateway. |
| INT ipNewCfgGwInterval | 1.3.6.1.4.1.1872.2.1.3.6.1.3 | INTEGER | read-write | The interval in seconds between ping attempts. |
| INT ipNewCfgGwRetry | 1.3.6.1.4.1.1872.2.1.3.6.1.4 | INTEGER | read-write | The number of failed attempts to declare the default gateway DOWN. |
| INT ipNewCfgGwState | 1.3.6.1.4.1.1872.2.1.3.6.1.5 | INTEGER | read-write | The state of the default gateway. |
| INT ipNewCfgGwDelete | 1.3.6.1.4.1.1872.2.1.3.6.1.6 | INTEGER | read-write | When 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 ipNewCfgGwArp | 1.3.6.1.4.1.1872.2.1.3.6.1.7 | INTEGER | read-write | The state of the ARP only health checks. |
| INT ipNewCfgGwVlan | 1.3.6.1.4.1.1872.2.1.3.6.1.8 | INTEGER | read-write | The 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. |
| ipCurCfgStaticRouteTable | 1.3.6.1.4.1.1872.2.1.3.7 | not-accessible | The table of static routes in the current configuration block. | |
| ipCurCfgStaticRouteEntry | 1.3.6.1.4.1.1872.2.1.3.7.1 | not-accessible | A row in the static IP route table | |
| INT ipCurCfgStaticRouteIndx | 1.3.6.1.4.1.1872.2.1.3.7.1.1 | INTEGER | read-only | The index of the static routing table. |
| IP ipCurCfgStaticRouteDestIp | 1.3.6.1.4.1.1872.2.1.3.7.1.2 | IpAddress | read-only | The destination IP address of this route. |
| IP ipCurCfgStaticRouteMask | 1.3.6.1.4.1.1872.2.1.3.7.1.3 | IpAddress | read-only | The destination IP address of this route. |
| IP ipCurCfgStaticRouteGateway | 1.3.6.1.4.1.1872.2.1.3.7.1.4 | IpAddress | read-only | The destination IP address of this route. |
| INT ipCurCfgStaticRouteInterface | 1.3.6.1.4.1.1872.2.1.3.7.1.5 | INTEGER | read-only | The IP interface of this route. The IP address of the specified interface shall be use as source IP when performs routing. |
| ipNewCfgStaticRouteTable | 1.3.6.1.4.1.1872.2.1.3.8 | not-accessible | The table of static routes in the new configuration block. | |
| ipNewCfgStaticRouteEntry | 1.3.6.1.4.1.1872.2.1.3.8.1 | not-accessible | A row in the static IP route table | |
| INT ipNewCfgStaticRouteIndx | 1.3.6.1.4.1.1872.2.1.3.8.1.1 | INTEGER | read-only | The index of the static routing table. |
| IP ipNewCfgStaticRouteDestIp | 1.3.6.1.4.1.1872.2.1.3.8.1.2 | IpAddress | read-write | The destination IP address of this route. |
| IP ipNewCfgStaticRouteMask | 1.3.6.1.4.1.1872.2.1.3.8.1.3 | IpAddress | read-write | The subnet mask of this route. |
| IP ipNewCfgStaticRouteGateway | 1.3.6.1.4.1.1872.2.1.3.8.1.4 | IpAddress | read-write | The IP address of the gateway for this route. |
| INT ipNewCfgStaticRouteAction | 1.3.6.1.4.1.1872.2.1.3.8.1.5 | INTEGER | read-write | When 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 ipNewCfgStaticRouteInterface | 1.3.6.1.4.1.1872.2.1.3.8.1.6 | INTEGER | read-write | The IP interface of this route. The IP address of the specified interface shall be use as source IP when performs routing. |
| ipForward | 1.3.6.1.4.1.1872.2.1.3.9 | |||
| ripConfig | 1.3.6.1.4.1.1872.2.1.3.9.1 | |||
| INT ripCurCfgSupply | 1.3.6.1.4.1.1872.2.1.3.9.1.1 | INTEGER | read-only | Enable or disable supplying route updates. |
| INT ripNewCfgSupply | 1.3.6.1.4.1.1872.2.1.3.9.1.2 | INTEGER | read-write | Enable or disable supplying route updates. |
| INT ripCurCfgListen | 1.3.6.1.4.1.1872.2.1.3.9.1.3 | INTEGER | read-only | Enable or disable listening to route updates. |
| INT ripNewCfgListen | 1.3.6.1.4.1.1872.2.1.3.9.1.4 | INTEGER | read-write | Enable or disable listening to route updates. |
| INT ripCurCfgDefListen | 1.3.6.1.4.1.1872.2.1.3.9.1.5 | INTEGER | read-only | Enable or disable listening to default routes. |
| INT ripNewCfgDefListen | 1.3.6.1.4.1.1872.2.1.3.9.1.6 | INTEGER | read-write | Enable or disable listening to default routes. |
| INT ripCurCfgStaticSupply | 1.3.6.1.4.1.1872.2.1.3.9.1.7 | INTEGER | read-only | Enable or disable supplying static route updates. |
| INT ripNewCfgStaticSupply | 1.3.6.1.4.1.1872.2.1.3.9.1.8 | INTEGER | read-write | Enable or disable supplying static route updates. |
| INT ripCurCfgUpdatePeriod | 1.3.6.1.4.1.1872.2.1.3.9.1.9 | INTEGER | read-only | Update Period in seconds. |
| INT ripNewCfgUpdatePeriod | 1.3.6.1.4.1.1872.2.1.3.9.1.10 | INTEGER | read-write | Update period in seconds. |
| INT ripCurCfgState | 1.3.6.1.4.1.1872.2.1.3.9.1.11 | INTEGER | read-only | RIP global state. |
| INT ripNewCfgState | 1.3.6.1.4.1.1872.2.1.3.9.1.12 | INTEGER | read-write | Globally turn RIP on or off. |
| INT ripCurCfgPoisonReverse | 1.3.6.1.4.1.1872.2.1.3.9.1.13 | INTEGER | read-only | RIP poison reverse. |
| INT ripNewCfgPoisonReverse | 1.3.6.1.4.1.1872.2.1.3.9.1.14 | INTEGER | read-write | RIP poison reverse. |
| INT ripCurCfgVip | 1.3.6.1.4.1.1872.2.1.3.9.1.15 | INTEGER | read-only | Advertise VIP Host Routes. |
| INT ripNewCfgVip | 1.3.6.1.4.1.1872.2.1.3.9.1.16 | INTEGER | read-write | Advertise VIP Host Routes. |
| ipFwdCurCfgPortTable | 1.3.6.1.4.1.1872.2.1.3.9.2 | not-accessible | The table of ports and their forwarding states | |
| ipFwdCurCfgPortEntry | 1.3.6.1.4.1.1872.2.1.3.9.2.1 | not-accessible | A row in the ipFwdCurCfgPortTable | |
| INT ipFwdCurCfgPortIndex | 1.3.6.1.4.1.1872.2.1.3.9.2.1.1 | INTEGER | read-only | The port number for which the forwarding state information pertains. |
| INT ipFwdCurCfgPortState | 1.3.6.1.4.1.1872.2.1.3.9.2.1.2 | INTEGER | read-only | The forwarding state of the port. |
| ipFwdNewCfgPortTable | 1.3.6.1.4.1.1872.2.1.3.9.3 | not-accessible | The table of ports and their forwarding states | |
| ipFwdNewCfgPortEntry | 1.3.6.1.4.1.1872.2.1.3.9.3.1 | not-accessible | A row in the ipFwdNewCfgPortTable | |
| INT ipFwdNewCfgPortIndex | 1.3.6.1.4.1.1872.2.1.3.9.3.1.1 | INTEGER | read-only | The port number for which the forwarding state information pertains. |
| INT ipFwdNewCfgPortState | 1.3.6.1.4.1.1872.2.1.3.9.3.1.2 | INTEGER | read-write | The forwarding state of the port. |
| INT ipFwdCurCfgState | 1.3.6.1.4.1.1872.2.1.3.9.8 | INTEGER | read-only | IP forwarding global state. |
| INT ipFwdNewCfgState | 1.3.6.1.4.1.1872.2.1.3.9.9 | INTEGER | read-write | IP forwarding global state. |
| INT ipFwdCurCfgDirectedBcast | 1.3.6.1.4.1.1872.2.1.3.9.10 | INTEGER | read-only | Enable or disable forwarding directed broadcasts. |
| INT ipFwdNewCfgDirectedBcast | 1.3.6.1.4.1.1872.2.1.3.9.11 | INTEGER | read-write | Enable or disable forwarding directed broadcasts. |
| INT ipFwdPortTableMaxSize | 1.3.6.1.4.1.1872.2.1.3.9.12 | INTEGER | read-only | The maximum number of rows in the IP Port table. |
| INT ipFwdLocalTableMaxSize | 1.3.6.1.4.1.1872.2.1.3.9.13 | INTEGER | read-only | The maximum number of rows in the Local table. |
| ipFwdCurCfgLocalTable | 1.3.6.1.4.1.1872.2.1.3.9.14 | not-accessible | The table of local network definition. | |
| ipFwdCurCfgLocalEntry | 1.3.6.1.4.1.1872.2.1.3.9.14.1 | not-accessible | A row in the ipFwdCurCfgLocalTable | |
| INT ipFwdCurCfgLocalIndex | 1.3.6.1.4.1.1872.2.1.3.9.14.1.1 | INTEGER | read-only | The index of ipFwdCurCfgLocalTable. |
| IP ipFwdCurCfgLocalSubnet | 1.3.6.1.4.1.1872.2.1.3.9.14.1.2 | IpAddress | read-only | The current local IP subnet. |
| IP ipFwdCurCfgLocalMask | 1.3.6.1.4.1.1872.2.1.3.9.14.1.3 | IpAddress | read-only | The current local IP subnet mask. |
| ipFwdNewCfgLocalTable | 1.3.6.1.4.1.1872.2.1.3.9.15 | not-accessible | The table of local network definition. | |
| ipFwdNewCfgLocalEntry | 1.3.6.1.4.1.1872.2.1.3.9.15.1 | not-accessible | A row in the ipFwdNewCfgLocalTable | |
| INT ipFwdNewCfgLocalIndex | 1.3.6.1.4.1.1872.2.1.3.9.15.1.1 | INTEGER | read-only | The index of ipFwdNewCfgLocalTable. |
| IP ipFwdNewCfgLocalSubnet | 1.3.6.1.4.1.1872.2.1.3.9.15.1.2 | IpAddress | read-write | The new local IP subnet. |
| IP ipFwdNewCfgLocalMask | 1.3.6.1.4.1.1872.2.1.3.9.15.1.3 | IpAddress | read-write | The new local IP subnet mask. |
| INT ipFwdNewCfgLocalDelete | 1.3.6.1.4.1.1872.2.1.3.9.15.1.4 | INTEGER | read-write | When 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 arpCurCfgReARPPeriod | 1.3.6.1.4.1.1872.2.1.3.10 | INTEGER | read-only | Re-ARP Period in seconds. |
| INT arpNewCfgReARPPeriod | 1.3.6.1.4.1.1872.2.1.3.11 | INTEGER | read-write | Re-ARP Period in seconds. |
| INT ipCurCfgGwMetric | 1.3.6.1.4.1.1872.2.1.3.12 | INTEGER | read-only | The default gateway metric. |
| INT ipNewCfgGwMetric | 1.3.6.1.4.1.1872.2.1.3.13 | INTEGER | read-write | The default gateway metric. |
| IP ipCurCfgBootpAddr | 1.3.6.1.4.1.1872.2.1.3.14 | IpAddress | read-only | The IP address of BOOTP server. |
| IP ipNewCfgBootpAddr | 1.3.6.1.4.1.1872.2.1.3.15 | IpAddress | read-write | The IP address of BOOTP server. |
| IP ipCurCfgBootpAddr2 | 1.3.6.1.4.1.1872.2.1.3.16 | IpAddress | read-only | The IP address of second BOOTP server. |
| IP ipNewCfgBootpAddr2 | 1.3.6.1.4.1.1872.2.1.3.17 | IpAddress | read-write | The IP address of second BOOTP server. |
| INT ipCurCfgBootpState | 1.3.6.1.4.1.1872.2.1.3.18 | INTEGER | read-only | The state of BOOTP relay. |
| INT ipNewCfgBootpState | 1.3.6.1.4.1.1872.2.1.3.19 | INTEGER | read-write | The state of BOOTP relay. |
| INT ipStaticRouteTableMaxSize | 1.3.6.1.4.1.1872.2.1.3.20 | INTEGER | read-only | The maximum number of rows in the Static Route table. |
| ospfCfg | 1.3.6.1.4.1.1872.2.1.3.21 | |||
| ospfGeneral | 1.3.6.1.4.1.1872.2.1.3.21.1 | |||
| INT ospfCurCfgDefaultRouteMetric | 1.3.6.1.4.1.1872.2.1.3.21.1.1 | INTEGER | read-only | Specify the metric to be assigned. |
| INT ospfNewCfgDefaultRouteMetric | 1.3.6.1.4.1.1872.2.1.3.21.1.2 | INTEGER | read-write | Specify the metric to be assigned. |
| INT ospfCurCfgDefaultRouteMetricType | 1.3.6.1.4.1.1872.2.1.3.21.1.3 | INTEGER | read-only | Specify the AS External metric type to be assigned. |
| INT ospfNewCfgDefaultRouteMetricType | 1.3.6.1.4.1.1872.2.1.3.21.1.4 | INTEGER | read-write | Specify the AS External metric type to be assigned. |
| INT ospfIntfTableMaxSize | 1.3.6.1.4.1.1872.2.1.3.21.1.5 | INTEGER | read-only | The maximum number of rows in the OSPF Interface table. |
| INT ospfAreaTableMaxSize | 1.3.6.1.4.1.1872.2.1.3.21.1.6 | INTEGER | read-only | The maximum number of rows in the OSPF Area table. |
| INT ospfRangeTableMaxSize | 1.3.6.1.4.1.1872.2.1.3.21.1.7 | INTEGER | read-only | The maximum number of rows in the OSPF Range table. |
| INT ospfVirtIntfTableMaxSize | 1.3.6.1.4.1.1872.2.1.3.21.1.8 | INTEGER | read-only | The maximum number of rows in the OSPF Virtual Interface table. |
| INT ospfHostTableMaxSize | 1.3.6.1.4.1.1872.2.1.3.21.1.9 | INTEGER | read-only | The maximum number of rows in the OSPF Host table. |
| ospfCurCfgAreaTable | 1.3.6.1.4.1.1872.2.1.3.21.2 | not-accessible | The table of OSPF Area configuration in the current_config. | |
| ospfCurCfgAreaEntry | 1.3.6.1.4.1.1872.2.1.3.21.2.1 | not-accessible | Information about a OSPF area. | |
| INT ospfCurCfgAreaIndex | 1.3.6.1.4.1.1872.2.1.3.21.2.1.1 | INTEGER | read-only | The OSPF area number for which the OSPF area table is related. |
| IP ospfCurCfgAreaId | 1.3.6.1.4.1.1872.2.1.3.21.2.1.2 | IpAddress | read-only | The IP Address of the OSPF area. |
| INT ospfCurCfgAreaSpfInterval | 1.3.6.1.4.1.1872.2.1.3.21.2.1.3 | INTEGER | read-only | The SPF interval for the OSPF area. |
| INT ospfCurCfgAreaAuthType | 1.3.6.1.4.1.1872.2.1.3.21.2.1.4 | INTEGER | read-only | Type of authentication being used. none(1) - no authentication password(2) - use password. |
| ospfNewCfgAreaTable | 1.3.6.1.4.1.1872.2.1.3.21.3 | not-accessible | The table of OSPF Area configuration in the new_config. | |
| ospfNewCfgAreaEntry | 1.3.6.1.4.1.1872.2.1.3.21.3.1 | not-accessible | Information about a OSPF area. | |
| INT ospfNewCfgAreaIndex | 1.3.6.1.4.1.1872.2.1.3.21.3.1.1 | INTEGER | read-only | The OSPF area number for which the OSPF area table is related. |
| IP ospfNewCfgAreaId | 1.3.6.1.4.1.1872.2.1.3.21.3.1.2 | IpAddress | read-only | The IP Address of the OSPF area. |
| INT ospfNewCfgAreaSpfInterval | 1.3.6.1.4.1.1872.2.1.3.21.3.1.3 | INTEGER | read-write | The SPF interval for the OSPF area. |
| INT ospfNewCfgAreaAuthType | 1.3.6.1.4.1.1872.2.1.3.21.3.1.4 | INTEGER | read-write | Type of authentication being used. none(1) - no authentication password(2) - use password. |
| ripStats | 1.3.6.1.4.1.1872.2.1.8.1 | |||
| CTR ripStatInPkts | 1.3.6.1.4.1.1872.2.1.8.1.1 | Counter | read-only | The total number of good RIP packets recieved. |
| CTR ripStatOutPkts | 1.3.6.1.4.1.1872.2.1.8.1.2 | Counter | read-only | The total number of RIP packets transmitted. |
| CTR ripStatInErrorPkts | 1.3.6.1.4.1.1872.2.1.8.1.3 | Counter | read-only | The total number of error RIP packets recieved. |
| CTR ripStatRoutesAgedOut | 1.3.6.1.4.1.1872.2.1.8.1.4 | Counter | read-only | The total number of RIP routes which have aged out. |
| arpStats | 1.3.6.1.4.1.1872.2.1.8.3 | |||
| GAU arpStatEntries | 1.3.6.1.4.1.1872.2.1.8.3.1 | Gauge | read-only | The current number of ARP entries. |
| GAU arpStatHighWater | 1.3.6.1.4.1.1872.2.1.8.3.2 | Gauge | read-only | The highest number of ARP entries. |
| GAU arpStatMaxEntries | 1.3.6.1.4.1.1872.2.1.8.3.3 | Gauge | read-only | The maximum number of ARP entries. |
| routeStats | 1.3.6.1.4.1.1872.2.1.8.4 | |||
| GAU routeStatEntries | 1.3.6.1.4.1.1872.2.1.8.4.1 | Gauge | read-only | The current number of IP routes. |
| GAU routeStatHighWater | 1.3.6.1.4.1.1872.2.1.8.4.2 | Gauge | read-only | The highest number of IP routes. |
| GAU routeStatMaxEntries | 1.3.6.1.4.1.1872.2.1.8.4.3 | Gauge | read-only | The maximum number of IP routes. |
| dnsStats | 1.3.6.1.4.1.1872.2.1.8.5 | |||
| CTR dnsStatInGoodDnsRequests | 1.3.6.1.4.1.1872.2.1.8.5.1 | Counter | read-only | The number of good DNS requests which are received. |
| CTR dnsStatInBadDnsRequests | 1.3.6.1.4.1.1872.2.1.8.5.2 | Counter | read-only | The number of bad DNS requests which are received. |
| vrrpStats | 1.3.6.1.4.1.1872.2.1.8.9 | |||
| CTR vrrpStatInAdvers | 1.3.6.1.4.1.1872.2.1.8.9.1 | Counter | read-only | The number of good VRRP advertisements which are received. |
| CTR vrrpStatOutAdvers | 1.3.6.1.4.1.1872.2.1.8.9.2 | Counter | read-only | The number of good VRRP advertisements which are transmitted. |
| CTR vrrpStatOutBadAdvers | 1.3.6.1.4.1.1872.2.1.8.9.3 | Counter | read-only | The number of bad VRRP advertisements which are received. |
| ospfStats | 1.3.6.1.4.1.1872.2.1.8.22 | |||
| ospfGeneralStats | 1.3.6.1.4.1.1872.2.1.8.22.1 | |||
| ospfCumRxTxStats | 1.3.6.1.4.1.1872.2.1.8.22.1.1 | |||
| CTR ospfCumRxPkts | 1.3.6.1.4.1.1872.2.1.8.22.1.1.1 | Counter | read-only | The sum total of all OSPF packets received on all OSPF areas and interfaces. |
| CTR ospfCumTxPkts | 1.3.6.1.4.1.1872.2.1.8.22.1.1.2 | Counter | read-only | The sum total of all OSPF packets transmitted on all OSPF areas and interfaces. |
| CTR ospfCumRxHello | 1.3.6.1.4.1.1872.2.1.8.22.1.1.3 | Counter | read-only | The sum total of all Hello packets received on all OSPF areas and interfaces. |
| CTR ospfCumTxHello | 1.3.6.1.4.1.1872.2.1.8.22.1.1.4 | Counter | read-only | The sum total of all Hello packets transmitted on all OSPF areas and interfaces. |
| CTR ospfCumRxDatabase | 1.3.6.1.4.1.1872.2.1.8.22.1.1.5 | Counter | read-only | The sum total of all Database Description packets received on all OSPF areas and interfaces. |
| CTR ospfCumTxDatabase | 1.3.6.1.4.1.1872.2.1.8.22.1.1.6 | Counter | read-only | The sum total of all Database Description packets transmitted on all OSPF areas and interfaces. |
| CTR ospfCumRxlsReqs | 1.3.6.1.4.1.1872.2.1.8.22.1.1.7 | Counter | read-only | The sum total of all Link State Request packets received on all OSPF areas and interfaces. |
| CTR ospfCumTxlsReqs | 1.3.6.1.4.1.1872.2.1.8.22.1.1.8 | Counter | read-only | The sum total of all Link State Request packets transmitted on all OSPF areas and interfaces. |
| CTR ospfCumRxlsAcks | 1.3.6.1.4.1.1872.2.1.8.22.1.1.9 | Counter | read-only | The sum total of all Link State Acknowledgement packets received on all OSPF areas and interfaces. |
| CTR ospfCumTxlsAcks | 1.3.6.1.4.1.1872.2.1.8.22.1.1.10 | Counter | read-only | The sum total of all Link State Acknowledgement packets transmitted on all OSPF areas and interfaces. |
| CTR ospfCumRxlsUpdates | 1.3.6.1.4.1.1872.2.1.8.22.1.1.11 | Counter | read-only | The sum total of all Link State Update packets received on all OSPF areas and interfaces. |
| CTR ospfCumTxlsUpdates | 1.3.6.1.4.1.1872.2.1.8.22.1.1.12 | Counter | read-only | The sum total of all Link State Update packets transmitted on all OSPF areas and interfaces. |
| ospfCumNbrChangeStats | 1.3.6.1.4.1.1872.2.1.8.22.1.2 | |||
| CTR ospfCumNbrhello | 1.3.6.1.4.1.1872.2.1.8.22.1.2.1 | Counter | read-only | The sum total of all Hello packets received from neighbours on all OSPF areas and interfaces. |
| CTR ospfCumNbrStart | 1.3.6.1.4.1.1872.2.1.8.22.1.2.2 | Counter | read-only | The 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 ospfCumNbrAdjointOk | 1.3.6.1.4.1.1872.2.1.8.22.1.2.3 | Counter | read-only | The 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 ospfCumNbrNegotiationDone | 1.3.6.1.4.1.1872.2.1.8.22.1.2.4 | Counter | read-only | The 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 ospfCumNbrExchangeDone | 1.3.6.1.4.1.1872.2.1.8.22.1.2.5 | Counter | read-only | The 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 ospfCumNbrBadRequests | 1.3.6.1.4.1.1872.2.1.8.22.1.2.6 | Counter | read-only | The 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 ospfCumNbrBadSequence | 1.3.6.1.4.1.1872.2.1.8.22.1.2.7 | Counter | read-only | The 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 ospfCumNbrLoadingDone | 1.3.6.1.4.1.1872.2.1.8.22.1.2.8 | Counter | read-only | The sum total number of link state updates received for all out-of-date portions of the database across all OSPF areas and interfaces. |
| CTR ospfCumNbrN1way | 1.3.6.1.4.1.1872.2.1.8.22.1.2.9 | Counter | read-only | The sum total number of Hello packets received from neighbours, in which this router is not mentioned across all OSPF interfaces and areas. |
| CTR ospfCumNbrRstAd | 1.3.6.1.4.1.1872.2.1.8.22.1.2.10 | Counter | read-only | The sum total number of times the Neighbour adjacency has been reset across all OPSF areas and interfaces. |
| CTR ospfCumNbrDown | 1.3.6.1.4.1.1872.2.1.8.22.1.2.11 | Counter | read-only | The total number of Neighbouring routers down (i.e. in the initial state of a neighbour conversation.) across all OSPF areas and interfaces. |
| ospfCumIntfChangeStats | 1.3.6.1.4.1.1872.2.1.8.22.1.3 | |||
| CTR ospfCumIntfHello | 1.3.6.1.4.1.1872.2.1.8.22.1.3.1 | Counter | read-only | The sum total number of Hello packets sent on all interfaces and areas |
| CTR ospfCumIntfDown | 1.3.6.1.4.1.1872.2.1.8.22.1.3.2 | Counter | read-only | The sum total number of interfaces down in all OSPF areas. |
| CTR ospfCumIntfLoop | 1.3.6.1.4.1.1872.2.1.8.22.1.3.3 | Counter | read-only | The sum total of interfaces no longer connected to the attatched network across all OSPF areas and interfaces. |
| CTR ospfCumIntfUnloop | 1.3.6.1.4.1.1872.2.1.8.22.1.3.4 | Counter | read-only | The sum total number of interfaces, connected to the attatched network in all OSPF areas. |
| CTR ospfCumIntfWaitTimer | 1.3.6.1.4.1.1872.2.1.8.22.1.3.5 | Counter | read-only | The 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 ospfCumIntfBackup | 1.3.6.1.4.1.1872.2.1.8.22.1.3.6 | Counter | read-only | The sum total number of Backup Designated Routers on the attatched network for all OSPF areas and interfaces. |
| CTR ospfCumIntfNbrChange | 1.3.6.1.4.1.1872.2.1.8.22.1.3.7 | Counter | read-only | The sum total number of changes in the set of bidirectional neighbours associated with any interface across all OSPF areas. |
| ospfTimersKickOffStats | 1.3.6.1.4.1.1872.2.1.8.22.1.4 | |||
| CTR ospfTmrsKckOffHello | 1.3.6.1.4.1.1872.2.1.8.22.1.4.1 | Counter | read-only | The 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 ospfTmrsKckOffRetransmit | 1.3.6.1.4.1.1872.2.1.8.22.1.4.2 | Counter | read-only | The sum total number of times the Retransmit timer has been fired across all OPSF areas and interfaces. |
| CTR ospfTmrsKckOffLsaLock | 1.3.6.1.4.1.1872.2.1.8.22.1.4.3 | Counter | read-only | The sum total number of times the Lsa Lock timer has been fired across all OSPF areas and interfaces. |
| CTR ospfTmrsKckOffLsaAck | 1.3.6.1.4.1.1872.2.1.8.22.1.4.4 | Counter | read-only | The sum total number of times the Lsa Ack timer has been fired across all ospf areas and interfaces. |
| CTR ospfTmrsKckOffDbage | 1.3.6.1.4.1.1872.2.1.8.22.1.4.5 | Counter | read-only | The total number of times the Dbage has been fired. |
| CTR ospfTmrsKckOffSummary | 1.3.6.1.4.1.1872.2.1.8.22.1.4.6 | Counter | read-only | The total number of times the Summary timer has been fired. |
| CTR ospfTmrsKckOffAseExport | 1.3.6.1.4.1.1872.2.1.8.22.1.4.7 | Counter | read-only | The total number of times the ASE Export timer has been fired. |
| ospfArea | 1.3.6.1.4.1.1872.2.1.8.22.2 | |||
| ospfAreaRxTxStats | 1.3.6.1.4.1.1872.2.1.8.22.2.1 | not-accessible | The table of OSPF Area Rx/Tx Statistics. | |
| ospfAreaRxTxStatsEntry | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1 | not-accessible | Rx Tx packet Statistics about a OSPF area. | |
| INT ospfAreaRxTxIndex | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.1 | INTEGER | read-only | The index of the ospf Area for which these statistics apply. |
| CTR ospfAreaRxPkts | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.2 | Counter | read-only | The total number of OSPF packets received in this OSPF area. |
| CTR ospfAreaTxPkts | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.3 | Counter | read-only | The total number of OSPF packets transmitted in this OSPF area. |
| CTR ospfAreaRxHello | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.4 | Counter | read-only | The total number of Hello packets received in this OSPF area. |
| CTR ospfAreaTxHello | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.5 | Counter | read-only | The total number of Hello packets transmitted in this OSPF area. |
| CTR ospfAreaRxDatabase | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.6 | Counter | read-only | The total number of Database Description packets transmitted for this OSPF area. |
| CTR ospfAreaTxDatabase | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.7 | Counter | read-only | The total number of Database Description packets transmitted for this OSPF area. |
| CTR ospfAreaRxlsReqs | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.8 | Counter | read-only | The total number of Link State Request packets received for this OSPF area. |
| CTR ospfAreaTxlsReqs | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.9 | Counter | read-only | The total number of Link State Request packets transmitted for this OSPF area. |
| CTR ospfAreaRxlsAcks | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.10 | Counter | read-only | The total number of Link State Acknowledgement packets received for this OSPF area. |
| CTR ospfAreaTxlsAcks | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.11 | Counter | read-only | The total number of Link State Acknowledgement packets transmitted for this OSPF area. |
| CTR ospfAreaRxlsUpdates | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.12 | Counter | read-only | The total number of Link State Update packets received for this OSPF area. |
| CTR ospfAreaTxlsUpdates | 1.3.6.1.4.1.1872.2.1.8.22.2.1.1.13 | Counter | read-only | The total number of Link State Update packets transmitted for this OSPF area. |
| ospfAreaNbrChangeStats | 1.3.6.1.4.1.1872.2.1.8.22.2.2 | not-accessible | The table of OSPF Area Neighbour Statistics. | |
| ospfAreaNbrChangeStatsEntry | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1 | not-accessible | Area Neighbour Change Statistics about a OSPF area. | |
| INT ospfAreaNbrIndex | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.1 | INTEGER | read-only | The index of the ospf Area for which these statistics apply. |
| CTR ospfAreaNbrhello | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.2 | Counter | read-only | The total number of Hello packets received from neighbours in this OSPF area. |
| CTR ospfAreaNbrStart | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.3 | Counter | read-only | The 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 ospfAreaNbrAdjointOk | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.4 | Counter | read-only | The 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 ospfAreaNbrNegotiationDone | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.5 | Counter | read-only | The 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 ospfAreaNbrExchangeDone | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.6 | Counter | read-only | The 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 ospfAreaNbrBadRequests | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.7 | Counter | read-only | The 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 ospfAreaNbrBadSequence | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.8 | Counter | read-only | The 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 ospfAreaNbrLoadingDone | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.9 | Counter | read-only | The total number of link state updates received for all out-of-date portions of the database in this OSPF area. |
| CTR ospfAreaNbrN1way | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.10 | Counter | read-only | The total number of Hello packets received from neighbours, in which this router is not mentioned in this OSPF area. |
| CTR ospfAreaNbrRstAd | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.11 | Counter | read-only | The total number of times the Neighbour adjacency has been reset across this OPSF area. |
| CTR ospfAreaNbrDown | 1.3.6.1.4.1.1872.2.1.8.22.2.2.1.12 | Counter | read-only | The total number of Neighbouring routers down (i.e. in the initial state of a neighbour conversation.) in this OSPF area. |
| ospfAreaChangeStats | 1.3.6.1.4.1.1872.2.1.8.22.2.3 | not-accessible | The table of OSPF Area Change Statistics. | |
| ospfAreaChangeStatsEntry | 1.3.6.1.4.1.1872.2.1.8.22.2.3.1 | not-accessible | Area Change Statistics about a OSPF area. | |
| INT ospfAreaIntfIndex | 1.3.6.1.4.1.1872.2.1.8.22.2.3.1.1 | INTEGER | read-only | The index of the OSPF Area for which these statistics apply. |
| CTR ospfAreaIntfHello | 1.3.6.1.4.1.1872.2.1.8.22.2.3.1.2 | Counter | read-only | The total number of Hello packets sent on this OSPF area. |
| CTR ospfAreaIntfDown | 1.3.6.1.4.1.1872.2.1.8.22.2.3.1.3 | Counter | read-only | The total number of interfaces down in this OSPF area. |
| CTR ospfAreaIntfLoop | 1.3.6.1.4.1.1872.2.1.8.22.2.3.1.4 | Counter | read-only | The total number of interfaces no longer connected to the attatched network in this OSPF area. |
| CTR ospfAreaIntfUnloop | 1.3.6.1.4.1.1872.2.1.8.22.2.3.1.5 | Counter | read-only | The total number of interfaces connected to the attatched network in this OSPF area.. |
| CTR ospfAreaIntfWaitTimer | 1.3.6.1.4.1.1872.2.1.8.22.2.3.1.6 | Counter | read-only | The 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 ospfAreaIntfBackup | 1.3.6.1.4.1.1872.2.1.8.22.2.3.1.7 | Counter | read-only | The total number of Backup Designated Routers on the attatched network for this OSPF area. |
| CTR ospfAreaIntfNbrChange | 1.3.6.1.4.1.1872.2.1.8.22.2.3.1.8 | Counter | read-only | The total number of changes in the set of bidirectional neighbours associated with the interface in this OSPF area. |
| ospfInterface | 1.3.6.1.4.1.1872.2.1.8.22.3 | |||
| ospfIntfRxTxStats | 1.3.6.1.4.1.1872.2.1.8.22.3.1 | not-accessible | The table of OSPF Interface Rx/Tx packet Statistics. | |
| ospfIntfRxTxStatsEntry | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1 | not-accessible | OSPF interface Rx/Tx packet statistics. | |
| INT ospfIntfRxTxIndex | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.1 | INTEGER | read-only | The OSPF interface for which these statistics apply. |
| CTR ospfIntfRxPkts | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.2 | Counter | read-only | The total number of OSPF packets received for this OSPF interface. |
| CTR ospfIntfTxPkts | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.3 | Counter | read-only | The total number of OSPF packets transmitted for this OSPF interface. |
| CTR ospfIntfRxHello | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.4 | Counter | read-only | The total number of Hello packets received for this OSPF interface. |
| CTR ospfIntfTxHello | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.5 | Counter | read-only | The total number of Hello packets transmitted for this OSPF interface. |
| CTR ospfIntfRxDatabase | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.6 | Counter | read-only | The total number of Database Description packets received for this OSPF interface. |
| CTR ospfIntfTxDatabase | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.7 | Counter | read-only | The total number of Database Description packets transmitted for this OSPF interface. |
| CTR ospfIntfRxlsReqs | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.8 | Counter | read-only | The total number of Link State Request packets received for this OSPF interface. |
| CTR ospfIntfTxlsReqs | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.9 | Counter | read-only | The total number of Link State Request packets transmitted for this OSPF interface. |
| CTR ospfIntfRxlsAcks | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.10 | Counter | read-only | The total number of Link State Acknowledgement packets received for this OSPF interface. |
| CTR ospfIntfTxlsAcks | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.11 | Counter | read-only | The total number of Link State Acknowledgement packets transmitted for this OSPF interface. |
| CTR ospfIntfRxlsUpdates | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.12 | Counter | read-only | The total number of Link State Update packets received for this OSPF interface. |
| CTR ospfIntfTxlsUpdates | 1.3.6.1.4.1.1872.2.1.8.22.3.1.1.13 | Counter | read-only | The total number of Link State Update packets transmitted for this OSPF interface. |
| ospfIntfNbrChangeStats | 1.3.6.1.4.1.1872.2.1.8.22.3.2 | not-accessible | The table of OSPF Interface Neighbour change Statistics. | |
| ospfIntfNbrChangeStatsEntry | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1 | not-accessible | OSPF interface Neighbour Change statistics. | |
| INT ospfIntfNbrIndex | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.1 | INTEGER | read-only | The index of the OSPF Interface for which these statistics apply. |
| CTR ospfIntfNbrhello | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.2 | Counter | read-only | The total number of Hello packets received from neighbours in this OSPF interface. |
| CTR ospfIntfNbrStart | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.3 | Counter | read-only | The 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 ospfIntfNbrAdjointOk | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.4 | Counter | read-only | The 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 ospfIntfNbrNegotiationDone | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.5 | Counter | read-only | The 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 ospfIntfNbrExchangeDone | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.6 | Counter | read-only | The 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 ospfIntfNbrBadRequests | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.7 | Counter | read-only | The total number of Link State Requests which have been received for a link state advertisement not contained in the database for this interface. |
| CTR ospfIntfNbrBadSequence | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.8 | Counter | read-only | The 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 ospfIntfNbrLoadingDone | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.9 | Counter | read-only | The total number of link state updates received for all out-of-date portions of the database for this OSPF interface. |
| CTR ospfIntfNbrN1way | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.10 | Counter | read-only | The total number of Hello packets received from neighbours, in which this router is not mentioned for this OSPF interface. |
| CTR ospfIntfNbrRstAd | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.11 | Counter | read-only | The sum total number of times the Neighbour adjacency has been reset on this interface. |
| CTR ospfIntfNbrDown | 1.3.6.1.4.1.1872.2.1.8.22.3.2.1.12 | Counter | read-only | The total number of Neighbouring routers down (i.e. in the initial state of a neighbour conversation.) for this interface. |
| ospfIntfChangeStats | 1.3.6.1.4.1.1872.2.1.8.22.3.3 | not-accessible | The table of OSPF Interface change Statistics. | |
| ospfIntfChangeStatsEntry | 1.3.6.1.4.1.1872.2.1.8.22.3.3.1 | not-accessible | OSPF interface Change statistics. | |
| INT ospfIntfIndex | 1.3.6.1.4.1.1872.2.1.8.22.3.3.1.1 | INTEGER | read-only | The index of the OSPF Interface for which these statistics apply. |
| CTR ospfIntfHello | 1.3.6.1.4.1.1872.2.1.8.22.3.3.1.2 | Counter | read-only | The total number of Hello packets sent by this interface. |
| CTR ospfIntfDown | 1.3.6.1.4.1.1872.2.1.8.22.3.3.1.3 | Counter | read-only | The total number of times the interface was down. |
| CTR ospfIntfLoop | 1.3.6.1.4.1.1872.2.1.8.22.3.3.1.4 | Counter | read-only | The total number of times the interface was no longer connected to the attatched network. |
| CTR ospfIntfUnloop | 1.3.6.1.4.1.1872.2.1.8.22.3.3.1.5 | Counter | read-only | The total number of times the interface, connected back to the attatched network. |
| CTR ospfIntfWaitTimer | 1.3.6.1.4.1.1872.2.1.8.22.3.3.1.6 | Counter | read-only | The 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 ospfIntfBackup | 1.3.6.1.4.1.1872.2.1.8.22.3.3.1.7 | Counter | read-only | The total number of Backup Designated Routers on the attatched network for this OSPF interface. |
| CTR ospfIntfNbrChange | 1.3.6.1.4.1.1872.2.1.8.22.3.3.1.8 | Counter | read-only | The total number of changes in the set of bidirectional neighbours associated with the interface for this OSPF interface. |
| ip_info | 1.3.6.1.4.1.1872.2.1.9.3 | |||
| ipRouteInfoTable | 1.3.6.1.4.1.1872.2.1.9.3.1 | not-accessible | The table of run-time IP routes. | |
| ipRouteInfoEntry | 1.3.6.1.4.1.1872.2.1.9.3.1.1 | not-accessible | A row in the run-time IP route table | |
| INT ipRouteInfoIndx | 1.3.6.1.4.1.1872.2.1.9.3.1.1.1 | INTEGER | read-only | The index of this route table. |
| IP ipRouteInfoDestIp | 1.3.6.1.4.1.1872.2.1.9.3.1.1.2 | IpAddress | read-only | The destination IP address of this route. |
| IP ipRouteInfoMask | 1.3.6.1.4.1.1872.2.1.9.3.1.1.3 | IpAddress | read-only | The destination IP mask of this route. |
| IP ipRouteInfoGateway | 1.3.6.1.4.1.1872.2.1.9.3.1.1.4 | IpAddress | read-only | The next-hop router address for this route. |
| INT ipRouteInfoTag | 1.3.6.1.4.1.1872.2.1.9.3.1.1.5 | INTEGER | read-only | The tag-type for this route. |
| INT ipRouteInfoType | 1.3.6.1.4.1.1872.2.1.9.3.1.1.6 | INTEGER | read-only | The type of the route. |
| INT ipRouteInfoInterface | 1.3.6.1.4.1.1872.2.1.9.3.1.1.7 | INTEGER | read-only | The interface number for which the destination address is applicable. |
| arpInfoTable | 1.3.6.1.4.1.1872.2.1.9.3.2 | not-accessible | The table of ARP entries. | |
| arpInfoEntry | 1.3.6.1.4.1.1872.2.1.9.3.2.1 | not-accessible | A row in the ARP table | |
| IP arpInfoDestIp | 1.3.6.1.4.1.1872.2.1.9.3.2.1.1 | IpAddress | read-only | The destination IP address of the ARP entry. |
| PHY arpInfoMacAddr | 1.3.6.1.4.1.1872.2.1.9.3.2.1.2 | PhysAddress | read-only | The MAC address for the ARP entry. |
| INT arpInfoVLAN | 1.3.6.1.4.1.1872.2.1.9.3.2.1.3 | INTEGER | read-only | The VLAN identifier for the ARP entry. |
| INT arpInfoSrcPort | 1.3.6.1.4.1.1872.2.1.9.3.2.1.4 | INTEGER | read-only | The port number on which this entry's equivalence is effective. |
| INT arpInfoRefPorts | 1.3.6.1.4.1.1872.2.1.9.3.2.1.5 | INTEGER | read-only | The rference ports associated with this ARP entry. |
| INT arpInfoFlag | 1.3.6.1.4.1.1872.2.1.9.3.2.1.6 | INTEGER | read-only | The flag associated with this ARP entry. |
| vrrp_info | 1.3.6.1.4.1.1872.2.1.9.4 | |||
| vrrpInfoVirtRtrTable | 1.3.6.1.4.1.1872.2.1.9.4.1 | not-accessible | The table of VRRP virtual router run-time information. | |
| vrrpInfoVirtRtrTableEntry | 1.3.6.1.4.1.1872.2.1.9.4.1.1 | not-accessible | The run-time information about a VRRP virtual router. | |
| INT vrrpInfoVirtRtrIndex | 1.3.6.1.4.1.1872.2.1.9.4.1.1.1 | INTEGER | read-only | The VRRP virtual router index. |
| INT vrrpInfoVirtRtrState | 1.3.6.1.4.1.1872.2.1.9.4.1.1.2 | INTEGER | read-only | The VRRP virtual router state. |
| INT vrrpInfoVirtRtrOwnership | 1.3.6.1.4.1.1872.2.1.9.4.1.1.3 | INTEGER | read-only | The VRRP virtual router ownership status. |
| INT vrrpInfoVirtRtrServer | 1.3.6.1.4.1.1872.2.1.9.4.1.1.4 | INTEGER | read-only | The VRRP server state identifies virtual routers that support Layer 4 services. |
| INT vrrpInfoVirtRtrProxy | 1.3.6.1.4.1.1872.2.1.9.4.1.1.5 | INTEGER | read-only | The VRRP proxy state identifies virtual proxy routers. |
| ospfinfo | 1.3.6.1.4.1.1872.2.1.9.5 | |||
| ospfGeneralInfo | 1.3.6.1.4.1.1872.2.1.9.5.1 | |||
| INT ospfStartTime | 1.3.6.1.4.1.1872.2.1.9.5.1.1 | INTEGER | read-only | The time when ospf has been started. |
| CTR ospfProcessUptime | 1.3.6.1.4.1.1872.2.1.9.5.1.2 | Counter | read-only | The time since ospf has been started. |
| INT ospfLsTypesSupported | 1.3.6.1.4.1.1872.2.1.9.5.1.3 | INTEGER | read-only | The Link State Types that are supported. |
| INT ospfIntfCountForRouter | 1.3.6.1.4.1.1872.2.1.9.5.1.4 | INTEGER | read-only | The number of interfaces for this router. |
| INT ospfVlinkCountForRouter | 1.3.6.1.4.1.1872.2.1.9.5.1.5 | INTEGER | read-only | The number of virtual links for this router. |
| INT ospfTotalNeighbours | 1.3.6.1.4.1.1872.2.1.9.5.1.6 | INTEGER | read-only | The total number of OSPF neighbours. |
| INT ospfNbrInInitState | 1.3.6.1.4.1.1872.2.1.9.5.1.7 | INTEGER | read-only | The number of neighbours in the initial state of exchange. |
| INT ospfNbrInExchState | 1.3.6.1.4.1.1872.2.1.9.5.1.8 | INTEGER | read-only | The number of neighbours in the exchange state. |
| INT ospfNbrInFullState | 1.3.6.1.4.1.1872.2.1.9.5.1.9 | INTEGER | read-only | The number of neighbours in the Full state of exchange. |
| INT ospfTotalAreas | 1.3.6.1.4.1.1872.2.1.9.5.1.10 | INTEGER | read-only | The Total number of areas. |
| INT ospfTotalTransitAreas | 1.3.6.1.4.1.1872.2.1.9.5.1.11 | INTEGER | read-only | The Total number of Transit areas. |
| INT ospfTotalNssaAreas | 1.3.6.1.4.1.1872.2.1.9.5.1.12 | INTEGER | read-only | The Total number of NSSA areas. |
| ospfAreaInfoTable | 1.3.6.1.4.1.1872.2.1.9.5.2 | not-accessible | The table of OSPF Area information. | |
| ospfAreaInfoEntry | 1.3.6.1.4.1.1872.2.1.9.5.2.1 | not-accessible | Information about a OSPF area. | |
| INT ospfAreaInfoIndex | 1.3.6.1.4.1.1872.2.1.9.5.2.1.1 | INTEGER | read-only | The OSPF area number for which the OSPF info table is related. |
| INT ospfTotalNumberOfInterfaces | 1.3.6.1.4.1.1872.2.1.9.5.2.1.2 | INTEGER | read-only | The total number of interfaces for this OSPF area. |
| INT ospfNumberOfInterfacesUp | 1.3.6.1.4.1.1872.2.1.9.5.2.1.3 | INTEGER | read-only | The number of interfaces UP in area. |
| INT ospfNumberOfLsdbEntries | 1.3.6.1.4.1.1872.2.1.9.5.2.1.4 | INTEGER | read-only | The number of Link State Database entries for this OSPF area. |
| IP ospfAreaInfoId | 1.3.6.1.4.1.1872.2.1.9.5.2.1.5 | IpAddress | read-only | The IP address of the OSPF area. |
| ospfIntfInfoTable | 1.3.6.1.4.1.1872.2.1.9.5.3 | not-accessible | The table of OSPF Interface information. | |
| ospfIntfInfoEntry | 1.3.6.1.4.1.1872.2.1.9.5.3.1 | not-accessible | Information about a OSPF interface. | |
| INT ospfIfInfoIndex | 1.3.6.1.4.1.1872.2.1.9.5.3.1.1 | INTEGER | read-only | The OSPF interface number for which the OSPF info table is related. |
| IP ospfIfDesignatedRouterIP | 1.3.6.1.4.1.1872.2.1.9.5.3.1.2 | IpAddress | read-only | The OSPF Designated Router ID (IP Address) for this OSPF interface. |
| IP ospfIfBackupDesignatedRouterIP | 1.3.6.1.4.1.1872.2.1.9.5.3.1.3 | IpAddress | read-only | The OSPF Backup Designated Router ID (IP Address) for this OSPF interface. |
| INT ospfIfWaitInterval | 1.3.6.1.4.1.1872.2.1.9.5.3.1.4 | INTEGER | read-only | The OSPF Wait interval for this OSPF interface. |
| INT ospfIfTotalNeighbours | 1.3.6.1.4.1.1872.2.1.9.5.3.1.5 | INTEGER | read-only | The Total number of neighbours for this OSPF interface. |
| IP ospfIfInfoIpAddress | 1.3.6.1.4.1.1872.2.1.9.5.3.1.6 | IpAddress | read-only | The IP address of the OSPF interface. |
| ospfRouterLSAInfoTable | 1.3.6.1.4.1.1872.2.1.9.5.4 | not-accessible | The table of OSPF Router LSA information. | |
| ospfRouterLSAInfoEntry | 1.3.6.1.4.1.1872.2.1.9.5.4.1 | not-accessible | A row in the Router LSA Table indexed by area, routerlink and routerId. | |
| INT routerLSAAreaIndex | 1.3.6.1.4.1.1872.2.1.9.5.4.1.1 | INTEGER | read-only | The OSPF AreaID for which the OSPF Router LSA info table is related. |
| INT routerLSALinkIndex | 1.3.6.1.4.1.1872.2.1.9.5.4.1.2 | INTEGER | read-only | The OSPF Link ID for which the OSPF Router LSA info table is related. |
| IP routerLSAId | 1.3.6.1.4.1.1872.2.1.9.5.4.1.3 | IpAddress | read-only | The OSPF RouterID for which the OSPF Router LSA info table is related. |
| IP routerLSALinkID | 1.3.6.1.4.1.1872.2.1.9.5.4.1.4 | IpAddress | read-only | Identifes the object that this router link connects to. Value depends on the link's type. |
| IP routerLSALinkData | 1.3.6.1.4.1.1872.2.1.9.5.4.1.5 | IpAddress | read-only | This 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 routerLSALinkIfIndex | 1.3.6.1.4.1.1872.2.1.9.5.4.1.6 | INTEGER | read-only | For unnumbered point-to-point connections, LinkIfIndex specifies the interface's MIB-II ifIndex value. |
| INT routerLSANoOfTOSMetrics | 1.3.6.1.4.1.1872.2.1.9.5.4.1.7 | INTEGER | read-only | The number of different TOS metrics given for this link, not counting the required link metric(referred to as the TOS 0 metric). |
| INT routerLSANoOfTOSZeroMetrics | 1.3.6.1.4.1.1872.2.1.9.5.4.1.8 | INTEGER | read-only | The number of Zero TOS metrics given for this link. |
| vrrpOper | 1.3.6.1.4.1.1872.2.1.14.5 | |||
| vrrpOperVirtRtrTable | 1.3.6.1.4.1.1872.2.1.14.5.1 | not-accessible | An entry in the table of virtual routers. | |
| vrrpOperVirtRtrEntry | 1.3.6.1.4.1.1872.2.1.14.5.1.1 | not-accessible | A row in the vrrpOperVirtRtrTable | |
| INT vrrpOperVirtRtrIndex | 1.3.6.1.4.1.1872.2.1.14.5.1.1.1 | INTEGER | read-only | The index for the VRRP virtual router. |
| INT vrrpOperVirtRtrBackup | 1.3.6.1.4.1.1872.2.1.14.5.1.1.2 | INTEGER | read-write | When 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 vrrpOperVirtRtrGroupBackup | 1.3.6.1.4.1.1872.2.1.14.5.2 | INTEGER | read-write | When 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. |
| vrrp | 1.3.6.1.4.1.1872.2.1.15 | |||
| vrrpGeneral | 1.3.6.1.4.1.1872.2.1.15.1 | |||
| INT vrrpCurCfgGenState | 1.3.6.1.4.1.1872.2.1.15.1.1 | INTEGER | read-only | Enable or disable VRRP operation globally. |
| INT vrrpNewCfgGenState | 1.3.6.1.4.1.1872.2.1.15.1.2 | INTEGER | read-write | Enable or disable VRRP operation globally. |
| INT vrrpCurCfgGenTckVirtRtrInc | 1.3.6.1.4.1.1872.2.1.15.1.3 | INTEGER | read-only | The increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other virtual routers. |
| INT vrrpNewCfgGenTckVirtRtrInc | 1.3.6.1.4.1.1872.2.1.15.1.4 | INTEGER | read-write | The increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other virtual routers. |
| INT vrrpCurCfgGenTckIpIntfInc | 1.3.6.1.4.1.1872.2.1.15.1.5 | INTEGER | read-only | The increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other router interfaces. |
| INT vrrpNewCfgGenTckIpIntfInc | 1.3.6.1.4.1.1872.2.1.15.1.6 | INTEGER | read-write | The increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other router interfaces. |
| INT vrrpCurCfgGenTckVlanPortInc | 1.3.6.1.4.1.1872.2.1.15.1.7 | INTEGER | read-only | The 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 vrrpNewCfgGenTckVlanPortInc | 1.3.6.1.4.1.1872.2.1.15.1.8 | INTEGER | read-write | The 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 vrrpCurCfgGenTckL4PortInc | 1.3.6.1.4.1.1872.2.1.15.1.9 | INTEGER | read-only | The 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 vrrpNewCfgGenTckL4PortInc | 1.3.6.1.4.1.1872.2.1.15.1.10 | INTEGER | read-write | The 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 vrrpCurCfgGenTckRServerInc | 1.3.6.1.4.1.1872.2.1.15.1.11 | INTEGER | read-only | The 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 vrrpNewCfgGenTckRServerInc | 1.3.6.1.4.1.1872.2.1.15.1.12 | INTEGER | read-write | The 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 vrrpCurCfgGenTckHsrpInc | 1.3.6.1.4.1.1872.2.1.15.1.13 | INTEGER | read-only | The increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements. |
| INT vrrpNewCfgGenTckHsrpInc | 1.3.6.1.4.1.1872.2.1.15.1.14 | INTEGER | read-write | The increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements. |
| INT vrrpCurCfgGenHotstandby | 1.3.6.1.4.1.1872.2.1.15.1.15 | INTEGER | read-only | Enable or disable hotstandby processing. |
| INT vrrpNewCfgGenHotstandby | 1.3.6.1.4.1.1872.2.1.15.1.16 | INTEGER | read-write | Enable or disable hotstandby processing. |
| INT vrrpCurCfgGenTckHsrvInc | 1.3.6.1.4.1.1872.2.1.15.1.17 | INTEGER | read-only | The increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements by VLAN. |
| INT vrrpNewCfgGenTckHsrvInc | 1.3.6.1.4.1.1872.2.1.15.1.18 | INTEGER | read-write | The increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements by VLAN. |
| vrrpCurCfgVirtRtrTable | 1.3.6.1.4.1.1872.2.1.15.2 | not-accessible | The table of VRRP virtual routers configuration in current_config. | |
| vrrpCurCfgVirtRtrTableEntry | 1.3.6.1.4.1.1872.2.1.15.2.1 | not-accessible | Information about a VRRP virtual router. | |
| INT vrrpCurCfgVirtRtrIndx | 1.3.6.1.4.1.1872.2.1.15.2.1.1 | INTEGER | read-only | The VRRP virtual router table index. |
| INT vrrpCurCfgVirtRtrID | 1.3.6.1.4.1.1872.2.1.15.2.1.2 | INTEGER | read-only | The VRRP virtual router identifier. |
| IP vrrpCurCfgVirtRtrAddr | 1.3.6.1.4.1.1872.2.1.15.2.1.3 | IpAddress | read-only | The VRRP virtual router IP address. |
| INT vrrpCurCfgVirtRtrIfIndex | 1.3.6.1.4.1.1872.2.1.15.2.1.4 | INTEGER | read-only | The IfIndex that the VRRP virtual router is representing. |
| INT vrrpCurCfgVirtRtrInterval | 1.3.6.1.4.1.1872.2.1.15.2.1.5 | INTEGER | read-only | The time interval between VRRP advertisements in seconds. |
| INT vrrpCurCfgVirtRtrPriority | 1.3.6.1.4.1.1872.2.1.15.2.1.6 | INTEGER | read-only | The priority value to be used by the specified VRRP virtual routers. |
| INT vrrpCurCfgVirtRtrPreempt | 1.3.6.1.4.1.1872.2.1.15.2.1.7 | INTEGER | read-only | This 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 vrrpCurCfgVirtRtrState | 1.3.6.1.4.1.1872.2.1.15.2.1.8 | INTEGER | read-only | Enable or disable the VRRP virtual router. |
| INT vrrpCurCfgVirtRtrSharing | 1.3.6.1.4.1.1872.2.1.15.2.1.9 | INTEGER | read-only | Enable or disable load sharing of non-master virtual router. |
| INT vrrpCurCfgVirtRtrTckVirtRtr | 1.3.6.1.4.1.1872.2.1.15.2.1.10 | INTEGER | read-only | Enable or disable tracking other virtual routers for priority adjustment. The priority increment is defined in vrrpCurCfgGenTckVirtRtrInc. |
| INT vrrpCurCfgVirtRtrTckIpIntf | 1.3.6.1.4.1.1872.2.1.15.2.1.11 | INTEGER | read-only | Enable or disable tracking other router interfaces for priority adjustment. The priority increment is defined in vrrpCurCfgGenTckIpIntfInc. |
| INT vrrpCurCfgVirtRtrTckVlanPort | 1.3.6.1.4.1.1872.2.1.15.2.1.12 | INTEGER | read-only | Enable or disable tracking port state of VLAN ports for priority adjustment. The priority increment is defined in vrrpCurCfgGenTckVlanPortInc. |
| INT vrrpCurCfgVirtRtrTckL4Port | 1.3.6.1.4.1.1872.2.1.15.2.1.13 | INTEGER | read-only | Enable 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 vrrpCurCfgVirtRtrTckRServer | 1.3.6.1.4.1.1872.2.1.15.2.1.14 | INTEGER | read-only | Enable 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 vrrpCurCfgVirtRtrTckHsrp | 1.3.6.1.4.1.1872.2.1.15.2.1.15 | INTEGER | read-only | Enable 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 vrrpCurCfgVirtRtrTckHsrv | 1.3.6.1.4.1.1872.2.1.15.2.1.16 | INTEGER | read-only | Enable 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. |
| vrrpNewCfgVirtRtrTable | 1.3.6.1.4.1.1872.2.1.15.3 | not-accessible | The table of VRRP virtual routers configuration in current_config. | |
| vrrpNewCfgVirtRtrTableEntry | 1.3.6.1.4.1.1872.2.1.15.3.1 | not-accessible | Information about a VRRP virtual router. | |
| INT vrrpNewCfgVirtRtrIndx | 1.3.6.1.4.1.1872.2.1.15.3.1.1 | INTEGER | read-only | The VRRP virtual router table index. |
| INT vrrpNewCfgVirtRtrID | 1.3.6.1.4.1.1872.2.1.15.3.1.2 | INTEGER | read-write | The VRRP virtual router identifier. |
| IP vrrpNewCfgVirtRtrAddr | 1.3.6.1.4.1.1872.2.1.15.3.1.3 | IpAddress | read-write | The VRRP virtual router IP address. |
| INT vrrpNewCfgVirtRtrIfIndex | 1.3.6.1.4.1.1872.2.1.15.3.1.4 | INTEGER | read-write | The IfIndex that the VRRP virtual router is representing. |
| INT vrrpNewCfgVirtRtrInterval | 1.3.6.1.4.1.1872.2.1.15.3.1.5 | INTEGER | read-write | The time interval between VRRP advertisements in seconds. |
| INT vrrpNewCfgVirtRtrPriority | 1.3.6.1.4.1.1872.2.1.15.3.1.6 | INTEGER | read-write | The priority value to be used by the specified VRRP virtual router. |
| INT vrrpNewCfgVirtRtrPreempt | 1.3.6.1.4.1.1872.2.1.15.3.1.7 | INTEGER | read-write | This 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 vrrpNewCfgVirtRtrState | 1.3.6.1.4.1.1872.2.1.15.3.1.8 | INTEGER | read-write | Enable or disable the VRRP virtual router. |
| INT vrrpNewCfgVirtRtrDelete | 1.3.6.1.4.1.1872.2.1.15.3.1.9 | INTEGER | read-write | When 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 vrrpNewCfgVirtRtrSharing | 1.3.6.1.4.1.1872.2.1.15.3.1.10 | INTEGER | read-write | Enable or disable load sharing of non-master virtual router. |
| INT vrrpNewCfgVirtRtrTckVirtRtr | 1.3.6.1.4.1.1872.2.1.15.3.1.11 | INTEGER | read-write | Enable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVirtRtrInc. |
| INT vrrpNewCfgVirtRtrTckIpIntf | 1.3.6.1.4.1.1872.2.1.15.3.1.12 | INTEGER | read-write | Enable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckIpIntfInc. |
| INT vrrpNewCfgVirtRtrTckVlanPort | 1.3.6.1.4.1.1872.2.1.15.3.1.13 | INTEGER | read-write | Enable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVlanPortInc. |
| INT vrrpNewCfgVirtRtrTckL4Port | 1.3.6.1.4.1.1872.2.1.15.3.1.14 | INTEGER | read-write | Enable 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 vrrpNewCfgVirtRtrTckRServer | 1.3.6.1.4.1.1872.2.1.15.3.1.15 | INTEGER | read-write | Enable 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 vrrpNewCfgVirtRtrTckHsrp | 1.3.6.1.4.1.1872.2.1.15.3.1.16 | INTEGER | read-write | Enable 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 vrrpNewCfgVirtRtrTckHsrv | 1.3.6.1.4.1.1872.2.1.15.3.1.17 | INTEGER | read-write | Enable 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. |
| vrrpCurCfgIfTable | 1.3.6.1.4.1.1872.2.1.15.4 | not-accessible | The table of VRRP interface configuration in current_config. | |
| vrrpCurCfgIfTableEntry | 1.3.6.1.4.1.1872.2.1.15.4.1 | not-accessible | Information about a VRRP interface. | |
| INT vrrpCurCfgIfIndx | 1.3.6.1.4.1.1872.2.1.15.4.1.1 | INTEGER | read-only | The VRRP interface index. This is eqivalent to IfIndex. |
| INT vrrpCurCfgIfAuthType | 1.3.6.1.4.1.1872.2.1.15.4.1.2 | INTEGER | read-only | Type of authentication being used. none(1) - no authentication simple-text-password(2) - use password specified in vrrpCurCfgIfPasswd for authentication. |
| STR vrrpCurCfgIfPasswd | 1.3.6.1.4.1.1872.2.1.15.4.1.3 | DisplayString | read-only | The password for authentication. |
| vrrpNewCfgIfTable | 1.3.6.1.4.1.1872.2.1.15.5 | not-accessible | The table of VRRP interface configuration in current_config. | |
| vrrpNewCfgIfTableEntry | 1.3.6.1.4.1.1872.2.1.15.5.1 | not-accessible | Information about a VRRP interface. | |
| INT vrrpNewCfgIfIndx | 1.3.6.1.4.1.1872.2.1.15.5.1.1 | INTEGER | read-only | The VRRP interface index. This is eqivalent to IfIndex. |
| INT vrrpNewCfgIfAuthType | 1.3.6.1.4.1.1872.2.1.15.5.1.2 | INTEGER | read-write | Type of authentication being used. none(1) - no authentication simple-text-password(2) - use password specified in vrrpNewCfgIfPasswd for authentication. |
| STR vrrpNewCfgIfPasswd | 1.3.6.1.4.1.1872.2.1.15.5.1.3 | DisplayString | read-write | The password for authentication. |
| INT vrrpNewCfgIfDelete | 1.3.6.1.4.1.1872.2.1.15.5.1.4 | INTEGER | read-write | When 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. |
| vrrpCurCfgVirtRtrGrpTable | 1.3.6.1.4.1.1872.2.1.15.6 | not-accessible | The table of VRRP virtual router group in current_config. | |
| vrrpCurCfgVirtRtrGrpTableEntry | 1.3.6.1.4.1.1872.2.1.15.6.1 | not-accessible | Information about a VRRP failover virtual router. | |
| INT vrrpCurCfgVirtRtrGrpIndx | 1.3.6.1.4.1.1872.2.1.15.6.1.1 | INTEGER | read-only | The VRRP virtual router table index. |
| INT vrrpCurCfgVirtRtrGrpID | 1.3.6.1.4.1.1872.2.1.15.6.1.2 | INTEGER | read-only | The VRRP virtual router identifier. |
| INT vrrpCurCfgVirtRtrGrpIfIndex | 1.3.6.1.4.1.1872.2.1.15.6.1.3 | INTEGER | read-only | The IfIndex that the VRRP virtual router is representing. |
| INT vrrpCurCfgVirtRtrGrpInterval | 1.3.6.1.4.1.1872.2.1.15.6.1.4 | INTEGER | read-only | The time interval between VRRP advertisements in seconds. |
| INT vrrpCurCfgVirtRtrGrpPriority | 1.3.6.1.4.1.1872.2.1.15.6.1.5 | INTEGER | read-only | The priority value to be used by the specified VRRP virtual routers. |
| INT vrrpCurCfgVirtRtrGrpPreempt | 1.3.6.1.4.1.1872.2.1.15.6.1.6 | INTEGER | read-only | This 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 vrrpCurCfgVirtRtrGrpState | 1.3.6.1.4.1.1872.2.1.15.6.1.7 | INTEGER | read-only | Enable or disable the VRRP virtual router. |
| INT vrrpCurCfgVirtRtrGrpSharing | 1.3.6.1.4.1.1872.2.1.15.6.1.8 | INTEGER | read-only | Enable or disable load sharing of non-master virtual router. |
| INT vrrpCurCfgVirtRtrGrpTckVirtRtr | 1.3.6.1.4.1.1872.2.1.15.6.1.9 | INTEGER | read-only | Enable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckVirtRtrInc. |
| INT vrrpCurCfgVirtRtrGrpTckIpIntf | 1.3.6.1.4.1.1872.2.1.15.6.1.10 | INTEGER | read-only | Enable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckIpIntfInc. |
| INT vrrpCurCfgVirtRtrGrpTckVlanPort | 1.3.6.1.4.1.1872.2.1.15.6.1.11 | INTEGER | read-only | Enable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckVlanPortInc. |
| INT vrrpCurCfgVirtRtrGrpTckL4Port | 1.3.6.1.4.1.1872.2.1.15.6.1.12 | INTEGER | read-only | Enable 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 vrrpCurCfgVirtRtrGrpTckRServer | 1.3.6.1.4.1.1872.2.1.15.6.1.13 | INTEGER | read-only | Enable 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 vrrpCurCfgVirtRtrGrpTckHsrp | 1.3.6.1.4.1.1872.2.1.15.6.1.14 | INTEGER | read-only | Enable 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 vrrpCurCfgVirtRtrGrpTckHsrv | 1.3.6.1.4.1.1872.2.1.15.6.1.15 | INTEGER | read-only | Enable 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. |
| vrrpNewCfgVirtRtrGrpTable | 1.3.6.1.4.1.1872.2.1.15.7 | not-accessible | The table of VRRP virtual router group configuration in new_config. | |
| vrrpNewCfgVirtRtrGrpTableEntry | 1.3.6.1.4.1.1872.2.1.15.7.1 | not-accessible | Information about a VRRP failover virtual router. | |
| INT vrrpNewCfgVirtRtrGrpIndx | 1.3.6.1.4.1.1872.2.1.15.7.1.1 | INTEGER | read-only | The VRRP virtual router table index. |
| INT vrrpNewCfgVirtRtrGrpID | 1.3.6.1.4.1.1872.2.1.15.7.1.2 | INTEGER | read-write | The VRRP virtual router identifier. |
| INT vrrpNewCfgVirtRtrGrpIfIndex | 1.3.6.1.4.1.1872.2.1.15.7.1.3 | INTEGER | read-write | The IfIndex that the VRRP virtual router is representing. |
| INT vrrpNewCfgVirtRtrGrpInterval | 1.3.6.1.4.1.1872.2.1.15.7.1.4 | INTEGER | read-write | The time interval between VRRP advertisements in seconds. |
| INT vrrpNewCfgVirtRtrGrpPriority | 1.3.6.1.4.1.1872.2.1.15.7.1.5 | INTEGER | read-write | The priority value to be used by the specified VRRP virtual router. |
| INT vrrpNewCfgVirtRtrGrpPreempt | 1.3.6.1.4.1.1872.2.1.15.7.1.6 | INTEGER | read-write | This 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 vrrpNewCfgVirtRtrGrpState | 1.3.6.1.4.1.1872.2.1.15.7.1.7 | INTEGER | read-write | Enable or disable the VRRP virtual router. |
| INT vrrpNewCfgVirtRtrGrpDelete | 1.3.6.1.4.1.1872.2.1.15.7.1.8 | INTEGER | read-write | When 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 vrrpNewCfgVirtRtrGrpSharing | 1.3.6.1.4.1.1872.2.1.15.7.1.9 | INTEGER | read-write | Enable or disable load sharing of non-master virtual router. |
| INT vrrpNewCfgVirtRtrGrpTckVirtRtr | 1.3.6.1.4.1.1872.2.1.15.7.1.10 | INTEGER | read-write | Enable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVirtRtrInc. |
| INT vrrpNewCfgVirtRtrGrpTckIpIntf | 1.3.6.1.4.1.1872.2.1.15.7.1.11 | INTEGER | read-write | Enable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckIpIntfInc. |
| INT vrrpNewCfgVirtRtrGrpTckVlanPort | 1.3.6.1.4.1.1872.2.1.15.7.1.12 | INTEGER | read-write | Enable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVlanPortInc. |
| INT vrrpNewCfgVirtRtrGrpTckL4Port | 1.3.6.1.4.1.1872.2.1.15.7.1.13 | INTEGER | read-write | Enable 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 vrrpNewCfgVirtRtrGrpTckRServer | 1.3.6.1.4.1.1872.2.1.15.7.1.14 | INTEGER | read-write | Enable 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 vrrpNewCfgVirtRtrGrpTckHsrp | 1.3.6.1.4.1.1872.2.1.15.7.1.15 | INTEGER | read-write | Enable 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 vrrpNewCfgVirtRtrGrpTckHsrv | 1.3.6.1.4.1.1872.2.1.15.7.1.16 | INTEGER | read-write | Enable 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 vrrpVirtRtrTableMaxSize | 1.3.6.1.4.1.1872.2.1.15.8 | INTEGER | read-only | The maximum number of entries in VRRP virtual router table. |
| INT vrrpIfTableMaxSize | 1.3.6.1.4.1.1872.2.1.15.9 | INTEGER | read-only | The maximum number of entries in VRRP interface table. |
| INT vrrpVirtRtrGrpTableMaxSize | 1.3.6.1.4.1.1872.2.1.15.10 | INTEGER | read-only | The 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.