GBNL3-MIB

File: GBNL3-MIB.mib (45625 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
GBNL3If-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Unsigned32 Integer32
IpAddress RowStatus TruthValue
DisplayString MacAddress MODULE-COMPLIANCE
OBJECT-GROUP gbnL3If

Defined Types

GbnL3IpSubnetEntry  
SEQUENCE    
  gbnL3IpSubnetIfIndex Integer32
  gbnL3IpSubnetAgentIpAddr IpAddress
  gbnL3IpSubnetMask IpAddress
  gbnL3IpSubnetVidIface Integer32
  gbnL3IpSubnetName DisplayString
  gbnL3IpSubnetRowStatus RowStatus

GbnL3IpSubnetPrimaryIpEntry  
SEQUENCE    
  gbnL3IpSubnetPrimaryIpIfIndex Integer32
  gbnL3IpSubnetPrimaryIpIpAddr IpAddress

GbnL3IpStaticRouteEntry  
SEQUENCE    
  gbnL3IpStaticDestIpAddr IpAddress
  gbnL3IpStaticMask IpAddress
  gbnL3IpStaticNextHop IpAddress
  gbnL3IpStaticName DisplayString
  gbnL3IpStaticUseHw TruthValue
  gbnL3IpStaticInHw TruthValue
  gbnL3IpStaticGateway TruthValue
  gbnL3IpStaticRowStatus RowStatus

GbnL3IpDynamicRouteEntry  
SEQUENCE    
  gbnL3IpDynamicDestIpAddr IpAddress
  gbnL3IpDynamicMask IpAddress
  gbnL3IpDynamicNextHop IpAddress
  gbnL3IpDynamicName DisplayString
  gbnL3IpDynamicUseHw TruthValue
  gbnL3IpDynamicInHw TruthValue
  gbnL3IpDynamicGateway TruthValue
  gbnL3IpDynamicRowStatus RowStatus

GbnL3IpRouteEntry  
SEQUENCE    
  gbnL3IpRouteDest IpAddress
  gbnL3IpRouteMask IpAddress
  gbnL3IpRouteNextHopIp IpAddress
  gbnL3IpRouteNextHopMac MacAddress
  gbnL3IpRouteIfIndex Integer32
  gbnL3IpRouteType INTEGER
  gbnL3IpRouteProto INTEGER
  gbnL3IpRouteAge Unsigned32
  gbnL3IpRouteMetric1 Integer32
  gbnL3IpRouteUsingHw TruthValue
  gbnL3IpRouteIsStatic TruthValue
  gbnL3IpRouteFlags Unsigned32
  gbnL3IpRouteRef Gauge32
  gbnL3IpRouteUse Counter32
  gbnL3IpRouteRowStatus RowStatus

Defined Values

gbnL3Mib 1.3.6.1.4.1.13464.1.2.5.1.1
GBN Generic Layer 3 MIB definition.
MODULE-IDENTITY    

gbnL3IpMisc 1.3.6.1.4.1.13464.1.2.5.1.1.1
OBJECT IDENTIFIER    

gbnL3IpSubnet 1.3.6.1.4.1.13464.1.2.5.1.1.2
OBJECT IDENTIFIER    

gbnL3IpStatic 1.3.6.1.4.1.13464.1.2.5.1.1.3
OBJECT IDENTIFIER    

gbnL3IpDynamic 1.3.6.1.4.1.13464.1.2.5.1.1.4
OBJECT IDENTIFIER    

gbnL3IpRoute 1.3.6.1.4.1.13464.1.2.5.1.1.5
OBJECT IDENTIFIER    

gbnL3MibConformance 1.3.6.1.4.1.13464.1.2.5.1.1.6
OBJECT IDENTIFIER    

gbnL3MibGroups 1.3.6.1.4.1.13464.1.2.5.1.1.6.1
OBJECT IDENTIFIER    

gbnL3MibCompliances 1.3.6.1.4.1.13464.1.2.5.1.1.6.2
OBJECT IDENTIFIER    

gbnL3IpMiscNumLogicalPorts 1.3.6.1.4.1.13464.1.2.5.1.1.1.1
The number of logical ports (i.e., L2/L3 hybrid Aggregators or L3 only interfaces). For GBN, this is normally equal to the number of physical ports.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

gbnL3IpMiscRouterId 1.3.6.1.4.1.13464.1.2.5.1.1.1.2
the title of a router it is used when ospf is enable.
Status: obsolete Access: read-write
OBJECT-TYPE    
  IpAddress  

gbnL3IpMiscRoutingProtocol 1.3.6.1.4.1.13464.1.2.5.1.1.1.3
DURABLE: { none } The selected dynamic routing protocol. Note that static routing is still functional even when this object is set to none(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), rip(1), ospf(2), ripandOspf(3)  

gbnL3IpMiscOspfv2Config 1.3.6.1.4.1.13464.1.2.5.1.1.1.4
This object is used for retrieving the RFC1850 Open Shortest Path First version 2 (OSPFv2) nonvolatile (NVM) configuration data in an ASCII character string format.
Status: obsolete Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4096)  

