FOUNDRY-SN-IP-MIB: View SNMP OID List / Download MIB
VENDOR: BROCADE
Home | MIB: FOUNDRY-SN-IP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
snRtIpGeneral | 1.3.6.1.4.1.1991.1.2.2.1 | |||
snRtClearArpCache | 1.3.6.1.4.1.1991.1.2.2.1.1 | clearstatus | read-write |
clear(1) will clear arp cache table. |
snRtClearIpCache | 1.3.6.1.4.1.1991.1.2.2.1.2 | clearstatus | read-write |
clear(1) will clear ip route cache table. |
snRtClearIpRoute | 1.3.6.1.4.1.1991.1.2.2.1.3 | clearstatus | read-write |
clear(1) will clear ip route table. |
snRtBootpServer | 1.3.6.1.4.1.1991.1.2.2.1.4 | ipaddress | read-write |
IP address of bootp server to which bootp packet need to be relayed. |
snRtBootpRelayMax | 1.3.6.1.4.1.1991.1.2.2.1.5 | integer | read-write |
Maximum number of hop the bootp packet should travel. |
snRtArpAge | 1.3.6.1.4.1.1991.1.2.2.1.6 | integer | read-write |
The time in minutes an ARP entry can be valid without relearning. 0 - Don't not age. |
snRtIpIrdpEnable | 1.3.6.1.4.1.1991.1.2.2.1.7 | rtrstatus | read-write |
Perform router advertisement on this box. |
snRtIpLoadShare | 1.3.6.1.4.1.1991.1.2.2.1.8 | rtrstatus | read-write |
If more than one route available, use them to share load. |
snRtIpProxyArp | 1.3.6.1.4.1.1991.1.2.2.1.9 | rtrstatus | read-write |
Enable/disable proxy arp function in the box. |
snRtIpRarp | 1.3.6.1.4.1.1991.1.2.2.1.10 | rtrstatus | read-write |
Enable/disable RARP server. |
snRtIpTtl | 1.3.6.1.4.1.1991.1.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. |
snRtIpSetAllPortConfig | 1.3.6.1.4.1.1991.1.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. |
snRtIpFwdCacheMaxEntries | 1.3.6.1.4.1.1991.1.2.2.1.13 | integer | read-only |
The maximum number of ip forwarding table entries. |
snRtIpFwdCacheCurEntries | 1.3.6.1.4.1.1991.1.2.2.1.14 | integer | read-only |
The current number of ip forwarding table entries. |
snRtIpMaxStaticRouteEntries | 1.3.6.1.4.1.1991.1.2.2.1.15 | integer | read-only |
The maximum number of static route entries in the static route table. |
snRtIpDirBcastFwd | 1.3.6.1.4.1.1991.1.2.2.1.16 | rtrstatus | read-write |
Enable/Disable directed broadcast forwarding. |
snRtIpLoadShareNumOfPaths | 1.3.6.1.4.1.1991.1.2.2.1.17 | integer | read-write |
Number of routes are used to share load. |
snRtIpLoadShareMaxPaths | 1.3.6.1.4.1.1991.1.2.2.1.18 | integer | read-only |
Maximum number of routes can be configured to share load. |
snRtIpLoadShareMinPaths | 1.3.6.1.4.1.1991.1.2.2.1.19 | integer | read-only |
Minimum number of routes can be configured to share load. |
snRtIpProtocolRouterId | 1.3.6.1.4.1.1991.1.2.2.1.20 | ipaddress | read-write |
Router Id for all IP Protocols. |
snRtIpSourceRoute | 1.3.6.1.4.1.1991.1.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.1991.1.2.2.2 | no-access |
IP static/default route table. |
|
1.3.6.1.4.1.1991.1.2.2.2.1 | no-access |
An entry in the IP static route table. |
||
snRtIpStaticRouteIndex | 1.3.6.1.4.1.1991.1.2.2.2.1.1 | integer | read-only |
The table index for a static route entry. |
snRtIpStaticRouteDest | 1.3.6.1.4.1.1991.1.2.2.2.1.2 | ipaddress | read-write |
Destination IP address. 0.0.0.0 for default route. |
snRtIpStaticRouteMask | 1.3.6.1.4.1.1991.1.2.2.2.1.3 | ipaddress | read-write |
Subnet mask associated with the destination IP address. 0.0.0.0 for default route mask. |
snRtIpStaticRouteNextHop | 1.3.6.1.4.1.1991.1.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. |
snRtIpStaticRouteMetric | 1.3.6.1.4.1.1991.1.2.2.2.1.5 | integer | read-write |
The metrics to next hop router. |
snRtIpStaticRouteRowStatus | 1.3.6.1.4.1.1991.1.2.2.2.1.6 | rowsts | read-write |
To create or delete a static route entry. |
snRtIpStaticRouteDistance | 1.3.6.1.4.1.1991.1.2.2.2.1.7 | integer | read-write |
Administration distance. |
snRtIpFilterTable | 1.3.6.1.4.1.1991.1.2.2.3 | no-access |
IP filter table. |
|
1.3.6.1.4.1.1991.1.2.2.3.1 | no-access |
An entry in the IP filter table. |
||
snRtIpFilterIndex | 1.3.6.1.4.1.1991.1.2.2.3.1.1 | integer | read-only |
The table index for a filter entry. |
snRtIpFilterAction | 1.3.6.1.4.1.1991.1.2.2.3.1.2 | integer | read-write |
Action to take if the ip packet match with this filter. Enumeration: 'qosEnabled': 2, 'deny': 0, 'permit': 1. |
snRtIpFilterProtocol | 1.3.6.1.4.1.1991.1.2.2.3.1.3 | integer | read-write |
Transport protocol. 0 means don't care |
snRtIpFilterSourceIp | 1.3.6.1.4.1.1991.1.2.2.3.1.4 | ipaddress | read-write |
Source IP address. |
snRtIpFilterSourceMask | 1.3.6.1.4.1.1991.1.2.2.3.1.5 | ipaddress | read-write |
Source IP subnet mask. |
snRtIpFilterDestIp | 1.3.6.1.4.1.1991.1.2.2.3.1.6 | ipaddress | read-write |
Destination IP address. |
snRtIpFilterDestMask | 1.3.6.1.4.1.1991.1.2.2.3.1.7 | ipaddress | read-write |
Destination IP subnet mask. |
snRtIpFilterOperator | 1.3.6.1.4.1.1991.1.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 Enumeration: 'notEqual': 4, 'less': 3, 'greater': 1, 'equal': 2. |
snRtIpFilterOperand | 1.3.6.1.4.1.1991.1.2.2.3.1.9 | integer | read-write |
For now this only refers to transport protocol port number. 0 means NA |
snRtIpFilterRowStatus | 1.3.6.1.4.1.1991.1.2.2.3.1.10 | rowsts | read-write |
To create or delete a filter entry. |
snRtIpFilterEstablished | 1.3.6.1.4.1.1991.1.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. |
snRtIpFilterQosPriority | 1.3.6.1.4.1.1991.1.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) Enumeration: 'level0': 0, 'level1': 1, 'level2': 2, 'level3': 3, 'level4': 4, 'level5': 5, 'level6': 6, 'level7': 7. |
snRtIpRarpTable | 1.3.6.1.4.1.1991.1.2.2.4 | no-access |
IP RARP table. |
|
1.3.6.1.4.1.1991.1.2.2.4.1 | no-access |
An entry in the IP Rarp table. |
||
snRtIpRarpIndex | 1.3.6.1.4.1.1991.1.2.2.4.1.1 | integer | read-only |
The table index for a Rarp entry. |
snRtIpRarpMac | 1.3.6.1.4.1.1991.1.2.2.4.1.2 | octet string | read-write |
The Mac address for a Rarp entry. |
snRtIpRarpIp | 1.3.6.1.4.1.1991.1.2.2.4.1.3 | ipaddress | read-write |
The IP address for a Rarp entry. |
snRtIpRarpRowStatus | 1.3.6.1.4.1.1991.1.2.2.4.1.4 | rowsts | read-write |
To create or delete a Rarp entry. |
snRtStaticArpTable | 1.3.6.1.4.1.1991.1.2.2.5 | no-access |
IP static arp table. |
|
1.3.6.1.4.1.1991.1.2.2.5.1 | no-access |
An entry in the IP static arp table. |
||
snRtStaticArpIndex | 1.3.6.1.4.1.1991.1.2.2.5.1.1 | integer | read-only |
The table index for a static arp entry. |
snRtStaticArpIp | 1.3.6.1.4.1.1991.1.2.2.5.1.2 | ipaddress | read-write |
The IP address for a static arp entry. |
snRtStaticArpMac | 1.3.6.1.4.1.1991.1.2.2.5.1.3 | octet string | read-write |
The Mac address for a static arp entry. |
snRtStaticArpPort | 1.3.6.1.4.1.1991.1.2.2.5.1.4 | portindex | read-write |
The port index for a static arp entry. |
snRtStaticArpRowStatus | 1.3.6.1.4.1.1991.1.2.2.5.1.5 | rowsts | read-write |
To create or delete a Static Arp entry. |
snRtIpPortAddrTable | 1.3.6.1.4.1.1991.1.2.2.6 | no-access |
IP port address table. |
|
1.3.6.1.4.1.1991.1.2.2.6.1 | no-access |
An entry in the IP Port Address table. |
||
snRtIpPortAddrPortIndex | 1.3.6.1.4.1.1991.1.2.2.6.1.1 | portindex | read-only |
The port index for port address entry. |
snRtIpPortAddress | 1.3.6.1.4.1.1991.1.2.2.6.1.2 | ipaddress | read-only |
The port IP address. |
snRtIpPortSubnetMask | 1.3.6.1.4.1.1991.1.2.2.6.1.3 | ipaddress | read-write |
The port IP address subnet mask. |
snRtIpPortAddrType | 1.3.6.1.4.1.1991.1.2.2.6.1.4 | integer | read-write |
The port IP address type. Enumeration: 'primary': 1, 'secondary': 2. |
snRtIpPortRowStatus | 1.3.6.1.4.1.1991.1.2.2.6.1.5 | rowsts | read-write |
To create or delete a port address entry. |
snRtIpPortAccessTable | 1.3.6.1.4.1.1991.1.2.2.7 | no-access |
IP port access table. |
|
1.3.6.1.4.1.1991.1.2.2.7.1 | no-access |
An entry in the IP Port access table. |
||
snRtIpPortAccessPortIndex | 1.3.6.1.4.1.1991.1.2.2.7.1.1 | portindex | read-only |
The port index for port access entry. |
snRtIpPortAccessDirection | 1.3.6.1.4.1.1991.1.2.2.7.1.2 | integer | read-only |
The incoming or outgoing check for port access. Enumeration: 'out': 2, 'in': 1. |
snRtIpPortAccessFilters | 1.3.6.1.4.1.1991.1.2.2.7.1.3 | octet string | read-write |
1st octet correspond to 1st filter number and so on. |
snRtIpPortAccessRowStatus | 1.3.6.1.4.1.1991.1.2.2.7.1.4 | rowsts | read-write |
To create or delete a port access entry. |
snRtIpPortConfigTable | 1.3.6.1.4.1.1991.1.2.2.8 | no-access |
IP port Config table. |
|
1.3.6.1.4.1.1991.1.2.2.8.1 | no-access |
An entry in the IP Port Config table. |
||
snRtIpPortConfigPortIndex | 1.3.6.1.4.1.1991.1.2.2.8.1.1 | portindex | read-only |
The port index for port config entry. |
snRtIpPortMtu | 1.3.6.1.4.1.1991.1.2.2.8.1.2 | integer | read-write |
The maximun transfer unit. |
snRtIpPortEncap | 1.3.6.1.4.1.1991.1.2.2.8.1.3 | integer | read-write |
Data link encapsulation to be used on the IP frame transmitted on the port. Enumeration: 'snap': 2, 'ethernet': 1, 'ppp': 4, 'hdlc': 3. |
snRtIpPortMetric | 1.3.6.1.4.1.1991.1.2.2.8.1.4 | integer | read-write |
The metric. |
snRtIpPortDirBcastFwd | 1.3.6.1.4.1.1991.1.2.2.8.1.5 | rtrstatus | read-write |
Enable/Disable directed broadcast forwarding on the port. |
snRtBcastFwd | 1.3.6.1.4.1.1991.1.2.2.9 | |||
snRtBcastFwdGeneral | 1.3.6.1.4.1.1991.1.2.2.9.1 | |||
snRtUdpBcastFwdEnable | 1.3.6.1.4.1.1991.1.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.1991.1.2.2.9.2 | |||
snRtUdpBcastFwdPortTable | 1.3.6.1.4.1.1991.1.2.2.9.2.1 | no-access |
This table contains a list of UDP port numbers for which forwarding UDP broadcast is enabled. |
|
1.3.6.1.4.1.1991.1.2.2.9.2.1.1 | no-access |
An entry of the UDP broadcast forwarding port table. |
||
snRtUdpBcastFwdPortIndex | 1.3.6.1.4.1.1991.1.2.2.9.2.1.1.1 | integer | read-only |
The table index for a UDP broadcast forwarding port entry. |
snRtUdpBcastFwdPortNumber | 1.3.6.1.4.1.1991.1.2.2.9.2.1.1.2 | integer | read-write |
UDP port number for which UDP broadcast forwarding is enabled. |
snRtUdpBcastFwdPortRowStatus | 1.3.6.1.4.1.1991.1.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.1991.1.2.2.9.3 | |||
snRtUdpHelperTable | 1.3.6.1.4.1.1991.1.2.2.9.3.1 | no-access |
UDP helper table. |
|
1.3.6.1.4.1.1991.1.2.2.9.3.1.1 | no-access |
An entry of the UDP helper table. |
||
snRtUdpHelperPortIndex | 1.3.6.1.4.1.1991.1.2.2.9.3.1.1.1 | portindex | read-only |
The port index for a UDP helper entry. |
snRtUdpHelperIndex | 1.3.6.1.4.1.1991.1.2.2.9.3.1.1.2 | integer | read-only |
The table index for a UDP helper entry. |
snRtUdpHelperAddr | 1.3.6.1.4.1.1991.1.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. |
snRtUdpHelperRowStatus | 1.3.6.1.4.1.1991.1.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.1991.1.2.2.10 | |||
snRtIpTraceRouteGeneral | 1.3.6.1.4.1.1991.1.2.2.10.1 | |||
snRtIpTraceRouteTargetAddr | 1.3.6.1.4.1.1991.1.2.2.10.1.1 | ipaddress | read-write |
Target IP address of which trace route is performed. |
snRtIpTraceRouteMinTtl | 1.3.6.1.4.1.1991.1.2.2.10.1.2 | integer | read-write |
Minimum TTL value carried in the first probe packet. Value 0 cannot be used for SET operations. This value is returned if traceroute is not running within the system. |
snRtIpTraceRouteMaxTtl | 1.3.6.1.4.1.1991.1.2.2.10.1.3 | integer | read-write |
Maximum TTL value carried in the last probe packet. Value 0 cannot be used for SET operations. This value is returned if traceroute is not running within the system. |
snRtIpTraceRouteTimeOut | 1.3.6.1.4.1.1991.1.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). Value 0 cannot be used for SET operations. This value is returned if traceroute is not running within the system. |
snRtIpTraceRouteControl | 1.3.6.1.4.1.1991.1.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. Enumeration: 'start': 1, 'inProgress': 5, 'abort': 2, 'success': 3, 'failure': 4. |
snRtIpTraceRouteResult | 1.3.6.1.4.1.1991.1.2.2.10.2 | |||
snRtIpTraceRouteResultTable | 1.3.6.1.4.1.1991.1.2.2.10.2.1 | no-access |
Trace route result table. |
|
1.3.6.1.4.1.1991.1.2.2.10.2.1.1 | no-access |
An entry of the trace route result table. |
||
snRtIpTraceRouteResultIndex | 1.3.6.1.4.1.1991.1.2.2.10.2.1.1.1 | integer | read-only |
The table index for a trace route result entry. |
snRtIpTraceRouteResultAddr | 1.3.6.1.4.1.1991.1.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. |
snRtIpTraceRouteResultRoundTripTime1 | 1.3.6.1.4.1.1991.1.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. |
snRtIpTraceRouteResultRoundTripTime2 | 1.3.6.1.4.1.1991.1.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.1991.1.2.2.11 | no-access |
IP forwarding cache table. |
|
1.3.6.1.4.1.1991.1.2.2.11.1 | no-access |
An entry in the IP forwarding cache table. |
||
snRtIpFwdCacheIndex | 1.3.6.1.4.1.1991.1.2.2.11.1.1 | integer | read-only |
The table index for a ip forwarding cache table entry. |
snRtIpFwdCacheIp | 1.3.6.1.4.1.1991.1.2.2.11.1.2 | ipaddress | read-only |
The IP address of a station. |
snRtIpFwdCacheMac | 1.3.6.1.4.1.1991.1.2.2.11.1.3 | octet string | read-only |
The Mac address of an IP station. |
snRtIpFwdCacheNextHopIp | 1.3.6.1.4.1.1991.1.2.2.11.1.4 | ipaddress | read-only |
The next hop router IP address. |
snRtIpFwdCacheOutgoingPort | 1.3.6.1.4.1.1991.1.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. |
snRtIpFwdCacheType | 1.3.6.1.4.1.1991.1.2.2.11.1.6 | integer | read-only |
The 'dynamic' or 'permanent' type for a ip forwarding cache table entry. Enumeration: 'permanent': 2, 'dynamic': 1. |
snRtIpFwdCacheAction | 1.3.6.1.4.1.1991.1.2.2.11.1.7 | integer | read-only |
The action to take. Enumeration: 'dropPacket': 7, 'waitForArp': 4, 'forUs': 3, 'other': 1, 'complexFilter': 5, 'forward': 2, 'icmpDeny': 6. |
snRtIpFwdCacheFragCheck | 1.3.6.1.4.1.1991.1.2.2.11.1.8 | integer | read-only |
Check for fragmentation. Enumeration: 'disabled': 0, 'enabled': 1. |
snRtIpFwdCacheSnapHdr | 1.3.6.1.4.1.1991.1.2.2.11.1.9 | integer | read-only |
Apply SNAP encapsulation. Enumeration: 'disabled': 0, 'enabled': 1. |
snRtIpFwdCacheVLanId | 1.3.6.1.4.1.1991.1.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.1991.1.2.2.12 | no-access |
Ip As-Path Access List table. |
|
1.3.6.1.4.1.1991.1.2.2.12.1 | no-access |
An entry in the Ip As-Path Access List table. |
||
snIpAsPathAccessListIndex | 1.3.6.1.4.1.1991.1.2.2.12.1.1 | integer | read-only |
The table index for a filter entry. |
snIpAsPathAccessListSequence | 1.3.6.1.4.1.1991.1.2.2.12.1.2 | integer | read-only |
The table sequence index for a filter entry. |
snIpAsPathAccessListAction | 1.3.6.1.4.1.1991.1.2.2.12.1.3 | integer | read-write |
Action to take if the bgp address match with this filter. Enumeration: 'deny': 0, 'permit': 1. |
snIpAsPathAccessListRegExpression | 1.3.6.1.4.1.1991.1.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. |
snIpAsPathAccessListRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snIpCommunityListTable | 1.3.6.1.4.1.1991.1.2.2.13 | no-access |
Ip Community List table. |
|
1.3.6.1.4.1.1991.1.2.2.13.1 | no-access |
An entry in the Ip Community List table. |
||
snIpCommunityListIndex | 1.3.6.1.4.1.1991.1.2.2.13.1.1 | integer | read-only |
The table index for a filter entry. |
snIpCommunityListSequence | 1.3.6.1.4.1.1991.1.2.2.13.1.2 | integer | read-only |
The table sequence index for a filter entry. |
snIpCommunityListAction | 1.3.6.1.4.1.1991.1.2.2.13.1.3 | integer | read-write |
Action to take if the bgp address match with this filter. Enumeration: 'deny': 0, 'permit': 1. |
snIpCommunityListCommNum | 1.3.6.1.4.1.1991.1.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. |
snIpCommunityListInternet | 1.3.6.1.4.1.1991.1.2.2.13.1.5 | integer | read-write |
Disabled/Enabled the Internet Community. Enumeration: 'disabled': 0, 'enabled': 1. |
snIpCommunityListNoAdvertise | 1.3.6.1.4.1.1991.1.2.2.13.1.6 | integer | read-write |
Do not advertise this route to any peer (internal or external). Enumeration: 'true': 1, 'false': 0. |
snIpCommunityListNoExport | 1.3.6.1.4.1.1991.1.2.2.13.1.7 | integer | read-write |
Do not advertise this route to an EBGP peer. Enumeration: 'true': 1, 'false': 0. |
snIpCommunityListRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snIpCommunityListLocalAs | 1.3.6.1.4.1.1991.1.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. Enumeration: 'true': 1, 'false': 0. |
snIpPrefixListTable | 1.3.6.1.4.1.1991.1.2.2.14 | no-access |
Ip Prefix List table. |
|
1.3.6.1.4.1.1991.1.2.2.14.1 | no-access |
An entry in the Ip As-Path Access List table. |
||
snIpPrefixListName | 1.3.6.1.4.1.1991.1.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. |
snIpPrefixListSequence | 1.3.6.1.4.1.1991.1.2.2.14.1.2 | integer | read-only |
The table sequence index for a filter entry. |
snIpPrefixListDesc | 1.3.6.1.4.1.1991.1.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. |
snIpPrefixListAction | 1.3.6.1.4.1.1991.1.2.2.14.1.4 | integer | read-write |
Action to take if the ip prefix match with this filter. Enumeration: 'deny': 0, 'permit': 1. |
snIpPrefixListAddr | 1.3.6.1.4.1.1991.1.2.2.14.1.5 | ipaddress | read-write |
Prefix IP address. |
snIpPrefixListMask | 1.3.6.1.4.1.1991.1.2.2.14.1.6 | ipaddress | read-write |
Prefix IP mask. |
snIpPrefixListGeValue | 1.3.6.1.4.1.1991.1.2.2.14.1.7 | integer | read-write |
Greater than value. |
snIpPrefixListLeValue | 1.3.6.1.4.1.1991.1.2.2.14.1.8 | integer | read-write |
Less than value. |
snIpPrefixListRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snIpAsPathAccessListStringTable | 1.3.6.1.4.1.1991.1.2.2.16 | no-access |
Ip As-Path Access List table, string version. |
|
1.3.6.1.4.1.1991.1.2.2.16.1 | no-access |
An entry in the Ip As-Path Access List table. |
||
snIpAsPathAccessListStringName | 1.3.6.1.4.1.1991.1.2.2.16.1.1 | displaystring | read-only |
The table index for a filter entry, string version. |
snIpAsPathAccessListStringSequence | 1.3.6.1.4.1.1991.1.2.2.16.1.2 | integer | read-only |
The table sequence index for a filter entry. |
snIpAsPathAccessListStringAction | 1.3.6.1.4.1.1991.1.2.2.16.1.3 | integer | read-write |
Action to take if the bgp address match with this filter. Enumeration: 'deny': 0, 'permit': 1. |
snIpAsPathAccessListStringRegExpression | 1.3.6.1.4.1.1991.1.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. |
snIpAsPathAccessListStringRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snIpCommunityListStringTable | 1.3.6.1.4.1.1991.1.2.2.17 | no-access |
Ip Community ListString table, string version. |
|
1.3.6.1.4.1.1991.1.2.2.17.1 | no-access |
An entry in the Ip Community ListString table. |
||
snIpCommunityListStringName | 1.3.6.1.4.1.1991.1.2.2.17.1.1 | displaystring | read-only |
The table index for a filter entry. |
snIpCommunityListStringSequence | 1.3.6.1.4.1.1991.1.2.2.17.1.2 | integer | read-only |
The table sequence index for a filter entry. |
snIpCommunityListStringAction | 1.3.6.1.4.1.1991.1.2.2.17.1.3 | integer | read-write |
Action to take if the bgp address match with this filter. Enumeration: 'deny': 0, 'permit': 1. |
snIpCommunityListStringCommNum | 1.3.6.1.4.1.1991.1.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. |
snIpCommunityListStringInternet | 1.3.6.1.4.1.1991.1.2.2.17.1.5 | integer | read-write |
Disabled/Enabled the Internet Community. Enumeration: 'disabled': 0, 'enabled': 1. |
snIpCommunityListStringNoAdvertise | 1.3.6.1.4.1.1991.1.2.2.17.1.6 | integer | read-write |
Do not advertise this route to any peer (internal or external). Enumeration: 'true': 1, 'false': 0. |
snIpCommunityListStringNoExport | 1.3.6.1.4.1.1991.1.2.2.17.1.7 | integer | read-write |
Do not advertise this route to an EBGP peer. Enumeration: 'true': 1, 'false': 0. |
snIpCommunityListStringRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snIpCommunityListStringLocalAs | 1.3.6.1.4.1.1991.1.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. Enumeration: 'true': 1, 'false': 0. |
snRtIpPortIfAddrTable | 1.3.6.1.4.1.1991.1.2.2.18 | no-access |
IP port If address table. |
|
1.3.6.1.4.1.1991.1.2.2.18.1 | no-access |
An entry in the IP Port Address table. |
||
snRtIpPortIfAddrInterfaceIndex | 1.3.6.1.4.1.1991.1.2.2.18.1.1 | interfaceindex | read-only |
The InterfaceIndex for port address entry. |
snRtIpPortIfAddress | 1.3.6.1.4.1.1991.1.2.2.18.1.2 | ipaddress | read-only |
The port IP address. |
snRtIpPortIfSubnetMask | 1.3.6.1.4.1.1991.1.2.2.18.1.3 | ipaddress | read-write |
The port IP address subnet mask. |
snRtIpPortIfAddrType | 1.3.6.1.4.1.1991.1.2.2.18.1.4 | integer | read-write |
The port IP address type. Enumeration: 'primary': 1, 'secondary': 2. |
snRtIpPortIfRowStatus | 1.3.6.1.4.1.1991.1.2.2.18.1.5 | rowsts | read-write |
To create or delete a port address entry. |
snRtIpPortIfAccessTable | 1.3.6.1.4.1.1991.1.2.2.19 | no-access |
IP port If access table. |
|
1.3.6.1.4.1.1991.1.2.2.19.1 | no-access |
An entry in the IP Port access table. |
||
snRtIpPortIfAccessInterfaceIndex | 1.3.6.1.4.1.1991.1.2.2.19.1.1 | interfaceindex | read-only |
The InterfaceIndex for port access entry. |
snRtIpPortIfAccessDirection | 1.3.6.1.4.1.1991.1.2.2.19.1.2 | integer | read-only |
The incoming or outgoing check for port access. Enumeration: 'out': 2, 'in': 1. |
snRtIpPortIfAccessFilters | 1.3.6.1.4.1.1991.1.2.2.19.1.3 | octet string | read-write |
1st octet correspond to 1st filter number and so on. |
snRtIpPortIfAccessRowStatus | 1.3.6.1.4.1.1991.1.2.2.19.1.4 | rowsts | read-write |
To create or delete a port access entry. |
snRtIpPortIfConfigTable | 1.3.6.1.4.1.1991.1.2.2.20 | no-access |
IP port If Config table. |
|
1.3.6.1.4.1.1991.1.2.2.20.1 | no-access |
An entry in the IP Port Config table. |
||
snRtIpPortIfConfigInterfaceIndex | 1.3.6.1.4.1.1991.1.2.2.20.1.1 | interfaceindex | read-only |
The If index for port config entry. |
snRtIpPortIfMtu | 1.3.6.1.4.1.1991.1.2.2.20.1.2 | integer | read-write |
The maximun transfer unit. Ethernet MTU Range: 46 to 1500 POS MTU Range: 60 to 4470 ATM MTU Range: 1500 to 9180 ATM SubIf MTU Range: 1500 to 9180 For jumbo support, MTU range could be higher. |
snRtIpPortIfEncap | 1.3.6.1.4.1.1991.1.2.2.20.1.3 | integer | read-write |
Data link encapsulation to be used on the IP frame transmitted on the port. Enumeration: 'snap': 2, 'ethernet': 1, 'ppp': 4, 'other': 5, 'hdlc': 3. |
snRtIpPortIfMetric | 1.3.6.1.4.1.1991.1.2.2.20.1.4 | integer | read-write |
The metric. |
snRtIpPortIfDirBcastFwd | 1.3.6.1.4.1.1991.1.2.2.20.1.5 | rtrstatus | read-write |
Enable/Disable directed broadcast forwarding on the port. |
snRtIpRipGeneral | 1.3.6.1.4.1.1991.1.2.3.1 | |||
snRtIpRipEnable | 1.3.6.1.4.1.1991.1.2.3.1.1 | rtrstatus | read-write |
Enable/disable ip rip routing. |
snRtIpRipUpdateTime | 1.3.6.1.4.1.1991.1.2.3.1.2 | integer | read-write |
Ip rip update interval in seconds. |
snRtIpRipRedisEnable | 1.3.6.1.4.1.1991.1.2.3.1.3 | rtrstatus | read-write |
Enable/disable redistribution to rip. |
snRtIpRipRedisDefMetric | 1.3.6.1.4.1.1991.1.2.3.1.4 | integer | read-write |
Default metric to be used when redistribute route to rip. |
snRtIpRipSetAllPortConfig | 1.3.6.1.4.1.1991.1.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. |
snRtIpRipGblFiltList | 1.3.6.1.4.1.1991.1.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. NULL string will be returned if there are no entries of this kind. |
snRtIpRipFiltOnAllPort | 1.3.6.1.4.1.1991.1.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. Enumeration: 'addAllInBound': 4, 'addAllOutBound': 5, 'valid': 1, 'deleteAllInBound': 2, 'deleteAllOutBound': 3. |
snRtIpRipDistance | 1.3.6.1.4.1.1991.1.2.3.1.8 | integer | read-write |
Administration distance. |
snRtIpRipPortConfigTable | 1.3.6.1.4.1.1991.1.2.3.2 | no-access |
IP Rip port Config table. |
|
1.3.6.1.4.1.1991.1.2.3.2.1 | no-access |
An entry in the IP Rip Port Config table. |
||
snRtIpRipPortConfigPortIndex | 1.3.6.1.4.1.1991.1.2.3.2.1.1 | portindex | read-only |
The port index for ip rip port config entry. |
snRtIpRipPortVersion | 1.3.6.1.4.1.1991.1.2.3.2.1.2 | integer | read-write |
The ip rip version on this port. Enumeration: 'disabled': 0, 'v2Only': 2, 'v1CompatibleV2': 3, 'v1Only': 1. |
snRtIpRipPortPoisonReverse | 1.3.6.1.4.1.1991.1.2.3.2.1.3 | rtrstatus | read-write |
Enable/disable poison reverse. |
snRtIpRipPortLearnDefault | 1.3.6.1.4.1.1991.1.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. Enumeration: 'disabled': 0, 'enabled': 1. |
snRtIpRipRedisTable | 1.3.6.1.4.1.1991.1.2.3.3 | no-access |
IP Rip Redistribution table. |
|
1.3.6.1.4.1.1991.1.2.3.3.1 | no-access |
An entry in the IP Rip Redistribution table. |
||
snRtIpRipRedisIndex | 1.3.6.1.4.1.1991.1.2.3.3.1.1 | integer | read-only |
The table index for a IP Rip Redistribution entry. |
snRtIpRipRedisAction | 1.3.6.1.4.1.1991.1.2.3.3.1.2 | action | read-write |
The action to take when match this IP Rip Redistribution entry. |
snRtIpRipRedisProtocol | 1.3.6.1.4.1.1991.1.2.3.3.1.3 | integer | read-write |
The protocol to be distributed. other(1) cannot be used for SNMP-SET. Enumeration: 'all': 2, 'isis': 6, 'bgp': 5, 'other': 1, 'static': 3, 'ospf': 4. |
snRtIpRipRedisIp | 1.3.6.1.4.1.1991.1.2.3.3.1.4 | ipaddress | read-write |
The ip address of the ip route to be distributed. 0.0.0.0 - all routes |
snRtIpRipRedisMask | 1.3.6.1.4.1.1991.1.2.3.3.1.5 | ipaddress | read-write |
The ip subnet mask of the ip route to be distributed. |
snRtIpRipRedisMatchMetric | 1.3.6.1.4.1.1991.1.2.3.3.1.6 | metric | read-write |
The metric of the route to be matched to determine the redistribution. 0 - any metric value |
snRtIpRipRedisSetMetric | 1.3.6.1.4.1.1991.1.2.3.3.1.7 | integer | read-write |
The new metric of the route to be advertised. 0 - use the default metric. |
snRtIpRipRedisRowStatus | 1.3.6.1.4.1.1991.1.2.3.3.1.8 | rowsts | read-write |
To create or delete a Redistribution entry. |
snRtIpRipRouteFilterTable | 1.3.6.1.4.1.1991.1.2.3.4 | no-access |
ip rip route filter table. |
|
1.3.6.1.4.1.1991.1.2.3.4.1 | no-access |
An entry of the ip rip route filter table. |
||
snRtIpRipRouteFilterId | 1.3.6.1.4.1.1991.1.2.3.4.1.1 | integer | read-only |
The filter ID to identify a filter entry. |
snRtIpRipRouteFilterAction | 1.3.6.1.4.1.1991.1.2.3.4.1.2 | action | read-write |
Action to take if the ip rip packet matched with this filter. |
snRtIpRipRouteFilterIpAddr | 1.3.6.1.4.1.1991.1.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. |
snRtIpRipRouteFilterSubnetMask | 1.3.6.1.4.1.1991.1.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. |
snRtIpRipRouteFilterRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snRtIpRipNbrFilterTable | 1.3.6.1.4.1.1991.1.2.3.5 | no-access |
ip rip neighbor filter table. |
|
1.3.6.1.4.1.1991.1.2.3.5.1 | no-access |
An entry of the ip rip neighbor filter table. |
||
snRtIpRipNbrFilterId | 1.3.6.1.4.1.1991.1.2.3.5.1.1 | integer | read-only |
The filter ID to identify a filter entry. |
snRtIpRipNbrFilterAction | 1.3.6.1.4.1.1991.1.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. |
snRtIpRipNbrFilterSourceIp | 1.3.6.1.4.1.1991.1.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. |
snRtIpRipNbrFilterRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snRtIpRipPortAccessTable | 1.3.6.1.4.1.1991.1.2.3.6 | no-access |
ip interface rip access table. |
|
1.3.6.1.4.1.1991.1.2.3.6.1 | no-access |
An entry of the ip interface rip access table. |
||
snRtIpRipPortAccessPort | 1.3.6.1.4.1.1991.1.2.3.6.1.1 | portindex | read-only |
The ip interface to which the rip filter applies. |
snRtIpRipPortAccessDir | 1.3.6.1.4.1.1991.1.2.3.6.1.2 | integer | read-only |
The access direction of incoming packet filter or outgoing packet filter. Enumeration: 'out': 2, 'in': 1. |
snRtIpRipPortAccessFilterList | 1.3.6.1.4.1.1991.1.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. |
snRtIpRipPortAccessRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snRtIpRipPortIfConfigTable | 1.3.6.1.4.1.1991.1.2.3.7 | no-access |
IP Rip port If Config table. |
|
1.3.6.1.4.1.1991.1.2.3.7.1 | no-access |
An entry in the IP Rip Port If Config table. |
||
snRtIpRipPortIfConfigInterfaceIndex | 1.3.6.1.4.1.1991.1.2.3.7.1.1 | interfaceindex | read-only |
The If index for ip rip port config entry. |
snRtIpRipPortIfVersion | 1.3.6.1.4.1.1991.1.2.3.7.1.2 | integer | read-write |
The ip rip version on this port. Enumeration: 'disabled': 0, 'v2Only': 2, 'v1CompatibleV2': 3, 'v1Only': 1. |
snRtIpRipPortIfPoisonReverse | 1.3.6.1.4.1.1991.1.2.3.7.1.3 | rtrstatus | read-write |
Enable/disable poison reverse. |
snRtIpRipPortIfLearnDefault | 1.3.6.1.4.1.1991.1.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. Enumeration: 'disabled': 0, 'enabled': 1. |
snRtIpRipPortIfAccessTable | 1.3.6.1.4.1.1991.1.2.3.8 | no-access |
ip interface rip access table. |
|
1.3.6.1.4.1.1991.1.2.3.8.1 | no-access |
An entry of the ip interface rip access table. |
||
snRtIpRipPortIfAccessPort | 1.3.6.1.4.1.1991.1.2.3.8.1.1 | interfaceindex | read-only |
The ip interface to which the rip filter applies. |
snRtIpRipPortIfAccessDir | 1.3.6.1.4.1.1991.1.2.3.8.1.2 | integer | read-only |
The access direction of incoming packet filter or outgoing packet filter. Enumeration: 'out': 2, 'in': 1. |
snRtIpRipPortIfAccessFilterList | 1.3.6.1.4.1.1991.1.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. |
snRtIpRipPortIfAccessRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snDvmrpMIBObjects | 1.3.6.1.4.1.1991.1.2.5.1 | |||
snDvmrpVersion | 1.3.6.1.4.1.1991.1.2.5.1.1 | displaystring | read-only |
The router's DVMRP version information. |
snDvmrpEnable | 1.3.6.1.4.1.1991.1.2.5.1.2 | rtrstatus | read-write |
Enable or disable DVMRP on this router. |
snDvmrpGenerationId | 1.3.6.1.4.1.1991.1.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. |
snDvmrpProbeInterval | 1.3.6.1.4.1.1991.1.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. |
snDvmrpReportInterval | 1.3.6.1.4.1.1991.1.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. |
snDvmrpTriggerInterval | 1.3.6.1.4.1.1991.1.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. |
snDvmrpNeighborRouterTimeout | 1.3.6.1.4.1.1991.1.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. |
snDvmrpRouteExpireTime | 1.3.6.1.4.1.1991.1.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. |
snDvmrpRouteDiscardTime | 1.3.6.1.4.1.1991.1.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. |
snDvmrpPruneAge | 1.3.6.1.4.1.1991.1.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. |
snDvmrpGraftRetransmitTime | 1.3.6.1.4.1.1991.1.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. |
snDvmrpDefaultRoute | 1.3.6.1.4.1.1991.1.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.1991.1.2.5.1.13 | no-access |
The (conceptual) table listing the router's DVMRP virtual interfaces. snDvmrpEnable must be 'enabled' before this table is read or writen. |
|
1.3.6.1.4.1.1991.1.2.5.1.13.1 | no-access |
An entry (conceptual row) in the snDvmrpVInterfaceTable. This row augments ipMRouteInterfaceEntry in the IP Multicast MIB, where the threshold object resides. |
||
snDvmrpVInterfaceVifIndex | 1.3.6.1.4.1.1991.1.2.5.1.13.1.1 | integer | read-only |
The ifIndex value of this DVMRP virtual interface. |
snDvmrpVInterfaceType | 1.3.6.1.4.1.1991.1.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. Enumeration: 'tunnel': 1, 'subnet': 3, 'querier': 2. |
snDvmrpVInterfaceOperState | 1.3.6.1.4.1.1991.1.2.5.1.13.1.3 | integer | read-only |
The current operational state of this DVMRP virtual interface. Enumeration: 'down': 2, 'up': 1. |
snDvmrpVInterfaceLocalAddress | 1.3.6.1.4.1.1991.1.2.5.1.13.1.4 | ipaddress | read-write |
The IP address of the local end of this DVMRP virtual interface. |
snDvmrpVInterfaceRemoteAddress | 1.3.6.1.4.1.1991.1.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. |
snDvmrpVInterfaceRemoteSubnetMask | 1.3.6.1.4.1.1991.1.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. |
snDvmrpVInterfaceMetric | 1.3.6.1.4.1.1991.1.2.5.1.13.1.7 | integer | read-write |
The distance metric for this DVMRP virtual interface which is used to calculate distance vectors. |
snDvmrpVInterfaceTtlThreshold | 1.3.6.1.4.1.1991.1.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. |
snDvmrpVInterfaceAdvertiseLocal | 1.3.6.1.4.1.1991.1.2.5.1.13.1.9 | rtrstatus | read-write |
Enable or disable the advertising of this local route. |
snDvmrpVInterfaceEncapsulation | 1.3.6.1.4.1.1991.1.2.5.1.13.1.10 | rtrstatus | read-write |
Enable or disable the encapsulation of the DVMRP control packets when using IPINIP encapsulation. |
snDvmrpVInterfaceStatus | 1.3.6.1.4.1.1991.1.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. Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snDvmrpNeighborTable | 1.3.6.1.4.1.1991.1.2.5.1.14 | no-access |
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. |
|
1.3.6.1.4.1.1991.1.2.5.1.14.1 | no-access |
An entry (conceptual row) in the snDvmrpNeighborTable. |
||
snDvmrpNeighborEntryIndex | 1.3.6.1.4.1.1991.1.2.5.1.14.1.1 | integer | read-only |
The table entry index. |
snDvmrpNeighborVifIndex | 1.3.6.1.4.1.1991.1.2.5.1.14.1.2 | integer | read-only |
The value of VifIndex for the virtual interface used to reach this DVMRP neighbor. |
snDvmrpNeighborAddress | 1.3.6.1.4.1.1991.1.2.5.1.14.1.3 | ipaddress | read-only |
The IP address of the DVMRP neighbor for which this entry contains information. |
snDvmrpNeighborUpTime | 1.3.6.1.4.1.1991.1.2.5.1.14.1.4 | timeticks | read-only |
The time since this DVMRP neighbor (last) became a neighbor of the local router. |
snDvmrpNeighborExpiryTime | 1.3.6.1.4.1.1991.1.2.5.1.14.1.5 | timeticks | read-only |
The minimum time remaining before this DVMRP neighbor will be aged out. |
snDvmrpNeighborGenerationId | 1.3.6.1.4.1.1991.1.2.5.1.14.1.6 | integer | read-only |
The neighboring router's generation identifier. |
snDvmrpNeighborMajorVersion | 1.3.6.1.4.1.1991.1.2.5.1.14.1.7 | integer | read-only |
The neighboring router's major DVMRP version number. |
snDvmrpNeighborMinorVersion | 1.3.6.1.4.1.1991.1.2.5.1.14.1.8 | integer | read-only |
The neighboring router's minor DVMRP version number. |
snDvmrpNeighborCapabilities | 1.3.6.1.4.1.1991.1.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.1991.1.2.5.1.15 | no-access |
The routing table used by DVMRP in place of the unicast routing table. snDvmrpEnable must be 'enabled' before this table is read. |
|
1.3.6.1.4.1.1991.1.2.5.1.15.1 | no-access |
An entry (conceptual row) containing the multicast routing information used by DVMRP in place of the unicast routing information. |
||
snDvmrpRouteEntryIndex | 1.3.6.1.4.1.1991.1.2.5.1.15.1.1 | integer | read-only |
The table entry index. |
snDvmrpRouteSource | 1.3.6.1.4.1.1991.1.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. |
snDvmrpRouteSourceMask | 1.3.6.1.4.1.1991.1.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. |
snDvmrpRouteUpstreamNeighbor | 1.3.6.1.4.1.1991.1.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. |
snDvmrpRouteVifIndex | 1.3.6.1.4.1.1991.1.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. |
snDvmrpRouteMetric | 1.3.6.1.4.1.1991.1.2.5.1.15.1.6 | integer | read-only |
The distance in hops to the source subnet. |
snDvmrpRouteExpiryTime | 1.3.6.1.4.1.1991.1.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.1991.1.2.5.1.16 | no-access |
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. |
|
1.3.6.1.4.1.1991.1.2.5.1.16.1 | no-access |
An entry (conceptual row) in the list of next hops on outgoing interfaces to which IP multicast datagrams from particular sources are routed. |
||
snDvmrpRouteNextHopSource | 1.3.6.1.4.1.1991.1.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. |
snDvmrpRouteNextHopSourceMask | 1.3.6.1.4.1.1991.1.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. |
snDvmrpRouteNextHopVifIndex | 1.3.6.1.4.1.1991.1.2.5.1.16.1.3 | integer | read-only |
The snDvmrpVInterfaceVifIndex value of the virtual interface for the outgoing interface for this next hop. |
snDvmrpRouteNextHopType | 1.3.6.1.4.1.1991.1.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. Enumeration: 'leaf': 1, 'branch': 2. |
snDvmrpVIfStatTable | 1.3.6.1.4.1.1991.1.2.5.1.17 | no-access |
The (conceptual) table listing the router's DVMRP virtual interface statistical counters. snDvmrpEnable must be 'enabled' before this table is read. |
|
1.3.6.1.4.1.1991.1.2.5.1.17.1 | no-access |
An entry (conceptual row) in the snDvmrpVIfStatTable. |
||
snDvmrpVIfStatVifIndex | 1.3.6.1.4.1.1991.1.2.5.1.17.1.1 | integer | read-only |
The ifIndex value of this DVMRP virtual interface. |
snDvmrpVIfStatInPkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.2 | counter | read-only |
The number of packets that have arrived on the DVMRP virtual interface. |
snDvmrpVIfStatOutPkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.3 | counter | read-only |
The number of packets that have been sent on the DVMRP virtual interface. |
snDvmrpVIfStatInOctets | 1.3.6.1.4.1.1991.1.2.5.1.17.1.4 | counter | read-only |
The number of octets that have arrived on the DVMRP virtual interface. |
snDvmrpVIfStatOutOctets | 1.3.6.1.4.1.1991.1.2.5.1.17.1.5 | counter | read-only |
The number of octets that have been sent on the DVMRP virtual interface. |
snDvmrpVIfStatInProbePkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.6 | counter | read-only |
The number of probe packets that have arrived on the DVMRP virtual interface. |
snDvmrpVIfStatOutProbePkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.7 | counter | read-only |
The number of probe packets that have been sent on the DVMRP virtual interface. |
snDvmrpVIfStatDiscardProbePkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.8 | counter | read-only |
The number of probe packets that have been discarded by the DVMRP virtual interface. |
snDvmrpVIfStatInRtUpdatePkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.9 | counter | read-only |
The number of route update packets that have arrived on the DVMRP virtual interface. |
snDvmrpVIfStatOutRtUpdatePkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.10 | counter | read-only |
The number of route update packets that have been sent on the DVMRP virtual interface. |
snDvmrpVIfStatDiscardRtUpdatePkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.11 | counter | read-only |
The number of route update packets that have been discarded by the DVMRP virtual interface. |
snDvmrpVIfStatInGraftPkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.12 | counter | read-only |
The number of graft packets that have arrived on the DVMRP virtual interface. |
snDvmrpVIfStatOutGraftPkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.13 | counter | read-only |
The number of graft packets that have been sent on the DVMRP virtual interface. |
snDvmrpVIfStatDiscardGraftPkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.14 | counter | read-only |
The number of graft packets that have been discarded by the DVMRP virtual interface. |
snDvmrpVIfStatInGraftAckPkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.15 | counter | read-only |
The number of graft acknowledge packets that have arrived on the DVMRP virtual interface. |
snDvmrpVIfStatOutGraftAckPkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.16 | counter | read-only |
The number of graft acknowledge packets that have been sent on the DVMRP virtual interface. |
snDvmrpVIfStatDiscardGraftAckPkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.17 | counter | read-only |
The number of graft acknowledge packets that have been discarded by the DVMRP virtual interface. |
snDvmrpVIfStatInPrunePkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.18 | counter | read-only |
The number of prune packets that have arrived on the DVMRP virtual interface. |
snDvmrpVIfStatOutPrunePkts | 1.3.6.1.4.1.1991.1.2.5.1.17.1.19 | counter | read-only |
The number of prune packets that have been sent on the DVMRP virtual interface. |
snDvmrpVIfStatDiscardPrunePkts | 1.3.6.1.4.1.1991.1.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.1991.1.2.7.1 | |||
snFsrpGroupOperMode | 1.3.6.1.4.1.1991.1.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 Enumeration: 'disabled': 0, 'enabled': 1. |
snFsrpIfStateChangeTrap | 1.3.6.1.4.1.1991.1.2.7.1.2 | integer | read-write |
Indicates whether the SNMP agent process is permitted to generate FSRP interface state change traps. Enumeration: 'disabled': 0, 'enabled': 1. |
snFsrpIntf | 1.3.6.1.4.1.1991.1.2.7.2 | |||
snFsrpIfTable | 1.3.6.1.4.1.1991.1.2.7.2.1 | no-access |
The FSRP Interface Table describes the interfaces from the viewpoint of FSRP. |
|
1.3.6.1.4.1.1991.1.2.7.2.1.1 | no-access |
The FSRP Interface Entry describes one interface from the viewpoint of FSRP. |
||
snFsrpIfPort | 1.3.6.1.4.1.1991.1.2.7.2.1.1.1 | integer | read-only |
The physical router port of this FSRP interface. |
snFsrpIfIpAddress | 1.3.6.1.4.1.1991.1.2.7.2.1.1.2 | ipaddress | read-only |
The IP Address of the physical router port of this interface. |
snFsrpIfVirRtrIpAddr | 1.3.6.1.4.1.1991.1.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. |
snFsrpIfOtherRtrIpAddr | 1.3.6.1.4.1.1991.1.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 |
snFsrpIfPreferLevel | 1.3.6.1.4.1.1991.1.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. |
snFsrpIfTrackPortMask | 1.3.6.1.4.1.1991.1.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) |
snFsrpIfRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snFsrpIfState | 1.3.6.1.4.1.1991.1.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. Enumeration: 'standby': 2, 'active': 3, 'init': 0, 'negotiating': 1. |
snFsrpIfKeepAliveTime | 1.3.6.1.4.1.1991.1.2.7.2.1.1.9 | integer | read-write |
The heart-beat is from 1 to 120 seconds. |
snFsrpIfRouterDeadTime | 1.3.6.1.4.1.1991.1.2.7.2.1.1.10 | integer | read-write |
The hold time of the Fsrp router is from 3 to 255 seconds. |
snFsrpIfChassisTrackPortMask | 1.3.6.1.4.1.1991.1.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. (It was obsoleted after release 07100, replaced by snFsrpIfTrackPortList) |
snFsrpIfTrackPortList | 1.3.6.1.4.1.1991.1.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.1991.1.2.8.1 | |||
snGblRtRouteOnly | 1.3.6.1.4.1.1991.1.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.1991.1.2.9.1 | |||
snPimEnable | 1.3.6.1.4.1.1991.1.2.9.1.1 | rtrstatus | read-write |
Enable or disable PIM on this router. |
snPimNeighborRouterTimeout | 1.3.6.1.4.1.1991.1.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. |
snPimHelloTime | 1.3.6.1.4.1.1991.1.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. |
snPimPruneTime | 1.3.6.1.4.1.1991.1.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. |
snPimGraftRetransmitTime | 1.3.6.1.4.1.1991.1.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. |
snPimInactivityTime | 1.3.6.1.4.1.1991.1.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.1991.1.2.9.1.7 | no-access |
The (conceptual) table listing the router's PIM virtual interfaces. snPimEnable must be 'enabled' before this table is read or writen. |
|
1.3.6.1.4.1.1991.1.2.9.1.7.1 | no-access |
An entry (conceptual row) in the snPimVInterfaceTable. |
||
snPimVInterfaceVifIndex | 1.3.6.1.4.1.1991.1.2.9.1.7.1.1 | integer | read-only |
The ifIndex value of this PIM virtual interface. |
snPimVInterfaceType | 1.3.6.1.4.1.1991.1.2.9.1.7.1.2 | integer | read-write |
The type of PIM virtual interface, whether it uses a tunnel or a physical interface. Enumeration: 'tunnel': 1, 'subnet': 2. |
snPimVInterfaceLocalAddress | 1.3.6.1.4.1.1991.1.2.9.1.7.1.3 | ipaddress | read-write |
The IP address of the local end of this PIM virtual interface. |
snPimVInterfaceLocalSubnetMask | 1.3.6.1.4.1.1991.1.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. |
snPimVInterfaceRemoteAddress | 1.3.6.1.4.1.1991.1.2.9.1.7.1.5 | ipaddress | read-write |
The IP address of the remote end of this PIM virtual interface. |
snPimVInterfaceDR | 1.3.6.1.4.1.1991.1.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. |
snPimVInterfaceTtlThreshold | 1.3.6.1.4.1.1991.1.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. |
snPimVInterfaceStatus | 1.3.6.1.4.1.1991.1.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. Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snPimVInterfaceMode | 1.3.6.1.4.1.1991.1.2.9.1.7.1.9 | integer | read-write |
The configured mode of this PIM interface. Enumeration: 'dense': 1, 'sparse': 2. |
snPimNeighborTable | 1.3.6.1.4.1.1991.1.2.9.1.8 | no-access |
The (conceptual) table listing the router's PIM neighbors. snPimEnable must be 'enabled' before this table is read. |
|
1.3.6.1.4.1.1991.1.2.9.1.8.1 | no-access |
An entry (conceptual row) in the snPimNeighborTable. |
||
snPimNeighborEntryIndex | 1.3.6.1.4.1.1991.1.2.9.1.8.1.1 | integer | read-only |
The table entry index. |
snPimNeighborVifIndex | 1.3.6.1.4.1.1991.1.2.9.1.8.1.2 | integer | read-only |
The value of VifIndex for the virtual interface used to reach this PIM neighbor. |
snPimNeighborAddress | 1.3.6.1.4.1.1991.1.2.9.1.8.1.3 | ipaddress | read-only |
The IP address of the PIM neighbor for which this entry contains information. |
snPimNeighborUpTime | 1.3.6.1.4.1.1991.1.2.9.1.8.1.4 | timeticks | read-only |
The time since this PIM neighbor (last) became a neighbor of the local router. |
snPimNeighborExpiryTime | 1.3.6.1.4.1.1991.1.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.1991.1.2.9.1.9 | no-access |
The (conceptual) table listing the router's PIM virtual interface statistical counters. snPimEnable must be 'enabled' before this table is read. |
|
1.3.6.1.4.1.1991.1.2.9.1.9.1 | no-access |
An entry (conceptual row) in the snPimVIfStatTable. |
||
snPimVIfStatVifIndex | 1.3.6.1.4.1.1991.1.2.9.1.9.1.1 | integer | read-only |
The ifIndex value of this PIM virtual interface. |
snPimVIfStatInJoinPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.2 | counter | read-only |
The number of join packets that have arrived on the PIM virtual interface. |
snPimVIfStatOutJoinPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.3 | counter | read-only |
The number of join packets that have been sent on the PIM virtual interface. |
snPimVIfStatDiscardJoinPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.4 | counter | read-only |
The number of join packets that have been discarded by the PIM virtual interface. |
snPimVIfStatInPrunePkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.5 | counter | read-only |
The number of prune packets that have arrived on the PIM virtual interface. |
snPimVIfStatOutPrunePkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.6 | counter | read-only |
The number of prune packets that have been sent on the PIM virtual interface. |
snPimVIfStatDiscardPrunePkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.7 | counter | read-only |
The number of prune packets that have been discarded by the PIM virtual interface. |
snPimVIfStatInAssertPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.8 | counter | read-only |
The number of assert packets that have arrived on the PIM virtual interface. |
snPimVIfStatOutAssertPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.9 | counter | read-only |
The number of assert packets that have been sent on the PIM virtual interface. |
snPimVIfStatDiscardAssertPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.10 | counter | read-only |
The number of assert packets that have been discarded by the PIM virtual interface. |
snPimVIfStatInHelloPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.11 | counter | read-only |
The number of hello packets that have arrived on the PIM virtual interface. |
snPimVIfStatOutHelloPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.12 | counter | read-only |
The number of hello packets that have been sent on the PIM virtual interface. |
snPimVIfStatDiscardHelloPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.13 | counter | read-only |
The number of hello packets that have been discarded by the PIM virtual interface. |
snPimVIfStatInGraftPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.14 | counter | read-only |
The number of graft packets that have arrived on the PIM virtual interface. |
snPimVIfStatOutGraftPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.15 | counter | read-only |
The number of graft packets that have been sent on the PIM virtual interface. |
snPimVIfStatDiscardGraftPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.16 | counter | read-only |
The number of graft packets that have been discarded by the PIM virtual interface. |
snPimVIfStatInGraftAckPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.17 | counter | read-only |
The number of graft acknowledge packets that have arrived on the PIM virtual interface. |
snPimVIfStatOutGraftAckPkts | 1.3.6.1.4.1.1991.1.2.9.1.9.1.18 | counter | read-only |
The number of graft acknowledge packets that have been sent on the PIM virtual interface. |
snPimVIfStatDiscardGraftAckPkts | 1.3.6.1.4.1.1991.1.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.1991.1.2.9.2 | |||
snPimJoinPruneInterval | 1.3.6.1.4.1.1991.1.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.1991.1.2.9.2.2 | no-access |
Candidate Bootstrap Router information. |
|
1.3.6.1.4.1.1991.1.2.9.2.2.1 | no-access |
An entry (conceptual row) in the snPimCandidateBSRTable. |
||
snPimCandidateBSRPortID | 1.3.6.1.4.1.1991.1.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. |
snPimCandidateBSRIPAddress | 1.3.6.1.4.1.1991.1.2.9.2.2.1.2 | ipaddress | read-only |
The (unicast) address of the Candidate BSR. |
snPimCandidateBSRHashMaskLen | 1.3.6.1.4.1.1991.1.2.9.2.2.1.3 | integer | read-write |
The hash mask value for this router as a candidate bootstrap router. |
snPimCandidateBSRPreference | 1.3.6.1.4.1.1991.1.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.1991.1.2.9.2.3 | no-access |
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. |
|
1.3.6.1.4.1.1991.1.2.9.2.3.1 | no-access |
An entry (conceptual row) in the snPimRPSetTable. |
||
snPimRPSetGroupAddress | 1.3.6.1.4.1.1991.1.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. |
snPimRPSetMask | 1.3.6.1.4.1.1991.1.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. |
snPimRPSetIPAddress | 1.3.6.1.4.1.1991.1.2.9.2.3.1.3 | ipaddress | read-only |
The IP address of the Candidate-RP. |
snPimRPSetHoldTime | 1.3.6.1.4.1.1991.1.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.1991.1.2.9.2.4 | no-access |
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. |
|
1.3.6.1.4.1.1991.1.2.9.2.4.1 | no-access |
An entry (conceptual row) in the snPimCandidateRPTable. |
||
snPimCandidateRPGroupAddress | 1.3.6.1.4.1.1991.1.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. |
snPimCandidateRPMask | 1.3.6.1.4.1.1991.1.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. |
snPimCandidateRPIPAddress | 1.3.6.1.4.1.1991.1.2.9.2.4.1.3 | ipaddress | read-write |
The (unicast) address of the interface which will be advertised as a Candidate-RP. |
snPimCandidateRPRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'modify': 5, 'noSuch': 0, 'other': 1, 'valid': 2, 'delete': 3. |
snVrrpGlobal | 1.3.6.1.4.1.1991.1.2.12.1 | |||
snVrrpGroupOperMode | 1.3.6.1.4.1.1991.1.2.12.1.1 | integer | read-write |
The VRRP is configured on this system either enabled or disabled and the default is disabled mode. disabled(0)..........disable VRRP enabled(1)...........activate VRRP Enumeration: 'disabled': 0, 'enabled': 1. |
snVrrpIfStateChangeTrap | 1.3.6.1.4.1.1991.1.2.12.1.2 | integer | read-write |
Indicates whether the SNMP agent process is permitted to generate VRRP interface state change traps. Enumeration: 'disabled': 0, 'enabled': 1. |
snVrrpIfMaxNumVridPerIntf | 1.3.6.1.4.1.1991.1.2.12.1.3 | integer | read-only |
Indicates the maximum number of VRID per interface. |
snVrrpIfMaxNumVridPerSystem | 1.3.6.1.4.1.1991.1.2.12.1.4 | integer | read-only |
Indicates the maximum number of VRID per system. |
snVrrpClearVrrpStat | 1.3.6.1.4.1.1991.1.2.12.1.5 | integer | read-write |
Clear VRRP statistics command. Enumeration: 'clear': 1, 'normal': 0. |
snVrrpIntf | 1.3.6.1.4.1.1991.1.2.12.2 | |||
snVrrpIfTable | 1.3.6.1.4.1.1991.1.2.12.2.1 | no-access |
The VRRP Interface Table describes the interfaces from the viewpoint of VRRP. |
|
1.3.6.1.4.1.1991.1.2.12.2.1.1 | no-access |
The VRRP Interface Entry describes one interface from the viewpoint of VRRP. |
||
snVrrpIfPort | 1.3.6.1.4.1.1991.1.2.12.2.1.1.1 | integer | read-only |
The IP port of this VRRP interface. |
snVrrpIfAuthType | 1.3.6.1.4.1.1991.1.2.12.2.1.1.2 | integer | read-write |
The authentication type of this interface. Enumeration: 'ipAuthHeader': 2, 'noAuth': 0, 'simpleTextPasswd': 1. |
snVrrpIfAuthPassword | 1.3.6.1.4.1.1991.1.2.12.2.1.1.3 | octet string | read-write |
The simple text password is allowed if only if the snVrrpIfAuthType type is simpleTextPasswd(1). |
snVrrpIfRxHeaderErrCnts | 1.3.6.1.4.1.1991.1.2.12.2.1.1.4 | counter | read-only |
The received Header error counts in this interface. |
snVrrpIfRxAuthTypeErrCnts | 1.3.6.1.4.1.1991.1.2.12.2.1.1.5 | counter | read-only |
The received authentication type error counts in this interface. |
snVrrpIfRxAuthPwdMismatchErrCnts | 1.3.6.1.4.1.1991.1.2.12.2.1.1.6 | counter | read-only |
The received authentication password mismatched error counts in this interface. |
snVrrpIfRxVridErrCnts | 1.3.6.1.4.1.1991.1.2.12.2.1.1.7 | counter | read-only |
The received unfound VRID error counts in this interface. |
snVrrpVirRtr | 1.3.6.1.4.1.1991.1.2.12.3 | |||
snVrrpVirRtrTable | 1.3.6.1.4.1.1991.1.2.12.3.1 | no-access |
The VRRP virtual router Entry describes one virtual router from the viewpoint of VRRP. |
|
1.3.6.1.4.1.1991.1.2.12.3.1.1 | no-access |
The VRRP virtual router Entry describes one virtual router from the viewpoint of VRRP. |
||
snVrrpVirRtrPort | 1.3.6.1.4.1.1991.1.2.12.3.1.1.1 | integer | read-only |
The IP port of this VRRP interface. |
snVrrpVirRtrId | 1.3.6.1.4.1.1991.1.2.12.3.1.1.2 | integer | read-only |
One of the virtual router ID of this VRRP interface. |
snVrrpVirRtrOwnership | 1.3.6.1.4.1.1991.1.2.12.3.1.1.3 | integer | read-write |
The ownership of this VRRP router interface can be set either owner(1) or backup(2). VirRtr SNMP-GET returns incomplete(0), it means no IP address has assigned to this VRRP router interface. Enumeration: 'owner': 1, 'backup': 2, 'incomplete': 0. |
snVrrpVirRtrCfgPriority | 1.3.6.1.4.1.1991.1.2.12.3.1.1.4 | integer | read-write |
The higher the number the higher the priority is. This parameter decides which backup router should becomes the Active Router for the interface. A backup Router with higher priority selected to becomes the Active Router. Therefore, this Object can be set if only if snVrrpVirRtrOwnership is set to backup(2). |
snVrrpVirRtrTrackPriority | 1.3.6.1.4.1.1991.1.2.12.3.1.1.5 | integer | read-write |
The higher the number the higher the priority is. after this object is configured, the snVrrpVirRtrCurrPriority of this interface will be adjusted dynamically with this track priority when the Track Port states first changes from UP to DOWN. |
snVrrpVirRtrCurrPriority | 1.3.6.1.4.1.1991.1.2.12.3.1.1.6 | integer | read-only |
The higher the number the higher the priority is. This object will be adjusted dynamically with the track priority when the Track Port states first changes from UP to DOWN. |
snVrrpVirRtrHelloInt | 1.3.6.1.4.1.1991.1.2.12.3.1.1.7 | integer | read-write |
Time interval between advertisements (seconds). |
snVrrpVirRtrDeadInt | 1.3.6.1.4.1.1991.1.2.12.3.1.1.8 | integer | read-write |
Dead interval (seconds). |
snVrrpVirRtrPreemptMode | 1.3.6.1.4.1.1991.1.2.12.3.1.1.9 | integer | read-write |
This mode controls whether a higher priority Backup router preempts a lower priority Master. The mode with enabled(1) allow preemption and disabled(0) prohibit preemption. Enumeration: 'disabled': 0, 'enabled': 1. |
snVrrpVirRtrState | 1.3.6.1.4.1.1991.1.2.12.3.1.1.10 | integer | read-only |
This object specifies the VRRP Router's interface state as: init(0)...initialization state. master(1)...master state. backup(2)...backup state. Enumeration: 'backup': 2, 'init': 0, 'master': 1. |
snVrrpVirRtrActivate | 1.3.6.1.4.1.1991.1.2.12.3.1.1.11 | integer | read-write |
This object specifies the VRRP Router's activate command as: disabled(0)...deactivate this VRRP Router. enabled(1)....activate this VRRP Router. Enumeration: 'disabled': 0, 'enabled': 1. |
snVrrpVirRtrIpAddrMask | 1.3.6.1.4.1.1991.1.2.12.3.1.1.12 | octet string | read-write |
The numbers of IP Addresses of this virtual router of this interface. |
snVrrpVirRtrTrackPortMask | 1.3.6.1.4.1.1991.1.2.12.3.1.1.13 | 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. VirRtr 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/Stackable router VRRP Track port membership. The size of the OCTET STRING for Chassis is 32. The size of the OCTET STRING for Stackable is 4. (It was obsoleted after release 07100, replaced by snVrrpVirRtrTrackPortList) |
snVrrpVirRtrTrackVifMask | 1.3.6.1.4.1.1991.1.2.12.3.1.1.14 | octet string | read-write |
This object specifies the identity of the virtual interface whose state is to be monitored. Each bit is a port of the system. Default value is 0. VirRtr 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/Stackable router VRRP Track port membership The size of the OCTET STRING for Chassis is 8. The size of the OCTET STRING for Stackable is 4. (It was obsoleted after release 07100, replaced by snVrrpVirRtrTrackVifPortList) |
snVrrpVirRtrRowStatus | 1.3.6.1.4.1.1991.1.2.12.3.1.1.15 | 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 existing row VirRtr 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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |
snVrrpVirRtrRxArpPktDropCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.16 | counter | read-only |
The received VRRP ARP Packet Drop Counts. |
snVrrpVirRtrRxIpPktDropCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.17 | counter | read-only |
The received VRRP IP Packet Drop Counts. |
snVrrpVirRtrRxPortMismatchCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.18 | counter | read-only |
The received VRRP Port mismatching Counts. |
snVrrpVirRtrRxNumOfIpMismatchCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.19 | counter | read-only |
The received VRRP Number of IP Addresses mismatching Counts. |
snVrrpVirRtrRxIpMismatchCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.20 | counter | read-only |
The received VRRP IP Address mismatching Counts. |
snVrrpVirRtrRxHelloIntMismatchCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.21 | counter | read-only |
The counts of the virtual router interface with hello interval mismatch counts. |
snVrrpVirRtrRxPriorityZeroFromMasterCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.22 | counter | read-only |
The counts of the virtual router interface with Priority zero from the master. |
snVrrpVirRtrRxHigherPriorityCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.23 | counter | read-only |
The counts of the virtual router interface with higher Priority. |
snVrrpVirRtrTransToMasterStateCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.24 | counter | read-only |
The counts of the virtual router interface transition to master state. |
snVrrpVirRtrTransToBackupStateCnts | 1.3.6.1.4.1.1991.1.2.12.3.1.1.25 | counter | read-only |
The counts of the virtual router interface transition to backup state. |
snVrrpVirRtrCurrDeadInt | 1.3.6.1.4.1.1991.1.2.12.3.1.1.26 | integer | read-only |
Current Dead interval (in 100 milliseconds). |
snVrrpVirRtrTrackPortList | 1.3.6.1.4.1.1991.1.2.12.3.1.1.27 | 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 VRRP physical track port membership. |
snVrrpVirRtrTrackVifPortList | 1.3.6.1.4.1.1991.1.2.12.3.1.1.28 | octet string | read-write |
This object specifies the identity of the virtual interface whose state is to be monitored. Each port index is a 16-bit integer in big endian order. 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 VRRP virtual port track membership. |
snLoopbackIntfConfigTable | 1.3.6.1.4.1.1991.1.2.13.1 | no-access |
Loopback Interface Config table. |
|
1.3.6.1.4.1.1991.1.2.13.1.1 | no-access |
An entry in the Loopback Interface Config table. |
||
snLoopbackIntfConfigPortIndex | 1.3.6.1.4.1.1991.1.2.13.1.1.1 | integer | read-only |
The port index for Loopback Interface config entry. |
snLoopbackIntfMode | 1.3.6.1.4.1.1991.1.2.13.1.1.2 | integer | read-write |
The Loopback Interface mode. Enumeration: 'disabled': 0, 'enabled': 1. |
snLoopbackIntfRowStatus | 1.3.6.1.4.1.1991.1.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 Enumeration: 'create': 4, 'valid': 2, 'modify': 5, 'invalid': 1, 'delete': 3. |