RAISECOM-DHCP-CLIENT-MIB

File: RAISECOM-DHCP-CLIENT-MIB.mib (14415 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SWITCH-TC
RAISECOM-BASE-MIB SWITCH-SYSTEM-MIB

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
IpAddress Unsigned32 MODULE-COMPLIANCE
NOTIFICATION-GROUP OBJECT-GROUP Vlanset
iscomSwitch rcSwitchMacAddress

Defined Types

RcDhcpClientRequestEntry  
SEQUENCE    
  rcDhcpClientRequestIfIndex INTEGER
  rcDhcpClientRequestHostname OCTET STRING
  rcDhcpClientRequestClassid OCTET STRING
  rcDhcpClientRequestClientid OCTET STRING
  rcDhcpClientRequestVlans Vlanset
  rcDhcpClientRequestOperationType INTEGER
  rcDhcpClientRequestOperationStates INTEGER
  rcDhcpClientRequestIpAddress IpAddress
  rcDhcpClientRequestDefaultGateway IpAddress
  rcDhcpClientRequestSubnetMask IpAddress
  rcDhcpClientRequestLeaseStarts Unsigned32
  rcDhcpClientRequestLeaseEnds Unsigned32
  rcDhcpClientRequestLeaseDuration Unsigned32
  rcDhcpClientRequestDhcpSvr IpAddress
  rcDhcpClientRequestTftpSvrName OCTET STRING
  rcDhcpClientRequestTftpSvrAddr IpAddress
  rcDhcpClientRequestStartupConfFile OCTET STRING
  rcDhcpClientRequestResultStates INTEGER
  rcDhcpClientRequestSpecifySvr IpAddress
  rcDhcpClientRequestRootPath OCTET STRING
  rcDhcpClientRequestNtpServer IpAddress

Defined Values

rcDhcpClient 1.3.6.1.4.1.8886.6.1.25
The MIB module is for configuration of DHCP Client feature. DHCP Client could obtain an IP configuration from DHCP Server, as well as other request options, including option 66, option67, option150 and so forth.
MODULE-IDENTITY    

rcDhcpClientMibObjects 1.3.6.1.4.1.8886.6.1.25.1
OBJECT IDENTIFIER    

rcDhcpClientTrap 1.3.6.1.4.1.8886.6.1.25.2
OBJECT IDENTIFIER    

rcDhcpClientRequestTable 1.3.6.1.4.1.8886.6.1.25.1.1
A table provides the mechanism to control DHCP Client per ip interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcDhcpClientRequestEntry

rcDhcpClientRequestEntry 1.3.6.1.4.1.8886.6.1.25.1.1.1
Table entry for dhcp client request table based on ip interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcDhcpClientRequestEntry  

rcDhcpClientRequestIfIndex 1.3.6.1.4.1.8886.6.1.25.1.1.1.1
An index that uniquely identifies an ip interface which dhcp client is in. Its value is always MAX_PORT_NUM + 1 currently. 'MAX_PORT_NUM' is the PHY port number of a switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rcDhcpClientRequestHostname 1.3.6.1.4.1.8886.6.1.25.1.1.1.2
This object specifies the hostname of dhcp client. Its default value is 'Raisecom'
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

rcDhcpClientRequestClassid 1.3.6.1.4.1.8886.6.1.25.1.1.1.3
This object specifies the class identifier of dhcp client. Its default value is 'Raisecom-ROS_VERSION'. 'ROS_VERSION' is the plat version for ROS.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

rcDhcpClientRequestClientid 1.3.6.1.4.1.8886.6.1.25.1.1.1.4
This object specifies the client identifier of dhcp client. Its default value is 'Raisecom-SYS_MAC-IF0'. 'SYS_MAX' is the MacAddress of the switch.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

rcDhcpClientRequestVlans 1.3.6.1.4.1.8886.6.1.25.1.1.1.5
The object indicates the vlans which dhcp client is in. If it takes set operation on this node, it should take the set operation(value request(2)) on node rcDhcpClientRequestOperationType together.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Vlanset  

rcDhcpClientRequestOperationType 1.3.6.1.4.1.8886.6.1.25.1.1.1.6
The object indicates the dhcp client operation type. The type none(1) is just for the get operation(that is, when get operation on this node, it always returns none(1)), type request(2) indicates that dhcp client starts a dhcp process, type renew(3) indicates that dhcp client starts renewing, type release(4) indicates that dhcp client releases the ip address which was got from dhcp server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), request(2), renew(3), release(4)  

