DLINKSW-DHCP6-CLIENT-MIB

File: DLINKSW-DHCP6-CLIENT-MIB.mib (25614 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB INET-ADDRESS-MIB DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 DisplayString TruthValue
RowStatus MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndex InterfaceIndexOrZero InetAddressPrefixLength
InetAddressIPv6 dlinkIndustrialCommon

Defined Types

DDhcp6CIfEntry  
SEQUENCE    
  dDhcp6CIfIndex InterfaceIndex
  dDhcp6CIfAcquireAddrEnabled TruthValue
  dDhcp6CIfAcqAddrRapidCommit TruthValue
  dDhcp6CIfMinRefresh Unsigned32
  dDhcp6CIfRowStatus RowStatus

DDhcp6CIfPrefixDeleCfgEntry  
SEQUENCE    
  dDhcp6CIfPdCfgIfIndex InterfaceIndex
  dDhcp6CIfPdCfgPrefixName DisplayString
  dDhcp6CIfPdCfgHintAddr InetAddressIPv6
  dDhcp6CIfPdCfgHintLen InetAddressPrefixLength
  dDhcp6CIfPdCfgRapidCommit TruthValue
  dDhcp6CIfPdCfgRowStatus RowStatus

DDhcp6CIfStateEntry  
SEQUENCE    
  dDhcp6CIfStateIfIndex InterfaceIndex
  dDhcp6CIfStateCode INTEGER
  dDhcp6CIfStatusEventExpire Unsigned32

DDhcp6CIfAcquiredIaEntry  
SEQUENCE    
  dDhcp6CIfAcquiredIaType INTEGER
  dDhcp6CIfAcquiredIaId Unsigned32
  dDhcp6CIfAcquiredIaIfIndex InterfaceIndex
  dDhcp6CIfAcquiredIaServerAddr InetAddressIPv6
  dDhcp6CIfAcquiredIaServerDUID OCTET STRING
  dDhcp6CIfAcquiredIaServerPref Unsigned32
  dDhcp6CIfAcquiredIaT1 Unsigned32
  dDhcp6CIfAcquiredIaT2 Unsigned32
  dDhcp6CIfAcquiredIaExpireTime Unsigned32

DDhcp6CIfAddrEntry  
SEQUENCE    
  dDhcp6CIfAddrInetAddr InetAddressIPv6
  dDhcp6CIfAddrPreferLifeTime Unsigned32
  dDhcp6CIfAddrValidLifeTime Unsigned32
  dDhcp6CIfAddrExpireTime Unsigned32

DDhcp6CIfPrefixEntry  
SEQUENCE    
  dDhcp6CIfPrefixAddr InetAddressIPv6
  dDhcp6CIfPrefixAddrLen InetAddressPrefixLength
  dDhcp6CIfPrefixPreferLifeTime Unsigned32
  dDhcp6CIfPrefixValidLifeTime Unsigned32
  dDhcp6CIfPrefixExpireTime Unsigned32

Defined Values

dlinkSwDhcp6ClientMIB 1.3.6.1.4.1.171.14.222
This MIB module defines objects for DHCPv6 Client.
MODULE-IDENTITY    

dDhcp6ClientNotifications 1.3.6.1.4.1.171.14.222.0
OBJECT IDENTIFIER    

dDhcp6ClientObjects 1.3.6.1.4.1.171.14.222.1
OBJECT IDENTIFIER    

dDhcp6ClientConformance 1.3.6.1.4.1.171.14.222.2
OBJECT IDENTIFIER    

dDhcp6ClientGeneral 1.3.6.1.4.1.171.14.222.1.1
OBJECT IDENTIFIER    

dDhcp6ClientDuid 1.3.6.1.4.1.171.14.222.1.1.1
The DHCP Unique Identity (DUID) of DHCPv6 Client.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dhcp6ClientRestartIf 1.3.6.1.4.1.171.14.222.1.1.2
Specifies the ifIndex of the interface on which DHCPv6 client will be restart. The agent will return an inconsistentValue error on sets if DHCPv6 client is not enabled on the interface. The special value 0 is return when read.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

dDhcp6ClientIfObjects 1.3.6.1.4.1.171.14.222.1.2
OBJECT IDENTIFIER    

dDhcp6CIfTable 1.3.6.1.4.1.171.14.222.1.2.1
A table contains all DHCPv6 client entries which consists of DHCPv6 client related configuration. An entry is created to set a value different from the default on an interface. If an entry is deleted, all configurations are reverted to default.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcp6CIfEntry

dDhcp6CIfEntry 1.3.6.1.4.1.171.14.222.1.2.1.1
Defines an entry in the dDhcp6CIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcp6CIfEntry  

dDhcp6CIfIndex 1.3.6.1.4.1.171.14.222.1.2.1.1.1
The ifIndex value of the interface. Only VLAN interfaces are valid interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dDhcp6CIfAcquireAddrEnabled 1.3.6.1.4.1.171.14.222.1.2.1.1.2
This object indicates whether acquires an IPv6 address on an interface from the DHCPv6 server.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dDhcp6CIfAcqAddrRapidCommit 1.3.6.1.4.1.171.14.222.1.2.1.1.3
This object indicates whether the two-message exchange for address allocation and other configuration is used. When dDhcp6CIfAcquireAddrEnabled is 'false', dDhcp6CIfRapidCommit cannot be set to 'true'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dDhcp6CIfMinRefresh 1.3.6.1.4.1.171.14.222.1.2.1.1.4
This object specifies the minimum acceptable information refresh time in seconds. If the client receives a information refresh time less than the configured minimum refresh time, the configured minimum refresh time will be used.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 600..4294967295  

dDhcp6CIfRowStatus 1.3.6.1.4.1.171.14.222.1.2.1.1.5
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dDhcp6CIfPrefixDeleCfgTable 1.3.6.1.4.1.171.14.222.1.2.3
The table contains information about prefix delegation request of DHCPv6 client. An entry is created/removed when enable/disable request for prefix delegation through a specified interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcp6CIfPrefixDeleCfgEntry

dDhcp6CIfPrefixDeleCfgEntry 1.3.6.1.4.1.171.14.222.1.2.3.1
Defines an entry in the dDhcp6CIfPrefixDeleCfgTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcp6CIfPrefixDeleCfgEntry  

dDhcp6CIfPdCfgIfIndex 1.3.6.1.4.1.171.14.222.1.2.3.1.1
The ifIndex value of the interface. Only VLAN interfaces are valid interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dDhcp6CIfPdCfgPrefixName 1.3.6.1.4.1.171.14.222.1.2.3.1.2
This object indicates a IPv6 general prefix name. The prefix acquired from the server will be stored in the IPv6 general prefix pool represented by this object, which will be in turn used in configuration of IPv6 addresses. The zero length indicates the general prefix name is not configured. Either dDhcp6CIfPdCfgPrefixName or dDhcp6CIfPdCfgHintAddr can be configured on an interface. If neither dDhcp6CIfPdCfgPrefixName nor dDhcp6CIfPdCfgHintAddr is configured, this indicates the request for prefix delegation through a specified interface is disabled and the entry will be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

dDhcp6CIfPdCfgHintAddr 1.3.6.1.4.1.171.14.222.1.2.3.1.3
This object indicates an IPv6 prefix to be sent in the prefix delegation request message as a hint. The special value of all '00'Hs indicates that hint IPv6 prefix is not configured. Either dDhcp6CIfPdCfgPrefixName or dDhcp6CIfPdCfgHintAddr can be configured on an interface. If neither dDhcp6CIfPdCfgPrefixName nor dDhcp6CIfPdCfgHintAddr is configured, this indicates the request for prefix delegation through a specified interface is disabled and the entry will be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv6  

dDhcp6CIfPdCfgHintLen 1.3.6.1.4.1.171.14.222.1.2.3.1.4
The length of the prefix (in bits). It indicates the length of hint prefix.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

dDhcp6CIfPdCfgRapidCommit 1.3.6.1.4.1.171.14.222.1.2.3.1.5
This object indicates that whether proceed with two-message exchange for prefix delegation. The rapid-commit option will be filled in the Solicit message to request two messages handshake.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dDhcp6CIfPdCfgRowStatus 1.3.6.1.4.1.171.14.222.1.2.3.1.6
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dDhcp6ClientStatusObjects 1.3.6.1.4.1.171.14.222.1.3
OBJECT IDENTIFIER    

dDhcp6CIfStateTable 1.3.6.1.4.1.171.14.222.1.3.1
The table contains per-interface DHCPv6 client state information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcp6CIfStateEntry

dDhcp6CIfStateEntry 1.3.6.1.4.1.171.14.222.1.3.1.1
Defines an entry in the dDhcp6CIfStateTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcp6CIfStateEntry  

dDhcp6CIfStateIfIndex 1.3.6.1.4.1.171.14.222.1.3.1.1.1
The ifIndex value of the interface. Only VLAN interfaces are valid interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dDhcp6CIfStateCode 1.3.6.1.4.1.171.14.222.1.3.1.1.2
DHCPv6 Client running state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalid(0), init(1), request(2), release(3), active(4), renew(5), rebind(6)  

dDhcp6CIfStatusEventExpire 1.3.6.1.4.1.171.14.222.1.3.1.1.3
Next event expire time of DHCPv6 Client. It is valid when DHCPv6 Client in REQUEST and REBIND state.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6CIfAcquiredIaTable 1.3.6.1.4.1.171.14.222.1.3.2
The table contains the list of the known DHCPv6 servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcp6CIfAcquiredIaEntry

dDhcp6CIfAcquiredIaEntry 1.3.6.1.4.1.171.14.222.1.3.2.1
Defines an entry in the dDhcp6CIfAcquiredIaTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcp6CIfAcquiredIaEntry  

dDhcp6CIfAcquiredIaType 1.3.6.1.4.1.171.14.222.1.3.2.1.1
The acquired IA type. other(0) - none of the following. iapd(1) - the type of the IA is Prefix Delegation. iana(2) - the type of the IA is non-temporary addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER other(0), iapd(1), iana(2)  

dDhcp6CIfAcquiredIaId 1.3.6.1.4.1.171.14.222.1.3.2.1.2
The acquired IA identify.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..4294967295  

dDhcp6CIfAcquiredIaIfIndex 1.3.6.1.4.1.171.14.222.1.3.2.1.3
The ifIndex value of the interface. Only VLAN interfaces are valid interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dDhcp6CIfAcquiredIaServerAddr 1.3.6.1.4.1.171.14.222.1.3.2.1.4
The address of DHCPv6 server.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv6  

dDhcp6CIfAcquiredIaServerDUID 1.3.6.1.4.1.171.14.222.1.3.2.1.5
The DUID of the corresponding DHCPv6 server.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dDhcp6CIfAcquiredIaServerPref 1.3.6.1.4.1.171.14.222.1.3.2.1.6
The preference of the corresponding DHCPv6 server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

dDhcp6CIfAcquiredIaT1 1.3.6.1.4.1.171.14.222.1.3.2.1.7
The T1 timer of the acquired IA.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6CIfAcquiredIaT2 1.3.6.1.4.1.171.14.222.1.3.2.1.8
The T2 timer of the acquired IA.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6CIfAcquiredIaExpireTime 1.3.6.1.4.1.171.14.222.1.3.2.1.9
The expire time of acquired IA.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6CIfAddrTable 1.3.6.1.4.1.171.14.222.1.3.3
The table contains per-interface DHCPv6 address acquired from DHCPv6 server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcp6CIfAddrEntry

dDhcp6CIfAddrEntry 1.3.6.1.4.1.171.14.222.1.3.3.1
Defines an entry in the dDhcp6CIfAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcp6CIfAddrEntry  

dDhcp6CIfAddrInetAddr 1.3.6.1.4.1.171.14.222.1.3.3.1.1
The acquired address from DHCPv6 server.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv6  

dDhcp6CIfAddrPreferLifeTime 1.3.6.1.4.1.171.14.222.1.3.3.1.2
The prefer lifetime of the acquired address.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6CIfAddrValidLifeTime 1.3.6.1.4.1.171.14.222.1.3.3.1.3
The valid lifetime of the acquired address.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6CIfAddrExpireTime 1.3.6.1.4.1.171.14.222.1.3.3.1.4
The expire time of the acquired address.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6CIfPrefixTable 1.3.6.1.4.1.171.14.222.1.3.4
The table contains all acquired prefixes from DHCPv6 server(s).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcp6CIfPrefixEntry

dDhcp6CIfPrefixEntry 1.3.6.1.4.1.171.14.222.1.3.4.1
Defines an entry in the dDhcp6CIfPrefixTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcp6CIfPrefixEntry  

dDhcp6CIfPrefixAddr 1.3.6.1.4.1.171.14.222.1.3.4.1.1
The address of the acquired prefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv6  

dDhcp6CIfPrefixAddrLen 1.3.6.1.4.1.171.14.222.1.3.4.1.2
The prefix length of the acquired prefix.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

dDhcp6CIfPrefixPreferLifeTime 1.3.6.1.4.1.171.14.222.1.3.4.1.3
The prefer lifetime of the acquired prefix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6CIfPrefixValidLifeTime 1.3.6.1.4.1.171.14.222.1.3.4.1.4
The valid lifetime of the acquired prefix.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6CIfPrefixExpireTime 1.3.6.1.4.1.171.14.222.1.3.4.1.5
The expire time of the acquired prefix
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDhcp6ClientCompliances 1.3.6.1.4.1.171.14.222.2.1
OBJECT IDENTIFIER    

dDhcp6ClientCompliance 1.3.6.1.4.1.171.14.222.2.1.1
The compliance statement for entities which implement the DLINKSW-DHCP6-CLIENT-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

dDhcp6ClientGroups 1.3.6.1.4.1.171.14.222.2.1.2
OBJECT IDENTIFIER    

dDhcp6CBasicGroup 1.3.6.1.4.1.171.14.222.2.1.2.1
This group contains the collection of objects related to acquiring IPv6 address on an interface from DHCPv6 server.
Status: current Access: read-only
OBJECT-GROUP    

dDhcp6CBasicStatusGroup 1.3.6.1.4.1.171.14.222.2.1.2.2
This group contains the collection of objects about the status of acquired IPv6 address and the information about DHCPv6 server.
Status: current Access: read-only
OBJECT-GROUP    

dDhcp6CPrefixDelegationGroup 1.3.6.1.4.1.171.14.222.2.1.2.3
This group contains the collection of objects related to acquiring IPv6 prefix on an interface from DHCPv6 server.
Status: current Access: read-only
OBJECT-GROUP    

dDhcp6CPrefixDelegStatusGroup 1.3.6.1.4.1.171.14.222.2.1.2.4
This group contains the collection of objects about the status of the acquired prefixes.
Status: current Access: read-only
OBJECT-GROUP