TPLINK-RIP-MIB

File: TPLINK-RIP-MIB.mib (13413 bytes)

Imported modules

SNMPv2-SMI TPLINK-TC-MIB TPLINK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
TPRowStatus tplinkMgmt

Defined Types

RIPNETWORKENTRY  
SEQUENCE    
  tpRipNetworkAddress IpAddress
  tpRipNetworkStatus TPRowStatus

RIPINTERFACEENTRY  
SEQUENCE    
  tpRipInterfaceID OCTET STRING Size(0..25)
  tpRipInterfaceStatus OCTET STRING Size(0..10)
  tpRipInterfaceSendVersion INTEGER ripv1(1), ripv2(2), rip-1c(3)
  tpRipInterfaceRecvVersion INTEGER ripv1(1), ripv2(2), both(3)
  tpRipInterfaceRIPv2Broad INTEGER disable(0), enable(1)
  tpRipInterfaceAuthMode INTEGER none(1), simple(2), md5(3)
  tpRipInterfaceKeyID INTEGER 0..255
  tpRipInterfaceKey OCTET STRING Size(0..16)
  tpRipInterfaceSplitHorizon INTEGER disable(0), enable(1)
  tpRipInterfacePoisonReverse INTEGER disable(0), enable(1)

RIPROUTEENTRY  
SEQUENCE    
  tpRipIpAddressMask OCTET STRING Size(0..25)
  tpRipGateway IpAddress
  tpRipMetric INTEGER 1..15
  tpRipInterfaceName OCTET STRING Size(0..25)
  tpRipTimers INTEGER 1..300

Defined Values

tplinkRipMIB 1.3.6.1.4.1.11863.6.40
Private MIB for RIP configuration.
MODULE-IDENTITY    

tplinkRipMIBObjects 1.3.6.1.4.1.11863.6.40.1
OBJECT IDENTIFIER    

tplinkRipNotifications 1.3.6.1.4.1.11863.6.40.2
OBJECT IDENTIFIER    

tpRipBasicConfig 1.3.6.1.4.1.11863.6.40.1.1
OBJECT IDENTIFIER    

tpRipNetworkConfig 1.3.6.1.4.1.11863.6.40.1.2
OBJECT IDENTIFIER    

tpRipInterfaceConfig 1.3.6.1.4.1.11863.6.40.1.3
OBJECT IDENTIFIER    

tpRipRouteItems 1.3.6.1.4.1.11863.6.40.1.4
OBJECT IDENTIFIER    

tpRipProtocolCtrl 1.3.6.1.4.1.11863.6.40.1.1.1
Enable or disable the RIP function on the switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpRipProtocolVersion 1.3.6.1.4.1.11863.6.40.1.1.2
Choose the global RIP version.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER default(0), ripv1(1), ripv2(2)  

tpRipDistance 1.3.6.1.4.1.11863.6.40.1.1.3
Set the RIP router distance.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

tpRipAutoSumm 1.3.6.1.4.1.11863.6.40.1.1.4
If you select enable groups of adjacent routes will be summarized into single entries.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpRipDefaultMetric 1.3.6.1.4.1.11863.6.40.1.1.5
Set the default metric for redistributed routes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

tpRipRedistriStatic 1.3.6.1.4.1.11863.6.40.1.1.6
Choose to distribute Static router entries to RIP,the default is disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpRipRedistriOspf 1.3.6.1.4.1.11863.6.40.1.1.7
Choose to distribute OSPF router entries to RIP,the default is disable..
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpRipRedistStaticMetric 1.3.6.1.4.1.11863.6.40.1.1.8
Set the metric for redistributed static routes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

tpRipRedistOspfMetric 1.3.6.1.4.1.11863.6.40.1.1.9
Set the metric for redistributed OSPF routes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

tpRipUpdateTimer 1.3.6.1.4.1.11863.6.40.1.1.10
The timer interval to generate a complete response to every neighboring gateway.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

tpRipTimeOutTimer 1.3.6.1.4.1.11863.6.40.1.1.11
Upon expiration of the timeout, the route is no longer valid and setted to unreachable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..300  

tpRipGarbageTimer 1.3.6.1.4.1.11863.6.40.1.1.12
Upon expiration of the garbage-collection timer, the route is finally removed from the tables.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..500  

tpRipNetworkTable 1.3.6.1.4.1.11863.6.40.1.2.1
The list of rip network.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RIPNETWORKENTRY

tpRipNetworkEntry 1.3.6.1.4.1.11863.6.40.1.2.1.1
RIP network entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  RIPNETWORKENTRY  

tpRipNetworkAddress 1.3.6.1.4.1.11863.6.40.1.2.1.1.1
RIP network IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpRipNetworkStatus 1.3.6.1.4.1.11863.6.40.1.2.1.1.2
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  

tpRipInterfaceTable 1.3.6.1.4.1.11863.6.40.1.3.1
The list of rip interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RIPINTERFACEENTRY

tpRipInterfaceEntry 1.3.6.1.4.1.11863.6.40.1.3.1.1
Config the RIP parameters of the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RIPINTERFACEENTRY  

tpRipInterfaceID 1.3.6.1.4.1.11863.6.40.1.3.1.1.1
The interface IP address and subnet mask.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..25)  

tpRipInterfaceStatus 1.3.6.1.4.1.11863.6.40.1.3.1.1.2
The interface RIP status(up or down).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..10)  

tpRipInterfaceSendVersion 1.3.6.1.4.1.11863.6.40.1.3.1.1.3
Select the version of RIP control packets sended from the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ripv1(1), ripv2(2), rip-1c(3)  

tpRipInterfaceRecvVersion 1.3.6.1.4.1.11863.6.40.1.3.1.1.4
Select the version of RIP control packets received from the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ripv1(1), ripv2(2), both(3)  

tpRipInterfaceRIPv2Broad 1.3.6.1.4.1.11863.6.40.1.3.1.1.5
Send RIP version 2 formatted packets via broadcast.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpRipInterfaceAuthMode 1.3.6.1.4.1.11863.6.40.1.3.1.1.6
Select an authentication type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), simple(2), md5(3)  

tpRipInterfaceKeyID 1.3.6.1.4.1.11863.6.40.1.3.1.1.7
Enter the RIP Authentication Key ID for the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

tpRipInterfaceKey 1.3.6.1.4.1.11863.6.40.1.3.1.1.8
Enter the RIP Authentication Key for the specified interface.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

tpRipInterfaceSplitHorizon 1.3.6.1.4.1.11863.6.40.1.3.1.1.9
Enable or disable the split horizon.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpRipInterfacePoisonReverse 1.3.6.1.4.1.11863.6.40.1.3.1.1.10
Enable or disable the poison reverse.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpRipRouteTable 1.3.6.1.4.1.11863.6.40.1.4.1
Display the route entries generated by RIP protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RIPROUTEENTRY

tpRipRouteEntry 1.3.6.1.4.1.11863.6.40.1.4.1.1
RIP route entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  RIPROUTEENTRY  

tpRipIpAddressMask 1.3.6.1.4.1.11863.6.40.1.4.1.1.1
The destination IP address and subnet mask.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..25)  

tpRipGateway 1.3.6.1.4.1.11863.6.40.1.4.1.1.2
The gateway interface to send the data packet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpRipMetric 1.3.6.1.4.1.11863.6.40.1.4.1.1.3
The metric to reach the destination IP address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..15  

tpRipInterfaceName 1.3.6.1.4.1.11863.6.40.1.4.1.1.4
The gateway interface name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..25)  

tpRipTimers 1.3.6.1.4.1.11863.6.40.1.4.1.1.5
The time of the route entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..300