FASTPATH-ROUTING6-MIB

File: FASTPATH-ROUTING6-MIB.mib (31127 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IPV6-TC BROADCOM-REF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Unsigned32 Integer32
Gauge32 DisplayString PhysAddress
TruthValue TimeStamp VariablePointer
RowPointer RowStatus MacAddress
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
Ipv6IfIndex Ipv6Address Ipv6AddressPrefix
Ipv6AddressIfIdentifier Ipv6IfIndexOrZero fastPath

Defined Types

AgentIpv6InterfaceEntry  
SEQUENCE    
  agentIpv6InterfaceIfIndex Integer32
  agentIpv6InterfaceMtuValue Unsigned32
  agentIpv6InterfaceDadTransmits Integer32
  agentIpv6InterfaceLinkLocalOnly INTEGER
  agentIpv6InterfaceIcmpUnreachables INTEGER

AgentIpv6RouterAdvertisementEntry  
SEQUENCE    
  agentIpv6RouterAdvertisementIfIndex Integer32
  agentIpv6RouterAdvertisementSuppressMode INTEGER
  agentIpv6RouterAdvertisementMaxAdvertisementInterval Integer32
  agentIpv6RouterAdvertisementAdvertisementLifetime Integer32
  agentIpv6RouterAdvertisementNbrSolicitInterval Integer32
  agentIpv6RouterAdvertisementReachableTime Integer32
  agentIpv6RouterAdvertisementManagedFlag INTEGER
  agentIpv6RouterAdvertisementOtherFlag INTEGER

AgentIpv6AddrPrefixEntry  
SEQUENCE    
  agentIpv6AddrPrefix Ipv6AddressPrefix
  agentIpv6AddrPrefixLength INTEGER
  agentIpv6AddrPrefixOnLinkFlag TruthValue
  agentIpv6AddrPrefixAutonomousFlag TruthValue
  agentIpv6AddrPrefixAdvPreferredLifetime Unsigned32
  agentIpv6AddrPrefixAdvValidLifetime Unsigned32

AgentIpv6AddrEntry  
SEQUENCE    
  agentIpv6AddrAddress Ipv6Address
  agentIpv6AddrPfxLength INTEGER
  agentIpv6AddrEui64Flag TruthValue
  agentIpv6AddrStatus RowStatus

AgentIpv6StaticRouteEntry  
SEQUENCE    
  agentIpv6StaticRouteDest Ipv6AddressPrefix
  agentIpv6StaticRoutePfxLength INTEGER
  agentIpv6StaticRouteIfIndex Ipv6IfIndexOrZero
  agentIpv6StaticRouteNextHop Ipv6Address
  agentIpv6StaticRoutePreference INTEGER
  agentIpv6StaticRouteStatus RowStatus

AgentIpv6ServicePortPrefixEntry  
SEQUENCE    
  agentIpv6ServicePortPrefixIndex Unsigned32
  agentIpv6ServicePortPrefix Ipv6Address
  agentIpv6ServicePortPrefixLength Unsigned32

AgentIpv6ServicePortDefaultRouterEntry  
SEQUENCE    
  agentIpv6ServicePortDefaultRouterIndex Unsigned32
  agentIpv6ServicePortDefaultRouter Ipv6Address

AgentIpv6ServicePortNbrEntry  
SEQUENCE    
  agentIpv6ServicePortNbrAddr Ipv6Address
  agentIpv6ServicePortNbrPhysAddr MacAddress
  agentIpv6ServicePortNbrState INTEGER
  agentIpv6ServicePortNbrUpdated TimeStamp
  agentIpv6ServicePortNbrIsRouter TruthValue

Defined Values

fastPathRoutingIpv6 1.3.6.1.4.1.4413.1.1.30
The Broadcom Private MIB for FastPath Ipv6 Routing
MODULE-IDENTITY    

agentIpv6Group 1.3.6.1.4.1.4413.1.1.30.1
OBJECT IDENTIFIER    

agentIpv6RoutingMode 1.3.6.1.4.1.4413.1.1.30.1.1
Administratively enables/disables ipv6 unicast routing on the switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentIpv6InterfaceTable 1.3.6.1.4.1.4413.1.1.30.1.2
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpv6InterfaceEntry

agentIpv6InterfaceEntry 1.3.6.1.4.1.4413.1.1.30.1.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpv6InterfaceEntry  

agentIpv6InterfaceIfIndex 1.3.6.1.4.1.4413.1.1.30.1.2.1.1
The IfIndex associated with this instance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

agentIpv6InterfaceMtuValue 1.3.6.1.4.1.4413.1.1.30.1.2.1.2
Configures the MTU value for this interface.If it is not yet configured, retrieving the value of this object results in a zero value. Setting the value zero to this object effectively un-configures the MTU.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0 | 1280..1500  

agentIpv6InterfaceDadTransmits 1.3.6.1.4.1.4413.1.1.30.1.2.1.3
Configures the dad transmits value for this interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

agentIpv6InterfaceLinkLocalOnly 1.3.6.1.4.1.4413.1.1.30.1.2.1.4
When enabled, interface is capable of ipv6 operation without a global address. In this case, an eui-64 based link-local address is used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentIpv6InterfaceIcmpUnreachables 1.3.6.1.4.1.4413.1.1.30.1.2.1.5
If this object is enable, it indicates that ICMPv6 unreachables can be sent on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentIpv6RouterAdvertisementTable 1.3.6.1.4.1.4413.1.1.30.1.3
There is no global administrative flag for router advertisement. The global routing flag (agentIpv6RoutingMode) will be used for this purpose. If routing is disabled, router advertisement is disabled as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpv6RouterAdvertisementEntry

agentIpv6RouterAdvertisementEntry 1.3.6.1.4.1.4413.1.1.30.1.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpv6RouterAdvertisementEntry  

agentIpv6RouterAdvertisementIfIndex 1.3.6.1.4.1.4413.1.1.30.1.3.1.1
Interface Number to configure Router Advertisement on.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

agentIpv6RouterAdvertisementSuppressMode 1.3.6.1.4.1.4413.1.1.30.1.3.1.2
Enable or disable router advertisement suppression on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentIpv6RouterAdvertisementMaxAdvertisementInterval 1.3.6.1.4.1.4413.1.1.30.1.3.1.3
Maximum time allowed between sending router advertisements from the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 4..1800  

agentIpv6RouterAdvertisementAdvertisementLifetime 1.3.6.1.4.1.4413.1.1.30.1.3.1.4
Value of lifetime field of router advertisement sent from the interface. This value must be greater than or equal to agentIpv6RouterAdvertisementMaxAdvertisementInterval.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 4..65520  

agentIpv6RouterAdvertisementNbrSolicitInterval 1.3.6.1.4.1.4413.1.1.30.1.3.1.5
Value of retrans time field of router advertisement sent from the interface. A value of 0 means this router does not specifiy the interval.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3600000  

agentIpv6RouterAdvertisementReachableTime 1.3.6.1.4.1.4413.1.1.30.1.3.1.6
Value of reachable time field of router advertisement sent from the interface. A value of 0 means this router does not specifiy the interval.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3600000  

agentIpv6RouterAdvertisementManagedFlag 1.3.6.1.4.1.4413.1.1.30.1.3.1.7
Value of managed config field of router advertisement sent from the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentIpv6RouterAdvertisementOtherFlag 1.3.6.1.4.1.4413.1.1.30.1.3.1.8
Value of other config field of router advertisement sent from the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentIpv6AddrPrefixTable 1.3.6.1.4.1.4413.1.1.30.1.4
The list of IPv6 address prefixes of IPv6 interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpv6AddrPrefixEntry

agentIpv6AddrPrefixEntry 1.3.6.1.4.1.4413.1.1.30.1.4.1
An interface entry containing objects of a particular IPv6 address prefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpv6AddrPrefixEntry  

agentIpv6AddrPrefix 1.3.6.1.4.1.4413.1.1.30.1.4.1.1
The prefix associated with the this interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6AddressPrefix  

agentIpv6AddrPrefixLength 1.3.6.1.4.1.4413.1.1.30.1.4.1.2
The length of the prefix (in bits).
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..128  

agentIpv6AddrPrefixOnLinkFlag 1.3.6.1.4.1.4413.1.1.30.1.4.1.3
This object has the value 'true(1)', if this prefix can be used for on-link determination and the value 'false(2)' otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentIpv6AddrPrefixAutonomousFlag 1.3.6.1.4.1.4413.1.1.30.1.4.1.4
Autonomous address configuration flag. When true(1), indicates that this prefix can be used for autonomous address configuration (i.e. can be used to form a local interface address). If false(2), it is not used to autoconfigure a local interface address.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentIpv6AddrPrefixAdvPreferredLifetime 1.3.6.1.4.1.4413.1.1.30.1.4.1.5
It is the length of time in seconds that this prefix will remain preferred, i.e. time until deprecation. A value of 4,294,967,295 represents infinity. The address generated from a deprecated prefix should no longer be used as a source address in new communications, but packets received on such an interface are processed as expected.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

agentIpv6AddrPrefixAdvValidLifetime 1.3.6.1.4.1.4413.1.1.30.1.4.1.6
It is the length of time in seconds that this prefix will remain valid, i.e. time until invalidation. A value of 4,294,967,295 represents infinity. The address generated from an invalidated prefix should not appear as the destination or source address of a packet.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

agentIpv6AddrTable 1.3.6.1.4.1.4413.1.1.30.1.5
The table of addressing information relevant to this node's interface addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpv6AddrEntry

agentIpv6AddrEntry 1.3.6.1.4.1.4413.1.1.30.1.5.1
The addressing information for one of this node's interface addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpv6AddrEntry  

agentIpv6AddrAddress 1.3.6.1.4.1.4413.1.1.30.1.5.1.1
The IPv6 address to which this entry's addressing information pertains.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

agentIpv6AddrPfxLength 1.3.6.1.4.1.4413.1.1.30.1.5.1.2
The length of the prefix (in bits) associated with the IPv6 address of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..128  

agentIpv6AddrEui64Flag 1.3.6.1.4.1.4413.1.1.30.1.5.1.3
This object has the value 'true(1)', if this address uses and eui-64 generated interface identifier and the value 'false(2)' otherwise.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

agentIpv6AddrStatus 1.3.6.1.4.1.4413.1.1.30.1.5.1.4
Creates a new entry in the Address table. Allowed values are: createAndGo(4) - Creates an entry in this table, associating the address with a given interface. The agentIpv6NetMask object must be set during creation. destroy(6) - Removes the associated address from the interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentIpv6StaticRouteTable 1.3.6.1.4.1.4413.1.1.30.1.6
IPv6 Static Routing table. This table contains an entry for each valid IPv6 static unicast route that can be used for packet forwarding determination.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpv6StaticRouteEntry

agentIpv6StaticRouteEntry 1.3.6.1.4.1.4413.1.1.30.1.6.1
A routing entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpv6StaticRouteEntry  

agentIpv6StaticRouteDest 1.3.6.1.4.1.4413.1.1.30.1.6.1.1
The destination IPv6 address of this route. This object may not take a Multicast address value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6AddressPrefix  

agentIpv6StaticRoutePfxLength 1.3.6.1.4.1.4413.1.1.30.1.6.1.2
Indicates the prefix length of the destination address.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..128  

agentIpv6StaticRouteIfIndex 1.3.6.1.4.1.4413.1.1.30.1.6.1.3
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 ipv6IfIndex. For routes with global address next hop this value can be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6IfIndexOrZero  

agentIpv6StaticRouteNextHop 1.3.6.1.4.1.4413.1.1.30.1.6.1.4
The address of the next system en route.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

agentIpv6StaticRoutePreference 1.3.6.1.4.1.4413.1.1.30.1.6.1.5
The routing preference metric for this route. A lower value is more preferred.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

agentIpv6StaticRouteStatus 1.3.6.1.4.1.4413.1.1.30.1.6.1.6
Creates a new entry in the Address table. Allowed values are: createAndGo(4) - Creates an entry in this table. destroy(6) - Removes the associated route from the interface.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentIpv6ServicePortGroup 1.3.6.1.4.1.4413.1.1.30.1.7
OBJECT IDENTIFIER    

agentIpv6ServicePortPrefixTable 1.3.6.1.4.1.4413.1.1.30.1.7.1
IPv6 Service Port Prefix Table. This table contains an entry for each valid IPv6 prefix configured on the Service Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpv6ServicePortPrefixEntry

agentIpv6ServicePortPrefixEntry 1.3.6.1.4.1.4413.1.1.30.1.7.1.1
An IPv6 Service Port Prefix entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpv6ServicePortPrefixEntry  

agentIpv6ServicePortPrefixIndex 1.3.6.1.4.1.4413.1.1.30.1.7.1.1.1
The index of the Ipv6 Prefix Address configured on the Service Port. Removal of a row will cause index values to be reassigned.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentIpv6ServicePortPrefix 1.3.6.1.4.1.4413.1.1.30.1.7.1.1.2
The Ipv6 Prefix Address configured on the Service Port.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

agentIpv6ServicePortPrefixLength 1.3.6.1.4.1.4413.1.1.30.1.7.1.1.3
The length of the IPv6 Prefix Address.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentIpv6ServicePortDefaultRouterTable 1.3.6.1.4.1.4413.1.1.30.1.7.2
IPv6 Service Port Default Router Table. This table contains an entry for each valid IPv6 Default Router configured on the Service Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpv6ServicePortDefaultRouterEntry

agentIpv6ServicePortDefaultRouterEntry 1.3.6.1.4.1.4413.1.1.30.1.7.2.1
An IPv6 Service Port Default Router entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpv6ServicePortDefaultRouterEntry  

agentIpv6ServicePortDefaultRouterIndex 1.3.6.1.4.1.4413.1.1.30.1.7.2.1.1
The index of the IPv6 Default Router Address configured on the Service Port. Removal of a row will cause index values to be reassigned.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentIpv6ServicePortDefaultRouter 1.3.6.1.4.1.4413.1.1.30.1.7.2.1.2
The Address of the IPv6 Default Router configured on the Service Port.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

agentIpv6ServicePortNbrTable 1.3.6.1.4.1.4413.1.1.30.1.7.3
IPv6 Service Port Neighbor Table. This table contains an entry for each valid IPv6 Neighbor configured on the Service Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpv6ServicePortNbrEntry

agentIpv6ServicePortNbrEntry 1.3.6.1.4.1.4413.1.1.30.1.7.3.1
An IPv6 Service Port Neighbor entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpv6ServicePortNbrEntry  

agentIpv6ServicePortNbrAddr 1.3.6.1.4.1.4413.1.1.30.1.7.3.1.1
The Ipv6 Address of a neighbor switch visible to the Service Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

agentIpv6ServicePortNbrPhysAddr 1.3.6.1.4.1.4413.1.1.30.1.7.3.1.2
The MacAddress of the neighboring switch.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

agentIpv6ServicePortNbrState 1.3.6.1.4.1.4413.1.1.30.1.7.3.1.3
The state of the neighboring switch: reachable(1) - The neighbor is reachable by this switch. stale(2) - Information about the neighbor is scheduled for deletion. delay(3) - No information has been received from neighbor during delay period. probe(4) - Switch is attempting to probe for this neighbor. unknown(6) - Unknown status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reachable(1), stale(2), delay(3), probe(4), unknown(6)  

agentIpv6ServicePortNbrUpdated 1.3.6.1.4.1.4413.1.1.30.1.7.3.1.4
The last sysUpTime that this neighbor has been updated.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

agentIpv6ServicePortNbrIsRouter 1.3.6.1.4.1.4413.1.1.30.1.7.3.1.5
Returns true(1) if the neighbor machine is a router, false(2) otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

agentIpv6IcmpControlGroup 1.3.6.1.4.1.4413.1.1.30.1.8
OBJECT IDENTIFIER    

agentIpv6IcmpRateLimitInterval 1.3.6.1.4.1.4413.1.1.30.1.8.1
Specifies the time interval between tokens being placed in the bucket for ICMP Ratelimit.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

agentIpv6IcmpRateLimitBurstSize 1.3.6.1.4.1.4413.1.1.30.1.8.2
Specifies the number of tokens to be placed after timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..200