RAISECOM-DHCP-OPTION-MIB

File: RAISECOM-DHCP-OPTION-MIB.mib (15892 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
RowStatus EnableVar iscomSwitch
rcPortIndex

Defined Types

RcDhcpOption82PortEntry  
SEQUENCE    
  rcDhcpOption82PortIndex INTEGER
  rcDhcpOption82CircuitID OCTET STRING Size(1..64)

RcDhcpOptionGlobalEntry  
SEQUENCE    
  rcDhcpOptionCode OCTET STRING
  rcDhcpOptionContent OCTET STRING
  rcDhcpOptionLength OCTET STRING
  rcDhcpOptionType INTEGER
  rcDhcpOptionRowStatus RowStatus

RcDhcp6OptionGlobalEntry  
SEQUENCE    
  rcDhcp6OptionCode OCTET STRING
  rcDhcp6OptionContent OCTET STRING
  rcDhcp6OptionLength OCTET STRING
  rcDhcp6OptionType INTEGER
  rcDhcp6OptionRowStatus RowStatus

RcDhcpOptionPortEntry  
SEQUENCE    
  rcDhcpOptionPortIndex INTEGER
  rcDhcpOptionPortCode OCTET STRING
  rcDhcpOptionPortContent OCTET STRING
  rcDhcpOptionPortLength OCTET STRING
  rcDhcpOptionPortType INTEGER
  rcDhcpOptionPortRowStatus RowStatus

RcDhcp6OptionPortEntry  
SEQUENCE    
  rcDhcp6OptionPortIndex INTEGER
  rcDhcp6OptionPortCode OCTET STRING
  rcDhcp6OptionPortContent OCTET STRING
  rcDhcp6OptionPortLength OCTET STRING
  rcDhcp6OptionPortType INTEGER
  rcDhcp6OptionPortRowStatus RowStatus

Defined Values

rcDhcpOption 1.3.6.1.4.1.8886.6.1.41
This MIB module is designed for DHCP option ,the current version of which only contain sub-option 1 and 2 of Option 82, i.e. circuit ID and remote ID.
MODULE-IDENTITY    

rcDhcpOptionMibObjects 1.3.6.1.4.1.8886.6.1.41.1
OBJECT IDENTIFIER    

rcDhcpOption82PortGroup 1.3.6.1.4.1.8886.6.1.41.1.1
OBJECT IDENTIFIER    

rcDhcpOption82ConfigGroup 1.3.6.1.4.1.8886.6.1.41.1.2
OBJECT IDENTIFIER    

rcDhcpOptionGlobalGroup 1.3.6.1.4.1.8886.6.1.41.1.3
OBJECT IDENTIFIER    

rcDhcpOptionPortGroup 1.3.6.1.4.1.8886.6.1.41.1.4
OBJECT IDENTIFIER    

rcDhcpOption82PortTable 1.3.6.1.4.1.8886.6.1.41.1.1.1
A table keep record of circuit ID for every port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcDhcpOption82PortEntry

rcDhcpOption82PortEntry 1.3.6.1.4.1.8886.6.1.41.1.1.1.1
Table entry for switch dhcp option config based on port.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcDhcpOption82PortEntry  

rcDhcpOption82PortIndex 1.3.6.1.4.1.8886.6.1.41.1.1.1.1.1
An index that uniquely identifies a configuration about dhcp option
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rcDhcpOption82CircuitID 1.3.6.1.4.1.8886.6.1.41.1.1.1.1.2
string of circuit-ID in which you can fill anything you want. The maximum length is 64 bytes.If it not configged,it is zero. if it configged,the OPTION82 will use it as circuit-id.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

rcDhcpOption82AttachString 1.3.6.1.4.1.8886.6.1.41.1.2.1
the string use in sub option 1,in this mode,the sub option 1 discribe as port-number\VID\AttachingSring .
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

rcDhcpOption82RemoteIDMode 1.3.6.1.4.1.8886.6.1.41.1.2.2
mode of Remote-ID, switchmac:switch MAC as HEX;clientmac:client MAC as HEX; switchmac-string:switch MAX as string;clientmac-string:client MAC as string; hostname:host name of device;user-defined:string of user set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER switchmac(1), clientmac(2), switchmac-string(3), clientmac-string(4), hostname(5), user-defined(6)  

rcDhcpOption82RemoteIDString 1.3.6.1.4.1.8886.6.1.41.1.2.3
string of remote ID, only used in user-define mode. if the remote-id mode is not user-define , it returns NULL.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

rcDhcpOptionGlobalTable 1.3.6.1.4.1.8886.6.1.41.1.3.1
A table keep record of option content for every port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcDhcpOptionGlobalEntry

rcDhcpOptionGlobalEntry 1.3.6.1.4.1.8886.6.1.41.1.3.1.1
Table entry for switch dhcp option config based on option code.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcDhcpOptionGlobalEntry  

rcDhcpOptionCode 1.3.6.1.4.1.8886.6.1.41.1.3.1.1.1
An index that uniquely identifies a configuration about dhcp option
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

rcDhcpOptionContent 1.3.6.1.4.1.8886.6.1.41.1.3.1.1.2
string of option content in which you can fill anything you want. The maximum length is 32 bytes. If it not configged,it is zero.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

rcDhcpOptionLength 1.3.6.1.4.1.8886.6.1.41.1.3.1.1.3
length of the option content which is configged.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

rcDhcpOptionType 1.3.6.1.4.1.8886.6.1.41.1.3.1.1.4
type of the option content which is configged.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER asciiString(1), hexString(2), ipAddress(3)  

rcDhcpOptionRowStatus 1.3.6.1.4.1.8886.6.1.41.1.3.1.1.5
control the ipv4 global option config table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcDhcp6OptionGlobalTable 1.3.6.1.4.1.8886.6.1.41.1.3.2
A table keep record of global option content for every option code.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcDhcp6OptionGlobalEntry

rcDhcp6OptionGlobalEntry 1.3.6.1.4.1.8886.6.1.41.1.3.2.1
Table entry for switch dhcp option config based on option code.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcDhcp6OptionGlobalEntry  

rcDhcp6OptionCode 1.3.6.1.4.1.8886.6.1.41.1.3.2.1.1
An index that uniquely identifies a configuration about dhcp option
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

rcDhcp6OptionContent 1.3.6.1.4.1.8886.6.1.41.1.3.2.1.2
string of option content in which you can fill anything you want. The maximum length is 32 bytes.If it not configged,it is zero.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

rcDhcp6OptionLength 1.3.6.1.4.1.8886.6.1.41.1.3.2.1.3
length of the option content which is configged.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

rcDhcp6OptionType 1.3.6.1.4.1.8886.6.1.41.1.3.2.1.4
type of the option content which is configged.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER asciiString(1), hexString(2), ipAddress(3)  

rcDhcp6OptionRowStatus 1.3.6.1.4.1.8886.6.1.41.1.3.2.1.5
control the ipv6 global option config table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcDhcpOptionPortTable 1.3.6.1.4.1.8886.6.1.41.1.4.1
A table keep record of option content for every port and option code
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcDhcpOptionPortEntry

rcDhcpOptionPortEntry 1.3.6.1.4.1.8886.6.1.41.1.4.1.1
Table entry for switch dhcp option config based on port and option code
Status: current Access: not-accessible
OBJECT-TYPE    
  RcDhcpOptionPortEntry  

rcDhcpOptionPortIndex 1.3.6.1.4.1.8886.6.1.41.1.4.1.1.1
An index that uniquely identifies a configuration about dhcp option
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rcDhcpOptionPortCode 1.3.6.1.4.1.8886.6.1.41.1.4.1.1.2
An index that uniquely identifies a configuration about dhcp option
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

rcDhcpOptionPortContent 1.3.6.1.4.1.8886.6.1.41.1.4.1.1.3
string of option content in which you can fill anything you want. The maximum length is 32 bytes.If it not configged,it is zero.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

rcDhcpOptionPortLength 1.3.6.1.4.1.8886.6.1.41.1.4.1.1.4
length of the option content which is configged.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

rcDhcpOptionPortType 1.3.6.1.4.1.8886.6.1.41.1.4.1.1.5
type of the option content which is configged.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER asciiString(1), hexString(2), ipAddress(3)  

rcDhcpOptionPortRowStatus 1.3.6.1.4.1.8886.6.1.41.1.4.1.1.6
control the ipv4 port option config table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcDhcp6OptionPortTable 1.3.6.1.4.1.8886.6.1.41.1.4.2
A table keep record of option content for every port and option code
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcDhcp6OptionPortEntry

rcDhcp6OptionPortEntry 1.3.6.1.4.1.8886.6.1.41.1.4.2.1
Table entry for switch dhcp option config based on port and option code
Status: current Access: not-accessible
OBJECT-TYPE    
  RcDhcp6OptionPortEntry  

rcDhcp6OptionPortIndex 1.3.6.1.4.1.8886.6.1.41.1.4.2.1.1
An index that uniquely identifies a configuration about dhcp option
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rcDhcp6OptionPortCode 1.3.6.1.4.1.8886.6.1.41.1.4.2.1.2
An index that uniquely identifies a configuration about dhcp option
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING  

rcDhcp6OptionPortContent 1.3.6.1.4.1.8886.6.1.41.1.4.2.1.3
string of option content in which you can fill anything you want. The maximum length is 32 bytes.If it not configged,it is zero.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

rcDhcp6OptionPortLength 1.3.6.1.4.1.8886.6.1.41.1.4.2.1.4
length of the option content which is configged.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

rcDhcp6OptionPortType 1.3.6.1.4.1.8886.6.1.41.1.4.2.1.5
type of the option content which is configged.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER asciiString(1), hexString(2), ipAddress(3)  

rcDhcp6OptionPortRowStatus 1.3.6.1.4.1.8886.6.1.41.1.4.2.1.6
control the ipv6 port option config table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus