BAS-DHCP-RELAY-MIB

File: BAS-DHCP-RELAY-MIB.mib (14059 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC BAS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 IpAddress RowStatus
BasChassisId BasSlotId BasInterfaceId
BasLogicalPortId BasSubnetClass basDhcpRelay

Defined Types

BasDhcpRelayEntry  
SEQUENCE    
  basDhcpRelayChassis BasChassisId
  basDhcpRelaySlot BasSlotId
  basDhcpRelayIf BasInterfaceId
  basDhcpRelayLPort BasLogicalPortId
  basDhcpRelayEnable INTEGER
  basDhcpRelayDiscover Counter32
  basDhcpRelayOffer Counter32
  basDhcpRelayRequest Counter32
  basDhcpRelayDecline Counter32
  basDhcpRelayNak Counter32
  basDhcpRelayInform Counter32
  basDhcpRelayAck Counter32
  basDhcpRelayRelease Counter32
  basDhcpRelayHelper INTEGER
  basDhcpRelayAlwaysBroadcast INTEGER
  basDhcpRelayDuplicateResponse INTEGER
  basDhcpRelayBasEnable INTEGER
  basDhcpRelayBogusAgentDrops Counter32
  basDhcpRelayBogusGiaddrDrops Counter32
  basDhcpRelayServerPacketErrors Counter32
  basDhcpRelayClientPacketErrors Counter32
  basDhcpRelayAddAgentOptions INTEGER
  basDhcpRelayDropAgentMismatch INTEGER
  basDhcpRelayCorruptAgentOptions Counter32
  basDhcpRelayMissingAgentOption Counter32
  basDhcpRelayBadCircuitId Counter32
  basDhcpRelayMissingCircuitId Counter32
  basDhcpRelayMaxAgentOptionPacketLength Integer32
  basDhcpRelayAgentRelayMode INTEGER

BasDhcpRelayServerEntry  
SEQUENCE    
  basDhcpRelayServerChassis BasChassisId
  basDhcpRelayServerSlot BasSlotId
  basDhcpRelayServerIf BasInterfaceId
  basDhcpRelayServerLPort BasLogicalPortId
  basDhcpRelayServerAddress IpAddress
  basDhcpRelayServerType BasSubnetClass
  basDhcpRelayServerStatus RowStatus

Defined Values

basDhcpRelayMIB 1.3.6.1.4.1.3493.2.15.1
The MIB module defines the configuration MIB objects for Broadband Access Systems, Inc. DHCP Relay functionality extensions.
MODULE-IDENTITY    

basDhcpRelayTable 1.3.6.1.4.1.3493.2.15.1.1
A list of DHCP Relay entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BasDhcpRelayEntry

basDhcpRelayEntry 1.3.6.1.4.1.3493.2.15.1.1.1
An entry containing management information applicable to a particular DHCP Relay.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasDhcpRelayEntry  

basDhcpRelayChassis 1.3.6.1.4.1.3493.2.15.1.1.1.1
The BAS Chassis ID of the Card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasChassisId  

basDhcpRelaySlot 1.3.6.1.4.1.3493.2.15.1.1.1.2
The BAS Slot ID of the Card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasSlotId  

basDhcpRelayIf 1.3.6.1.4.1.3493.2.15.1.1.1.3
The BAS interface ID of the Card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasInterfaceId  

basDhcpRelayLPort 1.3.6.1.4.1.3493.2.15.1.1.1.4
The BAS logical port ID of the Card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasLogicalPortId  

basDhcpRelayEnable 1.3.6.1.4.1.3493.2.15.1.1.1.5
Enable and disable DHCP relay on the card.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

basDhcpRelayDiscover 1.3.6.1.4.1.3493.2.15.1.1.1.6
Number of Discover messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayOffer 1.3.6.1.4.1.3493.2.15.1.1.1.7
Number of Offer messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayRequest 1.3.6.1.4.1.3493.2.15.1.1.1.8
Number of Request messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayDecline 1.3.6.1.4.1.3493.2.15.1.1.1.9
Number of Decline messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayNak 1.3.6.1.4.1.3493.2.15.1.1.1.10
Number of Nak messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayInform 1.3.6.1.4.1.3493.2.15.1.1.1.11
Number of Inform messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayAck 1.3.6.1.4.1.3493.2.15.1.1.1.12
Number of Ack messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayRelease 1.3.6.1.4.1.3493.2.15.1.1.1.13
Number of Release messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayHelper 1.3.6.1.4.1.3493.2.15.1.1.1.14
Enable gateway selection based on primary/secondary interface address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

basDhcpRelayAlwaysBroadcast 1.3.6.1.4.1.3493.2.15.1.1.1.15
Enable always broadcasting response to the client.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

basDhcpRelayDuplicateResponse 1.3.6.1.4.1.3493.2.15.1.1.1.16
Enable sending response to client in unicast and broadcast mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

basDhcpRelayBasEnable 1.3.6.1.4.1.3493.2.15.1.1.1.17
Enable BAS proprietory solution.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

basDhcpRelayBogusAgentDrops 1.3.6.1.4.1.3493.2.15.1.1.1.18
Packets dropped because agent option field was specified and we're not relaying packets that already have an agent option specified.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayBogusGiaddrDrops 1.3.6.1.4.1.3493.2.15.1.1.1.19
Packets sent to us to relay back to a client, but with a bogus giaddr.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayServerPacketErrors 1.3.6.1.4.1.3493.2.15.1.1.1.20
Errors sending packets to servers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayClientPacketErrors 1.3.6.1.4.1.3493.2.15.1.1.1.21
Errors sending packets to clients.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayAddAgentOptions 1.3.6.1.4.1.3493.2.15.1.1.1.22
If nonzero, add relay agent options.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

basDhcpRelayDropAgentMismatch 1.3.6.1.4.1.3493.2.15.1.1.1.23
If nonzero, drop server replies that don't contain a Relay Agent Information option whose Agent ID suboption matches our giaddr.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

basDhcpRelayCorruptAgentOptions 1.3.6.1.4.1.3493.2.15.1.1.1.24
Number of packets dropped because relay agent information option was bad.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayMissingAgentOption 1.3.6.1.4.1.3493.2.15.1.1.1.25
Number of packets dropped because no RAI option matching our ID was found.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayBadCircuitId 1.3.6.1.4.1.3493.2.15.1.1.1.26
Circuit ID option in matching RAI option did not match any known circuit ID
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayMissingCircuitId 1.3.6.1.4.1.3493.2.15.1.1.1.27
Circuit ID option in matching RAI option was missing.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basDhcpRelayMaxAgentOptionPacketLength 1.3.6.1.4.1.3493.2.15.1.1.1.28
If nonzero, drop server replies that don't contain a Relay Agent Information option whose Agent ID suboption matches our giaddr.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 576..1518  

basDhcpRelayAgentRelayMode 1.3.6.1.4.1.3493.2.15.1.1.1.29
What to do about packets we're asked to relay that already have a relay option: forward_and_append, /* Forward and append our own relay option. */ forward_and_replace, /* Forward, but replace theirs with ours. */ forward_untouched, /* Forward without changes. */ discard } agent_relay_mode = forward_and_replace
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER forwardAndAppend(1), forwardAndReplace(2), forwardUntouched(3), discard(4)  

basDhcpRelayServerTable 1.3.6.1.4.1.3493.2.15.1.2
A list of DHCP Relay Server entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BasDhcpRelayServerEntry

basDhcpRelayServerEntry 1.3.6.1.4.1.3493.2.15.1.2.1
An entry containing management information applicable to a particular DHCP Relay Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasDhcpRelayServerEntry  

basDhcpRelayServerChassis 1.3.6.1.4.1.3493.2.15.1.2.1.1
The BAS Chassis ID of the Card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasChassisId  

basDhcpRelayServerSlot 1.3.6.1.4.1.3493.2.15.1.2.1.2
The BAS Slot ID of the Card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasSlotId  

basDhcpRelayServerIf 1.3.6.1.4.1.3493.2.15.1.2.1.3
The BAS interface ID of the Card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasInterfaceId  

basDhcpRelayServerLPort 1.3.6.1.4.1.3493.2.15.1.2.1.4
The BAS logical port ID of the Card.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasLogicalPortId  

basDhcpRelayServerAddress 1.3.6.1.4.1.3493.2.15.1.2.1.5
Address of DHCP Relay Server on this forwarder.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

basDhcpRelayServerType 1.3.6.1.4.1.3493.2.15.1.2.1.6
Type of DHCP server. When picking a DHCP server, \ choice is made depending on type.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasSubnetClass  

basDhcpRelayServerStatus 1.3.6.1.4.1.3493.2.15.1.2.1.7
Adding and deleting the Server.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus