CIG-CLIENTS-MIB

File: CIG-CLIENTS-MIB.mib (28960 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
RFC1155-SMI

Imported symbols

OBJECT-GROUP NOTIFICATION-GROUP MODULE-COMPLIANCE
Integer32 Unsigned32 enterprises
Gauge32 Counter32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE RowStatus
TEXTUAL-CONVENTION TruthValue DateAndTime
TimeInterval DisplayString IpAddress

Defined Types

CigDhcpClientsEntry  
SEQUENCE    
  cigDhcpClientsIfIndex INTEGER
  cigDhcpClientsRowStatus RowStatus
  cigDhcpClientsIfAlias DisplayString
  cigDhcpClientsIPAddress IpAddress
  cigDhcpClientsSubnetMask IpAddress
  cigDhcpClientsClientId OCTET STRING
  cigDhcpClientsHostName DisplayString
  cigDhcpClientsRequestLeaseTime Unsigned32
  cigDhcpClientsReceiveLeaseTime Unsigned32
  cigDhcpClientsRemainLeaseTime Unsigned32
  cigDhcpClientsRenewLeaseTime Unsigned32
  cigDhcpClientsRebindLeaseTime Unsigned32
  cigDhcpClientsDefaultGatewayList DisplayString
  cigDhcpClientsDnsServerList DisplayString
  cigDhcpClientsDomainName DisplayString
  cigDhcpClientsServerIpAddr IpAddress
  cigDhcpClientsOperations INTEGER
  cigDhcpClientsStatus INTEGER
  cigDhcpClientsRequestBitmap OCTET STRING
  cigDhcpClientsDefaultRouterTrackId Unsigned32

CigDnsResolverDnsServersListEntry  
SEQUENCE    
  cigDnsResolverDnsServersListIndex INTEGER
  cigDnsResolverDnsServersListDescription DisplayString
  cigDnsResolverDnsServersListRowStatus RowStatus

CigDnsResolverDnsServerEntry  
SEQUENCE    
  cigDnsResolverDnsServerListIndex INTEGER
  cigDnsResolverDnsServerIndex INTEGER
  cigDnsResolverDnsServerIpAddress IpAddress
  cigDnsResolverDnsServerIfIndex INTEGER
  cigDnsResolverDnsServerType INTEGER
  cigDnsResolverDnsServerRowStatus RowStatus

CigDnsResolverDomainEntry  
SEQUENCE    
  cigDnsResolverDomainIndex INTEGER
  cigDnsResolverDomain DisplayString
  cigDnsResolverDomainRowStatus RowStatus

Defined Values

cigClients 1.3.6.1.4.1.6889.2.1.17
This module defines the cig Clients. The first client in the DHCP client used for getting dynamic IP address and configuration parameters from DHCP server.The DHCP client will be a function of interfaces. The second client is DNS resolver client. Copyright notice: This AVAYA SNMP Management Information Base Specification (Specification) embodies AVAYA confidential and Proprietary intellectual property. AVAYA retains all Title and ownership in the Specification, including any revisionsIt is AVAYA's intent to encourage the widespread use of this Specification in connection with the management of AVAYA products. AVAYA grants vendors, end-users, and other interested parties a non-exclusive license to use this Specification in connection with the management of AVAYA products.This Specification is supplied 'as is', and AVAYA makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

avaya 1.3.6.1.4.1.6889
OBJECT IDENTIFIER    

mibs 1.3.6.1.4.1.6889.2
OBJECT IDENTIFIER    

lsg 1.3.6.1.4.1.6889.2.1
OBJECT IDENTIFIER    

cigDhcpClients 1.3.6.1.4.1.6889.2.1.17.1
OBJECT IDENTIFIER    

cigDnsResolver 1.3.6.1.4.1.6889.2.1.17.2
OBJECT IDENTIFIER    

cigDhcpClientsNotification 1.3.6.1.4.1.6889.2.1.17.1.0
OBJECT IDENTIFIER    

cigDhcpClientsConflictDetectionTrap 1.3.6.1.4.1.6889.2.1.17.1.0.1
DHCP IP address conflict detection. This trap is based on: The Client Decline Packets after the client sent gratuitous Arp and get response which implies that another station use this IP address.
Status: current Access: read-write
NOTIFICATION-TYPE    

cigDhcpClientsTable 1.3.6.1.4.1.6889.2.1.17.1.1
cigDhcpClientsTable parameters. Used for DHCP clients which gathered dynamic IP addresses and configuration from DHCP servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CigDhcpClientsEntry

cigDhcpClientsEntry 1.3.6.1.4.1.6889.2.1.17.1.1.1
cigDhcpClients Entry Parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  CigDhcpClientsEntry  

cigDhcpClientsIfIndex 1.3.6.1.4.1.6889.2.1.17.1.1.1.1
A unique value for each interface. This value is same as ifIndex from ifTable. The DHCP client can be enabled on Vlan and on WAN Fast Ethernet interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cigDhcpClientsRowStatus 1.3.6.1.4.1.6889.2.1.17.1.1.1.2
This is a row status mib item For adding and deleting DHCP clients interfaces. For configuring only DHCP client parameters use create and wait for specific interface. When activating the DHCP client, activate the row. Activating the row will create a new row in the ipDynamic Table in CROUTE-MIB that presents dynamic ipInterface. Deactivating the DHCP client will cause to erasing the row in the ipDynamic Mib table and deactivating the DHCP client row in order to keep the specific DHCP parameters which already were configured.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

cigDhcpClientsIfAlias 1.3.6.1.4.1.6889.2.1.17.1.1.1.3
This object is an 'alias' name for the lower-layer interface on top of which this IP interface is defined. It is the same as the ifAlias from the standard interface table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

cigDhcpClientsIPAddress 1.3.6.1.4.1.6889.2.1.17.1.1.1.4
The IP address received from remote peer during the DHCP session. This is the same MIB item as ipInterface table in CROUTE-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cigDhcpClientsSubnetMask 1.3.6.1.4.1.6889.2.1.17.1.1.1.5
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0. In case of DHCP client this is DHCP option 1 == Subnet Mask. This is the same MIB item as ipInterface table in CROUTE-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cigDhcpClientsClientId 1.3.6.1.4.1.6889.2.1.17.1.1.1.6
Client identifier used for manual leased. The structure of the client identifier is as follows: combination of TYPE and Data. Where Type = 01 if for Ethernet MACs and Data for this case if Ethernet MAC address. The user can use also other client identifiers as strings. Default: '' - 01:Interface MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..80)  

