IPV6-STATIC-ROUTE-MIB

File: IPV6-STATIC-ROUTE-MIB.mib (11326 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
SNMP-FRAMEWORK-MIB DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Unsigned32 MacAddress RowStatus
DisplayString SnmpAdminString dlink-common-mgmt

Defined Types

Ipv6Address  
This data type is used to model IPv6 addresses. This is a binary string of 16 octets in network byte-order.
TEXTUAL-CONVENTION    
  OCTET STRING Size(16)  

SwIPv6StaticRouteEntry  
SEQUENCE    
  swIPv6StaticRouteDest Ipv6Address
  swIPv6StaticRoutePrefixLen INTEGER
  swIPv6StaticRouteInterfaceName DisplayString
  swIPv6StaticRouteNextHop Ipv6Address
  swIPv6StaticRouteMetric INTEGER
  swIPv6StaticRouteWeight INTEGER
  swIPv6StaticProtocol DisplayString
  swIPv6StaticRouteStatus RowStatus
  swIPv6StaticRouteBkupState INTEGER

SwIPv6NeighborCacheEntry  
SEQUENCE    
  swIPv6NeighborCacheIPv6Address Ipv6Address
  swIPv6NeighborCacheMacAddress MacAddress
  swIPv6NeighborCacheInterfaceName DisplayString
  swIPv6NeighborCacheReachState INTEGER
  swIPv6NeighborCacheRouteStatus RowStatus

Defined Values

swIPv6StaticRouteMIB 1.3.6.1.4.1.171.12.26
The structure of the IPv6 static Route and ARP table management for the proprietary enterprise.
MODULE-IDENTITY    

swIPv6StaticRouteCtrl 1.3.6.1.4.1.171.12.26.1
OBJECT IDENTIFIER    

swIPv6StaticRouteInfo 1.3.6.1.4.1.171.12.26.2
OBJECT IDENTIFIER    

swIPv6StaticRouteMgmt 1.3.6.1.4.1.171.12.26.3
OBJECT IDENTIFIER    

swIPv6NeighborCacheMgmt 1.3.6.1.4.1.171.12.26.4
OBJECT IDENTIFIER    

swIPv6StaticRouteTable 1.3.6.1.4.1.171.12.26.3.1
This entity's IPv6 static Routing table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIPv6StaticRouteEntry

swIPv6StaticRouteEntry 1.3.6.1.4.1.171.12.26.3.1.1
A particular route to a particular destination, under a particular policy. Once an entry is built, it cannot be modified. That is, it just supports create and delete actions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwIPv6StaticRouteEntry  

swIPv6StaticRouteDest 1.3.6.1.4.1.171.12.26.3.1.1.1
Specify the destination network IPv6 address for the route. If swIPv6StaticRouteDest and swIPv6StaticRoutePrefixLen are both 0, it means the default route.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

swIPv6StaticRoutePrefixLen 1.3.6.1.4.1.171.12.26.3.1.1.2
The prefix length for this IPv6 address. If swIPv6StaticRouteDest and swIPv6StaticRoutePrefixLen are both 0, it means the default route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..128  

swIPv6StaticRouteInterfaceName 1.3.6.1.4.1.171.12.26.3.1.1.3
This object indicates the name of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..12)  

swIPv6StaticRouteNextHop 1.3.6.1.4.1.171.12.26.3.1.1.4
Specify the next hop address for this route.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

swIPv6StaticRouteMetric 1.3.6.1.4.1.171.12.26.3.1.1.5
The routing metric for this route.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

swIPv6StaticRouteWeight 1.3.6.1.4.1.171.12.26.3.1.1.6
Specified weight value. Used for weighted multipath. The default setting is 1.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..4  

swIPv6StaticProtocol 1.3.6.1.4.1.171.12.26.3.1.1.7
The protocol state for this route.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

swIPv6StaticRouteStatus 1.3.6.1.4.1.171.12.26.3.1.1.8
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swIPv6StaticRouteBkupState 1.3.6.1.4.1.171.12.26.3.1.1.9
primary: Specifies the route as the primary route to the destination. backup: Specifies the route as the backup route to the destination. none: The route is not specified. If the route is not specified as the primary route or the backup route, then it will be auto-assigned by the system. The first created is the primary, the second created is the backup.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(1), backup(2), none(3)  

swIPv6NeighborCacheTable 1.3.6.1.4.1.171.12.26.4.1
This entity's IPv6 NeighborCache table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwIPv6NeighborCacheEntry

swIPv6NeighborCacheEntry 1.3.6.1.4.1.171.12.26.4.1.1
A particular route to a particular destination, under a particular policy. Once an entry is built, it cannot be modified. That is, it just supports create and delete actions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwIPv6NeighborCacheEntry  

swIPv6NeighborCacheIPv6Address 1.3.6.1.4.1.171.12.26.4.1.1.1
The destination IPv6 address of this neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

swIPv6NeighborCacheMacAddress 1.3.6.1.4.1.171.12.26.4.1.1.2
The MAC address of this neighbor .
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

swIPv6NeighborCacheInterfaceName 1.3.6.1.4.1.171.12.26.4.1.1.3
This object indicates the name of the IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..12)  

swIPv6NeighborCacheReachState 1.3.6.1.4.1.171.12.26.4.1.1.4
This object indicates the reachability state of this neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER incomplete(1), reachable(2), stale(3), delay(4), probe(5), static(6)  

swIPv6NeighborCacheRouteStatus 1.3.6.1.4.1.171.12.26.4.1.1.5
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swIPv6NeighborCacheDeleteAction 1.3.6.1.4.1.171.12.26.4.2
This object will delete the cached neighbor entries. all: Deletes all cached neighbor entries include static and dynamic entries. static: Deletes all the cached static neighbor entries. dynamic: Deletes all the cached dynamic neighbor entries.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER all(1), static(2), dynamic(3), other(4)