ALCATEL-IND1-IPRMV6-MIB

File: ALCATEL-IND1-IPRMV6-MIB.mib (12896 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMPv2-CONF IANA-RTPROTO-MIB IPV6-TC
ALCATEL-IND1-BASE

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 RowStatus TruthValue
TEXTUAL-CONVENTION SnmpAdminString MODULE-COMPLIANCE
OBJECT-GROUP IANAipRouteProtocol Ipv6Address
Ipv6IfIndex routingIND1Iprm

Defined Types

AlaIprmV6RtPrefType  
Used to define the various types of IPv6 routes along with their route preference values
TEXTUAL-CONVENTION    
  INTEGER local(1), static(2), ospf(3), rip(4), bgpExternal(5), bgpInternal(6), isisl1(7), isisl2(8)  

AlaIprmV6RouteEntry  
SEQUENCE    
  alaIprmV6RouteDest Ipv6Address
  alaIprmV6RoutePfxLength Integer32
  alaIprmV6RouteNextHop Ipv6Address
  alaIprmV6RouteProtocol IANAipRouteProtocol
  alaIprmV6RouteIfIndex Ipv6IfIndex
  alaIprmV6RouteMetric Unsigned32
  alaIprmV6RouteValid TruthValue

AlaIprmV6StaticRouteEntry  
SEQUENCE    
  alaIprmV6StaticRouteDest Ipv6Address
  alaIprmV6StaticRoutePfxLength Integer32
  alaIprmV6StaticRouteNextHop Ipv6Address
  alaIprmV6StaticRouteIfIndex Ipv6IfIndex
  alaIprmV6StaticRouteMetric Unsigned32
  alaIprmV6StaticRouteStatus RowStatus
  alaIprmV6StaticRouteTag Unsigned32
  alaIprmV6StaticRouteName SnmpAdminString

AlaIprmV6RtPrefTableEntry  
SEQUENCE    
  alaIprmV6RtPrefEntryType AlaIprmV6RtPrefType
  alaIprmV6RtPrefEntryValue Integer32

Defined Values

alcatelIND1IPRMV6MIB 1.3.6.1.4.1.6486.801.1.2.1.10.2.2
This module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB): This proprietary MIB contains management information for the configuration of IPRMv6 global configuration parameters. The right to make changes in specification and other information contained in this document without prior notice is reserved. No liability shall be assumed for any incidental, indirect, special, or consequential damages whatsoever arising from or related to this document or the information contained herein. Vendors, end-users, and other interested parties are granted non-exclusive license to use this specification in connection with management of the products for which it is intended to be used. Copyright (C) 1995-2010 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
MODULE-IDENTITY    

alcatelIND1IPRMV6MIBObjects 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1
OBJECT IDENTIFIER    

alaIprmV6Config 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1
OBJECT IDENTIFIER    

alaIprmV6RouteTable 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.1
IPRM's IPv6 Routing table. This table contains an entry for each valid IPv6 unicast route that can be used for packet forwarding determination. It is for display purposes only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlaIprmV6RouteEntry

alaIprmV6RouteEntry 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.1.1
A routing entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  AlaIprmV6RouteEntry  

alaIprmV6RouteDest 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.1.1.1
The destination IPv6 address of this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

alaIprmV6RoutePfxLength 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.1.1.2
Indicates the prefix length of the destination address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..128  

alaIprmV6RouteNextHop 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.1.1.3
On remote routes, the address of the next system en route; otherwise, ::0 ('00000000000000000000000000000000'H in ASN.1 string representation).
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

alaIprmV6RouteProtocol 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.1.1.4
The protocol that this route was learned from
Status: current Access: not-accessible
OBJECT-TYPE    
  IANAipRouteProtocol  

alaIprmV6RouteIfIndex 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.1.1.5
The index value which uniquely identifies the local interface through which the next hop of this route should be reached.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6IfIndex  

alaIprmV6RouteMetric 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.1.1.6
The routing metric for this route. The semantics of this metric are determined by the routing protocol specified in the route's ipv6RouteProtocol value.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

alaIprmV6RouteValid 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.1.1.7
If this value is true(1) IPRM believes the route is being used. If this value is false(2), the route is currently not being used and is considered a backup route.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

alaIprmV6StaticRouteTable 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2
Table allowing the creation and removal of IPv6 Static Routes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlaIprmV6StaticRouteEntry

alaIprmV6StaticRouteEntry 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2.1
An IPv6 static route entered by the user
Status: current Access: not-accessible
OBJECT-TYPE    
  AlaIprmV6StaticRouteEntry  

alaIprmV6StaticRouteDest 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2.1.1
The destination IPv6 address of this static route. This object may not take a multicast address value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

alaIprmV6StaticRoutePfxLength 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2.1.2
Indicates the prefix length of the destination address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..128  

alaIprmV6StaticRouteNextHop 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2.1.3
The IPv6 address of the next hop towards the destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

alaIprmV6StaticRouteIfIndex 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2.1.4
The index value which uniquely identifies the local interface through which the next hop of this route should be reached.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6IfIndex  

alaIprmV6StaticRouteMetric 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2.1.5
The routing metric for this route. The lower the value, the higher the priority for the static route.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

alaIprmV6StaticRouteStatus 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2.1.6
Used to control the addition and removal of static routes.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaIprmV6StaticRouteTag 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2.1.7
Tag associated with route.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

alaIprmV6StaticRouteName 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.2.1.8
A comment associated with the static route.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

alaIprmV6RtPrefTable 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.3
This table specifies the route preference values for various types of IPv6 routes handled by IPRM.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlaIprmV6RtPrefTableEntry

alaIprmV6RtPrefTableEntry 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.3.1
An entry is in this table for each IPv6 route preference type.
Status: current Access: not-accessible
OBJECT-TYPE    
  AlaIprmV6RtPrefTableEntry  

alaIprmV6RtPrefEntryType 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.3.1.1
The type of route (associated with a route preference value)
Status: current Access: not-accessible
OBJECT-TYPE    
  AlaIprmV6RtPrefType  

alaIprmV6RtPrefEntryValue 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.1.1.3.1.2
The route preference value used for this type of route.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

alcatelIND1IPRMV6MIBConformance 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.2
OBJECT IDENTIFIER    

alcatelIND1IPRMV6MIBCompliances 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.2.1
OBJECT IDENTIFIER    

alcatelIND1IPRMV6MIBGroups 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.2.2
OBJECT IDENTIFIER    

alaIprmV6Compliance 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.2.1.1
The compliance statement for routers running IPRM and implementing the ALCATEL-IND1-IPRMV6 MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

alaIprmV6ConfigMIBGroup 1.3.6.1.4.1.6486.801.1.2.1.10.2.2.2.2.1
A collection of objects to support management of global configuration parameters of the IPRM Module supporting IPv6 routes.
Status: current Access: read-write
OBJECT-GROUP