gbnL3IpSubnetMaxRows 1.3.6.1.4.1.13464.1.2.5.1.1.2.1
The maximum possible number of rows in the 'gbnL3IpSubnetTable'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpSubnetCurrentRows 1.3.6.1.4.1.13464.1.2.5.1.1.2.2
The current number of rows in the 'gbnL3IpSubnetTable'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpSubnetTable 1.3.6.1.4.1.13464.1.2.5.1.1.2.3
A table of subnet parameters. There is one entry available for each of the 'gbnL3IpSubnetMaxRows' supported IP subnets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GbnL3IpSubnetEntry

gbnL3IpSubnetEntry 1.3.6.1.4.1.13464.1.2.5.1.1.2.3.1
A list of subnet parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  GbnL3IpSubnetEntry  

gbnL3IpSubnetIfIndex 1.3.6.1.4.1.13464.1.2.5.1.1.2.3.1.1
DURABLE: The ifIndex of the swEND driver associated with this subnet.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

gbnL3IpSubnetAgentIpAddr 1.3.6.1.4.1.13464.1.2.5.1.1.2.3.1.2
DURABLE: The network management station uses this IP Address to talk with the Agent on this subnet. This IP address logically AND'ed with 'gbnL3IpSubnetMask' yields the actual subnet value for this subnet.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

gbnL3IpSubnetMask 1.3.6.1.4.1.13464.1.2.5.1.1.2.3.1.3
DURABLE: The subnet mask for this subnet. It contains 1's in the bit positions for the net and subnet IDs and 0's in the bit positions for host ID. The 1's must be contiguous, starting with the left most bit.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

gbnL3IpSubnetVidIface 1.3.6.1.4.1.13464.1.2.5.1.1.2.3.1.4
DURABLE: { default=0:all } For a L2/L3 hybrid switch, this object contains the actual VLAN ID (VID) from 1 to 4094 or 0 if the VID is unassigned. For a L3 only switch, this object contains the actual switch interface from 1 to 4094 or 0 if unassigned. Changing this object for this row causes all rows with the same 'gbnL3IpSubnetIfIndex' as this row to be changed to this new 'gbnL3IpSubnetVidIface' value.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4094  

gbnL3IpSubnetName 1.3.6.1.4.1.13464.1.2.5.1.1.2.3.1.5
DURABLE: { '':all ) A user reference name for this subnet.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

gbnL3IpSubnetRowStatus 1.3.6.1.4.1.13464.1.2.5.1.1.2.3.1.6
DURABLE: This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) after all objects for this row are valid. The 'gbnL3IpSubnetName' is optional. Note that the notInService(2) state is not supported. Objects in this table row can be changed when this object is notReady(3) or active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

gbnL3IpSubnetPrimaryIpTable 1.3.6.1.4.1.13464.1.2.5.1.1.2.4
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GbnL3IpSubnetPrimaryIpEntry

gbnL3IpSubnetPrimaryIpEntry 1.3.6.1.4.1.13464.1.2.5.1.1.2.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  GbnL3IpSubnetPrimaryIpEntry  

gbnL3IpSubnetPrimaryIpIfIndex 1.3.6.1.4.1.13464.1.2.5.1.1.2.4.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

gbnL3IpSubnetPrimaryIpIpAddr 1.3.6.1.4.1.13464.1.2.5.1.1.2.4.1.2
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

