TPLINK-IPADDR-MIB

File: TPLINK-IPADDR-MIB.mib (14613 bytes)

Imported modules

TPLINK-TC-MIB TPLINK-MIB SNMPv2-SMI
RFC1213-MIB

Imported symbols

TPRowStatus tplinkMgmt OBJECT-TYPE
IpAddress ifIndex

Defined Types

TpInterfaceMode  
Ip address alloc-mode: -'none(0)', which indicate vlan interface has no ip address. -'manual(1)',vlan interface's ip address is manually assigned. -'dhcp(2)',vlan interface's ip address is allocated by DHCP protocol. -'bootp(3)',vlan interface's ip address is allocated by BOOTP protocol.
TEXTUAL-CONVENTION    
  INTEGER none(0), manual(1), dhcp(2), bootp(3)  

TpInterfaceMode2  
Ip address alloc-mode: -'none(0)', which indicate vlan interface has no ip address. -'manual(1)',vlan interface's ip address is manually assigned.
TEXTUAL-CONVENTION    
  INTEGER none(0), manual(1)  

TpPortLinkMode  
Port link-mode: bridge(0) or route(1)
TEXTUAL-CONVENTION    
  INTEGER bridge(0), route(1)  

STATICADDRCTRLENTRY  
SEQUENCE    
  tpVlanInterfaceMode TpInterfaceMode
  tpVlanInterfaceIp IpAddress
  tpVlanInterfaceMsk IpAddress
  tpVlanInterfaceVlanId INTEGER
  tpVlanInterfaceSecondary INTEGER
  tpVlanInterfaceName OCTET STRING Size(0..20)
  tpVlanInterfaceStatus TPRowStatus

LOOPBACKADDRCTRLENTRY  
SEQUENCE    
  tpLoopbackInterfaceMode TpInterfaceMode2
  tpLoopbackInterfaceIp IpAddress
  tpLoopbackInterfaceMsk IpAddress
  tpLoopbackInterfaceId INTEGER
  tpLoopbackInterfaceSecondary INTEGER
  tpLoopbackInterfaceName OCTET STRING Size(0..20)
  tpLoopbackInterfaceStatus TPRowStatus

ROUTEDPORTADDRCTRLENTRY  
SEQUENCE    
  tpRoutedPortMode TpInterfaceMode
  tpRoutedPortIp IpAddress
  tpRoutedPortMsk IpAddress
  tpRoutedPortId OCTET STRING
  tpRoutedPortSecondary INTEGER
  tpRoutedPortName OCTET STRING Size(0..20)
  tpRoutedPortStatus TPRowStatus

PORTCHANNELADDRCTRLENTRY  
SEQUENCE    
  tpPortChannelMode TpInterfaceMode
  tpPortChannelIp IpAddress
  tpPortChannelMsk IpAddress
  tpPortChannelId INTEGER
  tpPortChannelSecondary INTEGER
  tpPortChannelName OCTET STRING Size(0..20)
  tpPortChannelStatus TPRowStatus

Defined Values

tplinkIpAddrMIB 1.3.6.1.4.1.11863.6.6
Private MIB for ip address configuration.
MODULE-IDENTITY    

tplinkIpAddrMIBObjects 1.3.6.1.4.1.11863.6.6.1
OBJECT IDENTIFIER    

tplinkIpAddrNotifications 1.3.6.1.4.1.11863.6.6.2
OBJECT IDENTIFIER    

tpInterfaceConfig 1.3.6.1.4.1.11863.6.6.1.1
OBJECT IDENTIFIER    

tpVlanInterfaceTable 1.3.6.1.4.1.11863.6.6.1.1.1
A list of VLAN interface entries. VLAN interface is a virtual interface which is working in the level 3, it is used to communicate between the VLAN in the level 3, and it is not a physical entity in the device. Each VLAN has a VLAN interface,and the VLAN interface can transmit the packets for the port which belong to this VLAN. In general,because the VLAN can isolate broadcast, each VLAN has a subnet address,and as a gateway of the subnet address, the VLAN interface can do the transmittance basic of IP address in level 3 for the packet which need to span the subnet address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    STATICADDRCTRLENTRY

tpVlanInterfaceConfigEntry 1.3.6.1.4.1.11863.6.6.1.1.1.1
The interface can be added or removed .
Status: current Access: not-accessible
OBJECT-TYPE    
  STATICADDRCTRLENTRY  

tpVlanInterfaceVlanId 1.3.6.1.4.1.11863.6.6.1.1.1.1.1
The id of the VLAN interface,and it must be in the 802.1Q VLAN of the ingress port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVlanInterfaceSecondary 1.3.6.1.4.1.11863.6.6.1.1.1.1.2
If the ip address is secondary IP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVlanInterfaceMode 1.3.6.1.4.1.11863.6.6.1.1.1.1.3
The IP address alloc-mode of VLAN interface.
Status: current Access: read-create
OBJECT-TYPE    
  TpInterfaceMode  

