F10-FIB-MIB

File: F10-FIB-MIB.mib (15515 bytes)

Imported modules

SNMPv2-SMI IF-MIB INET-ADDRESS-MIB
SNMPv2-TC SNMPv2-CONF F10-CHASSIS-MIB
FORCE10-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Gauge32 Integer32 IpAddress
Counter64 InterfaceIndexOrZero InetAddressType
InetAddress InetAddressPrefixLength MacAddress
MODULE-COMPLIANCE OBJECT-GROUP chSysCardNumber
f10Mgmt

Defined Types

F10IpForwardVersionEntry  
SEQUENCE    
  f10IpForwardAddrFamily InetAddressType
  f10IpForwardVersion Counter64

F10IpForwardEntry  
SEQUENCE    
  f10IpforwardDest IpAddress
  f10IpforwardMask IpAddress
  f10IpforwardNextHop IpAddress
  f10IpforwardFirstHop IpAddress
  f10IpforwardIfIndex Integer32
  f10IpforwardMacAddress MacAddress
  f10IpforwardEgressPort OCTET STRING
  f10IpforwardCamIndex Integer32

F10InetCidrRouteTableEntry  
SEQUENCE    
  f10InetCidrRouteDestType InetAddressType
  f10InetCidrRouteDest InetAddress
  f10InetCidrRoutePfxLen InetAddressPrefixLength
  f10InetCidrRouteNextHopType InetAddressType
  f10InetCidrRouteNextHop InetAddress
  f10InetCidrRouteFirstHopType InetAddressType
  f10InetCidrRouteFirstHop InetAddress
  f10InetCidrRouteIfIndex InterfaceIndexOrZero
  f10InetCidrRouteMacAddress MacAddress
  f10InetCidrRouteEgressPort OCTET STRING
  f10InetCidrRouteCamIndex Unsigned32

Defined Values

f10IpForwardMib 1.3.6.1.4.1.6027.3.9
This MIB module is used to display CIDR multipath IP Routes.
MODULE-IDENTITY    

f10IpForwardMibObjects 1.3.6.1.4.1.6027.3.9.1
OBJECT IDENTIFIER    

f10IpForwardMibConformance 1.3.6.1.4.1.6027.3.9.2
OBJECT IDENTIFIER    

f10IpForwardVersionTable 1.3.6.1.4.1.6027.3.9.1.1
This entity's IP forward version table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F10IpForwardVersionEntry

f10IpForwardVersionEntry 1.3.6.1.4.1.6027.3.9.1.1.1
The row definition for the ip forward version Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  F10IpForwardVersionEntry  

f10IpForwardAddrFamily 1.3.6.1.4.1.6027.3.9.1.1.1.1
Address Family of the IP Forwarding Table for which this entry provides the Version information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

f10IpForwardVersion 1.3.6.1.4.1.6027.3.9.1.1.1.2
A version number on the Forwarding Table. This is always fetched from one line card.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

f10IpForwardTable 1.3.6.1.4.1.6027.3.9.1.2
This entity's IP Routing table.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F10IpForwardEntry

f10IpForwardEntry 1.3.6.1.4.1.6027.3.9.1.2.1
A particular route to a particular destination, under a particular policy.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  F10IpForwardEntry  

f10IpforwardDest 1.3.6.1.4.1.6027.3.9.1.2.1.1
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

f10IpforwardMask 1.3.6.1.4.1.6027.3.9.1.2.1.2
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the f10IpforwardDest field.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

f10IpforwardNextHop 1.3.6.1.4.1.6027.3.9.1.2.1.3
On remote routes, the address of the next system en route; Otherwise, 0.0.0.0.
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

f10IpforwardFirstHop 1.3.6.1.4.1.6027.3.9.1.2.1.4
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
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

f10IpforwardIfIndex 1.3.6.1.4.1.6027.3.9.1.2.1.5
The ifIndex value which identifies the local interface through which the next hop of this route should be reached.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

f10IpforwardMacAddress 1.3.6.1.4.1.6027.3.9.1.2.1.6
The Mac address of the NextHop.
Status: deprecated Access: read-only
OBJECT-TYPE    
  MacAddress  

f10IpforwardEgressPort 1.3.6.1.4.1.6027.3.9.1.2.1.7
The name of the egress port to which the packets will be forwarded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

f10IpforwardCamIndex 1.3.6.1.4.1.6027.3.9.1.2.1.8
Cam Entry corresponding to a row.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

f10InetCidrIpv4RouteNumber 1.3.6.1.4.1.6027.3.9.1.3
The number of current f10InetCidrRouteTable entries that are not Invalid and whose f10InetCidrRouteDestType is ipv4(1)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

f10InetCidrIpv6RouteNumber 1.3.6.1.4.1.6027.3.9.1.4
The number of current f10InetCidrRouteTable entries that are not Invalid and whose f10InetCidrRouteDestType is ipv6(2)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

f10InetCidrRouteTable 1.3.6.1.4.1.6027.3.9.1.5
This entity's IP Routing table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    F10InetCidrRouteTableEntry

f10InetCidrRouteTableEntry 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 inetCidrRouteNextHop exceeds 111, then OIDs of column instances in this table will have more than 128 sub- identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3. For S-Series Platform, Value of chSysCardNumber will always be zero
Status: current Access: not-accessible
OBJECT-TYPE    
  F10InetCidrRouteTableEntry  

f10InetCidrRouteDestType 1.3.6.1.4.1.6027.3.9.1.5.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

f10InetCidrRouteDest 1.3.6.1.4.1.6027.3.9.1.5.1.2
The destination IP address of this route. The type of this address is determined by the value of the inetCidrRouteDestType object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

f10InetCidrRoutePfxLen 1.3.6.1.4.1.6027.3.9.1.5.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

f10InetCidrRouteNextHopType 1.3.6.1.4.1.6027.3.9.1.5.1.4
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 actual routing table are allowed as values of this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

f10InetCidrRouteNextHop 1.3.6.1.4.1.6027.3.9.1.5.1.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

f10InetCidrRouteFirstHopType 1.3.6.1.4.1.6027.3.9.1.5.1.6
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 actual routing table are allowed as values of this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

f10InetCidrRouteFirstHop 1.3.6.1.4.1.6027.3.9.1.5.1.7
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

f10InetCidrRouteIfIndex 1.3.6.1.4.1.6027.3.9.1.5.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

f10InetCidrRouteMacAddress 1.3.6.1.4.1.6027.3.9.1.5.1.9
The Mac address of the NextHop.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

f10InetCidrRouteEgressPort 1.3.6.1.4.1.6027.3.9.1.5.1.10
The name of the egress port to which the packets will be forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

f10InetCidrRouteCamIndex 1.3.6.1.4.1.6027.3.9.1.5.1.11
Cam Entry corresponding to a row.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

f10IpForwardMibCompliances 1.3.6.1.4.1.6027.3.9.2.1
OBJECT IDENTIFIER    

f10IpForwardMibGroups 1.3.6.1.4.1.6027.3.9.2.2
OBJECT IDENTIFIER    

f10IpForwardMibCompliance 1.3.6.1.4.1.6027.3.9.2.1.1
The basic implementation requirements for the Force10 Enterprise Ip Forward MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

f10IpForwardObjectGroup 1.3.6.1.4.1.6027.3.9.2.2.1
Objects for the IP aware Route Table.
Status: current Access: read-only
OBJECT-GROUP