cigDhcpClientsHostName 1.3.6.1.4.1.6889.2.1.17.1.1.1.7
Host name is sent by the DHCP client as Dhcp option 12. It is specifically used by part of DHCP servers (MS2000) to identify the client in the binding file (more user intuitive). This option is used as well by part of the DHCP server with the support of DHCP client (sending option 81) to update the DNS server with the new IP for specific host. The format of the string can be: 'usernameA'. The hostname shall comply to RFC 1035 naming convention with the following exceptions: a. allow digits at the start of the name. b. Do not check length constraints of 63 bytes. The default of the host name used by the DHCP client is the device host name.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..80)  

cigDhcpClientsRequestLeaseTime 1.3.6.1.4.1.6889.2.1.17.1.1.1.8
The Requested leased time in seconds. Infinite is defined as 0xffffffff. 0 - used to present that no lease time requested from the DHCP server. I.e. option 51 will not be sent by the client. Default 0 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cigDhcpClientsReceiveLeaseTime 1.3.6.1.4.1.6889.2.1.17.1.1.1.9
The received leased time from the DHCP server in seconds. Infinite is defined as 0xffffffff. Default 0 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cigDhcpClientsRemainLeaseTime 1.3.6.1.4.1.6889.2.1.17.1.1.1.10
The remains leased time in seconds . Infinite is defined as 0xffffffff. Default 0 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cigDhcpClientsRenewLeaseTime 1.3.6.1.4.1.6889.2.1.17.1.1.1.11
The time defined for renewing phase in seconds . Infinite is defined as 0xffffffff. It is defined as 0.5 of the receive lease. Default 0 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cigDhcpClientsRebindLeaseTime 1.3.6.1.4.1.6889.2.1.17.1.1.1.12
The time defined for rebinding phase in seconds . Infinite is defined as 0xffffffff. It is defined as 0.875 of the receive lease. Default 0 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cigDhcpClientsDefaultGatewayList 1.3.6.1.4.1.6889.2.1.17.1.1.1.13
Default Gateway is Dhcp option 3. Default = '' = Null String. The format of the string can be up to 8 IP addresses in the list, for example: '121.23.1.12 135.64.13.190 192.123.242.230'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..128)  

cigDhcpClientsDnsServerList 1.3.6.1.4.1.6889.2.1.17.1.1.1.14
DNS Server is Dhcp option 6. Default = '' = Null String. The format of the string can be up to 8 IP addresses in the list, for exapmle: '121.23.1.12 135.64.13.190 192.123.242.230'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..128)  

cigDhcpClientsDomainName 1.3.6.1.4.1.6889.2.1.17.1.1.1.15
DNS Server is Dhcp option 15. Default = Null String The format of the string can be: 'avaya' There is no ability to configure this option in the general option table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..128)  

cigDhcpClientsServerIpAddr 1.3.6.1.4.1.6889.2.1.17.1.1.1.16
The DHCP server IP address that the client gets from it the IP address allocation and keep requesting for lease extension from it. In case no IP address is gathered from DHCP server then value is 0.0.0.0. Default 0.0.0.0.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cigDhcpClientsOperations 1.3.6.1.4.1.6889.2.1.17.1.1.1.17
Used for instruct the DHCP client to perfrom release or renew operations.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), release(2), renew(3)  

cigDhcpClientsStatus 1.3.6.1.4.1.6889.2.1.17.1.1.1.18
The status of the DHCP client. Select - Sending DISCOVER packets Request - Requesting IP address after selecting from all the offer packets. Bound - Receiving ACK packet and there is no conflict detection by sending ARP packets. Rebind - After 0.875 out of the lease time the renewal phase enter to rebind. Renew - After 0.5 out of the lease time the device try to renew the lease until 0.875 of the lease time. Release - The client release the lease. Decline - The client detect IP conflict by sending ARP packet. Idle - The client did not get IP address and keep trying after an Idle time (~40 seconds) to reach new IP address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER select(1), request(2), bound(3), rebind(4), renew(5), release(6), decline(7), reboot(8), idle(9), notSupported(255)  

cigDhcpClientsRequestBitmap 1.3.6.1.4.1.6889.2.1.17.1.1.1.19
Each bit of this value set to '1' indicates a specific requested DHCP option (Bitmap of 255 options represented by 32Bytes). When the bit is set to '1' then specific DHCP option is requested by the client. Subnet mask bit 1 - is always requested. Bits are numbered from the most-significant leftmost bit in the octet (bit 0) to the least-significant rightmost bit (bit 7). Numbering continues across octets, so that octet 1 bit 0 is called bit 8. Default: '0x5201' which equals to: bit 1 - Subnet mask (Always requested!) Bit 3 - Default routers Bit 6 - DNS servers Bit 15 - Domain Name
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

cigDhcpClientsDefaultRouterTrackId 1.3.6.1.4.1.6889.2.1.17.1.1.1.20
Bind the status of the DHCP default router to an object-tracker by specifying the ID of the object-tracker (avstrTrackerId in AVAYA-SAA-TRACK-MIB). A value of 0 means that the default router is not bound to any object-tracker. A value of 0xffffffff is notSupported feature for the relevant default router.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cigDnsResolverGenConfig 1.3.6.1.4.1.6889.2.1.17.2.1
OBJECT IDENTIFIER    

cigDnsResolverMode 1.3.6.1.4.1.6889.2.1.17.2.1.1
Enable the DNS resolver in the device. Default = True (Enable).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cigDnsResolverRetry 1.3.6.1.4.1.6889.2.1.17.2.1.2
The number of retries for each query for specific DNS server when there is timeout. The range is 0-100.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cigDnsResolverTimeout 1.3.6.1.4.1.6889.2.1.17.2.1.3
The timeout in seconds for each query for specific DNS server. The range is 1-3600 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cigDnsResolverOperations 1.3.6.1.4.1.6889.2.1.17.2.1.4
Used for specific operations for DNS server. clearDynamicServers(2) will clear all the dynamic servers (learnt from PPP interfaces and DHCP clients) from DNS server list.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), clearDynamicServers(2)  

cigDnsResolverDnsServersListTable 1.3.6.1.4.1.6889.2.1.17.2.2
Lists of DNS servers. The default list(1) includes all the static DNS server and the dynamic DNS servers from the DHCP clients/PPP interfaces as PPPoE and Dial out modem.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CigDnsResolverDnsServersListEntry

cigDnsResolverDnsServersListEntry 1.3.6.1.4.1.6889.2.1.17.2.2.1
The DNS servers list. Lists of DNS servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  CigDnsResolverDnsServersListEntry  

cigDnsResolverDnsServersListIndex 1.3.6.1.4.1.6889.2.1.17.2.2.1.1
The index of the list of DNS servers. Default list index is 1. The user will not be able to create lists other then default list at the first release.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cigDnsResolverDnsServersListDescription 1.3.6.1.4.1.6889.2.1.17.2.2.1.2
This is the list description. Default for DNS list #1: 'DNS list #1'
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)  

cigDnsResolverDnsServersListRowStatus 1.3.6.1.4.1.6889.2.1.17.2.2.1.3
This is a row status mib item For adding and deleting DNS server lists. The user will not be able to create lists other then list 1 at the first release.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