gbnL3IpStaticMaxHwHosts 1.3.6.1.4.1.13464.1.2.5.1.1.3.1
The maximum number, if any, of hosts that the hardware can support in its routing table. Note that if the hardware supports both hosts and subnets in the same table, this number represents both and 'gbnL3IpStaticMaxHwSubnets' is zero (0).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpStaticNumStaticHwHosts 1.3.6.1.4.1.13464.1.2.5.1.1.3.2
DURABLE: The number of 'gbnL3IpStaticMaxHwHosts' hosts that the user would like to reserve for static routes. A SNMPv1 badValue or SNMPv2 wrongValue is returned if the user attempts to use a value less than zero or greater than 'gbnL3IpStaticMaxHwHosts'. WARNING: This value is only used during system initialization (i.e., after a reset).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

gbnL3IpStaticMaxHwSubnets 1.3.6.1.4.1.13464.1.2.5.1.1.3.3
The maximum number, if any, of subnets that the hardware can support in its routing table. Note that if the hardware supports both hosts and subnets in the same table, this value is zero (0).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpStaticNumStaticHwSubnets 1.3.6.1.4.1.13464.1.2.5.1.1.3.4
DURABLE: The number of 'gbnL3IpStaticMaxHwSubnets' subnets that the user would like to reserve for static routes. An A SNMPv1 badValue or SNMPv2 wrongValue is returned if the user attempts to use a value less than zero or greater than 'gbnL3IpStaticMaxHwSubnets'. WARNING: This value is only used during system initialization (i.e., after a reset).
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

gbnL3IpStaticRouteMaxRows 1.3.6.1.4.1.13464.1.2.5.1.1.3.5
The maximum possible number of rows in the 'gbnL3IpStaticRouteTable'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpStaticRouteCurrentRows 1.3.6.1.4.1.13464.1.2.5.1.1.3.6
The current number of rows in the 'gbnL3IpStaticRouteTable'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpStaticRouteTable 1.3.6.1.4.1.13464.1.2.5.1.1.3.7
A table of static routes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GbnL3IpStaticRouteEntry

gbnL3IpStaticRouteEntry 1.3.6.1.4.1.13464.1.2.5.1.1.3.7.1
A list of static route parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  GbnL3IpStaticRouteEntry  

gbnL3IpStaticDestIpAddr 1.3.6.1.4.1.13464.1.2.5.1.1.3.7.1.1
DURABLE: The static route host or subnet IP destination address. All IP destination addresses must be non-zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

gbnL3IpStaticMask 1.3.6.1.4.1.13464.1.2.5.1.1.3.7.1.2
DURABLE: The mask for this IP destination. It contains 1's in the bit positions for the net and subnet IDs and 0's in the bit positions for host ID. The 1's must be contiguous, starting with the left most bit. Note that a host route uses a 255.255.255.255 mask.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

gbnL3IpStaticNextHop 1.3.6.1.4.1.13464.1.2.5.1.1.3.7.1.3
The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

gbnL3IpStaticName 1.3.6.1.4.1.13464.1.2.5.1.1.3.7.1.4
DURABLE: { '':all ) A user reference name for this Static Route.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

gbnL3IpStaticUseHw 1.3.6.1.4.1.13464.1.2.5.1.1.3.7.1.5
DURABLE: { false:all ) By setting this object to true(1), the user indicates the desire to use hardware routing for this entry. To disable hardware routing for this entry, set this object to false(2). If the underlying switch fabric does not support hardware routing, this object is ignored. There is usually limited space in the hardware routing table. Consequently, if the user enables hardware routing on 'too' many entries, the agent assigns routes on a first come, first serve basis (i.e., the user may not get the expected results).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

gbnL3IpStaticInHw 1.3.6.1.4.1.13464.1.2.5.1.1.3.7.1.6
If this object is true(1), this static route is actually in the hardware Route Table. Otherwise it is false(2).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

gbnL3IpStaticGateway 1.3.6.1.4.1.13464.1.2.5.1.1.3.7.1.7
DURABLE: { false:all ) By setting this object to true(1), the user indicates that this subnet route is a gateway route (i.e., connected to external router). By setting it to false(2), the user indicates that this is a direct route. If 'gbnL3IpStaticMask' is '255.255.255.255' (i.e., a host route) for this entry, this object cannot be set to true(1).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

gbnL3IpStaticRowStatus 1.3.6.1.4.1.13464.1.2.5.1.1.3.7.1.8
DURABLE: This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) after all objects for this row are valid. The 'gbnL3IpStaticName' is optional. Note that the notInService(2) state is not supported. Objects in this table row can be changed when this object is notReady(3) or active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

gbnL3IpDynamicRouteCurrentRows 1.3.6.1.4.1.13464.1.2.5.1.1.4.1
The current number of rows in the 'gbnL3IpDynamicRouteTable'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpDynamicRouteTable 1.3.6.1.4.1.13464.1.2.5.1.1.4.2
A table of dynamic routes generated by RIP, OSPF, other routing protocols, and by the TCP/IP stack when creating host routes for existing subnets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GbnL3IpDynamicRouteEntry

gbnL3IpDynamicRouteEntry 1.3.6.1.4.1.13464.1.2.5.1.1.4.2.1
A list of dynamic route parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  GbnL3IpDynamicRouteEntry  

gbnL3IpDynamicDestIpAddr 1.3.6.1.4.1.13464.1.2.5.1.1.4.2.1.1
The dynamic route host or subnet IP destination address. All IP destination addresses must be non-zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

gbnL3IpDynamicMask 1.3.6.1.4.1.13464.1.2.5.1.1.4.2.1.2
The mask for this IP destination. It contains 1's in the bit positions for the net and subnet IDs and 0's in the bit positions for host ID. The 1's must be contiguous, starting with the left most bit. Note that a host route uses a 255.255.255.255 mask.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

gbnL3IpDynamicNextHop 1.3.6.1.4.1.13464.1.2.5.1.1.4.2.1.3
The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

gbnL3IpDynamicName 1.3.6.1.4.1.13464.1.2.5.1.1.4.2.1.4
A user reference name for this Dynamic Route.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

gbnL3IpDynamicUseHw 1.3.6.1.4.1.13464.1.2.5.1.1.4.2.1.5
By setting this object to true(1), the user indicates the desire to use hardware routing for this entry. To disable hardware routing for this entry, set this object to false(2). If the underlying switch fabric does not support hardware routing, this object is ignored. There is usually limited space in the hardware routing table. Consequently, if the user enables hardware routing on 'too' many entries, the agent assigns routes on a first come, first serve basis (i.e., the user may not get the expected results).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

gbnL3IpDynamicInHw 1.3.6.1.4.1.13464.1.2.5.1.1.4.2.1.6
If this object is true(1), this dynamic route is actually in the hardware Route Table. Otherwise it is false(2).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

gbnL3IpDynamicGateway 1.3.6.1.4.1.13464.1.2.5.1.1.4.2.1.7
By setting this object to true(1), the user indicates that this subnet route is a gateway route (i.e., connected to external router). By setting it to false(2), the user indicates that this is a direct route. If 'gbnL3IpDynamicMask' is '255.255.255.255' (i.e., a host route) for this entry, this object cannot be set to true(1).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

gbnL3IpDynamicRowStatus 1.3.6.1.4.1.13464.1.2.5.1.1.4.2.1.8
This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) after all objects for this row are valid. The 'gbnL3IpDynamicName' is optional. Note that the notInService(2) state is not supported. Objects in this table row can be changed when this object is notReady(3) or active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

gbnL3IpRouteTableCurrentSwEntries 1.3.6.1.4.1.13464.1.2.5.1.1.5.1
The number of current entries in the software Routing Table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpRouteCurrentHwHosts 1.3.6.1.4.1.13464.1.2.5.1.1.5.2
The number of hardware host routing table entries currently in use. If the hardware does not have routing table support, this value is zero (0). If the hardware supports both hosts and subnets in the same table, this number represents both and 'gbnL3IpRouteCurrentHwSubnets' is zero (0).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpRouteCurrentHwSubnets 1.3.6.1.4.1.13464.1.2.5.1.1.5.3
The number of hardware subnet routing table entries currently in use. If the hardware does not have routing table support, this value is zero (0). Note that if the hardware supports both hosts and subnets in the same table, this value is zero (0).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpRouteTable 1.3.6.1.4.1.13464.1.2.5.1.1.5.4
Provides Routing Table access. This table can be used to modify or add Routing Table entries. Changes made with this table are not saved to NVM (nonvolatile memory). To save static routes to NVM, use the gbnL3IpStaticRouteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GbnL3IpRouteEntry

gbnL3IpRouteEntry 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1
Provides enough routing information to support the UNIX style 'netstat -nr' command and to support maintenance of the Routing Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  GbnL3IpRouteEntry  

gbnL3IpRouteDest 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.1
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

gbnL3IpRouteMask 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.2
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the gbnL3IpRouteDest field. If the value of the gbnL3IpRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

gbnL3IpRouteNextHopIp 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.3
The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

