Wellfleet-RARP-MIB

File: Wellfleet-RARP-MIB.mib (4744 bytes)

Imported modules

RFC1155-SMI RFC-1212 Wellfleet-COMMON-MIB

Imported symbols

IpAddress Counter OBJECT-TYPE
wfRarpGroup

Defined Types

WfRarpMapEntry  
SEQUENCE    
  wfRarpMapDelete INTEGER
  wfRarpMapMadr OCTET STRING
  wfRarpMapIpAddr IpAddress

WfRarpIntfEntry  
SEQUENCE    
  wfRarpIntfDelete INTEGER
  wfRarpIntfDisable INTEGER
  wfRarpIntfCctno INTEGER
  wfRarpIntfIpAddr IpAddress

Defined Values

wfRarp 1.3.6.1.4.1.18.3.5.3.9.1
OBJECT IDENTIFIER    

wfRarpDelete 1.3.6.1.4.1.18.3.5.3.9.1.1
Create/Delete parameter. Default is created. Users perform a set operation on this object in order to create/delete RARP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfRarpDisable 1.3.6.1.4.1.18.3.5.3.9.1.2
Enable/Disable Parameter indicates whether this RARP record is enabled or disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfRarpNumNoMatches 1.3.6.1.4.1.18.3.5.3.9.1.3
The number of RARP Requests dropped that failed Table Look UP
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfRarpMapTable 1.3.6.1.4.1.18.3.5.3.9.2
List of configured RARP MAP Table entries
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfRarpMapEntry

wfRarpMapEntry 1.3.6.1.4.1.18.3.5.3.9.2.1
A description of an RARP map
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfRarpMapEntry  

wfRarpMapDelete 1.3.6.1.4.1.18.3.5.3.9.2.1.1
Indicates whether this RARP Map record is to be deleted or created
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfRarpMapMadr 1.3.6.1.4.1.18.3.5.3.9.2.1.2
Mac Address in RARP Request pkts
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

wfRarpMapIpAddr 1.3.6.1.4.1.18.3.5.3.9.2.1.3
IP Address of Requesting Station
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfRarpIntfTable 1.3.6.1.4.1.18.3.5.3.9.3
List of configured RARP interfaces
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfRarpIntfEntry

wfRarpIntfEntry 1.3.6.1.4.1.18.3.5.3.9.3.1
A description of an RARP interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfRarpIntfEntry  

wfRarpIntfDelete 1.3.6.1.4.1.18.3.5.3.9.3.1.1
Indicates whether this RARP intf record is to be deleted or created
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfRarpIntfDisable 1.3.6.1.4.1.18.3.5.3.9.3.1.2
Indicates whether this RARP intf record is to be enabled or disabled
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfRarpIntfCctno 1.3.6.1.4.1.18.3.5.3.9.3.1.3
Which Circuit rarp should run on
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfRarpIntfIpAddr 1.3.6.1.4.1.18.3.5.3.9.3.1.4
RARP Server's IP Address on this circuit
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress