TPLINK-IPV6ADDR-MIB

File: TPLINK-IPV6ADDR-MIB.mib (5278 bytes)

Imported modules

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

Imported symbols

RowStatus tplinkMgmt OBJECT-TYPE
IpAddress InetAddress InetAddressType

Defined Types

Ipv6ParaConfigAddrEntry  
SEQUENCE    
  ipv6ParaConfigIfIndex INTEGER
  ipv6ParaConfigAddrType InetAddressType
  ipv6ParaConfigAddress InetAddress
  ipv6ParaConfigPrefixLength INTEGER 1..128
  ipv6ParaConfigSourceType INTEGER
  ipv6ParaConfigRowStatus RowStatus

Defined Values

tplinkIpv6AddrMIB 1.3.6.1.4.1.11863.6.50
Private MIB for IPv6 address configuration.
MODULE-IDENTITY    

tplinkIpv6AddrMIBObjects 1.3.6.1.4.1.11863.6.50.1
OBJECT IDENTIFIER    

tplinkIpv6AddrNotifications 1.3.6.1.4.1.11863.6.50.2
OBJECT IDENTIFIER    

ipv6ParaConfigAddrTable 1.3.6.1.4.1.11863.6.50.1.1
The table of address information is relevant to the switch's IPv6 addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ipv6ParaConfigAddrEntry

ipv6ParaConfigAddrEntry 1.3.6.1.4.1.11863.6.50.1.1.1
Define the IPv6 address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6ParaConfigAddrEntry  

ipv6ParaConfigIfIndex 1.3.6.1.4.1.11863.6.50.1.1.1.2
The IfIndex of the interface
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipv6ParaConfigAddrType 1.3.6.1.4.1.11863.6.50.1.1.1.3
The IP address type of the switch. The value must be ipv6.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ipv6ParaConfigAddress 1.3.6.1.4.1.11863.6.50.1.1.1.4
The IPv6 address of the switch.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ipv6ParaConfigPrefixLength 1.3.6.1.4.1.11863.6.50.1.1.1.5
The length of the prefix (in bits) associated with the IPv6 address of the switch.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..128  

ipv6ParaConfigSourceType 1.3.6.1.4.1.11863.6.50.1.1.1.6
Indicate the type of source of IPv6 address. The value can be one of following: 'assignedIp': Assigned global/site-local IPv6 address; 'assignedEUI64Ip': Assigned global/site-local IPv6 address by using EUI-64 interface identifier; 'assignedLinklocalIp': Assigned link-local IPv6 address. 'autoIp': Auto generated IPv6 address as a result of non-linklocal anycast/unicast address configuration; 'dhcpv6': Assigned IPv6 address through DHCPv6 protocol; 'negotiate': Assigned IPv6 address through negotiation;
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER assignedIp(1), assignedEUI64Ip(2), assignedLinklocalIp(3), autoIp(4), dhcpv6(5), negotiate(6)  

ipv6ParaConfigRowStatus 1.3.6.1.4.1.11863.6.50.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. When you create a new user,the default password is admin.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus