WWP-LEOS-DNS-CLIENT-MIB

File: WWP-LEOS-DNS-CLIENT-MIB.mib (10691 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
SNMPv2-CONF WWP-SMI

Imported symbols

IpAddress Integer32 OBJECT-TYPE
MODULE-IDENTITY DisplayString RowStatus
InetAddressType InetAddress MODULE-COMPLIANCE
OBJECT-GROUP wwpModulesLeos

Defined Types

WwpLeosDnsServerEntry  
SEQUENCE    
  wwpLeosDnsServerIndex Integer32
  wwpLeosDnsServerAddr IpAddress
  wwpLeosDnsServerUserPriority Integer32
  wwpLeosDnsServerDhcpPriority Integer32
  wwpLeosDnsServerScope INTEGER
  wwpLeosDnsServerStatus RowStatus
  wwpLeosDnsServerInetAddrType InetAddressType
  wwpLeosDnsServerInetAddr InetAddress

WwpLeosDnsServerExtEntry  
SEQUENCE    
  wwpLeosDnsServerAdminState INTEGER
  wwpLeosDnsServerOperState INTEGER

Defined Values

wwpLeosDnsClientMIB 1.3.6.1.4.1.6141.2.60.16
A MIB module to manage dns client on the WWP products.
MODULE-IDENTITY    

wwpLeosDnsClientMIBObjects 1.3.6.1.4.1.6141.2.60.16.1
OBJECT IDENTIFIER    

wwpLeosDnsClient 1.3.6.1.4.1.6141.2.60.16.1.1
OBJECT IDENTIFIER    

wwpLeosDnsClientMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.16.2
OBJECT IDENTIFIER    

wwpLeosDnsClientMIBNotifications 1.3.6.1.4.1.6141.2.60.16.2.0
OBJECT IDENTIFIER    

wwpLeosDnsClientMIBConformance 1.3.6.1.4.1.6141.2.60.16.3
OBJECT IDENTIFIER    

wwpLeosDnsClientMIBCompliances 1.3.6.1.4.1.6141.2.60.16.3.1
OBJECT IDENTIFIER    

wwpLeosDnsClientMIBGroups 1.3.6.1.4.1.6141.2.60.16.3.2
OBJECT IDENTIFIER    

wwpLeosDnsClientStatus 1.3.6.1.4.1.6141.2.60.16.1.1.1
Specifies whether or not the DNS client resolver is enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wwpLeosDnsClientDhcpDomainName 1.3.6.1.4.1.6141.2.60.16.1.1.2
Specifies the admin domain name configured by dhcp for this device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wwpLeosDnsClientDhcpDomainNameState 1.3.6.1.4.1.6141.2.60.16.1.1.3
Specifies if wwpLeosDnsClientDhcpDomainName is enabled or disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wwpLeosDnsClientUserDomainName 1.3.6.1.4.1.6141.2.60.16.1.1.4
Specifies the admin domain name configured by user for this device.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

wwpLeosDnsClientUserDomainNameState 1.3.6.1.4.1.6141.2.60.16.1.1.5
Specifies if wwpLeosDnsClientUserDomainName is enabled or disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wwpLeosDnsServerTable 1.3.6.1.4.1.6141.2.60.16.1.1.6
A table containing configured DNS Servers information. To create entry in this table use SNMP multiple set operation. Following mib objects must be set to create valid entry wwpLeosDnsServerAddr, wwpLeosDnsServerStatus
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosDnsServerEntry

wwpLeosDnsServerEntry 1.3.6.1.4.1.6141.2.60.16.1.1.6.1
Defines the information pertaining to a configured DNS Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosDnsServerEntry  

wwpLeosDnsServerIndex 1.3.6.1.4.1.6141.2.60.16.1.1.6.1.1
The unique index in DNS server table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..10  

wwpLeosDnsServerAddr 1.3.6.1.4.1.6141.2.60.16.1.1.6.1.2
The IP address for the configured DNS Server. wwpLeosDnsServerInetAddr cannot be set at the same time. This OID will be set to 0.0.0.0 when the server has an IPv6 address, which is shown in the wwpLeosDnsServerInetAddr and the wwpLeosDnsServerInetAddrType is set to ipv6. For a server with an IPv4 address, the ip address will be shown in this OID and the wwpLeosDnsServerInetAddr with the wwpLeosDnsServerInetAddrType set to ipv4.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

wwpLeosDnsServerUserPriority 1.3.6.1.4.1.6141.2.60.16.1.1.6.1.3
The priority of the dns server configured by user.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

wwpLeosDnsServerDhcpPriority 1.3.6.1.4.1.6141.2.60.16.1.1.6.1.4
The priority of the dns server configured by DHCP.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

wwpLeosDnsServerScope 1.3.6.1.4.1.6141.2.60.16.1.1.6.1.5
The object specifies the scope of this entry. Scope of the entry means who configured this entry. dhcp or user or both
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER user(1), dhcp(2), both(3)  

wwpLeosDnsServerStatus 1.3.6.1.4.1.6141.2.60.16.1.1.6.1.6
This object is used to create and delete rows in the wwpLeosDnsServerTable. To create a new row the management station must set the object to 'CreateAndGo'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosDnsServerInetAddrType 1.3.6.1.4.1.6141.2.60.16.1.1.6.1.7
The Inet address type for the configured DNS Server. Used in conjunction with wwpLeosDnsServerInetAddr. When set to: ipv4 : wwpLeosDnsServerInetAddr should be compliant with InetAddressIPv4 from RFC 4001 ipv6 : wwpLeosDnsServerInetAddr should be compliant with InetAddressIPv6 from RFC 4001
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

wwpLeosDnsServerInetAddr 1.3.6.1.4.1.6141.2.60.16.1.1.6.1.8
The Inet address for the configured DNS Server. This OID must be used in conjunction with wwpLeosDnsServerInetAddrType. The InetAddress specified here will be compliant with RFC 4001.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

wwpLeosDnsServerExtTable 1.3.6.1.4.1.6141.2.60.16.1.1.7
This table is an extension for wwpLeosDnsServerTable table. This table allows to set more attributes for DNS wwpLeosDnsServerTable table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosDnsServerExtEntry

wwpLeosDnsServerExtEntry 1.3.6.1.4.1.6141.2.60.16.1.1.7.1
Defines the information pertaining to a configured DNS Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosDnsServerExtEntry  

wwpLeosDnsServerAdminState 1.3.6.1.4.1.6141.2.60.16.1.1.7.1.1
The object specifies the user admin state of this entry. User can configure this to enable | disable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

wwpLeosDnsServerOperState 1.3.6.1.4.1.6141.2.60.16.1.1.7.1.2
The object specifies the operational state of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

wwpLeosDnsServerEntryCompliance 1.3.6.1.4.1.6141.2.60.16.3.1.1
The compliance statement of the wwpLeosDnsClient MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

wwpLeosDnsServerEntryIpv6Group 1.3.6.1.4.1.6141.2.60.16.3.2.1
DNS server entry objects for IPv6 address.
Status: current Access: read-only
OBJECT-GROUP