OADHCP-SERVER-MIB

File: OADHCP-SERVER-MIB.mib (18320 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
RFC-1215

Imported symbols

enterprises IpAddress DisplayString
OBJECT-TYPE TRAP-TYPE

Defined Types

HostName  
DisplayString Size(0..32)    

EntryStatus  
INTEGER valid(1), invalid(2), insert(3)    

ObjectStatus  
INTEGER enable(1), disable(2), other(3)    

OaDhcpDNSEntry  
SEQUENCE    
  oaDhcpDNSNum INTEGER
  oaDhcpDNSIp IpAddress
  oaDhcpDNSStatus EntryStatus

OaDhcpNetbiosServersEntry  
SEQUENCE    
  oaDhcpNetbiosServerNum INTEGER
  oaDhcpNetbiosServerIp IpAddress
  oaDhcpNetbiosServerStatus EntryStatus

OaDhcpSubnetConfigEntry  
SEQUENCE    
  oaDhcpInterfaceName DisplayString
  oaDhcpSubnetIp IpAddress
  oaDhcpSubnetMask IpAddress
  oaDhcpOptionSubnetMask IpAddress
  oaDhcpIsOptionMask ObjectStatus
  oaDhcpSubnetConfigStatus EntryStatus

OaDhcpIpRangeEntry  
SEQUENCE    
  oaDhcpIpRangeSubnetIp IpAddress
  oaDhcpIpRangeSubnetMask IpAddress
  oaDhcpIpRangeStart IpAddress
  oaDhcpIpRangeEnd IpAddress
  oaDhcpIpRangeStatus EntryStatus

OaDhcpDefaultGWEntry  
SEQUENCE    
  oaDhcpDefaultGWSubnetIp IpAddress
  oaDhcpDefaultGWSubnetMask IpAddress
  oaDhcpDefaultGWIp IpAddress
  oaDhcpDefaultGWStatus EntryStatus

OaDhcpRelayServerEntry  
SEQUENCE    
  oaDhcpRelayServerIp IpAddress
  oaDhcpRelayServerStatus EntryStatus

OaDhcpRelayInterfaceEntry  
SEQUENCE    
  oaDhcpRelayIfName DisplayString
  oaDhcpRelayIfStatus EntryStatus

Defined Values

oaccess 1.3.6.1.4.1.6926
OBJECT IDENTIFIER    

oaManagement 1.3.6.1.4.1.6926.1
OBJECT IDENTIFIER    

oaDhcp 1.3.6.1.4.1.6926.1.11
OBJECT IDENTIFIER    

oaDhcpServer 1.3.6.1.4.1.6926.1.11.1
OBJECT IDENTIFIER    

oaDhcpServerGeneral 1.3.6.1.4.1.6926.1.11.1.1
OBJECT IDENTIFIER    

oaDhcpServerStatus 1.3.6.1.4.1.6926.1.11.1.1.1
Setting enable(2) enables generation of DHCP Configuration.
Status: mandatory Access: read-write
OBJECT-TYPE    
  ObjectStatus  

oaDhcpNetbiosNodeType 1.3.6.1.4.1.6926.1.11.1.1.2
the type of the NetBios Server is general for the whole configuration
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), b-node(2), p-node(3), m-node(4), h-node(5)  

oaDhcpDomainName 1.3.6.1.4.1.6926.1.11.1.1.3
.
Status: mandatory Access: read-write
OBJECT-TYPE    
  HostName  

oaDhcpDefaultLeaseTime 1.3.6.1.4.1.6926.1.11.1.1.4
.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oaDhcpMaxLeaseTime 1.3.6.1.4.1.6926.1.11.1.1.5
.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

oaDhcpDNSTable 1.3.6.1.4.1.6926.1.11.1.2
The DHCP configuration can have more then one DNS servers
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OaDhcpDNSEntry

oaDhcpDNSEntry 1.3.6.1.4.1.6926.1.11.1.2.1
The entries (records).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OaDhcpDNSEntry  

oaDhcpDNSNum 1.3.6.1.4.1.6926.1.11.1.2.1.1
Index of the DNS (priority)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oaDhcpDNSIp 1.3.6.1.4.1.6926.1.11.1.2.1.2
IP of the DNS
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

oaDhcpDNSStatus 1.3.6.1.4.1.6926.1.11.1.2.1.3
.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

oaDhcpNetbiosServersTable 1.3.6.1.4.1.6926.1.11.1.3
The DHCP configuration can have more then one NetBios servers
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OaDhcpNetbiosServersEntry

oaDhcpNetbiosServersEntry 1.3.6.1.4.1.6926.1.11.1.3.1
The entries (records).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OaDhcpNetbiosServersEntry  

oaDhcpNetbiosServerNum 1.3.6.1.4.1.6926.1.11.1.3.1.1
.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

oaDhcpNetbiosServerIp 1.3.6.1.4.1.6926.1.11.1.3.1.2
.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

oaDhcpNetbiosServerStatus 1.3.6.1.4.1.6926.1.11.1.3.1.3
.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

oaDhcpSubnetConfigTable 1.3.6.1.4.1.6926.1.11.1.4
.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OaDhcpSubnetConfigEntry

oaDhcpSubnetConfigEntry 1.3.6.1.4.1.6926.1.11.1.4.1
The entries (records).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OaDhcpSubnetConfigEntry  

oaDhcpInterfaceName 1.3.6.1.4.1.6926.1.11.1.4.1.1
The Interface is not always configured; in these case agent support special dummy value '-'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oaDhcpSubnetIp 1.3.6.1.4.1.6926.1.11.1.4.1.2
IP address of a curtain subnet .
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

oaDhcpSubnetMask 1.3.6.1.4.1.6926.1.11.1.4.1.3
The Mask of that subnet
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

oaDhcpOptionSubnetMask 1.3.6.1.4.1.6926.1.11.1.4.1.4
This is an optional field. This is part of the configuration that the client can get from the DHCP server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

oaDhcpIsOptionMask 1.3.6.1.4.1.6926.1.11.1.4.1.5
.
Status: mandatory Access: read-write
OBJECT-TYPE    
  ObjectStatus  

oaDhcpSubnetConfigStatus 1.3.6.1.4.1.6926.1.11.1.4.1.6
.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

oaDhcpIpRangeTable 1.3.6.1.4.1.6926.1.11.1.5
This table keeps all the IP addresses ranges of each subnet address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OaDhcpIpRangeEntry

oaDhcpIpRangeEntry 1.3.6.1.4.1.6926.1.11.1.5.1
The entries (records).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OaDhcpIpRangeEntry  

oaDhcpIpRangeSubnetIp 1.3.6.1.4.1.6926.1.11.1.5.1.1
.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

oaDhcpIpRangeSubnetMask 1.3.6.1.4.1.6926.1.11.1.5.1.2
.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

oaDhcpIpRangeStart 1.3.6.1.4.1.6926.1.11.1.5.1.3
The first IP address in a range of addresses
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

oaDhcpIpRangeEnd 1.3.6.1.4.1.6926.1.11.1.5.1.4
The last IP address in a range of addresses
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

oaDhcpIpRangeStatus 1.3.6.1.4.1.6926.1.11.1.5.1.5
status of the entry. A range can be added or deleted
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

oaDhcpDefaultGWTable 1.3.6.1.4.1.6926.1.11.1.6
This table keeps all the default gateways each subnet has. Each subnet can hold more then one default GW.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OaDhcpDefaultGWEntry

oaDhcpDefaultGWEntry 1.3.6.1.4.1.6926.1.11.1.6.1
The entries (records).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OaDhcpDefaultGWEntry  

oaDhcpDefaultGWSubnetIp 1.3.6.1.4.1.6926.1.11.1.6.1.1
.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

oaDhcpDefaultGWSubnetMask 1.3.6.1.4.1.6926.1.11.1.6.1.2
.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

oaDhcpDefaultGWIp 1.3.6.1.4.1.6926.1.11.1.6.1.3
.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

oaDhcpDefaultGWStatus 1.3.6.1.4.1.6926.1.11.1.6.1.4
A default GW can be added or deleted
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

oaDhcpRelay 1.3.6.1.4.1.6926.1.11.2
OBJECT IDENTIFIER    

oaDhcpRelayGeneral 1.3.6.1.4.1.6926.1.11.2.1
OBJECT IDENTIFIER    

oaDhcpRelayStatus 1.3.6.1.4.1.6926.1.11.2.1.1
Setting enable(2) enables the demon of DHCP relay .
Status: mandatory Access: read-write
OBJECT-TYPE    
  ObjectStatus  

oaDhcpRelayClearConfig 1.3.6.1.4.1.6926.1.11.2.1.2
If this field is set to reset conig it causes to remove all the data in the tables
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), resetConfig(2)  

oaDhcpRelayServerTable 1.3.6.1.4.1.6926.1.11.2.2
This table keeps the servers that the dhcp relay is going to forward to the dhcp packets.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OaDhcpRelayServerEntry

oaDhcpRelayServerEntry 1.3.6.1.4.1.6926.1.11.2.2.1
The entries (records).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OaDhcpRelayServerEntry  

oaDhcpRelayServerIp 1.3.6.1.4.1.6926.1.11.2.2.1.1
Server's IP. There should be at least one.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

oaDhcpRelayServerStatus 1.3.6.1.4.1.6926.1.11.2.2.1.2
A server can be added or deleted
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

oaDhcpRelayInterfaceTable 1.3.6.1.4.1.6926.1.11.2.3
This table keeps the interfaces name that the dhcp relay listens to. If the table is empty it listens to all the interfaces.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OaDhcpRelayInterfaceEntry

oaDhcpRelayInterfaceEntry 1.3.6.1.4.1.6926.1.11.2.3.1
The entries (records).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OaDhcpRelayInterfaceEntry  

oaDhcpRelayIfName 1.3.6.1.4.1.6926.1.11.2.3.1.1
The names of the interfaces of the router that are being listened . The names shoult be of an existing interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

oaDhcpRelayIfStatus 1.3.6.1.4.1.6926.1.11.2.3.1.2
An interface name can be added or deleted
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus