RIVERSTONE-DHCP-MIB

File: RIVERSTONE-DHCP-MIB.mib (8708 bytes)

Imported modules

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

Imported symbols

Integer32 OBJECT-TYPE MODULE-IDENTITY
OBJECT-IDENTITY DisplayString TEXTUAL-CONVENTION
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
InetAddressType InetAddress riverstoneMibs

Defined Types

RsErrorCode  
A unique value, greater than zero defining the operation completion status.
TEXTUAL-CONVENTION    
  INTEGER noStatus(1), timeout(2), networkError(3), noSpace(4), invalidConfig(5), commandCompleted(6), internalError(7), tftpServerError(8)  

Defined Values

rsDhcpMIB 1.3.6.1.4.1.5567.2.50
This mib module defines an SNMP API to manage Riverstone switch DHCP feature
MODULE-IDENTITY    

rsDhcpNotifications 1.3.6.1.4.1.5567.2.50.0
Group for dhcp related Notifications
Status: current Access: read-only
OBJECT-IDENTITY    

rsDhcpLeaseFileGroup 1.3.6.1.4.1.5567.2.50.5
Group for dhcp lease file upload
Status: current Access: read-only
OBJECT-IDENTITY    

rsDhcpConfigGroup 1.3.6.1.4.1.5567.2.50.10
Dhcp config group
Status: current Access: read-only
OBJECT-IDENTITY    

rsDhcpStatisticsGroup 1.3.6.1.4.1.5567.2.50.15
Dhcp statistics group
Status: current Access: read-only
OBJECT-IDENTITY    

rsDhcpLeaseFileTransferOp 1.3.6.1.4.1.5567.2.50.5.1
Transfer operation to be performed. DHCP lease files are ASCII NVT text files. Send operations use tftp to transfer a file from the manager to agent. Receive operations use tftp to transfer the file from the agent to the manager. Default value is no operation or noop.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), sendLeaseFileToAgent(2), receiveLeaseFileFromAgent(3)  

rsDhcpLeaseFileManagerAddressType 1.3.6.1.4.1.5567.2.50.5.2
Specifies the type of IP address of the Manager to be used by the agent for rsDhcpLeaseFileTransferOp operations.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

rsDhcpLeaseFileManagerAddress 1.3.6.1.4.1.5567.2.50.5.3
The IP address of the Manager to be used by the agent for rsDhcpLeaseFileTransferOp operations. Address must be a unicast address that is reachable from the agent and no firewalls/acls preventing tftp datagrams from being transferred. The address type is determined by the object value of rsDhcpLeaseFileManagerAddressType. A value for this object MUST be set prior to setting rsDhcpLeaseFileActivateTransfer to TRUE.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

rsDhcpLeaseFileFileName 1.3.6.1.4.1.5567.2.50.5.4
The file name to be retrieved from the tftp server at host dhcpLeaseFileManagerAddress or to be written to. Default value is blank. Length of filename string must not exceed 255 alpha-numeric characters, no spaces in filenames.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rsDhcpLeaseFileActivateTransfer 1.3.6.1.4.1.5567.2.50.5.5
Activate the file transfer operation with a value of True(1) or stop it with False(2). Poll rsDhcpLeaseFileTransferStatus for current status. Default value is False. rsDhcpLeaseFileFileName, rsDhcpLeaseFileManagerAddress and rsDhcpLeaseFileTransferOp must be valid prior to setting this object to True.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rsDhcpLeaseFileTransferStatus 1.3.6.1.4.1.5567.2.50.5.6
The current status of the transfer task. Default state is idle. sending indicates a file transfer (agent->mgr) in progress. receiving indicates sending a file from Manager to agent. transferComplete indicates a successful transfer. error indicates a failed transfer. See rsDhcpLeaseFileLastError to diagnose why the transfer failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), sending(2), receiving(3), transferComplete(4), error(5)  

rsDhcpLeaseFileLastError 1.3.6.1.4.1.5567.2.50.5.7
A reason code for the last transfer operation. Poll this value when doing sets against dhcpLeaseFileActivateFile obtain status.
Status: current Access: read-only
OBJECT-TYPE    
  RsErrorCode  

rsDhcpLeaseFileLastErrorReason 1.3.6.1.4.1.5567.2.50.5.8
A string representation of dhcpLeaseFileLastError which may contain additional details.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rsDhcpMaxClientsAllowed 1.3.6.1.4.1.5567.2.50.15.1
Maximum number of DHCP clients allowed per system
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rsDhcpNumberOfClients 1.3.6.1.4.1.5567.2.50.15.2
Current number of DHCP clients connected
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rsDhcpConformance 1.3.6.1.4.1.5567.2.50.3
OBJECT IDENTIFIER    

rsDhcpCompliances 1.3.6.1.4.1.5567.2.50.3.1
OBJECT IDENTIFIER    

rsDhcpGroups 1.3.6.1.4.1.5567.2.50.3.2
OBJECT IDENTIFIER    

rsDhcpCompliance 1.3.6.1.4.1.5567.2.50.3.1.1
The compliance statement for SNMP entities which implement the dhcp management and config objects for RS
Status: current Access: read-only
MODULE-COMPLIANCE    

rsDhcpGroup1 1.3.6.1.4.1.5567.2.50.3.2.1
The collection of objects which are used to represent version 1.0 of DHCP MIB
Status: current Access: read-only
OBJECT-GROUP    

rsDhcpGroup2 1.3.6.1.4.1.5567.2.50.3.2.2
The collection of objects which are used to represent version 1.1 of DHCP MIB
Status: current Access: read-only
OBJECT-GROUP