gbnL3IpRouteNextHopMac 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.4
The six byte MAC address of the next hop of this route. If the underlying hardware does not support this object, an octet string of zero length is returned.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

gbnL3IpRouteIfIndex 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.5
The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

gbnL3IpRouteType 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.6
The type of route. Note that the values direct(3) and indirect(4) refer to the notion of direct and indirect routing in the IP architecture. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the gbnL3IpRouteTable object. That is, it effectively disassociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant gbnL3IpRouteType object.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), invalid(2), direct(3), indirect(4)  

gbnL3IpRouteProto 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.7
The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), is-is(9), es-is(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14)  

gbnL3IpRouteAge 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.8
The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of `too old' can be implied except through knowledge of the routing protocol by which the route was learned.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpRouteMetric1 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.9
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's gbnL3IpRouteProto value. If this metric is not used, its value should be set to -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

gbnL3IpRouteUsingHw 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.10
This object is true(1) if this route is contained in the hardware routing table; otherwise, it is false(2).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

gbnL3IpRouteIsStatic 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.11
This object is true(1) if this route is defined in the 'gbnL3IpStaticRouteTable'. This object is false(2) if this route was created dynamically (e.g., with RIP, OSPF) or was manually created using this table ('gbnL3IpRouteTable') or the RFC1213 'ipRouteTable'.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

gbnL3IpRouteFlags 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.12
Not implemented. Returns '0'. Contains the information required for a netstat-like 'Flags' field. The flags field represents a decimal value of the flags specified for a given route. The following is a list of currently available flag values: 0x1 | - route is usable (that is, 'up') 0x2 | - destination is a gateway 0x4 | - host specific routing entry 0x8 | - host or net unreachable 0x10 | - created dynamically (by redirect) 0x20 | - modified dynamically (by redirect) 0x40 | - message confirmed 0x80 | - subnet mask present 0x100 | - generate new routes on use 0x200 | - external daemon resolves name 0x400 | - generated by ARP 0x800 | - manually added (static) 0x1000 | - just discard packets (during updates) 0x2000 | - modified by management protocol 0x4000 | - protocol specific routing flag 0x8000 | - protocol specific routing flag For example, if the entry in the Routing Table has a flag value of decimal 5, (0x1 OR'ed with 0x4), then this route is 'up' and usable and is host-specific.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gbnL3IpRouteRef 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.13
Not implemented. Returns '0'. Contains the information required for the netstat 'Ref' field, which indicates the number active uses for this route.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

gbnL3IpRouteUse 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.14
Not implemented. Returns '0'. Contains the information required for the netstat 'Use' field, which indicates the number of packets sent with this route.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

gbnL3IpRouteRowStatus 1.3.6.1.4.1.13464.1.2.5.1.1.5.4.1.15
This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) for the specified 'gbnL3IpRouteDest' index value after the 'gbnL3IpRouteMask' and 'gbnL3IpRouteNextHop' objects for this row are valid. Setting 'gbnL3IpRouteType' is optional. Note that the notInService(2) state is not supported. Objects in this table row can be changed when this object is notReady(3) or active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

gbnL3IpMiscGroup 1.3.6.1.4.1.13464.1.2.5.1.1.6.1.1
This group configures and retrieves global, miscellaneous L3 objects.
Status: current Access: read-create
OBJECT-GROUP    

gbnL3IpSubnetGroup 1.3.6.1.4.1.13464.1.2.5.1.1.6.1.2
This group configures and retrieves IP subnet objects.
Status: current Access: read-create
OBJECT-GROUP    

gbnL3IpStaticGroup 1.3.6.1.4.1.13464.1.2.5.1.1.6.1.3
This group configures and retrieves IP static routes.
Status: current Access: read-create
OBJECT-GROUP    

gbnL3IpDynamicGroup 1.3.6.1.4.1.13464.1.2.5.1.1.6.1.4
This group configures and retrieves IP static routes.
Status: current Access: read-create
OBJECT-GROUP    

gbnL3IpRouteGroup 1.3.6.1.4.1.13464.1.2.5.1.1.6.1.5
This group configures and retrieves IP routing info.
Status: current Access: read-create
OBJECT-GROUP    

gbnL3MibCompliance 1.3.6.1.4.1.13464.1.2.5.1.1.6.2.1
The compliance statement.
Status: current Access: read-create
MODULE-COMPLIANCE