tpVlanInterfaceIp 1.3.6.1.4.1.11863.6.6.1.1.1.1.4
The IP address of the VLAN interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpVlanInterfaceMsk 1.3.6.1.4.1.11863.6.6.1.1.1.1.5
The IP mask of the VLAN interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpVlanInterfaceName 1.3.6.1.4.1.11863.6.6.1.1.1.1.6
The name of the VLAN interface.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

tpVlanInterfaceStatus 1.3.6.1.4.1.11863.6.6.1.1.1.1.7
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  

tpLoopbackInterfaceTable 1.3.6.1.4.1.11863.6.6.1.1.2
A list of Loopback interface entries. Loopback interface is a virtual interface which purely software implemented, commonly used as router-id or network test.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LOOPBACKADDRCTRLENTRY

tpLoopbackInterfaceConfigEntry 1.3.6.1.4.1.11863.6.6.1.1.2.1
The interface can be added or removed .
Status: current Access: not-accessible
OBJECT-TYPE    
  LOOPBACKADDRCTRLENTRY  

tpLoopbackInterfaceId 1.3.6.1.4.1.11863.6.6.1.1.2.1.1
The id of the loopback interface (1-2147483647).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpLoopbackInterfaceSecondary 1.3.6.1.4.1.11863.6.6.1.1.2.1.2
If the ip address is secondary IP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpLoopbackInterfaceMode 1.3.6.1.4.1.11863.6.6.1.1.2.1.3
The IP address alloc-mode of loopback interface.
Status: current Access: read-create
OBJECT-TYPE    
  TpInterfaceMode2  

tpLoopbackInterfaceIp 1.3.6.1.4.1.11863.6.6.1.1.2.1.4
The IP address of the loopback interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpLoopbackInterfaceMsk 1.3.6.1.4.1.11863.6.6.1.1.2.1.5
The IP mask of the loopback interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpLoopbackInterfaceName 1.3.6.1.4.1.11863.6.6.1.1.2.1.6
The name of the loopback interface.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

tpLoopbackInterfaceStatus 1.3.6.1.4.1.11863.6.6.1.1.2.1.7
Action status.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpRoutedPortTable 1.3.6.1.4.1.11863.6.6.1.1.3
A list of routed port. A routed port is special port mode which you can configure Layer 3 function like RIP, OSPF, while some Layer 2 function like speed, flow-control is also available.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ROUTEDPORTADDRCTRLENTRY

tpRoutedPortConfigEntry 1.3.6.1.4.1.11863.6.6.1.1.3.1
The interface can be added or removed .
Status: current Access: not-accessible
OBJECT-TYPE    
  ROUTEDPORTADDRCTRLENTRY  

tpRoutedPortId 1.3.6.1.4.1.11863.6.6.1.1.3.1.1
The port id.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

tpRoutedPortSecondary 1.3.6.1.4.1.11863.6.6.1.1.3.1.2
If the ip address is secondary IP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpRoutedPortMode 1.3.6.1.4.1.11863.6.6.1.1.3.1.3
The IP address alloc-mode of the routed port.
Status: current Access: read-create
OBJECT-TYPE    
  TpInterfaceMode  

tpRoutedPortIp 1.3.6.1.4.1.11863.6.6.1.1.3.1.4
The IP address of the routed port.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpRoutedPortMsk 1.3.6.1.4.1.11863.6.6.1.1.3.1.5
The IP mask of the routed port.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpRoutedPortName 1.3.6.1.4.1.11863.6.6.1.1.3.1.6
The name of the routed port.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

tpRoutedPortStatus 1.3.6.1.4.1.11863.6.6.1.1.3.1.7
Action status.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpPortChannelTable 1.3.6.1.4.1.11863.6.6.1.1.4
A list of port-channel interface entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PORTCHANNELADDRCTRLENTRY

tpPortChannelConfigEntry 1.3.6.1.4.1.11863.6.6.1.1.4.1
The interface can be added or removed .
Status: current Access: not-accessible
OBJECT-TYPE    
  PORTCHANNELADDRCTRLENTRY  

tpPortChannelId 1.3.6.1.4.1.11863.6.6.1.1.4.1.1
The id of the port-channel interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpPortChannelSecondary 1.3.6.1.4.1.11863.6.6.1.1.4.1.2
If the ip address is secondary IP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpPortChannelMode 1.3.6.1.4.1.11863.6.6.1.1.4.1.3
The IP address alloc-mode of port-channel interface.
Status: current Access: read-create
OBJECT-TYPE    
  TpInterfaceMode  

tpPortChannelIp 1.3.6.1.4.1.11863.6.6.1.1.4.1.4
The IP address of the port-channel interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpPortChannelMsk 1.3.6.1.4.1.11863.6.6.1.1.4.1.5
The IP mask of the port-channel interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpPortChannelName 1.3.6.1.4.1.11863.6.6.1.1.4.1.6
The name of the port-channel interface.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

tpPortChannelStatus 1.3.6.1.4.1.11863.6.6.1.1.4.1.7
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