cigDnsResolverDnsServerTable 1.3.6.1.4.1.6889.2.1.17.2.3
DNS servers. The user can configure up to 6 static servers located in places 1-6. The other indexes are of dynamic servers which can not be created (learnt automatically by the device) but can be erased. The indexes 1-99 are for static servers (only the first 6 are configurable). The indexes 100-199 are for dynamic servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CigDnsResolverDnsServerEntry

cigDnsResolverDnsServerEntry 1.3.6.1.4.1.6889.2.1.17.2.3.1
The DNS server entry. The user can configure up to 6 static servers located in places 1-6. The other indexes are of dynamic servers which can not be created (learnt automatically by the device) but can be erased. The indexes 1-99 are for static servers (only the first 6 are configurable). The indexes 100-199 are for dynamic servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  CigDnsResolverDnsServerEntry  

cigDnsResolverDnsServerListIndex 1.3.6.1.4.1.6889.2.1.17.2.3.1.1
The index of the list of DNS servers. Default list index is 1. The user will not be able to create lists other then default list at the first release.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cigDnsResolverDnsServerIndex 1.3.6.1.4.1.6889.2.1.17.2.3.1.2
The index of DNS server in the list of DNS servers. The index presents the preference of the server. The lower the index the higher priority to use it.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cigDnsResolverDnsServerIpAddress 1.3.6.1.4.1.6889.2.1.17.2.3.1.3
The DNS server IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

cigDnsResolverDnsServerIfIndex 1.3.6.1.4.1.6889.2.1.17.2.3.1.4
A unique value for each interface. This value is same as ifIndex from ifTable. This field is used when the DNS server is learnt from interface running DHCP client or PPP negotiated (PPPoE/Dial Out modem). This field has no valid value when the type of the DNS server is static.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cigDnsResolverDnsServerType 1.3.6.1.4.1.6889.2.1.17.2.3.1.5
This is the server type. The user can create new row only when the server type is static. dynamic-dhcp represents DNS server learnt from DHCP client. dynamic-ppp represents DNS server learnt from ppp interface (PPPoE/Dial out modem).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic-dhcp(2), dynamic-ppp(3)  

cigDnsResolverDnsServerRowStatus 1.3.6.1.4.1.6889.2.1.17.2.3.1.6
This is a row status mib item For adding and deleting DNS servers. The user can add only static servers in locations 1-6. For static servers the operation suppported is CreateAndWait and dynamic servers are automatically created by the device.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

cigDnsResolverDomainTable 1.3.6.1.4.1.6889.2.1.17.2.4
The domains used by the DNS resolver to add to non full qualified names. I.e. when the host name is not a full host name then these domains are added in order to resolve the non full qulified name. an example for domain is : avaya.com. an example for non qualified name is lantis. Therefore when trying to resolve lantis the suffix avaya.com will be added to create the name lantis.avaya.com
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CigDnsResolverDomainEntry

cigDnsResolverDomainEntry 1.3.6.1.4.1.6889.2.1.17.2.4.1
The Domain entry. The domains used by the DNS resolver to add to non full qualified names. I.e. when the host name is not a full host name then these domains are added in order to resolve the non full qulified name. an example for domain is : avaya.com. an example for non qualified name is lantis. Therefore when trying to resolve lantis the suffix avaya.com will be added to create the name lantis.avaya.com
Status: current Access: not-accessible
OBJECT-TYPE    
  CigDnsResolverDomainEntry  

cigDnsResolverDomainIndex 1.3.6.1.4.1.6889.2.1.17.2.4.1.1
The index of the domain. The index presents the precedence of the domain. I.e. the lower the index the higher priority this domain is used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cigDnsResolverDomain 1.3.6.1.4.1.6889.2.1.17.2.4.1.2
The Domain shall follow RFC 1035 Host name convention. The following syntax will result in fewer problems with many applications that use domain names (e.g., mail, TELNET). Note that while upper and lower case letters are allowed in domain names, no significance is attached to the case. That is, two names with the same spelling but different case are to be treated as if identical. The labels must follow the rules for ARPANET host names. They must start with a letter, end with a letter or digit, and have as interior characters only letters, digits, and hyphen. There are also some restrictions on the length. Labels must be 63 characters or less. For example, the following strings identify hosts in the Internet: A.ISI.EDU XX.LCS.MIT.EDU SRI-NIC.ARPA
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..255)  

cigDnsResolverDomainRowStatus 1.3.6.1.4.1.6889.2.1.17.2.4.1.3
This is a row status mib item For adding and deleting domains. The row is created by CreateAndWait.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus