All MIBs › HP-SN-IP-MIB
Category: IP and Core Protocols, Technology: Routing/L3, Vendor: HP/HPE
Description:
HP ServerNet (Foundry-heritage) SNMP MIB for IP layer management including routing tables and interface addresses on HP SN devices.
Imported Objects
From HP-SN-ROOT-MIB
| snDvmrp | OBJECT-IDENTITY |
| snFsrp | OBJECT-IDENTITY |
| snGblRt | OBJECT-IDENTITY |
| snIp | OBJECT-IDENTITY |
| snLoopbackIf | OBJECT-IDENTITY |
| snPim | OBJECT-IDENTITY |
| snRip | OBJECT-IDENTITY |
| snVrrp | OBJECT-IDENTITY |
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Counter | |
| IpAddress | |
| TimeTicks |
What Is HP-SN-IP-MIB?
HP-SN-IP-MIB is a Foundry-heritage SNMP MIB for managing the IP layer on HP ServerNet (SN) class routing devices, covering routing behavior, ARP handling, BOOTP relay, and various IP protocol feature toggles. It exposes configuration and operational objects such as route-only mode, ARP cache age timers, IRDP router discovery, IP load sharing, proxy ARP, RARP, and IP TTL settings, along with operational actions like clearing the ARP cache, IP cache, or IP route table. From a monitoring perspective it confirms the device's IP forwarding/software configuration state matches intended policy — for example whether proxy ARP or load sharing is enabled where it shouldn't be — and supports troubleshooting stale routing/ARP behavior by triggering cache clears. It builds on standard IP/ARP concepts found in IETF IP-MIB conventions, adapted into HP's proprietary Foundry-heritage numbering. It is deployed on HP SN-series routing switches in enterprise and service-provider network cores/edges, and administrators can download the HP-SN-IP-MIB file to load it into their MIB browser for IP layer monitoring.
IPNetwork Monitor allows you to monitor SNMP objects defined in HP-SN-IP-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 route-only mode
- ARP cache age
- proxy ARP / RARP status
- IP load sharing
- IRDP router discovery
- BOOTP relay configuration
Supported Devices
- HP SN-series (Foundry-heritage) routing switch
Monitoring Examples
An admin troubleshooting stale routing behavior might set snRtClearIpRoute or snRtClearArpCache to force the device to rebuild its tables, then re-poll snRtIpProxyArp and snRtIpLoadShare to confirm whether proxy ARP or load-sharing settings — which could be causing asymmetric routing — are enabled as expected; snRtArpAge reveals whether ARP entries are timing out faster than intended, causing repeated ARP storms.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| snRtIpGeneral | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1 | |||
| CLE snRtClearArpCache | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.1 | ClearStatus | read-write | clear(1) will clear arp cache table. |
| CLE snRtClearIpCache | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.2 | ClearStatus | read-write | clear(1) will clear ip route cache table. |
| CLE snRtClearIpRoute | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.3 | ClearStatus | read-write | clear(1) will clear ip route table. |
| IP snRtBootpServer | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.4 | IpAddress | read-write | IP address of bootp server to which bootp packet need to be relayed. |
| INT snRtBootpRelayMax | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.5 | INTEGER | read-write | Maximum number of hop the bootp packet should travel. |
| INT snRtArpAge | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.6 | INTEGER | read-write | The time in minutes an ARP entry can be valid without relearning. 0 - Don't not age. |
| RTR snRtIpIrdpEnable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.7 | RtrStatus | read-write | Perform router advertisement on this box. |
| RTR snRtIpLoadShare | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.8 | RtrStatus | read-write | If more than one route available, use them to share load. |
| RTR snRtIpProxyArp | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.9 | RtrStatus | read-write | Enable/disable proxy arp function in the box. |
| RTR snRtIpRarp | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.10 | RtrStatus | read-write | Enable/disable RARP server. |
| INT snRtIpTtl | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.11 | INTEGER | read-write | The time to live value to be used in IP header of IP packet generated by the box. |
| INT snRtIpSetAllPortConfig | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.12 | INTEGER | read-write | The value of this object is an index number of a snRtIpPortConfigTable row (i.e. snRtIpPortConfigPortIndex), which is the selected row to copy all of its read-writable data (i.e. snRtIpPortMtu and snRtIpPortEncap) to the rest of the rows in snRtIpPortConfigTable. Note: prior setting this object, all the intended data of the given row of the table must be set. Otherwise, the current data of the row will be used to set the entire ip interface configuration table. The previous setting will be overwritten by the new one. |
| INT snRtIpFwdCacheMaxEntries | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.13 | INTEGER | read-only | The maximum number of ip forwarding table entries. |
| INT snRtIpFwdCacheCurEntries | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.14 | INTEGER | read-only | The current number of ip forwarding table entries. |
| INT snRtIpMaxStaticRouteEntries | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.15 | INTEGER | read-only | The maximum number of static route entries in the static route table. |
| RTR snRtIpDirBcastFwd | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.16 | RtrStatus | read-write | Enable/Disable directed broadcast forwarding. |
| INT snRtIpLoadShareNumOfPaths | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.17 | INTEGER | read-write | Number of routes are used to share load. |
| INT snRtIpLoadShareMaxPaths | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.18 | INTEGER | read-only | Maximum number of routes can be configured to share load. |
| INT snRtIpLoadShareMinPaths | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.19 | INTEGER | read-only | Minimum number of routes can be configured to share load. |
| IP snRtIpProtocolRouterId | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.20 | IpAddress | read-write | Router Id for all IP Protocols. |
| RTR snRtIpSourceRoute | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.1.21 | RtrStatus | read-write | Enable/Disable source routing support, ability to drop the source routing packets. |
| snRtIpStaticRouteTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.2 | not-accessible | IP static/default route table. | |
| snRtIpStaticRouteEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.2.1 | not-accessible | An entry in the IP static route table. | |
| INT snRtIpStaticRouteIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.2.1.1 | INTEGER | read-only | The table index for a static route entry. |
| IP snRtIpStaticRouteDest | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.2.1.2 | IpAddress | read-write | Destination IP address. 0.0.0.0 for default route. |
| IP snRtIpStaticRouteMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.2.1.3 | IpAddress | read-write | Subnet mask associated with the destination IP address. 0.0.0.0 for default route mask. |
| IP snRtIpStaticRouteNextHop | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.2.1.4 | IpAddress | read-write | IP address of next hop router that is located on one of the directly attached IP subnet. |
| INT snRtIpStaticRouteMetric | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.2.1.5 | INTEGER | read-write | The metrics to next hop router. |
| ROW snRtIpStaticRouteRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.2.1.6 | RowSts | read-write | To create or delete a static route entry. |
| INT snRtIpStaticRouteDistance | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.2.1.7 | INTEGER | read-write | Administration distance. |
| snRtIpFilterTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3 | not-accessible | IP filter table. | |
| snRtIpFilterEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1 | not-accessible | An entry in the IP filter table. | |
| INT snRtIpFilterIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.1 | INTEGER | read-only | The table index for a filter entry. |
| INT snRtIpFilterAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.2 | INTEGER | read-write | Action to take if the ip packet match with this filter. |
| INT snRtIpFilterProtocol | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.3 | INTEGER | read-write | Transport protocol. 0 means don't care |
| IP snRtIpFilterSourceIp | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.4 | IpAddress | read-write | Source IP address. |
| IP snRtIpFilterSourceMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.5 | IpAddress | read-write | Source IP subnet mask. |
| IP snRtIpFilterDestIp | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.6 | IpAddress | read-write | Destination IP address. |
| IP snRtIpFilterDestMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.7 | IpAddress | read-write | Destination IP subnet mask. |
| INT snRtIpFilterOperator | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.8 | INTEGER | read-write | Type of comparison to perform. for now, this only applys to tcp or udp to compare the port number |
| INT snRtIpFilterOperand | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.9 | INTEGER | read-write | For now this only refers to transport protocol port number. 0 means NA |
| ROW snRtIpFilterRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.10 | RowSts | read-write | To create or delete a filter entry. |
| RTR snRtIpFilterEstablished | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.11 | RtrStatus | read-write | Enable/Disable the filtering of established TCP packets of which the ACK or RESET flag is on. This additional filter only applies to TCP transport protocol. |
| INT snRtIpFilterQosPriority | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.3.1.12 | INTEGER | read-write | The router L4 Qos Priority values are: low(0) -- low prority high(1) -- high prority. The Priority values are: level0(0), level1(1), level2(2), level3(3), level4(4), level5(5), level6(6), level7(7) |
| snRtIpRarpTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.4 | not-accessible | IP RARP table. | |
| snRtIpRarpEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.4.1 | not-accessible | An entry in the IP Rarp table. | |
| INT snRtIpRarpIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.4.1.1 | INTEGER | read-only | The table index for a Rarp entry. |
| OCT snRtIpRarpMac | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.4.1.2 | OCTET STRING | read-write | The Mac address for a Rarp entry. |
| IP snRtIpRarpIp | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.4.1.3 | IpAddress | read-write | The IP address for a Rarp entry. |
| ROW snRtIpRarpRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.4.1.4 | RowSts | read-write | To create or delete a Rarp entry. |
| snRtStaticArpTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.5 | not-accessible | IP static arp table. | |
| snRtStaticArpEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.5.1 | not-accessible | An entry in the IP static arp table. | |
| INT snRtStaticArpIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.5.1.1 | INTEGER | read-only | The table index for a static arp entry. |
| IP snRtStaticArpIp | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.5.1.2 | IpAddress | read-write | The IP address for a static arp entry. |
| OCT snRtStaticArpMac | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.5.1.3 | OCTET STRING | read-write | The Mac address for a static arp entry. |
| POR snRtStaticArpPort | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.5.1.4 | PortIndex | read-write | The port index for a static arp entry. |
| ROW snRtStaticArpRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.5.1.5 | RowSts | read-write | To create or delete a Static Arp entry. |
| snRtIpPortAddrTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.6 | not-accessible | IP port address table. | |
| snRtIpPortAddrEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.6.1 | not-accessible | An entry in the IP Port Address table. | |
| POR snRtIpPortAddrPortIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.6.1.1 | PortIndex | read-only | The port index for port address entry. |
| IP snRtIpPortAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.6.1.2 | IpAddress | read-only | The port IP address. |
| IP snRtIpPortSubnetMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.6.1.3 | IpAddress | read-write | The port IP address subnet mask. |
| INT snRtIpPortAddrType | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.6.1.4 | INTEGER | read-write | The port IP address type. |
| ROW snRtIpPortRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.6.1.5 | RowSts | read-write | To create or delete a port address entry. |
| snRtIpPortAccessTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.7 | not-accessible | IP port access table. | |
| snRtIpPortAccessEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.7.1 | not-accessible | An entry in the IP Port access table. | |
| POR snRtIpPortAccessPortIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.7.1.1 | PortIndex | read-only | The port index for port access entry. |
| INT snRtIpPortAccessDirection | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.7.1.2 | INTEGER | read-only | The incoming or outgoing check for port access. |
| OCT snRtIpPortAccessFilters | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.7.1.3 | OCTET STRING | read-write | 1st octet correspond to 1st filter number and so on. |
| ROW snRtIpPortAccessRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.7.1.4 | RowSts | read-write | To create or delete a port access entry. |
| snRtIpPortConfigTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.8 | not-accessible | IP port Config table. | |
| snRtIpPortConfigEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.8.1 | not-accessible | An entry in the IP Port Config table. | |
| POR snRtIpPortConfigPortIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.8.1.1 | PortIndex | read-only | The port index for port config entry. |
| INT snRtIpPortMtu | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.8.1.2 | INTEGER | read-write | The maximun transfer unit. |
| INT snRtIpPortEncap | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.8.1.3 | INTEGER | read-write | Data link encapsulation to be used on the IP frame transmitted on the port. |
| INT snRtIpPortMetric | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.8.1.4 | INTEGER | read-write | The metric. |
| RTR snRtIpPortDirBcastFwd | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.8.1.5 | RtrStatus | read-write | Enable/Disable directed broadcast forwarding on the port. |
| snRtBcastFwd | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9 | |||
| snRtBcastFwdGeneral | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.1 | |||
| RTR snRtUdpBcastFwdEnable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.1.1 | RtrStatus | read-write | Enable or disable UDP broadcast forwarding service. When UDP broadcast forwarding is enabled, default entries are added to the UDP broadcast forwarding port table. When it is disabled, UDP broadcast forwarding port table is flushed to empty. |
| snRtUdpBcastFwdPort | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.2 | |||
| snRtUdpBcastFwdPortTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.2.1 | not-accessible | This table contains a list of UDP port numbers for which forwarding UDP broadcast is enabled. | |
| snRtUdpBcastFwdPortEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.2.1.1 | not-accessible | An entry of the UDP broadcast forwarding port table. | |
| INT snRtUdpBcastFwdPortIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.2.1.1.1 | INTEGER | read-only | The table index for a UDP broadcast forwarding port entry. |
| INT snRtUdpBcastFwdPortNumber | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.2.1.1.2 | INTEGER | read-write | UDP port number for which UDP broadcast forwarding is enabled. |
| ROW snRtUdpBcastFwdPortRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.2.1.1.3 | RowSts | read-write | To create or delete a UDP broadcast forwarding port entry. |
| snRtUdpHelper | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.3 | |||
| snRtUdpHelperTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.3.1 | not-accessible | UDP helper table. | |
| snRtUdpHelperEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.3.1.1 | not-accessible | An entry of the UDP helper table. | |
| POR snRtUdpHelperPortIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.3.1.1.1 | PortIndex | read-only | The port index for a UDP helper entry. |
| INT snRtUdpHelperIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.3.1.1.2 | INTEGER | read-only | The table index for a UDP helper entry. |
| IP snRtUdpHelperAddr | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.3.1.1.3 | IpAddress | read-write | The UDP helper address. This is the address that UDP packets will be forwarded. It can be a helper address or a subnet broadcast address. But it cannot be 255.255.255.255 or 0.0.0.0. |
| ROW snRtUdpHelperRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.9.3.1.1.4 | RowSts | read-write | To create or delete a UDP helper entry. |
| snRtIpTraceRoute | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10 | |||
| snRtIpTraceRouteGeneral | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.1 | |||
| IP snRtIpTraceRouteTargetAddr | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.1.1 | IpAddress | read-write | Target IP address of which trace route is performed. |
| INT snRtIpTraceRouteMinTtl | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.1.2 | INTEGER | read-write | Minimum TTL value carried in the first probe packet. |
| INT snRtIpTraceRouteMaxTtl | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.1.3 | INTEGER | read-write | Maximum TTL value carried in the last probe packet. |
| INT snRtIpTraceRouteTimeOut | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.1.4 | INTEGER | read-write | Time out period (in seconds) to wait for the response from the probe packet (i,e, the ICMP packet). |
| INT snRtIpTraceRouteControl | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.1.5 | INTEGER | read-write | Only 'start' and 'abort' are writable values; 'success', 'failure' and 'inProgress' are readeable (or returned) values. Writing 'start' to this object to initiate the trace route operation. snRtIpTraceRouteDestAddr must have been init- ialized before 'start' is writen. This object will return 'inProgress' after trace route operation has started. During the 'inProgress' state, writing 'abort' to this object will stop the current trace route operation. If the destination address is reached, this object returned 'success'. snRtIpTraceRouteResultTable contains the routes (and the target address) to reach the destination address. If the destination address does not reach, timeout, or ending TTL reached, 'failure' is returned. |
| snRtIpTraceRouteResult | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.2 | |||
| snRtIpTraceRouteResultTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.2.1 | not-accessible | Trace route result table. | |
| snRtIpTraceRouteResultEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.2.1.1 | not-accessible | An entry of the trace route result table. | |
| INT snRtIpTraceRouteResultIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.2.1.1.1 | INTEGER | read-only | The table index for a trace route result entry. |
| IP snRtIpTraceRouteResultAddr | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.2.1.1.2 | IpAddress | read-only | The router or the target address of which forms part of the route to reach the destination address. |
| TIK snRtIpTraceRouteResultRoundTripTime1 | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.2.1.1.3 | TimeTicks | read-only | The round trip time between the first probe packet transmitted and the reponse ICMP packet received. |
| TIK snRtIpTraceRouteResultRoundTripTime2 | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.10.2.1.1.4 | TimeTicks | read-only | The round trip time between the second probe packet transmitted and the reponse ICMP packet received. |
| snRtIpFwdCacheTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11 | not-accessible | IP forwarding cache table. | |
| snRtIpFwdCacheEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1 | not-accessible | An entry in the IP forwarding cache table. | |
| INT snRtIpFwdCacheIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.1 | INTEGER | read-only | The table index for a ip forwarding cache table entry. |
| IP snRtIpFwdCacheIp | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.2 | IpAddress | read-only | The IP address of a station. |
| OCT snRtIpFwdCacheMac | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.3 | OCTET STRING | read-only | The Mac address of an IP station. |
| IP snRtIpFwdCacheNextHopIp | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.4 | IpAddress | read-only | The next hop router IP address. |
| INT snRtIpFwdCacheOutgoingPort | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.5 | INTEGER | read-only | The outgoing port of which packets will forward to. Return port value of zero to indicate no outgoing port associated to this entry. Non-zero value has the following meanings: The bit 0 to bit 7: port number. The bit 8 to bit 11: slot number. For virtual router interface, slot number is 15, port number is the virtual router port from 1 to 60. |
| INT snRtIpFwdCacheType | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.6 | INTEGER | read-only | The 'dynamic' or 'permanent' type for a ip forwarding cache table entry. |
| INT snRtIpFwdCacheAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.7 | INTEGER | read-only | The action to take. |
| INT snRtIpFwdCacheFragCheck | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.8 | INTEGER | read-only | Check for fragmentation. |
| INT snRtIpFwdCacheSnapHdr | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.9 | INTEGER | read-only | Apply SNAP encapsulation. |
| INT snRtIpFwdCacheVLanId | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.11.1.10 | INTEGER | read-only | The VLAN ID for a ip forwarding cache table entry. Return VLAN ID value of zero to indicate no VLAN associated to this entry. |
| snIpAsPathAccessListTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.12 | not-accessible | Ip As-Path Access List table. | |
| snIpAsPathAccessListEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.12.1 | not-accessible | An entry in the Ip As-Path Access List table. | |
| INT snIpAsPathAccessListIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.12.1.1 | INTEGER | read-only | The table index for a filter entry. |
| INT snIpAsPathAccessListSequence | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.12.1.2 | INTEGER | read-only | The table sequence index for a filter entry. |
| INT snIpAsPathAccessListAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.12.1.3 | INTEGER | read-write | Action to take if the bgp address match with this filter. |
| OCT snIpAsPathAccessListRegExpression | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.12.1.4 | OCTET STRING | read-write | Autonomous system in the filter using a regular expression. Each character of the regular expression string is represented by one octet. |
| INT snIpAsPathAccessListRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.12.1.5 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative.. valid(2)....the row exists and is valid |
| snIpCommunityListTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13 | not-accessible | Ip Community List table. | |
| snIpCommunityListEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1 | not-accessible | An entry in the Ip Community List table. | |
| INT snIpCommunityListIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1.1 | INTEGER | read-only | The table index for a filter entry. |
| INT snIpCommunityListSequence | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1.2 | INTEGER | read-only | The table sequence index for a filter entry. |
| INT snIpCommunityListAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1.3 | INTEGER | read-write | Action to take if the bgp address match with this filter. |
| OCT snIpCommunityListCommNum | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1.4 | OCTET STRING | read-write | A number from 1 to 0xFFFFFFFF. There are 20 of them. This integer number is represented by 4 OCTETs. |
| INT snIpCommunityListInternet | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1.5 | INTEGER | read-write | Disabled/Enabled the Internet Community. |
| INT snIpCommunityListNoAdvertise | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1.6 | INTEGER | read-write | Do not advertise this route to any peer (internal or external). |
| INT snIpCommunityListNoExport | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1.7 | INTEGER | read-write | Do not advertise this route to an EBGP peer. |
| INT snIpCommunityListRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1.8 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative.. valid(2)....the row exists and is valid |
| INT snIpCommunityListLocalAs | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.13.1.9 | INTEGER | read-write | Send this route to peers in other sub-autonomous systems within the local confederation. Do not advertise this route to an external system. |
| snIpPrefixListTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14 | not-accessible | Ip Prefix List table. | |
| snIpPrefixListEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1 | not-accessible | An entry in the Ip As-Path Access List table. | |
| OCT snIpPrefixListName | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1.1 | OCTET STRING | read-only | An octet string of the ip prefix list name, each character of the name is represented by one octet. |
| INT snIpPrefixListSequence | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1.2 | INTEGER | read-only | The table sequence index for a filter entry. |
| OCT snIpPrefixListDesc | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1.3 | OCTET STRING | read-write | An octet string of the ip prefix list description, each character of the name is represented by one octet. |
| INT snIpPrefixListAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1.4 | INTEGER | read-write | Action to take if the ip prefix match with this filter. |
| IP snIpPrefixListAddr | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1.5 | IpAddress | read-write | Prefix IP address. |
| IP snIpPrefixListMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1.6 | IpAddress | read-write | Prefix IP mask. |
| INT snIpPrefixListGeValue | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1.7 | INTEGER | read-write | Greater than value. |
| INT snIpPrefixListLeValue | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1.8 | INTEGER | read-write | Less than value. |
| INT snIpPrefixListRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.14.1.9 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative.. valid(2)....the row exists and is valid |
| snIpAsPathAccessListStringTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.16 | not-accessible | Ip As-Path Access List table, string version. | |
| snIpAsPathAccessListStringEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.16.1 | not-accessible | An entry in the Ip As-Path Access List table. | |
| STR snIpAsPathAccessListStringName | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.16.1.1 | DisplayString | read-only | The table index for a filter entry, string version. |
| INT snIpAsPathAccessListStringSequence | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.16.1.2 | INTEGER | read-only | The table sequence index for a filter entry. |
| INT snIpAsPathAccessListStringAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.16.1.3 | INTEGER | read-write | Action to take if the bgp address match with this filter. |
| STR snIpAsPathAccessListStringRegExpression | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.16.1.4 | DisplayString | read-write | Autonomous system in the filter using a regular expression. Each character of the regular expression string is represented by one octet. |
| INT snIpAsPathAccessListStringRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.16.1.5 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative.. valid(2)....the row exists and is valid |
| snIpCommunityListStringTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17 | not-accessible | Ip Community ListString table, string version. | |
| snIpCommunityListStringEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1 | not-accessible | An entry in the Ip Community ListString table. | |
| STR snIpCommunityListStringName | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1.1 | DisplayString | read-only | The table index for a filter entry. |
| INT snIpCommunityListStringSequence | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1.2 | INTEGER | read-only | The table sequence index for a filter entry. |
| INT snIpCommunityListStringAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1.3 | INTEGER | read-write | Action to take if the bgp address match with this filter. |
| OCT snIpCommunityListStringCommNum | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1.4 | OCTET STRING | read-write | A number from 1 to 0xFFFFFFFF. There are 20 of them. This integer number is represented by 4 OCTETs. |
| INT snIpCommunityListStringInternet | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1.5 | INTEGER | read-write | Disabled/Enabled the Internet Community. |
| INT snIpCommunityListStringNoAdvertise | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1.6 | INTEGER | read-write | Do not advertise this route to any peer (internal or external). |
| INT snIpCommunityListStringNoExport | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1.7 | INTEGER | read-write | Do not advertise this route to an EBGP peer. |
| INT snIpCommunityListStringRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1.8 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative.. valid(2)....the row exists and is valid |
| INT snIpCommunityListStringLocalAs | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.17.1.9 | INTEGER | read-write | Send this route to peers in other sub-autonomous systems within the local confederation. Do not advertise this route to an external system. |
| snRtIpPortIfAddrTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.18 | not-accessible | IP port If address table. | |
| snRtIpPortIfAddrEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.18.1 | not-accessible | An entry in the IP Port Address table. | |
| NUM snRtIpPortIfAddrInterfaceIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.18.1.1 | InterfaceIndex | read-only | The InterfaceIndex for port address entry. |
| IP snRtIpPortIfAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.18.1.2 | IpAddress | read-only | The port IP address. |
| IP snRtIpPortIfSubnetMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.18.1.3 | IpAddress | read-write | The port IP address subnet mask. |
| INT snRtIpPortIfAddrType | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.18.1.4 | INTEGER | read-write | The port IP address type. |
| ROW snRtIpPortIfRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.18.1.5 | RowSts | read-write | To create or delete a port address entry. |
| snRtIpPortIfAccessTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.19 | not-accessible | IP port If access table. | |
| snRtIpPortIfAccessEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.19.1 | not-accessible | An entry in the IP Port access table. | |
| NUM snRtIpPortIfAccessInterfaceIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.19.1.1 | InterfaceIndex | read-only | The InterfaceIndex for port access entry. |
| INT snRtIpPortIfAccessDirection | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.19.1.2 | INTEGER | read-only | The incoming or outgoing check for port access. |
| OCT snRtIpPortIfAccessFilters | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.19.1.3 | OCTET STRING | read-write | 1st octet correspond to 1st filter number and so on. |
| ROW snRtIpPortIfAccessRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.19.1.4 | RowSts | read-write | To create or delete a port access entry. |
| snRtIpPortIfConfigTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.20 | not-accessible | IP port If Config table. | |
| snRtIpPortIfConfigEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.20.1 | not-accessible | An entry in the IP Port Config table. | |
| NUM snRtIpPortIfConfigInterfaceIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.20.1.1 | InterfaceIndex | read-only | The If index for port config entry. |
| INT snRtIpPortIfMtu | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.20.1.2 | INTEGER | read-write | The maximun transfer unit. |
| INT snRtIpPortIfEncap | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.20.1.3 | INTEGER | read-write | Data link encapsulation to be used on the IP frame transmitted on the port. |
| INT snRtIpPortIfMetric | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.20.1.4 | INTEGER | read-write | The metric. |
| RTR snRtIpPortIfDirBcastFwd | 1.3.6.1.4.1.11.2.3.7.11.12.2.2.20.1.5 | RtrStatus | read-write | Enable/Disable directed broadcast forwarding on the port. |
| snRtIpRipGeneral | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.1 | |||
| RTR snRtIpRipEnable | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.1.1 | RtrStatus | read-write | Enable/disable ip rip routing. |
| INT snRtIpRipUpdateTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.1.2 | INTEGER | read-write | Ip rip update interval in seconds. |
| RTR snRtIpRipRedisEnable | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.1.3 | RtrStatus | read-write | Enable/disable redistribution to rip. |
| INT snRtIpRipRedisDefMetric | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.1.4 | INTEGER | read-write | Default metric to be used when redistribute route to rip. |
| INT snRtIpRipSetAllPortConfig | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.1.5 | INTEGER | read-write | The value of this object is an index number of a snRtIpRipPortConfigTable row (i.e. snRtIpRipPortConfigPortIndex), which is the selected row to copy all of its read-writable data (i.e. snRtIpRipPortVersion and snRtIpRipPortPoisonReverse) to the rest of the rows in snRtIpRipPortConfigTable. Note: prior setting this object, all the intended data of the given row of the table must be set. Otherwise, the current data of the row will be used to set the entire ip rip port configuration table. The previous setting will be overwritten by the new one. |
| OCT snRtIpRipGblFiltList | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.1.6 | OCTET STRING | read-write | An ip rip global filter list, of which each octet contains a filter ID number that forms a group of filters. A valid entry in the snRtIpRipRouteFilterTable with the corresponding filter ID number (i.e. snRtIpRipRouteFilterId) must have been created before a filter list is initialized. |
| INT snRtIpRipFiltOnAllPort | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.1.7 | INTEGER | read-write | Apply the ip rip global filter list snRtIpRipGblFiltList to all interfaces. This object is used to add all rip filter lists and delete all rip filter lists to/from all interfaces. Prior to sending this command, snRtIpRipGblFiltList must have been set to a proper filter list. The values that can be written are: deleteAllInBound(2)...delete all in-bound filter lists from all ports. deleteAllOutBound(3)..delete all out-bound filter lists from all ports. addAllInBound(4)......add all in-bound filter lists to all ports. addAllOutBound(5).....add all out-bound filter lists to all ports. If set operation failed, then a SET with value of (2) or (3) returns error code 'GenError'. If succeed, entries in the filter list are deleted immediately. The following values can be returned on reads: valid(1)....set operation is done and is valid. |
| INT snRtIpRipDistance | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.1.8 | INTEGER | read-write | Administration distance. |
| snRtIpRipPortConfigTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.2 | not-accessible | IP Rip port Config table. | |
| snRtIpRipPortConfigEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.2.1 | not-accessible | An entry in the IP Rip Port Config table. | |
| POR snRtIpRipPortConfigPortIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.2.1.1 | PortIndex | read-only | The port index for ip rip port config entry. |
| INT snRtIpRipPortVersion | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.2.1.2 | INTEGER | read-write | The ip rip version on this port. |
| RTR snRtIpRipPortPoisonReverse | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.2.1.3 | RtrStatus | read-write | Enable/disable poison reverse. |
| INT snRtIpRipPortLearnDefault | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.2.1.4 | INTEGER | read-write | Apply the RIP router protocol learn-default option to the interface. The values that can be written are: disabled(0)...deleted the learn default option. enabled(1)....enabled the learn default option. |
| snRtIpRipRedisTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3 | not-accessible | IP Rip Redistribution table. | |
| snRtIpRipRedisEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3.1 | not-accessible | An entry in the IP Rip Redistribution table. | |
| INT snRtIpRipRedisIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3.1.1 | INTEGER | read-only | The table index for a IP Rip Redistribution entry. |
| ACT snRtIpRipRedisAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3.1.2 | Action | read-write | The action to take when match this IP Rip Redistribution entry. |
| INT snRtIpRipRedisProtocol | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3.1.3 | INTEGER | read-write | The protocol to be distributed. other(1) cannot be used for SNMP-SET. |
| IP snRtIpRipRedisIp | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3.1.4 | IpAddress | read-write | The ip address of the ip route to be distributed. 0.0.0.0 - all routes |
| IP snRtIpRipRedisMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3.1.5 | IpAddress | read-write | The ip subnet mask of the ip route to be distributed. |
| MET snRtIpRipRedisMatchMetric | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3.1.6 | Metric | read-write | The metric of the route to be matched to determine the redistribution. 0 - any metric value |
| INT snRtIpRipRedisSetMetric | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3.1.7 | INTEGER | read-write | The new metric of the route to be advertised. 0 - use the default metric. |
| ROW snRtIpRipRedisRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.3.1.8 | RowSts | read-write | To create or delete a Redistribution entry. |
| snRtIpRipRouteFilterTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.4 | not-accessible | ip rip route filter table. | |
| snRtIpRipRouteFilterEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.4.1 | not-accessible | An entry of the ip rip route filter table. | |
| INT snRtIpRipRouteFilterId | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.4.1.1 | INTEGER | read-only | The filter ID to identify a filter entry. |
| ACT snRtIpRipRouteFilterAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.4.1.2 | Action | read-write | Action to take if the ip rip packet matched with this filter. |
| IP snRtIpRipRouteFilterIpAddr | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.4.1.3 | IpAddress | read-write | Route IP address to compare with any route IP addresses in a ip rip packet. IP address 0.0.0.0 always compare equals to any route IP addresses in any ip rip packets. |
| IP snRtIpRipRouteFilterSubnetMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.4.1.4 | IpAddress | read-write | Subnet mask to apply to the route IP address in a ip rip packet, the result is compared to snRtIpRipRouteFilterIpAddr. If snRtIpRipRouteFilterIpAddr is 0.0.0.0, this subnet mask value is ignored. |
| INT snRtIpRipRouteFilterRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.4.1.5 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative. valid(2).....the row exists and is valid |
| snRtIpRipNbrFilterTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.5 | not-accessible | ip rip neighbor filter table. | |
| snRtIpRipNbrFilterEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.5.1 | not-accessible | An entry of the ip rip neighbor filter table. | |
| INT snRtIpRipNbrFilterId | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.5.1.1 | INTEGER | read-only | The filter ID to identify a filter entry. |
| ACT snRtIpRipNbrFilterAction | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.5.1.2 | Action | read-write | Action to take if the ip rip packet source IP address compares equal to the source IP address in this filter. |
| IP snRtIpRipNbrFilterSourceIp | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.5.1.3 | IpAddress | read-write | Source IP address to compare with the source IP address in a ip rip packet. IP address 0.0.0.0 always compares equal to any source IP addresses in any ip rip packets. |
| INT snRtIpRipNbrFilterRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.5.1.4 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative. valid(2).....the row exists and is valid |
| snRtIpRipPortAccessTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.6 | not-accessible | ip interface rip access table. | |
| snRtIpRipPortAccessEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.6.1 | not-accessible | An entry of the ip interface rip access table. | |
| POR snRtIpRipPortAccessPort | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.6.1.1 | PortIndex | read-only | The ip interface to which the rip filter applies. |
| INT snRtIpRipPortAccessDir | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.6.1.2 | INTEGER | read-only | The access direction of incoming packet filter or outgoing packet filter. |
| OCT snRtIpRipPortAccessFilterList | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.6.1.3 | OCTET STRING | read-write | An ip rip filter list, of which each octet contains a filter ID number that forms a group of filters. A valid entry in the snRtIpRipRouteFilterTable with the corresponding filter ID number (i.e. snRtIpRipRouteFilterId) must have been created before a filter list is initialized. |
| INT snRtIpRipPortAccessRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.6.1.4 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative. valid(2).....the row exists and is valid |
| snRtIpRipPortIfConfigTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.7 | not-accessible | IP Rip port If Config table. | |
| snRtIpRipPortIfConfigEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.7.1 | not-accessible | An entry in the IP Rip Port If Config table. | |
| NUM snRtIpRipPortIfConfigInterfaceIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.7.1.1 | InterfaceIndex | read-only | The If index for ip rip port config entry. |
| INT snRtIpRipPortIfVersion | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.7.1.2 | INTEGER | read-write | The ip rip version on this port. |
| RTR snRtIpRipPortIfPoisonReverse | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.7.1.3 | RtrStatus | read-write | Enable/disable poison reverse. |
| INT snRtIpRipPortIfLearnDefault | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.7.1.4 | INTEGER | read-write | Apply the RIP router protocol learn-default option to the interface. The values that can be written are: disabled(0)...deleted the learn default option. enabled(1)....enabled the learn default option. |
| snRtIpRipPortIfAccessTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.8 | not-accessible | ip interface rip access table. | |
| snRtIpRipPortIfAccessEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.8.1 | not-accessible | An entry of the ip interface rip access table. | |
| NUM snRtIpRipPortIfAccessPort | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.8.1.1 | InterfaceIndex | read-only | The ip interface to which the rip filter applies. |
| INT snRtIpRipPortIfAccessDir | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.8.1.2 | INTEGER | read-only | The access direction of incoming packet filter or outgoing packet filter. |
| OCT snRtIpRipPortIfAccessFilterList | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.8.1.3 | OCTET STRING | read-write | An ip rip filter list, of which each octet contains a filter ID number that forms a group of filters. A valid entry in the snRtIpRipRouteFilterTable with the corresponding filter ID number (i.e. snRtIpRipRouteFilterId) must have been created before a filter list is initialized. |
| INT snRtIpRipPortIfAccessRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.3.8.1.4 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative. valid(2).....the row exists and is valid |
| snDvmrpMIBObjects | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1 | |||
| STR snDvmrpVersion | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.1 | DisplayString | read-only | The router's DVMRP version information. |
| RTR snDvmrpEnable | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.2 | RtrStatus | read-write | Enable or disable DVMRP on this router. |
| INT snDvmrpGenerationId | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.3 | INTEGER | read-only | The generation identifier for the routing process. This is used by neighboring routers to detect whether pruning information should be resent. |
| INT snDvmrpProbeInterval | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.4 | INTEGER | read-write | This is the time interval at which the router sends out probe messages to discover neighbour routers. Value is in number of seconds. snDvmrpEnable must be 'enabled' before this object is writen. |
| INT snDvmrpReportInterval | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.5 | INTEGER | read-write | This is the time interval at which the router sends out full report messages. Value is in number of seconds. snDvmrpEnable must be 'enabled' before this object is writen. |
| INT snDvmrpTriggerInterval | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.6 | INTEGER | read-write | This is the time interval at which triggered updates are sent out. Value is in number of seconds. snDvmrpEnable must be 'enabled' before this object is writen. |
| INT snDvmrpNeighborRouterTimeout | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.7 | INTEGER | read-write | This is the time interval after which the neighbour router is considered down. Value is in number of seconds. snDvmrpEnable must be 'enabled' before this object is writen. |
| INT snDvmrpRouteExpireTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.8 | INTEGER | read-write | This is the time interval after which the route expires and becomes unreachable. Value is in number of seconds. snDvmrpEnable must be 'enabled' before this object is writen. |
| INT snDvmrpRouteDiscardTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.9 | INTEGER | read-write | This is the time interval after which a route is discarded from the route table. Value is in number of seconds. snDvmrpEnable must be 'enabled' before this object is writen. |
| INT snDvmrpPruneAge | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.10 | INTEGER | read-write | This is the duration of time for which the prune state is stored. Value is in number of seconds. snDvmrpEnable must be 'enabled' before this object is writen. |
| INT snDvmrpGraftRetransmitTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.11 | INTEGER | read-write | This is the time interval after which a graft message will be retransmitted if graft acknowledge message has not been received. Value is in number of seconds. snDvmrpEnable must be 'enabled' before this object is writen. |
| IP snDvmrpDefaultRoute | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.12 | IpAddress | read-write | This is the IP address of a router that is connected to one of the directly attached subnet. If a multicast route is not present on the local router, this default route will be used for multicast forwarding. snDvmrpEnable must be 'enabled' before this object is writen. |
| snDvmrpVInterfaceTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13 | not-accessible | The (conceptual) table listing the router's DVMRP virtual interfaces. snDvmrpEnable must be 'enabled' before this table is read or writen. | |
| snDvmrpVInterfaceEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1 | not-accessible | An entry (conceptual row) in the snDvmrpVInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides. | |
| INT snDvmrpVInterfaceVifIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.1 | INTEGER | read-only | The ifIndex value of this DVMRP virtual interface. |
| INT snDvmrpVInterfaceType | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.2 | INTEGER | read-write | The type of this DVMRP virtual interface, whether it uses a tunnel, a physical interface for which we are a querier, or a physical interface for which we are not a querier. For write operation, this object can only accept tunnel(1) to configure a tunnel interface or subnet(3) to configure a physical interface. |
| INT snDvmrpVInterfaceOperState | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.3 | INTEGER | read-only | The current operational state of this DVMRP virtual interface. |
| IP snDvmrpVInterfaceLocalAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.4 | IpAddress | read-write | The IP address of the local end of this DVMRP virtual interface. |
| IP snDvmrpVInterfaceRemoteAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.5 | IpAddress | read-write | The IP address of the remote end of this DVMRP virtual interface. For a tunnel, this is the IP address of the neighboring router. For a subnet, this is the subnet address. |
| IP snDvmrpVInterfaceRemoteSubnetMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.6 | IpAddress | read-only | The subnet mask for a directly connected subnet. For a tunnel, this should be 0.0.0.0. |
| INT snDvmrpVInterfaceMetric | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.7 | INTEGER | read-write | The distance metric for this DVMRP virtual interface which is used to calculate distance vectors. |
| INT snDvmrpVInterfaceTtlThreshold | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.8 | INTEGER | read-write | This is the minimum time-to-live value to forward the packets out of this virtual interface. |
| RTR snDvmrpVInterfaceAdvertiseLocal | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.9 | RtrStatus | read-write | Enable or disable the advertising of this local route. |
| RTR snDvmrpVInterfaceEncapsulation | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.10 | RtrStatus | read-write | Enable or disable the encapsulation of the DVMRP control packets when using IPINIP encapsulation. |
| INT snDvmrpVInterfaceStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.13.1.11 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative. valid(2)....Setting it to 'valid' has the effect of changing the row to operative. |
| snDvmrpNeighborTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14 | not-accessible | The (conceptual) table listing the router's DVMRP neighbors, as discovered by receiving Neighbor Probe messages. snDvmrpEnable must be 'enabled' before this table is read. | |
| snDvmrpNeighborEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1 | not-accessible | An entry (conceptual row) in the snDvmrpNeighborTable. | |
| INT snDvmrpNeighborEntryIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1.1 | INTEGER | read-only | The table entry index. |
| INT snDvmrpNeighborVifIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1.2 | INTEGER | read-only | The value of VifIndex for the virtual interface used to reach this DVMRP neighbor. |
| IP snDvmrpNeighborAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1.3 | IpAddress | read-only | The IP address of the DVMRP neighbor for which this entry contains information. |
| TIK snDvmrpNeighborUpTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1.4 | TimeTicks | read-only | The time since this DVMRP neighbor (last) became a neighbor of the local router. |
| TIK snDvmrpNeighborExpiryTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1.5 | TimeTicks | read-only | The minimum time remaining before this DVMRP neighbor will be aged out. |
| INT snDvmrpNeighborGenerationId | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1.6 | INTEGER | read-only | The neighboring router's generation identifier. |
| INT snDvmrpNeighborMajorVersion | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1.7 | INTEGER | read-only | The neighboring router's major DVMRP version number. |
| INT snDvmrpNeighborMinorVersion | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1.8 | INTEGER | read-only | The neighboring router's minor DVMRP version number. |
| INT snDvmrpNeighborCapabilities | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.14.1.9 | INTEGER | read-only | This object describes the neighboring router's capabilities. The following shows the position of each bit: bit position meaning ----------- ------ 3 mtrace bit 2 generationID bit 1 prune bit 0 leaf bit The leaf bit indicates that the neighbor has only one interface with neighbors. The prune bit indicates that the neighbor supports pruning. The generationID bit indicates that the neighbor sends its generationID in Probe messages. The mtrace bit indicates that the neighbor can handle mtrace requests. |
| snDvmrpRouteTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.15 | not-accessible | The routing table used by DVMRP in place of the unicast routing table. snDvmrpEnable must be 'enabled' before this table is read. | |
| snDvmrpRouteEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.15.1 | not-accessible | An entry (conceptual row) containing the multicast routing information used by DVMRP in place of the unicast routing information. | |
| INT snDvmrpRouteEntryIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.15.1.1 | INTEGER | read-only | The table entry index. |
| IP snDvmrpRouteSource | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.15.1.2 | IpAddress | read-only | The network address which when combined with the corresponding value of snDvmrpRouteSourceMask identifies the sources for which this entry contains multicast routing information. |
| IP snDvmrpRouteSourceMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.15.1.3 | IpAddress | read-only | The network mask which when combined with the corresponding value of snDvmrpRouteSource identifies the sources for which this entry contains multicast routing information. |
| IP snDvmrpRouteUpstreamNeighbor | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.15.1.4 | IpAddress | read-only | The address of the upstream neighbor (e.g., RPF neighbor) from which IP datagrams from these sources are received. |
| INT snDvmrpRouteVifIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.15.1.5 | INTEGER | read-only | The value of snDvmrpVInterfaceVifIndex for the virtual interface on which IP datagrams sent by these sources are received. |
| INT snDvmrpRouteMetric | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.15.1.6 | INTEGER | read-only | The distance in hops to the source subnet. |
| TIK snDvmrpRouteExpiryTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.15.1.7 | TimeTicks | read-only | The minimum amount of time remaining before this entry will be aged out. |
| snDvmrpRouteNextHopTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.16 | not-accessible | The (conceptual) table containing information on the next hops on outgoing interfaces for routing IP multicast datagrams. snDvmrpEnable must be 'enabled' before this table is read. | |
| snDvmrpRouteNextHopEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.16.1 | not-accessible | An entry (conceptual row) in the list of next hops on outgoing interfaces to which IP multicast datagrams from particular sources are routed. | |
| IP snDvmrpRouteNextHopSource | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.16.1.1 | IpAddress | read-only | The network address which when combined with the corresponding value of snDvmrpRouteNextHopSourceMask identifies the sources for which this entry specifies a next hop on an outgoing interface. |
| IP snDvmrpRouteNextHopSourceMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.16.1.2 | IpAddress | read-only | The network mask which when combined with the corresponding value of snDvmrpRouteNextHopSource identifies the sources for which this entry specifies a next hop on an outgoing interface. |
| INT snDvmrpRouteNextHopVifIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.16.1.3 | INTEGER | read-only | The snDvmrpVInterfaceVifIndex value of the virtual interface for the outgoing interface for this next hop. |
| INT snDvmrpRouteNextHopType | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.16.1.4 | INTEGER | read-only | Type is leaf if no neighbors exist on the outgoing virtual interface. Otherwise, type is branch. |
| snDvmrpVIfStatTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17 | not-accessible | The (conceptual) table listing the router's DVMRP virtual interface statistical counters. snDvmrpEnable must be 'enabled' before this table is read. | |
| snDvmrpVIfStatEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1 | not-accessible | An entry (conceptual row) in the snDvmrpVIfStatTable. | |
| INT snDvmrpVIfStatVifIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.1 | INTEGER | read-only | The ifIndex value of this DVMRP virtual interface. |
| CTR snDvmrpVIfStatInPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.2 | Counter | read-only | The number of packets that have arrived on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatOutPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.3 | Counter | read-only | The number of packets that have been sent on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatInOctets | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.4 | Counter | read-only | The number of octets that have arrived on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatOutOctets | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.5 | Counter | read-only | The number of octets that have been sent on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatInProbePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.6 | Counter | read-only | The number of probe packets that have arrived on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatOutProbePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.7 | Counter | read-only | The number of probe packets that have been sent on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatDiscardProbePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.8 | Counter | read-only | The number of probe packets that have been discarded by the DVMRP virtual interface. |
| CTR snDvmrpVIfStatInRtUpdatePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.9 | Counter | read-only | The number of route update packets that have arrived on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatOutRtUpdatePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.10 | Counter | read-only | The number of route update packets that have been sent on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatDiscardRtUpdatePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.11 | Counter | read-only | The number of route update packets that have been discarded by the DVMRP virtual interface. |
| CTR snDvmrpVIfStatInGraftPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.12 | Counter | read-only | The number of graft packets that have arrived on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatOutGraftPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.13 | Counter | read-only | The number of graft packets that have been sent on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatDiscardGraftPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.14 | Counter | read-only | The number of graft packets that have been discarded by the DVMRP virtual interface. |
| CTR snDvmrpVIfStatInGraftAckPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.15 | Counter | read-only | The number of graft acknowledge packets that have arrived on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatOutGraftAckPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.16 | Counter | read-only | The number of graft acknowledge packets that have been sent on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatDiscardGraftAckPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.17 | Counter | read-only | The number of graft acknowledge packets that have been discarded by the DVMRP virtual interface. |
| CTR snDvmrpVIfStatInPrunePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.18 | Counter | read-only | The number of prune packets that have arrived on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatOutPrunePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.19 | Counter | read-only | The number of prune packets that have been sent on the DVMRP virtual interface. |
| CTR snDvmrpVIfStatDiscardPrunePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.5.1.17.1.20 | Counter | read-only | The number of prune packets that have been discarded by the DVMRP virtual interface. |
| snFsrpGlobal | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.1 | |||
| INT snFsrpGroupOperMode | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.1.1 | INTEGER | read-write | The FSRP is configured on this system either enabled or disabled and the default is disabled mode. disabled(0)..........disable FSRP enabled(1)...........activate FSRP |
| INT snFsrpIfStateChangeTrap | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.1.2 | INTEGER | read-write | Indicates whether the SNMP agent process is permitted to generate FSRP interface state change traps. |
| snFsrpIntf | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2 | |||
| snFsrpIfTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1 | not-accessible | The FSRP Interface Table describes the interfaces from the viewpoint of FSRP. | |
| snFsrpIfEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1 | not-accessible | The FSRP Interface Entry describes one interface from the viewpoint of FSRP. | |
| INT snFsrpIfPort | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.1 | INTEGER | read-only | The physical router port of this FSRP interface. |
| IP snFsrpIfIpAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.2 | IpAddress | read-only | The IP Address of the physical router port of this interface. |
| IP snFsrpIfVirRtrIpAddr | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.3 | IpAddress | read-write | The IP Address of the Virtual Router for the interface. The Virtual Router IP address need to be configured on the interface before Redundant Router Function can operate on the interface. This address has to be same on all the routers that going to participate in the Redundant Router Function on a given subnet. |
| IP snFsrpIfOtherRtrIpAddr | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.4 | IpAddress | read-write | The IP Address of the Other Router on this ip subnet that operates FSRP and to whom the Keep Alive message need to be sent by this router. This object must be configured for FSRP to work correctly |
| INT snFsrpIfPreferLevel | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.5 | INTEGER | read-write | The higher the number the higher the priority is. This parameter decides which router should becomes the Active Router for the interface. A Router with higher priority selected to becomes the Active Router. |
| POR snFsrpIfTrackPortMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.6 | PortMask | read-write | This object specifies the identity of the physical port whose state is to be monitored. Each bit is a port of the system. Default value is 0. If this object is configured then the Preference Level of this interface will be adjusted dynamically depending on the state of the Track Port. The interface's Preference Level is reduced by value of Preference Level parameter when the Track Port states first changes from UP to DOWN. When the Track Port next comes up the interface's Preference Level is increased by the amount specified by the Preference Level. The Standalone router FSRP Track port membership (Not used for Chassis Product) |
| INT snFsrpIfRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.7 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative.. valid(2)....the row exists and is valid |
| INT snFsrpIfState | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.8 | INTEGER | read-only | This object specifies the FSRP Router's interface state as: init(0)...initialization state. negotiating(1)...negotiating state. standby(2)...standby state. active(3)...active state. |
| INT snFsrpIfKeepAliveTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.9 | INTEGER | read-write | The heart-beat is from 1 to 120 seconds. |
| INT snFsrpIfRouterDeadTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.10 | INTEGER | read-write | The hold time of the Fsrp router is from 3 to 255 seconds. |
| OCT snFsrpIfChassisTrackPortMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.11 | OCTET STRING | read-write | This object specifies the identity of the physical port whose state is to be monitored. Each bit is a port of the system. Default value is 0. If this object is configured then the Preference Level of this interface will be adjusted dynamically depending on the state of the Track Port. The interface's Preference Level is reduced by value of Preference Level parameter when the Track Port states first changes from UP to DOWN. When the Track Port next comes up the interface's Preference Level is increased by the amount specified by the Preference Level. The Chassis router FSRP Track port membership |
| OCT snFsrpIfTrackPortList | 1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.12 | OCTET STRING | read-write | This object specifies the identity of the physical port whose state is to be monitored. Each port index is a 16-bit integer in big endian order. 8-bit is the slot number, the other 8-bit is the port number. Default value is 0 length octet string. If this object is configured then the Preference Level of this interface will be adjusted dynamically depending on the state of the Track Port. The interface's Preference Level is reduced by value of Preference Level parameter when the Track Port states first changes from UP to DOWN. When the Track Port next comes up the interface's Preference Level is increased by the amount specified by the Preference Level. The router FSRP physical track port membership. |
| snGblRtGeneral | 1.3.6.1.4.1.11.2.3.7.11.12.2.8.1 | |||
| RTR snGblRtRouteOnly | 1.3.6.1.4.1.11.2.3.7.11.12.2.8.1.1 | RtrStatus | read-write | If this object is 'enabled', this switching router will only route packets. If this object is 'disabled', this switching router will first route packets. If route cannot perform, it will switch packets. |
| snPimMIBObjects | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1 | |||
| RTR snPimEnable | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.1 | RtrStatus | read-write | Enable or disable PIM on this router. |
| INT snPimNeighborRouterTimeout | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.2 | INTEGER | read-write | This is the time interval after which the neighbour router is considered down. Value is in number of seconds. snPimEnable must be 'enabled' before this object is writen. |
| INT snPimHelloTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.3 | INTEGER | read-write | This is the interval at which hello message is sent out an interface to the neighbouring router. This is used to detect the presence or abscense of a neighbouring router. Value is in number of seconds. snPimEnable must be 'enabled' before this object is writen. |
| INT snPimPruneTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.4 | INTEGER | read-write | This is the duration of time for which the prune state is stored. Value is in number of seconds. snPimEnable must be 'enabled' before this object is writen. |
| INT snPimGraftRetransmitTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.5 | INTEGER | read-write | This is the time interval after which a graft message will be retransmitted if graft acknowledge message has not been received. Value is in number of seconds. snPimEnable must be 'enabled' before this object is writen. |
| INT snPimInactivityTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.6 | INTEGER | read-write | This is the interval after which the forwarding entry is deleted. When a packet is received for a group entry, this time is reset. This is used to only keep the forwarding entries for the active sessions. Value is in number of seconds. snPimEnable must be 'enabled' before this object is writen. |
| snPimVInterfaceTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7 | not-accessible | The (conceptual) table listing the router's PIM virtual interfaces. snPimEnable must be 'enabled' before this table is read or writen. | |
| snPimVInterfaceEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1 | not-accessible | An entry (conceptual row) in the snPimVInterfaceTable. | |
| INT snPimVInterfaceVifIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1.1 | INTEGER | read-only | The ifIndex value of this PIM virtual interface. |
| INT snPimVInterfaceType | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1.2 | INTEGER | read-write | The type of PIM virtual interface, whether it uses a tunnel or a physical interface. |
| IP snPimVInterfaceLocalAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1.3 | IpAddress | read-write | The IP address of the local end of this PIM virtual interface. |
| IP snPimVInterfaceLocalSubnetMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1.4 | IpAddress | read-only | The network mask for the IP address of the PIM virtual interface. For a tunnel, this should be 0.0.0.0. |
| IP snPimVInterfaceRemoteAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1.5 | IpAddress | read-write | The IP address of the remote end of this PIM virtual interface. |
| IP snPimVInterfaceDR | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1.6 | IpAddress | read-only | The Designated Router on this PIM virtual interface. For point-to-point interfaces, this object has the value 0.0.0.0. |
| INT snPimVInterfaceTtlThreshold | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1.7 | INTEGER | read-write | This is the minimum time-to-live value to forward the packets out of this interface. |
| INT snPimVInterfaceStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1.8 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative. valid(2)....Setting it to 'valid' has the effect of changing the row to operative. |
| INT snPimVInterfaceMode | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.7.1.9 | INTEGER | read-write | The configured mode of this PIM interface. |
| snPimNeighborTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.8 | not-accessible | The (conceptual) table listing the router's PIM neighbors. snPimEnable must be 'enabled' before this table is read. | |
| snPimNeighborEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.8.1 | not-accessible | An entry (conceptual row) in the snPimNeighborTable. | |
| INT snPimNeighborEntryIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.8.1.1 | INTEGER | read-only | The table entry index. |
| INT snPimNeighborVifIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.8.1.2 | INTEGER | read-only | The value of VifIndex for the virtual interface used to reach this PIM neighbor. |
| IP snPimNeighborAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.8.1.3 | IpAddress | read-only | The IP address of the PIM neighbor for which this entry contains information. |
| TIK snPimNeighborUpTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.8.1.4 | TimeTicks | read-only | The time since this PIM neighbor (last) became a neighbor of the local router. |
| TIK snPimNeighborExpiryTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.8.1.5 | TimeTicks | read-only | The minimum time remaining before this PIM neighbor will be aged out. |
| snPimVIfStatTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9 | not-accessible | The (conceptual) table listing the router's PIM virtual interface statistical counters. snPimEnable must be 'enabled' before this table is read. | |
| snPimVIfStatEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1 | not-accessible | An entry (conceptual row) in the snPimVIfStatTable. | |
| INT snPimVIfStatVifIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.1 | INTEGER | read-only | The ifIndex value of this PIM virtual interface. |
| CTR snPimVIfStatInJoinPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.2 | Counter | read-only | The number of join packets that have arrived on the PIM virtual interface. |
| CTR snPimVIfStatOutJoinPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.3 | Counter | read-only | The number of join packets that have been sent on the PIM virtual interface. |
| CTR snPimVIfStatDiscardJoinPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.4 | Counter | read-only | The number of join packets that have been discarded by the PIM virtual interface. |
| CTR snPimVIfStatInPrunePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.5 | Counter | read-only | The number of prune packets that have arrived on the PIM virtual interface. |
| CTR snPimVIfStatOutPrunePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.6 | Counter | read-only | The number of prune packets that have been sent on the PIM virtual interface. |
| CTR snPimVIfStatDiscardPrunePkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.7 | Counter | read-only | The number of prune packets that have been discarded by the PIM virtual interface. |
| CTR snPimVIfStatInAssertPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.8 | Counter | read-only | The number of assert packets that have arrived on the PIM virtual interface. |
| CTR snPimVIfStatOutAssertPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.9 | Counter | read-only | The number of assert packets that have been sent on the PIM virtual interface. |
| CTR snPimVIfStatDiscardAssertPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.10 | Counter | read-only | The number of assert packets that have been discarded by the PIM virtual interface. |
| CTR snPimVIfStatInHelloPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.11 | Counter | read-only | The number of hello packets that have arrived on the PIM virtual interface. |
| CTR snPimVIfStatOutHelloPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.12 | Counter | read-only | The number of hello packets that have been sent on the PIM virtual interface. |
| CTR snPimVIfStatDiscardHelloPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.13 | Counter | read-only | The number of hello packets that have been discarded by the PIM virtual interface. |
| CTR snPimVIfStatInGraftPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.14 | Counter | read-only | The number of graft packets that have arrived on the PIM virtual interface. |
| CTR snPimVIfStatOutGraftPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.15 | Counter | read-only | The number of graft packets that have been sent on the PIM virtual interface. |
| CTR snPimVIfStatDiscardGraftPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.16 | Counter | read-only | The number of graft packets that have been discarded by the PIM virtual interface. |
| CTR snPimVIfStatInGraftAckPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.17 | Counter | read-only | The number of graft acknowledge packets that have arrived on the PIM virtual interface. |
| CTR snPimVIfStatOutGraftAckPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.18 | Counter | read-only | The number of graft acknowledge packets that have been sent on the PIM virtual interface. |
| CTR snPimVIfStatDiscardGraftAckPkts | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.1.9.1.19 | Counter | read-only | The number of graft acknowledge packets that have been discarded by the PIM virtual interface. |
| snPimSMMIBObjects | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2 | |||
| INT snPimJoinPruneInterval | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.1 | INTEGER | read-write | The default interval in seconds at which periodic PIM-SM Join/Prune messages are to be sent. snPimEnable must be 'enabled' before this table is read or writen. |
| snPimCandidateBSRTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.2 | not-accessible | Candidate Bootstrap Router information. | |
| snPimCandidateBSREntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.2.1 | not-accessible | An entry (conceptual row) in the snPimCandidateBSRTable. | |
| INT snPimCandidateBSRPortID | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.2.1.1 | INTEGER | read-write | The IP address of the PIM interface. The bit 0 to bit 7: port number. The bit 8 to bit 11: slot number. |
| IP snPimCandidateBSRIPAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.2.1.2 | IpAddress | read-only | The (unicast) address of the Candidate BSR. |
| INT snPimCandidateBSRHashMaskLen | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.2.1.3 | INTEGER | read-write | The hash mask value for this router as a candidate bootstrap router. |
| INT snPimCandidateBSRPreference | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.2.1.4 | INTEGER | read-write | The preference value for this router as a candidate bootstrap router. |
| snPimRPSetTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.3 | not-accessible | The (conceptual) table listing PIM information for candidate Rendezvous Points (RPs) for IP multicast groups. When the local router is the BSR, this information is obtained from received Candidate-RP-Advertisements. When the local router is not the BSR, this information is obtained from received RP-Set messages. snPimEnable must be 'enabled' before this table is read or writen. | |
| snPimRPSetEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.3.1 | not-accessible | An entry (conceptual row) in the snPimRPSetTable. | |
| IP snPimRPSetGroupAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.3.1.1 | IpAddress | read-only | The IP multicast group address which, when combined with snPimRPSetGroupMask, gives the group prefix for which this entry contains information about the Candidate-RP. |
| IP snPimRPSetMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.3.1.2 | IpAddress | read-only | The multicast group address mask which, when combined with snPimRPSetGroupAddress, gives the group prefix for which this entry contains information about the Candidate-RP. |
| IP snPimRPSetIPAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.3.1.3 | IpAddress | read-only | The IP address of the Candidate-RP. |
| INT snPimRPSetHoldTime | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.3.1.4 | INTEGER | read-only | The holdtime, in seconds, of a Candidate-RP. If the local router is not the BSR, this value is 0. |
| snPimCandidateRPTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.4 | not-accessible | The (conceptual) table listing the IP multicast groups for which the local router is to advertise itself as a Candidate-RP. If this table is empty, then the local router will advertise itself as a Candidate-RP for all groups snPimEnable must be 'enabled' before this table is read or writen. | |
| snPimCandidateRPEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.4.1 | not-accessible | An entry (conceptual row) in the snPimCandidateRPTable. | |
| IP snPimCandidateRPGroupAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.4.1.1 | IpAddress | read-only | The IP multicast group address which, when combined with snPimCandidateRPGroupMask, identifies a group prefix for which the local router will advertise itself as a Candidate-RP. |
| IP snPimCandidateRPMask | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.4.1.2 | IpAddress | read-only | The multicast group address mask which, when combined with snPimCandidateRPGroupMask, identifies a group prefix for which the local router will advertise itself as a Candidate-RP. |
| IP snPimCandidateRPIPAddress | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.4.1.3 | IpAddress | read-write | The (unicast) address of the interface which will be advertised as a Candidate-RP. |
| INT snPimCandidateRPRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.9.2.4.1.4 | INTEGER | read-write | The status of this row, by which new entries may be created, or old entries deleted from this table. This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row other(1)....some other case valid(2)....the row exists and is valid |
| snLoopbackIntfConfigTable | 1.3.6.1.4.1.11.2.3.7.11.12.2.13.1 | not-accessible | Loopback Interface Config table. | |
| snLoopbackIntfConfigEntry | 1.3.6.1.4.1.11.2.3.7.11.12.2.13.1.1 | not-accessible | An entry in the Loopback Interface Config table. | |
| INT snLoopbackIntfConfigPortIndex | 1.3.6.1.4.1.11.2.3.7.11.12.2.13.1.1.1 | INTEGER | read-only | The port index for Loopback Interface config entry. |
| INT snLoopbackIntfMode | 1.3.6.1.4.1.11.2.3.7.11.12.2.13.1.1.2 | INTEGER | read-write | The Loopback Interface mode. |
| INT snLoopbackIntfRowStatus | 1.3.6.1.4.1.11.2.3.7.11.12.2.13.1.1.3 | INTEGER | read-write | This object is used to create and delete row in the table and control if they are used. The values that can be written are: delete(3)...deletes the row create(4)...creates a new row modify(5)...modifies an exsisting row If the row exists, then a SET with value of create(4) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: noSuch(0)...no such row invalid(1)...Setting it to 'invalid' has the effect of rendering it inoperative.. valid(2)....the row exists and is valid |
RFC description
HP vendor-private MIB (SN prefix indicates managed switch) extending IP layer monitoring with HP-specific objects for switches and routers.
Start monitoring HP SN-series routing switches 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.