TPLINK-IPV6STATICROUTE-MIB

File: TPLINK-IPV6STATICROUTE-MIB.mib (4182 bytes)

Imported modules

TPLINK-TC-MIB TPLINK-MIB SNMPv2-SMI
INET-ADDRESS-MIB

Imported symbols

TPRowStatus tplinkMgmt OBJECT-TYPE
IpAddress InetAddress

Defined Types

MacAddress  
OCTET STRING Size(6)    

STATICITEMCTRLENTRY  
SEQUENCE    
  tpIPv6StaticRouteItemDesIp InetAddress
  tpIPv6StaticRouteItemPrefixLen INTEGER 1..128
  tpIPv6StaticRouteItemNexthop InetAddress
  tpIPv6StaticRouteItemInterfaceName OCTET STRING Size(0..32)
  tpIPv6StaticRouteItemStatus TPRowStatus

Defined Values

tplinkIPv6StaticRouteMIB 1.3.6.1.4.1.11863.6.53
Private MIB for IPv6 static route configuration.
MODULE-IDENTITY    

tplinkIPv6StaticRouteMIBObjects 1.3.6.1.4.1.11863.6.53.1
OBJECT IDENTIFIER    

tplinkIPv6StaticRouteNotifications 1.3.6.1.4.1.11863.6.53.2
OBJECT IDENTIFIER    

tpIPv6StaticRouteConfig 1.3.6.1.4.1.11863.6.53.1.1
OBJECT IDENTIFIER    

tpIPv6StaticRouteConfigTable 1.3.6.1.4.1.11863.6.53.1.1.1
A list of static route entries.Route is choosing a best way to trasmit the data from the source to the destination.Static route is a special route,it is set by the administrator,and it is not automatically changed along with the change of network topo, so the static route is most used in the net which is small and has a fixed topo with virtues of simple,efficient and reliable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    STATICITEMCTRLENTRY

tpIPv6StaticRouteConfigEntry 1.3.6.1.4.1.11863.6.53.1.1.1.1
The item can be added or removed .
Status: current Access: not-accessible
OBJECT-TYPE    
  STATICITEMCTRLENTRY  

tpIPv6StaticRouteItemDesIp 1.3.6.1.4.1.11863.6.53.1.1.1.1.1
The ip Address of the packet should be arrived
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

tpIPv6StaticRouteItemPrefixLen 1.3.6.1.4.1.11863.6.53.1.1.1.1.2
The mask of the ip.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..128  

tpIPv6StaticRouteItemNexthop 1.3.6.1.4.1.11863.6.53.1.1.1.1.3
The next jump ip address which the packet would be sent to by the switch.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

tpIPv6StaticRouteItemInterfaceName 1.3.6.1.4.1.11863.6.53.1.1.1.1.4
The name of the VLAN interface.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpIPv6StaticRouteItemStatus 1.3.6.1.4.1.11863.6.53.1.1.1.1.5
The following values are states: these values may be used as follow: active(1),if the entry is being used. notInService(2),destory the entry. notReady(3),destory the entry. createAndGo(4),not being used createAndWait(5),creat a new entry destroy(6),destory the entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus