TPLINK-STATICROUTE-MIB

File: TPLINK-STATICROUTE-MIB.mib (3973 bytes)

Imported modules

TPLINK-TC-MIB TPLINK-MIB SNMPv2-SMI

Imported symbols

TPRowStatus tplinkMgmt OBJECT-TYPE
IpAddress

Defined Types

MacAddress  
OCTET STRING Size(6)    

STATICITEMCTRLENTRY  
SEQUENCE    
  tpStaticRouteItemDesIp IpAddress
  tpStaticRouteItemMask IpAddress
  tpStaticRouteItemNextIp IpAddress
  tpStaticRouteItemInterfaceName OCTET STRING Size(0..255)
  tpStaticRouteItemStatus TPRowStatus

Defined Values

tplinkStaticRouteMIB 1.3.6.1.4.1.11863.6.36
Private MIB for static route configuration.
MODULE-IDENTITY    

tplinkStaticRouteMIBObjects 1.3.6.1.4.1.11863.6.36.1
OBJECT IDENTIFIER    

tplinkStaticRouteNotifications 1.3.6.1.4.1.11863.6.36.2
OBJECT IDENTIFIER    

tpStaticRouteConfig 1.3.6.1.4.1.11863.6.36.1.1
OBJECT IDENTIFIER    

tpStaticRouteConfigTable 1.3.6.1.4.1.11863.6.36.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

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

tpStaticRouteItemDesIp 1.3.6.1.4.1.11863.6.36.1.1.1.1.1
The ip Address of the packet should be arrived
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpStaticRouteItemMask 1.3.6.1.4.1.11863.6.36.1.1.1.1.2
The mask of the ip.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpStaticRouteItemNextIp 1.3.6.1.4.1.11863.6.36.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    
  IpAddress  

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

tpStaticRouteItemStatus 1.3.6.1.4.1.11863.6.36.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