FOUNDRY-SN-IP-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
44
Rows
44
Columns
282
.1.3.6.1.4.1.1991.1.2.2.2 · 1 row entry · 7 columns
IP static/default route table.
snRtIpStaticRouteEntry entry .1.3.6.1.4.1.1991.1.2.2.2.1
An entry in the IP static route table.
Indexes
snRtIpStaticRouteDest snRtIpStaticRouteMask
Column Syntax OID
snRtIpStaticRouteDest
Destination IP address.
0.0.0.0 for default route.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.2.1.1
snRtIpStaticRouteMask
Subnet mask associated with
the destination IP address.
0.0.0.0 for default route mask.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.2.1.2
snRtIpStaticRouteNextHop
IP address of next hop router that
is located on one of the directly
attached IP subnet.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.2.1.3
snRtIpStaticRouteMetric
The metrics to next hop router.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.2.1.4
snRtIpStaticRouteRowStatus
To create or delete a static route
entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.2.1.5
snRtIpStaticRouteDistance
Administration distance.
Integer32r/w
Constraints:
range: 1-255
.1.3.6.1.4.1.1991.1.2.2.2.1.6
snRtIpStaticRouteOutgoingInterface
The outgoing interface of a static route.
Use the ifIndex value here to specify the outgoing interface.
Value of 0 indicates that outgoing interface has not been
configured for a static route.
IF-MIBInterfaceIndexOrZero
Textual Convention: IF-MIBInterfaceIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.1991.1.2.2.2.1.7
.1.3.6.1.4.1.1991.1.2.2.3 · 1 row entry · 12 columns
IP filter table.
snRtIpFilterEntry entry .1.3.6.1.4.1.1991.1.2.2.3.1
An entry in the IP filter table.
Indexes
snRtIpFilterIndex
Column Syntax OID
snRtIpFilterIndex
The table index for a filter entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.3.1.1
snRtIpFilterAction
Action to take if the ip packet match
with this filter.
Enumerationr/w
Enumerated Values:
0deny
1permit
2qosEnabled
.1.3.6.1.4.1.1991.1.2.2.3.1.2
snRtIpFilterProtocol
Transport protocol. 0 means don't care
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.2.2.3.1.3
snRtIpFilterSourceIp
Source IP address.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.3.1.4
snRtIpFilterSourceMask
Source IP subnet mask.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.3.1.5
snRtIpFilterDestIp
Destination IP address.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.3.1.6
snRtIpFilterDestMask
Destination IP subnet mask.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.3.1.7
snRtIpFilterOperator
Type of comparison to perform.
for now, this only applys to tcp or udp
to compare the port number
Enumerationr/w
Enumerated Values:
1greater
2equal
3less
4notEqual
.1.3.6.1.4.1.1991.1.2.2.3.1.8
snRtIpFilterOperand
For now this only refers to transport
protocol port number. 0 means NA
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.1991.1.2.2.3.1.9
snRtIpFilterRowStatus
To create or delete a filter
entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.3.1.10
snRtIpFilterEstablished
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.
RtrStatusr/w
Textual Convention: RtrStatus Enumeration
Type Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.2.3.1.11
snRtIpFilterQosPriority
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)
Enumerationr/w
Enumerated Values:
0level0
1level1
2level2
3level3
4level4
5level5
6level6
7level7
.1.3.6.1.4.1.1991.1.2.2.3.1.12
.1.3.6.1.4.1.1991.1.2.2.4 · 1 row entry · 4 columns
IP RARP table.
snRtIpRarpEntry entry .1.3.6.1.4.1.1991.1.2.2.4.1
An entry in the IP Rarp table.
Indexes
snRtIpRarpIndex
Column Syntax OID
snRtIpRarpIndex
The table index for a Rarp entry.
Integer32
Constraints:
range: 1-16
.1.3.6.1.4.1.1991.1.2.2.4.1.1
snRtIpRarpMac
The Mac address for a Rarp entry.
OctetStringr/w
Constraints:
range: 6-6
.1.3.6.1.4.1.1991.1.2.2.4.1.2
snRtIpRarpIp
The IP address for a Rarp entry.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.4.1.3
snRtIpRarpRowStatus
To create or delete a Rarp
entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.4.1.4
.1.3.6.1.4.1.1991.1.2.2.5 · 1 row entry · 5 columns
IP static arp table.
snRtStaticArpEntry entry .1.3.6.1.4.1.1991.1.2.2.5.1
An entry in the IP static arp table.
Indexes
snRtStaticArpIndex
Column Syntax OID
snRtStaticArpIndex
The table index for a static arp entry.
Integer32
Constraints:
range: 1-16
.1.3.6.1.4.1.1991.1.2.2.5.1.1
snRtStaticArpIp
The IP address for a static arp entry.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.5.1.2
snRtStaticArpMac
The Mac address for a static arp entry.
OctetStringr/w
Constraints:
range: 6-6
.1.3.6.1.4.1.1991.1.2.2.5.1.3
snRtStaticArpPort
The port index for a static arp entry.
PortIndexr/w
Textual Convention: PortIndex Integer32
.1.3.6.1.4.1.1991.1.2.2.5.1.4
snRtStaticArpRowStatus
To create or delete a Static Arp
entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.5.1.5

snRtIpPortAddrTable

table deprecated
.1.3.6.1.4.1.1991.1.2.2.6 · 1 row entry · 5 columns
IP port address table.
snRtIpPortAddrEntry entry .1.3.6.1.4.1.1991.1.2.2.6.1
An entry in the IP Port Address table.
Indexes
snRtIpPortAddrPortIndex snRtIpPortAddress
Column Syntax OID
snRtIpPortAddrPortIndex deprecated
The port index for port address entry.
PortIndex
Textual Convention: PortIndex Integer32
.1.3.6.1.4.1.1991.1.2.2.6.1.1
snRtIpPortAddress deprecated
The port IP address.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.6.1.2
snRtIpPortSubnetMask deprecated
The port IP address subnet mask.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.6.1.3
snRtIpPortAddrType deprecated
The port IP address type.
Enumerationr/w
Enumerated Values:
1primary
2secondary
.1.3.6.1.4.1.1991.1.2.2.6.1.4
snRtIpPortRowStatus deprecated
To create or delete a port address
entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.6.1.5

snRtIpPortAccessTable

table deprecated
.1.3.6.1.4.1.1991.1.2.2.7 · 1 row entry · 4 columns
IP port access table.
snRtIpPortAccessEntry entry .1.3.6.1.4.1.1991.1.2.2.7.1
An entry in the IP Port access table.
Indexes
snRtIpPortAccessPortIndex snRtIpPortAccessDirection
Column Syntax OID
snRtIpPortAccessPortIndex deprecated
The port index for port access entry.
PortIndex
Textual Convention: PortIndex Integer32
.1.3.6.1.4.1.1991.1.2.2.7.1.1
snRtIpPortAccessDirection deprecated
The incoming or outgoing check
for port access.
Enumeration
Enumerated Values:
1in
2out
.1.3.6.1.4.1.1991.1.2.2.7.1.2
snRtIpPortAccessFilters deprecated
1st octet correspond to 1st filter
number and so on.
OctetStringr/w .1.3.6.1.4.1.1991.1.2.2.7.1.3
snRtIpPortAccessRowStatus deprecated
To create or delete a port access
entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.7.1.4

snRtIpPortConfigTable

table deprecated
.1.3.6.1.4.1.1991.1.2.2.8 · 1 row entry · 5 columns
IP port Config table.
snRtIpPortConfigEntry entry .1.3.6.1.4.1.1991.1.2.2.8.1
An entry in the IP Port Config table.
Indexes
snRtIpPortConfigPortIndex
Column Syntax OID
snRtIpPortConfigPortIndex deprecated
The port index for port config entry.
PortIndex
Textual Convention: PortIndex Integer32
.1.3.6.1.4.1.1991.1.2.2.8.1.1
snRtIpPortMtu deprecated
The maximun transfer unit.
Integer32r/w
Constraints:
range: 576-4470
.1.3.6.1.4.1.1991.1.2.2.8.1.2
snRtIpPortEncap deprecated
Data link encapsulation to be used
on the IP frame transmitted on the
port.
Enumerationr/w
Enumerated Values:
1ethernet
2snap
3hdlc
4ppp
.1.3.6.1.4.1.1991.1.2.2.8.1.3
snRtIpPortMetric deprecated
The metric.
Integer32r/w
Constraints:
range: 1-15
.1.3.6.1.4.1.1991.1.2.2.8.1.4
snRtIpPortDirBcastFwd deprecated
Enable/Disable directed broadcast forwarding on the port.
RtrStatusr/w
Textual Convention: RtrStatus Enumeration
Type Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.2.8.1.5
.1.3.6.1.4.1.1991.1.2.2.9.2.1 · 1 row entry · 3 columns
This table contains a list of UDP port numbers
for which forwarding UDP broadcast is enabled.
snRtUdpBcastFwdPortEntry entry .1.3.6.1.4.1.1991.1.2.2.9.2.1.1
An entry of the UDP broadcast forwarding
port table.
Indexes
snRtUdpBcastFwdPortIndex
Column Syntax OID
snRtUdpBcastFwdPortIndex
The table index for a UDP broadcast forwarding
port entry.
Integer32
Constraints:
range: 1-20
.1.3.6.1.4.1.1991.1.2.2.9.2.1.1.1
snRtUdpBcastFwdPortNumber
UDP port number for which UDP broadcast forwarding
is enabled.
Integer32r/w
Constraints:
range: 1-65535
.1.3.6.1.4.1.1991.1.2.2.9.2.1.1.2
snRtUdpBcastFwdPortRowStatus
To create or delete a UDP broadcast forwarding
port entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.9.2.1.1.3
.1.3.6.1.4.1.1991.1.2.2.9.2.2 · 1 row entry · 2 columns
This table contains a list of UDP port numbers
for which forwarding UDP broadcast is enabled.
snRtUdpBroadcastFwdPortEntry entry .1.3.6.1.4.1.1991.1.2.2.9.2.2.1
An entry of the UDP broadcast forwarding
port table.
Indexes
snRtUdpBroadcastFwdPortNumber
Column Syntax OID
snRtUdpBroadcastFwdPortNumber
UDP port number for which UDP broadcast forwarding
is enabled.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.9.2.2.1.1
snRtUdpBroadcastFwdPortRowStatus
To create or delete a UDP broadcast forwarding
port entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.9.2.2.1.2
.1.3.6.1.4.1.1991.1.2.2.9.3.1 · 1 row entry · 4 columns
UDP helper table.
snRtUdpHelperEntry entry .1.3.6.1.4.1.1991.1.2.2.9.3.1.1
An entry of the UDP helper table.
Indexes
snRtUdpHelperPortIndex snRtUdpHelperIndex
Column Syntax OID
snRtUdpHelperPortIndex
The port index for a UDP helper entry.
PortIndex
Textual Convention: PortIndex Integer32
.1.3.6.1.4.1.1991.1.2.2.9.3.1.1.1
snRtUdpHelperIndex
The table index for a UDP helper entry.
Integer32
Constraints:
range: 1-4
.1.3.6.1.4.1.1991.1.2.2.9.3.1.1.2
snRtUdpHelperAddr
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.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.9.3.1.1.3
snRtUdpHelperRowStatus
To create or delete a UDP helper entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.9.3.1.1.4
.1.3.6.1.4.1.1991.1.2.2.9.3.2 · 1 row entry · 4 columns
UDP helper table.
snRtUdpIfHelperEntry entry .1.3.6.1.4.1.1991.1.2.2.9.3.2.1
An entry of the UDP helper table.
Indexes
snRtUdpIfHelperPortIndex snRtUdpIfHelperAddr
Column Syntax OID
snRtUdpIfHelperPortIndex
The port/interface index for a UDP helper entry.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.1991.1.2.2.9.3.2.1.1
snRtUdpIfHelperAddr
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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.9.3.2.1.2
snRtUdpIfHelperAddrType
Type of the helper address. It can be unicast or subnet
brodcast address.
Enumerationr/w
Enumerated Values:
1unicast
2broabcast
.1.3.6.1.4.1.1991.1.2.2.9.3.2.1.3
snRtUdpIfHelperRowStatus
To create or delete a UDP helper entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.9.3.2.1.4
.1.3.6.1.4.1.1991.1.2.2.9.3.3 · 1 row entry · 5 columns
IP helper address table.
snRtIpIfHelperEntry entry .1.3.6.1.4.1.1991.1.2.2.9.3.3.1
An entry of the IP helper address table.
Indexes
snRtIpIfHelperIfIndex snRtIpIfHelperAddrIndex
Column Syntax OID
snRtIpIfHelperIfIndex
Interface index of the port for an IP helper address entry.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.1991.1.2.2.9.3.3.1.1
snRtIpIfHelperAddrIndex
The helper address table index for an IP helper address entry.
Integer32
Constraints:
range: 1-16
.1.3.6.1.4.1.1991.1.2.2.9.3.3.1.2
snRtIpIfHelperAddr
The IP 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.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.9.3.3.1.3
snRtIpIfHelperAddrType
Type of the helper address. It can be unicast or subnet
broadcast address.
Enumerationr/w
Enumerated Values:
1unicast
2broadcast
.1.3.6.1.4.1.1991.1.2.2.9.3.3.1.4
snRtIpIfHelperRowStatus
To create or delete an IP helper entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.9.3.3.1.5
.1.3.6.1.4.1.1991.1.2.2.9.3.4 · 1 row entry · 3 columns
IPV6 helper address table.
snRtIpv6IfHelperEntry entry .1.3.6.1.4.1.1991.1.2.2.9.3.4.1
An entry of the IPV6 helper address table.
Indexes
snRtIpv6IfHelperIfIndex snRtIpv6IfHelperAddr
Column Syntax OID
snRtIpv6IfHelperIfIndex
Interface index of the port for an IPV6 helper address entry.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.1991.1.2.2.9.3.4.1.1
snRtIpv6IfHelperAddr
The IPV6 helper address. This is the address that
client packets will be forwarded
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.1991.1.2.2.9.3.4.1.2
snRtIpv6IfHelperRowStatus
To create or delete an IPV6IfhelperEntry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.9.3.4.1.3
.1.3.6.1.4.1.1991.1.2.2.10.2.1 · 1 row entry · 4 columns
Trace route result table.
snRtIpTraceRouteResultEntry entry .1.3.6.1.4.1.1991.1.2.2.10.2.1.1
An entry of the trace route result table.
Indexes
snRtIpTraceRouteResultIndex
Column Syntax OID
snRtIpTraceRouteResultIndex
The table index for a trace route result entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.10.2.1.1.1
snRtIpTraceRouteResultAddr
The router or the target address of which forms
part of the route to reach the destination address.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.10.2.1.1.2
snRtIpTraceRouteResultRoundTripTime1
The round trip time between the first probe packet
transmitted and the reponse ICMP packet received.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.2.10.2.1.1.3
snRtIpTraceRouteResultRoundTripTime2
The round trip time between the second probe packet
transmitted and the reponse ICMP packet received.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.2.10.2.1.1.4
.1.3.6.1.4.1.1991.1.2.2.11 · 1 row entry · 11 columns
IP forwarding cache table.
snRtIpFwdCacheEntry entry .1.3.6.1.4.1.1991.1.2.2.11.1
An entry in the IP forwarding cache table.
Indexes
snRtIpFwdCacheIndex
Column Syntax OID
snRtIpFwdCacheIndex
The table index for a ip forwarding cache table entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.11.1.1
snRtIpFwdCacheIp
The IP address of a station.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.11.1.2
snRtIpFwdCacheMac
The Mac address of an IP station.
OctetString
Constraints:
range: 6-6
.1.3.6.1.4.1.1991.1.2.2.11.1.3
snRtIpFwdCacheNextHopIp
The next hop router IP address.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.11.1.4
snRtIpFwdCacheOutgoingPort
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 …
Integer32
Constraints:
range: 0-3900
.1.3.6.1.4.1.1991.1.2.2.11.1.5
snRtIpFwdCacheType
The 'dynamic' or 'permanent' type for a ip forwarding
cache table entry.
Enumeration
Enumerated Values:
1dynamic
2permanent
.1.3.6.1.4.1.1991.1.2.2.11.1.6
snRtIpFwdCacheAction
The action to take.
Enumeration
Enumerated Values:
1other
2forward
3forUs
4waitForArp
5complexFilter
6icmpDeny
7dropPacket
.1.3.6.1.4.1.1991.1.2.2.11.1.7
snRtIpFwdCacheFragCheck
Check for fragmentation.
Enumeration
Enumerated Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.2.11.1.8
snRtIpFwdCacheSnapHdr
Apply SNAP encapsulation.
Enumeration
Enumerated Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.2.11.1.9
snRtIpFwdCacheVLanId
The VLAN ID for a ip forwarding cache table entry.
Return VLAN ID value of zero to indicate no VLAN
associated to this entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.11.1.10
snRtIpFwdCacheOutgoingIf
The outgoing interface of which packets will forward to.
Return port value of zero to indicate no outgoing port
associated to this entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.11.1.11
.1.3.6.1.4.1.1991.1.2.2.12 · 1 row entry · 5 columns
Ip As-Path Access List table.
snIpAsPathAccessListEntry entry .1.3.6.1.4.1.1991.1.2.2.12.1
An entry in the Ip As-Path Access List table.
Indexes
snIpAsPathAccessListIndex snIpAsPathAccessListSequence
Column Syntax OID
snIpAsPathAccessListIndex
The table index for a filter entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.12.1.1
snIpAsPathAccessListSequence
The table sequence index for a filter entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.12.1.2
snIpAsPathAccessListAction
Action to take if the bgp address match
with this filter.
Enumerationr/w
Enumerated Values:
0deny
1permit
.1.3.6.1.4.1.1991.1.2.2.12.1.3
snIpAsPathAccessListRegExpression
Autonomous system in the filter using a regular expression.
Each character of the regular expression string is represented
by one octet.
OctetStringr/w
Constraints:
range: 0-256
.1.3.6.1.4.1.1991.1.2.2.12.1.4
snIpAsPathAccessListRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.2.12.1.5
.1.3.6.1.4.1.1991.1.2.2.13 · 1 row entry · 9 columns
Ip Community List table.
snIpCommunityListEntry entry .1.3.6.1.4.1.1991.1.2.2.13.1
An entry in the Ip Community List table.
Indexes
snIpCommunityListIndex snIpCommunityListSequence
Column Syntax OID
snIpCommunityListIndex
The table index for a filter entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.13.1.1
snIpCommunityListSequence
The table sequence index for a filter entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.13.1.2
snIpCommunityListAction
Action to take if the bgp address match
with this filter.
Enumerationr/w
Enumerated Values:
0deny
1permit
.1.3.6.1.4.1.1991.1.2.2.13.1.3
snIpCommunityListCommNum
A number from 1 to 0xFFFFFFFF. There are 20 of them.
This integer number is represented by 4 OCTETs.
OctetStringr/w
Constraints:
range: 0-80
.1.3.6.1.4.1.1991.1.2.2.13.1.4
snIpCommunityListInternet
Disabled/Enabled the Internet Community.
Enumerationr/w
Enumerated Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.2.13.1.5
snIpCommunityListNoAdvertise
Do not advertise this route to any peer (internal or external).
Enumerationr/w
Enumerated Values:
0false
1true
.1.3.6.1.4.1.1991.1.2.2.13.1.6
snIpCommunityListNoExport
Do not advertise this route to an EBGP peer.
Enumerationr/w
Enumerated Values:
0false
1true
.1.3.6.1.4.1.1991.1.2.2.13.1.7
snIpCommunityListRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.2.13.1.8
snIpCommunityListLocalAs
Send this route to peers in other sub-autonomous systems within
the local confederation. Do not advertise this route to an
external system.
Enumerationr/w
Enumerated Values:
0false
1true
.1.3.6.1.4.1.1991.1.2.2.13.1.9
.1.3.6.1.4.1.1991.1.2.2.14 · 1 row entry · 10 columns
Ip Prefix List table.
snIpPrefixListEntry entry .1.3.6.1.4.1.1991.1.2.2.14.1
An entry in the Ip Prefix List table.
Indexes
snIpPrefixListName snIpPrefixListSequence
Column Syntax OID
snIpPrefixListName
An octet string of the ip prefix list name, each character of the name
is represented by one octet.
OctetString
Constraints:
range: 0-32
.1.3.6.1.4.1.1991.1.2.2.14.1.1
snIpPrefixListSequence
The table sequence index for a filter entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.14.1.2
snIpPrefixListDesc
An octet string of the ip prefix list description, each character of the name
is represented by one octet.
OctetStringr/w
Constraints:
range: 0-80
.1.3.6.1.4.1.1991.1.2.2.14.1.3
snIpPrefixListAction
Action to take if the ip prefix match
with this filter.
Enumerationr/w
Enumerated Values:
0deny
1permit
.1.3.6.1.4.1.1991.1.2.2.14.1.4
snIpPrefixListAddr
Prefix IP address.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.14.1.5
snIpPrefixListMask
Prefix IP mask.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.14.1.6
snIpPrefixListGeValue
Greater than value.
Integer32r/w
Constraints:
range: 0-32
.1.3.6.1.4.1.1991.1.2.2.14.1.7
snIpPrefixListLeValue
Less than value.
Integer32r/w
Constraints:
range: 0-32
.1.3.6.1.4.1.1991.1.2.2.14.1.8
snIpPrefixListRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.2.14.1.9
snIpPrefixListLength
Prefix IP mask length.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.14.1.10
.1.3.6.1.4.1.1991.1.2.2.16 · 1 row entry · 5 columns
Ip As-Path Access List table, string version.
snIpAsPathAccessListStringEntry entry .1.3.6.1.4.1.1991.1.2.2.16.1
An entry in the Ip As-Path Access List table.
Indexes
snIpAsPathAccessListStringName snIpAsPathAccessListStringSequence
Column Syntax OID
snIpAsPathAccessListStringName
The table index for a filter entry, string version.
OctetString
Constraints:
range: 0-32
.1.3.6.1.4.1.1991.1.2.2.16.1.1
snIpAsPathAccessListStringSequence
The table sequence index for a filter entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.16.1.2
snIpAsPathAccessListStringAction
Action to take if the bgp address match
with this filter.
Enumerationr/w
Enumerated Values:
0deny
1permit
.1.3.6.1.4.1.1991.1.2.2.16.1.3
snIpAsPathAccessListStringRegExpression
Autonomous system in the filter using a regular expression.
Each character of the regular expression string is represented
by one octet.
OctetStringr/w
Constraints:
range: 0-256
.1.3.6.1.4.1.1991.1.2.2.16.1.4
snIpAsPathAccessListStringRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.2.16.1.5
.1.3.6.1.4.1.1991.1.2.2.17 · 1 row entry · 11 columns
Ip Community ListString table, string version.
snIpCommunityListStringEntry entry .1.3.6.1.4.1.1991.1.2.2.17.1
An entry in the Ip Community ListString table.
Indexes
snIpCommunityListStringName snIpCommunityListStringSequence
Column Syntax OID
snIpCommunityListStringName
The table index for a filter entry.
OctetString
Constraints:
range: 0-32
.1.3.6.1.4.1.1991.1.2.2.17.1.1
snIpCommunityListStringSequence
The table sequence index for a filter entry.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.17.1.2
snIpCommunityListStringAction
Action to take if the bgp address match
with this filter.
Enumerationr/w
Enumerated Values:
0deny
1permit
.1.3.6.1.4.1.1991.1.2.2.17.1.3
snIpCommunityListStringCommNum
A number from 1 to 0xFFFFFFFF. There are 20 of them.
This integer number is represented by 4 OCTETs.
This object is valid for standard community list.
For extended type, this will return NULL string.
The regular expre…
OctetStringr/w
Constraints:
range: 0-80
.1.3.6.1.4.1.1991.1.2.2.17.1.4
snIpCommunityListStringInternet
Disabled/Enabled the Internet Community.
Valid only for standard community list. For extended type, 0 is returned.
Enumerationr/w
Enumerated Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.2.17.1.5
snIpCommunityListStringNoAdvertise
Do not advertise this route to any peer (internal or external).
Valid only for standard community list. For extended type, 0 is returned.
Enumerationr/w
Enumerated Values:
0false
1true
.1.3.6.1.4.1.1991.1.2.2.17.1.6
snIpCommunityListStringNoExport
Do not advertise this route to an EBGP peer.
Valid only for standard community list. For extended type, 0 is returned.
Enumerationr/w
Enumerated Values:
0false
1true
.1.3.6.1.4.1.1991.1.2.2.17.1.7
snIpCommunityListStringRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.2.17.1.8
snIpCommunityListStringLocalAs
Send this route to peers in other sub-autonomous systems within
the local confederation. Do not advertise this route to an
external system.
Valid only for standard community list. For extended type, 0 is returned.
Enumerationr/w
Enumerated Values:
0false
1true
.1.3.6.1.4.1.1991.1.2.2.17.1.9
snIpCommunityListStringType
Type of the community list, whether standard or extended.
Default value is standard.
Enumerationr/w
Enumerated Values:
0standard
1extended
.1.3.6.1.4.1.1991.1.2.2.17.1.10
snIpCommunityListStringRegExpr
The regular expression string for extended community list.
This object will return NULL for standard community list.
OctetStringr/w
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.2.2.17.1.11
.1.3.6.1.4.1.1991.1.2.2.18 · 1 row entry · 5 columns
IP port If address table.
snRtIpPortIfAddrEntry entry .1.3.6.1.4.1.1991.1.2.2.18.1
An entry in the IP Port Address table.
Indexes
snRtIpPortIfAddrInterfaceIndex snRtIpPortIfAddress
Column Syntax OID
snRtIpPortIfAddrInterfaceIndex
The InterfaceIndex for port address entry.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.1991.1.2.2.18.1.1
snRtIpPortIfAddress
The port IP address.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.18.1.2
snRtIpPortIfSubnetMask
The port IP address subnet mask.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.2.18.1.3
snRtIpPortIfAddrType
The port IP address type.
Enumerationr/w
Enumerated Values:
1primary
2secondary
.1.3.6.1.4.1.1991.1.2.2.18.1.4
snRtIpPortIfRowStatus
To create or delete a port address
entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.18.1.5
.1.3.6.1.4.1.1991.1.2.2.19 · 1 row entry · 4 columns
IP port If access table.
snRtIpPortIfAccessEntry entry .1.3.6.1.4.1.1991.1.2.2.19.1
An entry in the IP Port access table.
Indexes
snRtIpPortIfAccessInterfaceIndex snRtIpPortIfAccessDirection
Column Syntax OID
snRtIpPortIfAccessInterfaceIndex
The InterfaceIndex for port access entry.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.1991.1.2.2.19.1.1
snRtIpPortIfAccessDirection
The incoming or outgoing check
for port access.
Enumeration
Enumerated Values:
1in
2out
.1.3.6.1.4.1.1991.1.2.2.19.1.2
snRtIpPortIfAccessFilters
1st octet correspond to 1st filter
number and so on.
OctetStringr/w .1.3.6.1.4.1.1991.1.2.2.19.1.3
snRtIpPortIfAccessRowStatus
To create or delete a port access
entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.2.19.1.4
.1.3.6.1.4.1.1991.1.2.2.20 · 1 row entry · 5 columns
IP port If Config table.
snRtIpPortIfConfigEntry entry .1.3.6.1.4.1.1991.1.2.2.20.1
An entry in the IP Port Config table.
Indexes
snRtIpPortIfConfigInterfaceIndex
Column Syntax OID
snRtIpPortIfConfigInterfaceIndex
The If index for port config entry.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.1991.1.2.2.20.1.1
snRtIpPortIfMtu
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.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.2.20.1.2
snRtIpPortIfEncap
Data link encapsulation to be used
on the IP frame transmitted on the
port.
Enumerationr/w
Enumerated Values:
1ethernet
2snap
3hdlc
4ppp
5other
.1.3.6.1.4.1.1991.1.2.2.20.1.3
snRtIpPortIfMetric
The metric.
Integer32r/w
Constraints:
range: 1-15
.1.3.6.1.4.1.1991.1.2.2.20.1.4
snRtIpPortIfDirBcastFwd
Enable/Disable directed broadcast forwarding on the port.
RtrStatusr/w
Textual Convention: RtrStatus Enumeration
Type Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.2.20.1.5
.1.3.6.1.4.1.1991.1.2.2.21 · 1 row entry · 5 columns
IP port counter table to display IP traffic statistics.
At present the system supports only IP statistics for Ethernet ports.
agIpPortCounterEntry entry .1.3.6.1.4.1.1991.1.2.2.21.1
An entry in the IP port counter table.
Indexes
IF-MIBifIndex agIpPortCounterIpVersion
Column Syntax OID
agIpPortCounterIpVersion
The version of IP protocol for which this counter entry is returned.
This table supports ipv4(1) and ipv6(2) enumerations.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.1991.1.2.2.21.1.1
agIpPortCounterRxPacket
Total IP packets received on a given interface.
SNMPv2-SMICounter64
Textual Convention: SNMPv2-SMICounter64 Unsigned64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.1991.1.2.2.21.1.2
agIpPortCounterRxOctet
Total IP octets received on a given interface.
SNMPv2-SMICounter64
Textual Convention: SNMPv2-SMICounter64 Unsigned64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.1991.1.2.2.21.1.3
agIpPortCounterTxPacket
Total IP packets transmitted out from a given interface.
SNMPv2-SMICounter64
Textual Convention: SNMPv2-SMICounter64 Unsigned64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.1991.1.2.2.21.1.4
agIpPortCounterTxOctet
Total IP octets transmitted out from a given interface.
SNMPv2-SMICounter64
Textual Convention: SNMPv2-SMICounter64 Unsigned64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.1991.1.2.2.21.1.5
.1.3.6.1.4.1.1991.1.2.3.2 · 1 row entry · 4 columns
IP Rip port Config table.
snRtIpRipPortConfigEntry entry .1.3.6.1.4.1.1991.1.2.3.2.1
An entry in the IP Rip Port Config table.
Indexes
snRtIpRipPortConfigPortIndex
Column Syntax OID
snRtIpRipPortConfigPortIndex deprecated
The port index for ip rip port config entry.
PortIndex
Textual Convention: PortIndex Integer32
.1.3.6.1.4.1.1991.1.2.3.2.1.1
snRtIpRipPortVersion deprecated
The ip rip version on this port.
Enumerationr/w
Enumerated Values:
0disabled
1v1Only
2v2Only
3v1CompatibleV2
.1.3.6.1.4.1.1991.1.2.3.2.1.2
snRtIpRipPortPoisonReverse deprecated
Enable/disable poison reverse.
RtrStatusr/w
Textual Convention: RtrStatus Enumeration
Type Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.3.2.1.3
snRtIpRipPortLearnDefault deprecated
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.
Enumerationr/w
Enumerated Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.3.2.1.4
.1.3.6.1.4.1.1991.1.2.3.3 · 1 row entry · 9 columns
IP Rip Redistribution table.
snRtIpRipRedisEntry entry .1.3.6.1.4.1.1991.1.2.3.3.1
An entry in the IP Rip Redistribution table.
Indexes
snRtIpRipRedisIndex
Column Syntax OID
snRtIpRipRedisIndex
The table index for a IP Rip Redistribution entry.
Integer32
Constraints:
range: 1-64
.1.3.6.1.4.1.1991.1.2.3.3.1.1
snRtIpRipRedisAction
The action to take when match this
IP Rip Redistribution entry.
Actionr/w
Textual Convention: Action Enumeration
Type Values:
0deny
1permit
.1.3.6.1.4.1.1991.1.2.3.3.1.2
snRtIpRipRedisProtocol
The protocol to be distributed. other(1) cannot be
used for SNMP-SET.
Enumerationr/w
Enumerated Values:
1other
2all
3static
4ospf
5bgp
6isis
7connected
.1.3.6.1.4.1.1991.1.2.3.3.1.3
snRtIpRipRedisIp
The ip address of the ip route to be distributed.
0.0.0.0 - all routes
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.3.3.1.4
snRtIpRipRedisMask
The ip subnet mask of the ip route to be distributed.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.3.3.1.5
snRtIpRipRedisMatchMetric
The metric of the route to be matched
to determine the redistribution.
0 - any metric value
Metricr/w
Textual Convention: Metric Integer32
Type Constraints:
range: 0..65535
.1.3.6.1.4.1.1991.1.2.3.3.1.6
snRtIpRipRedisSetMetric
The new metric of the route to be advertised.
0 - use the default metric.
Integer32r/w
Constraints:
range: 0-15
.1.3.6.1.4.1.1991.1.2.3.3.1.7
snRtIpRipRedisRowStatus
To create or delete a Redistribution entry.
RowStsr/w
Textual Convention: RowSts Enumeration
Type Values:
1other
2valid
3delete
4create
.1.3.6.1.4.1.1991.1.2.3.3.1.8
snRtIpRipRedisRouteMapName
The route map reference for this Redistribution entry.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.4.1.1991.1.2.3.3.1.9
.1.3.6.1.4.1.1991.1.2.3.4 · 1 row entry · 5 columns
ip rip route filter table.
snRtIpRipRouteFilterEntry entry .1.3.6.1.4.1.1991.1.2.3.4.1
An entry of the ip rip route filter table.
Indexes
snRtIpRipRouteFilterId
Column Syntax OID
snRtIpRipRouteFilterId
The filter ID to identify a filter entry.
Integer32
Constraints:
range: 1-64
.1.3.6.1.4.1.1991.1.2.3.4.1.1
snRtIpRipRouteFilterAction
Action to take if the ip rip packet matched
with this filter.
Actionr/w
Textual Convention: Action Enumeration
Type Values:
0deny
1permit
.1.3.6.1.4.1.1991.1.2.3.4.1.2
snRtIpRipRouteFilterIpAddr
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.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.3.4.1.3
snRtIpRipRouteFilterSubnetMask
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.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.3.4.1.4
snRtIpRipRouteFilterRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.3.4.1.5
.1.3.6.1.4.1.1991.1.2.3.5 · 1 row entry · 4 columns
ip rip neighbor filter table.
snRtIpRipNbrFilterEntry entry .1.3.6.1.4.1.1991.1.2.3.5.1
An entry of the ip rip neighbor filter table.
Indexes
snRtIpRipNbrFilterId
Column Syntax OID
snRtIpRipNbrFilterId
The filter ID to identify a filter entry.
Integer32
Constraints:
range: 1-64
.1.3.6.1.4.1.1991.1.2.3.5.1.1
snRtIpRipNbrFilterAction
Action to take if the ip rip packet source IP
address compares equal to the source IP address
in this filter.
Actionr/w
Textual Convention: Action Enumeration
Type Values:
0deny
1permit
.1.3.6.1.4.1.1991.1.2.3.5.1.2
snRtIpRipNbrFilterSourceIp
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.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.3.5.1.3
snRtIpRipNbrFilterRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.3.5.1.4
.1.3.6.1.4.1.1991.1.2.3.6 · 1 row entry · 4 columns
ip interface rip access table.
snRtIpRipPortAccessEntry entry .1.3.6.1.4.1.1991.1.2.3.6.1
An entry of the ip interface rip access table.
Indexes
snRtIpRipPortAccessPort snRtIpRipPortAccessDir
Column Syntax OID
snRtIpRipPortAccessPort deprecated
The ip interface to which the rip filter applies.
PortIndex
Textual Convention: PortIndex Integer32
.1.3.6.1.4.1.1991.1.2.3.6.1.1
snRtIpRipPortAccessDir deprecated
The access direction of incoming packet filter
or outgoing packet filter.
Enumeration
Enumerated Values:
1in
2out
.1.3.6.1.4.1.1991.1.2.3.6.1.2
snRtIpRipPortAccessFilterList deprecated
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)
OctetStringr/w
Constraints:
range: 1-64
.1.3.6.1.4.1.1991.1.2.3.6.1.3
snRtIpRipPortAccessRowStatus deprecated
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.3.6.1.4
.1.3.6.1.4.1.1991.1.2.3.7 · 1 row entry · 4 columns
IP Rip port If Config table.
snRtIpRipPortIfConfigEntry entry .1.3.6.1.4.1.1991.1.2.3.7.1
An entry in the IP Rip Port If Config table.
Indexes
snRtIpRipPortIfConfigInterfaceIndex
Column Syntax OID
snRtIpRipPortIfConfigInterfaceIndex
The If index for ip rip port config entry.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.1991.1.2.3.7.1.1
snRtIpRipPortIfVersion
The ip rip version on this port.
Enumerationr/w
Enumerated Values:
0disabled
1v1Only
2v2Only
3v1CompatibleV2
.1.3.6.1.4.1.1991.1.2.3.7.1.2
snRtIpRipPortIfPoisonReverse
Enable/disable poison reverse.
RtrStatusr/w
Textual Convention: RtrStatus Enumeration
Type Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.3.7.1.3
snRtIpRipPortIfLearnDefault
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.
Enumerationr/w
Enumerated Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.3.7.1.4
.1.3.6.1.4.1.1991.1.2.3.8 · 1 row entry · 4 columns
ip interface rip access table.
snRtIpRipPortIfAccessEntry entry .1.3.6.1.4.1.1991.1.2.3.8.1
An entry of the ip interface rip access table.
Indexes
snRtIpRipPortIfAccessPort snRtIpRipPortIfAccessDir
Column Syntax OID
snRtIpRipPortIfAccessPort
The ip interface to which the rip filter applies.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.1991.1.2.3.8.1.1
snRtIpRipPortIfAccessDir
The access direction of incoming packet filter
or outgoing packet filter.
Enumeration
Enumerated Values:
1in
2out
.1.3.6.1.4.1.1991.1.2.3.8.1.2
snRtIpRipPortIfAccessFilterList
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)
OctetStringr/w
Constraints:
range: 1-64
.1.3.6.1.4.1.1991.1.2.3.8.1.3
snRtIpRipPortIfAccessRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.3.8.1.4
.1.3.6.1.4.1.1991.1.2.5.1.13 · 1 row entry · 11 columns
The (conceptual) table listing the router's DVMRP virtual
interfaces. snDvmrpEnable must be 'enabled' before this
table is read or writen.
snDvmrpVInterfaceEntry entry .1.3.6.1.4.1.1991.1.2.5.1.13.1
An entry (conceptual row) in the snDvmrpVInterfaceTable.
This row augments ipMRouteInterfaceEntry in the IP
Multicast MIB, where the threshold object resides.
Indexes
snDvmrpVInterfaceVifIndex
Column Syntax OID
snDvmrpVInterfaceVifIndex
The ifIndex value of this DVMRP virtual interface.
Integer32
Constraints:
range: 1-48
.1.3.6.1.4.1.1991.1.2.5.1.13.1.1
snDvmrpVInterfaceType
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 acce…
Enumerationr/w
Enumerated Values:
1tunnel
2querier
3subnet
.1.3.6.1.4.1.1991.1.2.5.1.13.1.2
snDvmrpVInterfaceOperState
The current operational state of this DVMRP virtual
interface.
Enumeration
Enumerated Values:
1up
2down
.1.3.6.1.4.1.1991.1.2.5.1.13.1.3
snDvmrpVInterfaceLocalAddress
The IP address of the local end of this DVMRP virtual
interface.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.5.1.13.1.4
snDvmrpVInterfaceRemoteAddress
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.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.5.1.13.1.5
snDvmrpVInterfaceRemoteSubnetMask
The subnet mask for a directly connected subnet. For
a tunnel, this should be 0.0.0.0.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.5.1.13.1.6
snDvmrpVInterfaceMetric
The distance metric for this DVMRP virtual interface which
is used to calculate distance vectors.
Integer32r/w
Constraints:
range: 1-31
.1.3.6.1.4.1.1991.1.2.5.1.13.1.7
snDvmrpVInterfaceTtlThreshold
This is the minimum time-to-live value to forward the packets
out of this virtual interface.
Integer32r/w
Constraints:
range: 1-254
.1.3.6.1.4.1.1991.1.2.5.1.13.1.8
snDvmrpVInterfaceAdvertiseLocal
Enable or disable the advertising of this local route.
RtrStatusr/w
Textual Convention: RtrStatus Enumeration
Type Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.5.1.13.1.9
snDvmrpVInterfaceEncapsulation
Enable or disable the encapsulation of the DVMRP control
packets when using IPINIP encapsulation.
RtrStatusr/w
Textual Convention: RtrStatus Enumeration
Type Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.5.1.13.1.10
snDvmrpVInterfaceStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.5.1.13.1.11
.1.3.6.1.4.1.1991.1.2.5.1.14 · 1 row entry · 9 columns
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 entry .1.3.6.1.4.1.1991.1.2.5.1.14.1
An entry (conceptual row) in the snDvmrpNeighborTable.
Indexes
snDvmrpNeighborEntryIndex
Column Syntax OID
snDvmrpNeighborEntryIndex
The table entry index.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.5.1.14.1.1
snDvmrpNeighborVifIndex
The value of VifIndex for the virtual interface used to
reach this DVMRP neighbor.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.5.1.14.1.2
snDvmrpNeighborAddress
The IP address of the DVMRP neighbor for which this entry
contains information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.5.1.14.1.3
snDvmrpNeighborUpTime
The time since this DVMRP neighbor (last) became a neighbor
of the local router.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.14.1.4
snDvmrpNeighborExpiryTime
The minimum time remaining before this DVMRP neighbor will
be aged out.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.14.1.5
snDvmrpNeighborGenerationId
The neighboring router's generation identifier.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.5.1.14.1.6
snDvmrpNeighborMajorVersion
The neighboring router's major DVMRP version number.
Integer32
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.2.5.1.14.1.7
snDvmrpNeighborMinorVersion
The neighboring router's minor DVMRP version number.
Integer32
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.2.5.1.14.1.8
snDvmrpNeighborCapabilities
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
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.5.1.14.1.9
.1.3.6.1.4.1.1991.1.2.5.1.15 · 1 row entry · 7 columns
The routing table used by DVMRP in place of the unicast
routing table. snDvmrpEnable must be 'enabled' before this
table is read.
snDvmrpRouteEntry entry .1.3.6.1.4.1.1991.1.2.5.1.15.1
An entry (conceptual row) containing the multicast routing
information used by DVMRP in place of the unicast routing
information.
Indexes
snDvmrpRouteEntryIndex
Column Syntax OID
snDvmrpRouteEntryIndex
The table entry index.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.5.1.15.1.1
snDvmrpRouteSource
The network address which when combined with the
corresponding value of snDvmrpRouteSourceMask identifies the
sources for which this entry contains multicast routing
information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.5.1.15.1.2
snDvmrpRouteSourceMask
The network mask which when combined with the corresponding
value of snDvmrpRouteSource identifies the sources for which
this entry contains multicast routing information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.5.1.15.1.3
snDvmrpRouteUpstreamNeighbor
The address of the upstream neighbor (e.g., RPF neighbor)
from which IP datagrams from these sources are received.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.5.1.15.1.4
snDvmrpRouteVifIndex
The value of snDvmrpVInterfaceVifIndex for the virtual
interface on which IP datagrams sent by these sources are
received.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.5.1.15.1.5
snDvmrpRouteMetric
The distance in hops to the source subnet.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.5.1.15.1.6
snDvmrpRouteExpiryTime
The minimum amount of time remaining before this entry will
be aged out.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.15.1.7
.1.3.6.1.4.1.1991.1.2.5.1.16 · 1 row entry · 4 columns
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 entry .1.3.6.1.4.1.1991.1.2.5.1.16.1
An entry (conceptual row) in the list of next hops on
outgoing interfaces to which IP multicast datagrams from
particular sources are routed.
Indexes
snDvmrpRouteNextHopSource snDvmrpRouteNextHopSourceMask snDvmrpRouteNextHopVifIndex
Column Syntax OID
snDvmrpRouteNextHopSource
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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.5.1.16.1.1
snDvmrpRouteNextHopSourceMask
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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.5.1.16.1.2
snDvmrpRouteNextHopVifIndex
The snDvmrpVInterfaceVifIndex value of the virtual interface
for the outgoing interface for this next hop.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.5.1.16.1.3
snDvmrpRouteNextHopType
Type is leaf if no neighbors exist on the outgoing virtual
interface. Otherwise, type is branch.
Enumeration
Enumerated Values:
1leaf
2branch
.1.3.6.1.4.1.1991.1.2.5.1.16.1.4
.1.3.6.1.4.1.1991.1.2.5.1.17 · 1 row entry · 20 columns
The (conceptual) table listing the router's DVMRP virtual interface
statistical counters. snDvmrpEnable must be 'enabled' before this
table is read.
snDvmrpVIfStatEntry entry .1.3.6.1.4.1.1991.1.2.5.1.17.1
An entry (conceptual row) in the snDvmrpVIfStatTable.
Indexes
snDvmrpVIfStatVifIndex
Column Syntax OID
snDvmrpVIfStatVifIndex
The ifIndex value of this DVMRP virtual interface.
Integer32
Constraints:
range: 1-65535
.1.3.6.1.4.1.1991.1.2.5.1.17.1.1
snDvmrpVIfStatInPkts
The number of packets that have arrived on the DVMRP
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.2
snDvmrpVIfStatOutPkts
The number of packets that have been sent on the DVMRP
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.3
snDvmrpVIfStatInOctets
The number of octets that have arrived on the DVMRP
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.4
snDvmrpVIfStatOutOctets
The number of octets that have been sent on the DVMRP
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.5
snDvmrpVIfStatInProbePkts
The number of probe packets that have arrived
on the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.6
snDvmrpVIfStatOutProbePkts
The number of probe packets that have been sent
on the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.7
snDvmrpVIfStatDiscardProbePkts
The number of probe packets that have been discarded
by the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.8
snDvmrpVIfStatInRtUpdatePkts
The number of route update packets that have arrived
on the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.9
snDvmrpVIfStatOutRtUpdatePkts
The number of route update packets that have been sent
on the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.10
snDvmrpVIfStatDiscardRtUpdatePkts
The number of route update packets that have been
discarded by the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.11
snDvmrpVIfStatInGraftPkts
The number of graft packets that have arrived
on the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.12
snDvmrpVIfStatOutGraftPkts
The number of graft packets that have been sent
on the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.13
snDvmrpVIfStatDiscardGraftPkts
The number of graft packets that have been discarded
by the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.14
snDvmrpVIfStatInGraftAckPkts
The number of graft acknowledge packets that have arrived
on the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.15
snDvmrpVIfStatOutGraftAckPkts
The number of graft acknowledge packets that have been
sent on the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.16
snDvmrpVIfStatDiscardGraftAckPkts
The number of graft acknowledge packets that have been
discarded by the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.17
snDvmrpVIfStatInPrunePkts
The number of prune packets that have arrived on the DVMRP
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.18
snDvmrpVIfStatOutPrunePkts
The number of prune packets that have been sent on the DVMRP
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.19
snDvmrpVIfStatDiscardPrunePkts
The number of prune packets that have been discarded
by the DVMRP virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.5.1.17.1.20
.1.3.6.1.4.1.1991.1.2.7.2.1 · 1 row entry · 12 columns
The FSRP Interface Table describes the interfaces from
the viewpoint of FSRP.
snFsrpIfEntry entry .1.3.6.1.4.1.1991.1.2.7.2.1.1
The FSRP Interface Entry describes one interface from
the viewpoint of FSRP.
Indexes
snFsrpIfPort snFsrpIfIpAddress
Column Syntax OID
snFsrpIfPort
The physical router port of this FSRP interface.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.7.2.1.1.1
snFsrpIfIpAddress
The IP Address of the physical router port of this
interface.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.7.2.1.1.2
snFsrpIfVirRtrIpAddr
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 o…
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.7.2.1.1.3
snFsrpIfOtherRtrIpAddr
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
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.7.2.1.1.4
snFsrpIfPreferLevel
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.
Integer32r/w
Constraints:
range: 1-255
.1.3.6.1.4.1.1991.1.2.7.2.1.1.5
snFsrpIfTrackPortMask deprecated
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 w…
FOUNDRY-SN-SWITCH-GROUP-MIBPortMaskr/w
Textual Convention: FOUNDRY-SN-SWITCH-GROUP-MIBPortMask Integer32
.1.3.6.1.4.1.1991.1.2.7.2.1.1.6
snFsrpIfRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.7.2.1.1.7
snFsrpIfState
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
Enumerated Values:
0init
1negotiating
2standby
3active
.1.3.6.1.4.1.1991.1.2.7.2.1.1.8
snFsrpIfKeepAliveTime
The heart-beat is from 1 to 120 seconds.
Integer32r/w
Constraints:
range: 1-120
.1.3.6.1.4.1.1991.1.2.7.2.1.1.9
snFsrpIfRouterDeadTime
The hold time of the Fsrp router is from 3 to 255 seconds.
Integer32r/w
Constraints:
range: 3-255
.1.3.6.1.4.1.1991.1.2.7.2.1.1.10
snFsrpIfChassisTrackPortMask deprecated
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 w…
OctetStringr/w
Constraints:
range: 32-32
.1.3.6.1.4.1.1991.1.2.7.2.1.1.11
snFsrpIfTrackPortList
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 va…
OctetStringr/w .1.3.6.1.4.1.1991.1.2.7.2.1.1.12
.1.3.6.1.4.1.1991.1.2.9.1.7 · 1 row entry · 9 columns
The (conceptual) table listing the router's PIM virtual
interfaces. snPimEnable must be 'enabled' before this
table is read or writen.
snPimVInterfaceEntry entry .1.3.6.1.4.1.1991.1.2.9.1.7.1
An entry (conceptual row) in the snPimVInterfaceTable.
Indexes
snPimVInterfaceVifIndex
Column Syntax OID
snPimVInterfaceVifIndex
The ifIndex value of this PIM virtual interface.
Integer32
Constraints:
range: 1-48
.1.3.6.1.4.1.1991.1.2.9.1.7.1.1
snPimVInterfaceType
The type of PIM virtual interface, whether it uses
a tunnel or a physical interface.
Enumerationr/w
Enumerated Values:
1tunnel
2subnet
.1.3.6.1.4.1.1991.1.2.9.1.7.1.2
snPimVInterfaceLocalAddress
The IP address of the local end of this PIM virtual
interface.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.1.7.1.3
snPimVInterfaceLocalSubnetMask
The network mask for the IP address of the PIM
virtual interface. For a tunnel, this should be
0.0.0.0.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.1.7.1.4
snPimVInterfaceRemoteAddress
The IP address of the remote end of this PIM virtual
interface.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.1.7.1.5
snPimVInterfaceDR
The Designated Router on this PIM virtual interface.
For point-to-point interfaces, this object has the
value 0.0.0.0.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.1.7.1.6
snPimVInterfaceTtlThreshold
This is the minimum time-to-live value to forward the packets
out of this interface.
Integer32r/w
Constraints:
range: 1-31
.1.3.6.1.4.1.1991.1.2.9.1.7.1.7
snPimVInterfaceStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.9.1.7.1.8
snPimVInterfaceMode
The configured mode of this PIM interface.
Enumerationr/w
Enumerated Values:
1dense
2sparse
.1.3.6.1.4.1.1991.1.2.9.1.7.1.9
.1.3.6.1.4.1.1991.1.2.9.1.8 · 1 row entry · 5 columns
The (conceptual) table listing the router's PIM
neighbors. snPimEnable must be 'enabled' before this
table is read.
snPimNeighborEntry entry .1.3.6.1.4.1.1991.1.2.9.1.8.1
An entry (conceptual row) in the snPimNeighborTable.
Indexes
snPimNeighborEntryIndex
Column Syntax OID
snPimNeighborEntryIndex
The table entry index.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.9.1.8.1.1
snPimNeighborVifIndex
The value of VifIndex for the virtual interface used to
reach this PIM neighbor.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.9.1.8.1.2
snPimNeighborAddress
The IP address of the PIM neighbor for which this entry
contains information.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.1.8.1.3
snPimNeighborUpTime
The time since this PIM neighbor (last) became a neighbor
of the local router.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.8.1.4
snPimNeighborExpiryTime
The minimum time remaining before this PIM neighbor will
be aged out.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.8.1.5
.1.3.6.1.4.1.1991.1.2.9.1.9 · 1 row entry · 19 columns
The (conceptual) table listing the router's PIM virtual
interface statistical counters. snPimEnable must be
'enabled' before this table is read.
snPimVIfStatEntry entry .1.3.6.1.4.1.1991.1.2.9.1.9.1
An entry (conceptual row) in the snPimVIfStatTable.
Indexes
snPimVIfStatVifIndex
Column Syntax OID
snPimVIfStatVifIndex
The ifIndex value of this PIM virtual interface.
Integer32
Constraints:
range: 1-32
.1.3.6.1.4.1.1991.1.2.9.1.9.1.1
snPimVIfStatInJoinPkts
The number of join packets that have arrived
on the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.2
snPimVIfStatOutJoinPkts
The number of join packets that have been sent
on the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.3
snPimVIfStatDiscardJoinPkts
The number of join packets that have been discarded
by the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.4
snPimVIfStatInPrunePkts
The number of prune packets that have arrived on the PIM
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.5
snPimVIfStatOutPrunePkts
The number of prune packets that have been sent on the PIM
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.6
snPimVIfStatDiscardPrunePkts
The number of prune packets that have been discarded
by the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.7
snPimVIfStatInAssertPkts
The number of assert packets that have arrived
on the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.8
snPimVIfStatOutAssertPkts
The number of assert packets that have been sent
on the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.9
snPimVIfStatDiscardAssertPkts
The number of assert packets that have been
discarded by the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.10
snPimVIfStatInHelloPkts
The number of hello packets that have arrived on the PIM
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.11
snPimVIfStatOutHelloPkts
The number of hello packets that have been sent on the PIM
virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.12
snPimVIfStatDiscardHelloPkts
The number of hello packets that have been discarded
by the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.13
snPimVIfStatInGraftPkts
The number of graft packets that have arrived
on the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.14
snPimVIfStatOutGraftPkts
The number of graft packets that have been sent
on the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.15
snPimVIfStatDiscardGraftPkts
The number of graft packets that have been discarded
by the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.16
snPimVIfStatInGraftAckPkts
The number of graft acknowledge packets that have arrived
on the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.17
snPimVIfStatOutGraftAckPkts
The number of graft acknowledge packets that have been
sent on the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.18
snPimVIfStatDiscardGraftAckPkts
The number of graft acknowledge packets that have been
discarded by the PIM virtual interface.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.1991.1.2.9.1.9.1.19
.1.3.6.1.4.1.1991.1.2.9.2.2 · 1 row entry · 4 columns
Candidate Bootstrap Router information.
snPimCandidateBSREntry entry .1.3.6.1.4.1.1991.1.2.9.2.2.1
An entry (conceptual row) in the snPimCandidateBSRTable.
Indexes
snPimCandidateBSRPortID
Column Syntax OID
snPimCandidateBSRPortID
The IP address of the PIM interface.
The bit 0 to bit 7: port number.
The bit 8 to bit 11: slot number.
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.1991.1.2.9.2.2.1.1
snPimCandidateBSRIPAddress
The (unicast) address of the Candidate BSR.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.2.2.1.2
snPimCandidateBSRHashMaskLen
The hash mask value for this router as a candidate
bootstrap router.
Integer32r/w
Constraints:
range: 1-32
.1.3.6.1.4.1.1991.1.2.9.2.2.1.3
snPimCandidateBSRPreference
The preference value for this router as a candidate
bootstrap router.
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.2.9.2.2.1.4
.1.3.6.1.4.1.1991.1.2.9.2.3 · 1 row entry · 4 columns
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 entry .1.3.6.1.4.1.1991.1.2.9.2.3.1
An entry (conceptual row) in the snPimRPSetTable.
Indexes
snPimRPSetGroupAddress snPimRPSetMask snPimRPSetIPAddress
Column Syntax OID
snPimRPSetGroupAddress
The IP multicast group address which, when combined with
snPimRPSetGroupMask, gives the group prefix for which this
entry contains information about the Candidate-RP.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.2.3.1.1
snPimRPSetMask
The multicast group address mask which, when combined with
snPimRPSetGroupAddress, gives the group prefix for which this
entry contains information about the Candidate-RP.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.2.3.1.2
snPimRPSetIPAddress
The IP address of the Candidate-RP.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.2.3.1.3
snPimRPSetHoldTime
The holdtime, in seconds, of a Candidate-RP. If the
local router is not the BSR, this value is 0.
Integer32
Constraints:
range: 0-255
.1.3.6.1.4.1.1991.1.2.9.2.3.1.4
.1.3.6.1.4.1.1991.1.2.9.2.4 · 1 row entry · 4 columns
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 entry .1.3.6.1.4.1.1991.1.2.9.2.4.1
An entry (conceptual row) in the snPimCandidateRPTable.
Indexes
snPimCandidateRPGroupAddress snPimCandidateRPMask
Column Syntax OID
snPimCandidateRPGroupAddress
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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.2.4.1.1
snPimCandidateRPMask
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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.2.4.1.2
snPimCandidateRPIPAddress
The (unicast) address of the interface which will be
advertised as a Candidate-RP.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.1991.1.2.9.2.4.1.3
snPimCandidateRPRowStatus
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 wri…
Enumerationr/w
Enumerated Values:
0noSuch
1other
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.9.2.4.1.4
.1.3.6.1.4.1.1991.1.2.13.1 · 1 row entry · 3 columns
Loopback Interface Config table.
snLoopbackIntfConfigEntry entry .1.3.6.1.4.1.1991.1.2.13.1.1
An entry in the Loopback Interface Config table.
Indexes
snLoopbackIntfConfigPortIndex
Column Syntax OID
snLoopbackIntfConfigPortIndex
The port index for Loopback Interface config entry.
Integer32
Constraints:
range: 1-8
.1.3.6.1.4.1.1991.1.2.13.1.1.1
snLoopbackIntfMode
The Loopback Interface mode.
Enumerationr/w
Enumerated Values:
0disabled
1enabled
.1.3.6.1.4.1.1991.1.2.13.1.1.2
snLoopbackIntfRowStatus
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…
Enumerationr/w
Enumerated Values:
1invalid
2valid
3delete
4create
5modify
.1.3.6.1.4.1.1991.1.2.13.1.1.3