DELL-NETWORKING-FIB-MIB Table View

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

Tables
3
Rows
3
Columns
21
.1.3.6.1.4.1.6027.3.9.1.1 · 1 row entry · 2 columns
This entity's IP forward version table.
dellNetIpForwardVersionEntry entry .1.3.6.1.4.1.6027.3.9.1.1.1
The row definition for the ip forward version Table.
Indexes
chSysCardNumber dellNetIpForwardAddrFamily
Column Syntax OID
dellNetIpForwardAddrFamily
Address Family of the IP Forwarding Table for which this entry
provides the Version information.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.6027.3.9.1.1.1.1
dellNetIpForwardVersion
A version number on the Forwarding Table.
This is always fetched from one line card.
SNMPv2-SMICounter64
Textual Convention: SNMPv2-SMICounter64 Unsigned64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.6027.3.9.1.1.1.2

dellNetIpForwardTable

table deprecated
.1.3.6.1.4.1.6027.3.9.1.2 · 1 row entry · 8 columns
This entity's IP Routing table.
dellNetIpForwardEntry entry .1.3.6.1.4.1.6027.3.9.1.2.1
A particular route to a particular destination,
under a particular policy.
Indexes
chSysCardNumber dellNetIpforwardDest dellNetIpforwardMask dellNetIpforwardNextHop dellNetIpforwardFirstHop
Column Syntax OID
dellNetIpforwardDest deprecated
The destination IP address of this route. An
entry with a value of 0.0.0.0 is considered a
default route.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.6027.3.9.1.2.1.1
dellNetIpforwardMask deprecated
Indicate the mask to be logical-ANDed with the destination
address before being compared to the value in
the dellNetIpforwardDest field.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.6027.3.9.1.2.1.2
dellNetIpforwardNextHop deprecated
On remote routes, the address of the next system
en route; Otherwise, 0.0.0.0.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.6027.3.9.1.2.1.3
dellNetIpforwardFirstHop deprecated
On remote routes, the address of the Gateway
to the nexthop; 0.0.0.0 if the Nexthop itself is a Gateway
to the Destination
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.6027.3.9.1.2.1.4
dellNetIpforwardIfIndex deprecated
The ifIndex value which identifies the local
interface through which the next hop of this
route should be reached.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.6027.3.9.1.2.1.5
dellNetIpforwardMacAddress deprecated
The Mac address of the NextHop.
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.6027.3.9.1.2.1.6
dellNetIpforwardEgressPort deprecated
The name of the egress port to which the packets will be
forwarded.
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.6027.3.9.1.2.1.7
dellNetIpforwardCamIndex deprecated
Cam Entry corresponding to a row.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.6027.3.9.1.2.1.8
.1.3.6.1.4.1.6027.3.9.1.5 · 1 row entry · 11 columns
This entity's IP Routing table.
dellNetInetCidrRouteTableEntry entry .1.3.6.1.4.1.6027.3.9.1.5.1
A particular route to a particular destination

Implementers need to be aware that if the total number
of elements (octets or sub-identifiers) in
inetCidrRouteDest, inetCidrRoutePolicy, and
inetCidrRouteNex…
Indexes
chSysCardNumber dellNetInetCidrRouteDestType dellNetInetCidrRouteDest dellNetInetCidrRoutePfxLen dellNetInetCidrRouteNextHopType dellNetInetCidrRouteNextHop dellNetInetCidrRouteFirstHopType dellNetInetCidrRouteFirstHop
Column Syntax OID
dellNetInetCidrRouteDestType
The type of the inetCidrRouteDest address, as defined
in the InetAddress MIB.

Only those address types that may appear in an actual
routing table are allowed as values of this object.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.6027.3.9.1.5.1.1
dellNetInetCidrRouteDest
The destination IP address of this route.
The type of this address is determined by the value of
the inetCidrRouteDestType object.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.6027.3.9.1.5.1.2
dellNetInetCidrRoutePfxLen
Indicates the number of leading one bits that form the
mask to be logical-ANDed with the destination address
before being compared to the value in the inetCidrRouteDest field.
INET-ADDRESS-MIBInetAddressPrefixLength
Textual Convention: INET-ADDRESS-MIBInetAddressPrefixLength Unsigned32
Type Constraints:
range: 0..2040
.1.3.6.1.4.1.6027.3.9.1.5.1.3
dellNetInetCidrRouteNextHopType
The type of the inetCidrRouteNextHop address, as
defined in the InetAddress MIB.

Value should be set to unknown(0) for non-remote
routes.

Only those address types that may appear in an actu…
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.6027.3.9.1.5.1.4
dellNetInetCidrRouteNextHop
On remote routes, the address of the next system en
route. For non-remote routes, a zero length string.

The type of this address is determined by the value of
the inetCidrRouteNextHopType object.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.6027.3.9.1.5.1.5
dellNetInetCidrRouteFirstHopType
The type of the inetCidrRouteFirstHop address, as
defined in the InetAddress MIB.

Value should be set to unknown(0) for non-remote
routes.

Only those address types that may appear in an act…
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.6027.3.9.1.5.1.6
dellNetInetCidrRouteFirstHop
The address of the gateway to the Nexthop.
If the nexthop itself is the gateway, a zero length string.

The type of this address is determined by the value of
the inetCidrRouteFirstHopType object.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.6027.3.9.1.5.1.7
dellNetInetCidrRouteIfIndex
The ifIndex value that identifies the local interface
through which the next hop of this route should be
reached. A value of 0 is valid and represents the
scenario where no interface is specified.
IF-MIBInterfaceIndexOrZero
Textual Convention: IF-MIBInterfaceIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.6027.3.9.1.5.1.8
dellNetInetCidrRouteMacAddress
The Mac address of the NextHop.
SNMPv2-TCMacAddress
Textual Convention: SNMPv2-TCMacAddress OctetString
Type Constraints:
range: 6
.1.3.6.1.4.1.6027.3.9.1.5.1.9
dellNetInetCidrRouteEgressPort
The name of the egress port to which the packets will be
forwarded.
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.6027.3.9.1.5.1.10
dellNetInetCidrRouteCamIndex
Cam Entry corresponding to a row.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.6027.3.9.1.5.1.11