rcDhcpClientRequestOperationStates 1.3.6.1.4.1.8886.6.1.25.1.1.1.7
The object indicates the dhcp client operation states. The state initialize(1) indicates that no dhcp client operation is done before, state requesting (2) indicates that dhcp client is requesting ip address, state requestsuccessfully (3) indicates that dhcp client gets ip address and config it successfully, state requestgetfailed(4) indicates that dhcp client doesn't get ip address from dhcp server, state requestconfigfailed(5) indicates that dhcp client has got ip address from dhcp server but failed on ip config, state renewing(6) indicates that dhcp is renewing, state renewsuccessfully(7) indicates that dhcp client renews successfully, state renewfailed(8) indicates that dhcp client renews failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), requesting(2), requestsuccessfully(3), requestgetfailed(4), requestconfigfailed(5), renewing(6), renewsuccessfully(7), renewfailed(8)  

rcDhcpClientRequestIpAddress 1.3.6.1.4.1.8886.6.1.25.1.1.1.8
The object indicates the ip address which dhcp client requires from dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcDhcpClientRequestDefaultGateway 1.3.6.1.4.1.8886.6.1.25.1.1.1.9
The object indicates the default gateway address which dhcp client requires from dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcDhcpClientRequestSubnetMask 1.3.6.1.4.1.8886.6.1.25.1.1.1.10
The object indicates the subnet mask address which dhcp client requires from dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcDhcpClientRequestLeaseStarts 1.3.6.1.4.1.8886.6.1.25.1.1.1.11
The object indicates the lease start time which dhcp client requires from dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rcDhcpClientRequestLeaseEnds 1.3.6.1.4.1.8886.6.1.25.1.1.1.12
The object indicates the lease expire time which dhcp client requires from dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rcDhcpClientRequestLeaseDuration 1.3.6.1.4.1.8886.6.1.25.1.1.1.13
The object indicates the lease duration which dhcp client requires from dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rcDhcpClientRequestDhcpSvr 1.3.6.1.4.1.8886.6.1.25.1.1.1.14
The object indicates the dhcp server which dhcp client requires ip address from.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcDhcpClientRequestTftpSvrName 1.3.6.1.4.1.8886.6.1.25.1.1.1.15
The object indicates the tftp server name which dhcp client requires from dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

rcDhcpClientRequestTftpSvrAddr 1.3.6.1.4.1.8886.6.1.25.1.1.1.16
The object indicates the tftp server address which dhcp client requires from dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcDhcpClientRequestStartupConfFile 1.3.6.1.4.1.8886.6.1.25.1.1.1.17
The object indicates the startup configuration file name which dhcp client requires from dhcp server.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

rcDhcpClientRequestResultStates 1.3.6.1.4.1.8886.6.1.25.1.1.1.18
The object indicates the current states of dhcp client request information. The state unavailable(1) indicates that dhcp client request information isn't available currently while state available(2) indicates that dhcp client request information is available currently.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unavailable(1), available(2)  

rcDhcpClientRequestSpecifySvr 1.3.6.1.4.1.8886.6.1.25.1.1.1.19
The object indicates the dhcp server which dhcp client specified. Its default value is (0.0.0.0). The value(0.0.0.0) indicates that dhcp client doesn't specify any dhcp server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rcDhcpClientRequestRootPath 1.3.6.1.4.1.8886.6.1.25.1.1.1.20
This option specifies the path-name that contains the client's root disk. The path is formatted as a character string consisting of characters from the NVT ASCII character set
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

rcDhcpClientRequestNtpServer 1.3.6.1.4.1.8886.6.1.25.1.1.1.21
This option specifies first NTP server ip address in NTP servers available to the client.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcDhcpClientScalar 1.3.6.1.4.1.8886.6.1.25.1.2
OBJECT IDENTIFIER    

rcDhcpClientMode 1.3.6.1.4.1.8886.6.1.25.1.2.1
The dhcp client mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER zeroconfig(1), normal(2)  

rcDhcpClientRequestedAddressTrap 1.3.6.1.4.1.8886.6.1.25.2.1
Trap transfer address information that dhcp client has requested.
Status: current Access: read-write
NOTIFICATION-TYPE