XEDIA-DHCP-MIB

File: XEDIA-DHCP-MIB.mib (7662 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
RFC1213-MIB XEDIA-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress Counter32 MODULE-COMPLIANCE
OBJECT-GROUP TEXTUAL-CONVENTION DisplayString
RowStatus TruthValue ifIndex
xediaMibs

Defined Types

XdhcpRelayDestEntry  
SEQUENCE    
  xdhcpRelayDestIndex INTEGER
  xdhcpRelayDestination DisplayString
  xdhcpRelayDestOperAddress IpAddress
  xdhcpRelayDestRequests Counter32
  xdhcpRelayDestReplies Counter32
  xdhcpRelayDestProtocol INTEGER
  xdhcpRelayDestRowStatus RowStatus
  xdhcpRelayDestInterface DisplayString

Defined Values

xediaDhcpMIB 1.3.6.1.4.1.838.3.28
This module defines additional objects for management of DHCP support in Xedia devices.
MODULE-IDENTITY    

xdhcpObjects 1.3.6.1.4.1.838.3.28.1
OBJECT IDENTIFIER    

xdhcpConformance 1.3.6.1.4.1.838.3.28.2
OBJECT IDENTIFIER    

xdhcpRelay 1.3.6.1.4.1.838.3.28.1.1
OBJECT IDENTIFIER    

xdhcpRelayMode 1.3.6.1.4.1.838.3.28.1.1.1
The Administrative mode to control DHCP relay functions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xdhcpRelayMaxHops 1.3.6.1.4.1.838.3.28.1.1.2
This value identifies the maximum number of hops allowed for requests passing through this relay agent. Packets received with a hop count greater than this value will be discarded.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

xdhcpRelayIncludeCircuitID 1.3.6.1.4.1.838.3.28.1.1.3
Whether the relay agent should add the circuit ID of the ATM or frame relay circuit that a DHCP relay request was received to the DHCP relay request. The circuit ID will be added as a agent circuit ID sub-option of a DHCP relay agent information option (option 82) and will be used by the relay agent to forward the reply to the correct circuit.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

xdhcpRelayDestTable 1.3.6.1.4.1.838.3.28.1.1.10
A table of DHCP server destinations that the DHCP relay agent will will relay requests to and responses from.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XdhcpRelayDestEntry

xdhcpRelayDestEntry 1.3.6.1.4.1.838.3.28.1.1.10.1
Information about a single DHCP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  XdhcpRelayDestEntry  

xdhcpRelayDestIndex 1.3.6.1.4.1.838.3.28.1.1.10.1.1
A number uniquely identifying each DHCP server that the DHCP relay agent will relay requests to and responses from.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..16  

xdhcpRelayDestination 1.3.6.1.4.1.838.3.28.1.1.10.1.2
The destination to which DHCP requests will be sent. It may be a specific server IP address, a local IP subnet on which requests will be broadcast, or an IP server name to be resolved through a DNS lookup.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

xdhcpRelayDestOperAddress 1.3.6.1.4.1.838.3.28.1.1.10.1.3
The operational IP address for this server destination. It will either be the configured IP address or the resolved address if a server name was specified in xdhcpRelayDestination.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xdhcpRelayDestRequests 1.3.6.1.4.1.838.3.28.1.1.10.1.4
The number of DHCP requests that were received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdhcpRelayDestReplies 1.3.6.1.4.1.838.3.28.1.1.10.1.5
The number of DHCP replies that were received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xdhcpRelayDestProtocol 1.3.6.1.4.1.838.3.28.1.1.10.1.6
The protocol(s) to be relayed to this destination.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dhcp(1), bootp(2), dhcpAndBootp(3)  

xdhcpRelayDestRowStatus 1.3.6.1.4.1.838.3.28.1.1.10.1.7
This variable displays the status of the entry. Setting it to 'destroy' marks the entry as removed. Eventually, when no other applications depend on that particular resource, it will be completely removed from the table. Setting it to either 'create', or 'active' will add a row to the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xdhcpRelayDestInterface 1.3.6.1.4.1.838.3.28.1.1.10.1.8
The name of the IP interface over which the DHCP relay destination will be attempted. A value of 'all' represents all IP interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..7)  

xdhcpCompliances 1.3.6.1.4.1.838.3.28.2.1
OBJECT IDENTIFIER    

xdhcpGroups 1.3.6.1.4.1.838.3.28.2.2
OBJECT IDENTIFIER    

xdhcpCompliance 1.3.6.1.4.1.838.3.28.2.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

xdhcpAllGroup 1.3.6.1.4.1.838.3.28.2.2.1
The set of all accessible objects in this MIB.
Status: current Access: read-create
OBJECT-GROUP