Wellfleet-SMDS-MIB

File: Wellfleet-SMDS-MIB.mib (8513 bytes)

Imported modules

RFC1155-SMI RFC-1212 Wellfleet-COMMON-MIB

Imported symbols

Counter OBJECT-TYPE wfWanGroup

Defined Types

WfSmdsCircuitEntry  
SEQUENCE    
  wfSmdsCircuitDelete INTEGER
  wfSmdsCircuitDisable INTEGER
  wfSmdsCircuitState INTEGER
  wfSmdsCircuitID INTEGER
  wfSmdsCircuitIndivAddr OCTET STRING
  wfSmdsCircuitGroupAddr OCTET STRING
  wfSmdsCircuitArpAddr OCTET STRING
  wfSmdsCircuitDisableHrtbtPoll INTEGER
  wfSmdsCircuitHrtbtPollInterval INTEGER
  wfSmdsCircuitHrtbtPollDownCount INTEGER
  wfSmdsCircuitDisableNetMgmt INTEGER
  wfSmdsCircuitSipL3ReceivedIndividualDAs Counter
  wfSmdsCircuitSipL3ReceivedGAs Counter
  wfSmdsCircuitSipL3SentIndividualDAs Counter
  wfSmdsCircuitSipL3SentGAs Counter
  wfSmdsCircuitSipL3VersionSupport INTEGER
  wfSmdsCircuitDisableAddrVerify INTEGER
  wfSmdsCircuitAddrVerifyDiscards Counter

Defined Values

wfSmdsCircuitTable 1.3.6.1.4.1.18.3.5.9.3
The Wellfleet SMDS Circuit Record
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfSmdsCircuitEntry

wfSmdsCircuitEntry 1.3.6.1.4.1.18.3.5.9.3.1
per Wellfleet circuit SMDS configuration parameters and counters
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfSmdsCircuitEntry  

wfSmdsCircuitDelete 1.3.6.1.4.1.18.3.5.9.3.1.1
create/delete parameter, dflt = created
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfSmdsCircuitDisable 1.3.6.1.4.1.18.3.5.9.3.1.2
enable/disable parameter, dflt = enabled
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfSmdsCircuitState 1.3.6.1.4.1.18.3.5.9.3.1.3
SMDS state variable, Up, Down Init, Not Present
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4)  

wfSmdsCircuitID 1.3.6.1.4.1.18.3.5.9.3.1.4
cct number for this instance
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1023  

wfSmdsCircuitIndivAddr 1.3.6.1.4.1.18.3.5.9.3.1.5
SMDS E.164 Individual address for this Wellfleet circuit - must be 8 octets long
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfSmdsCircuitGroupAddr 1.3.6.1.4.1.18.3.5.9.3.1.6
SMDS E.164 Group address for this Wellfleet circuit - must be 8 octets long
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfSmdsCircuitArpAddr 1.3.6.1.4.1.18.3.5.9.3.1.7
SMDS E.164 ARP address for this Wellfleet circuit - must be 8 octets long
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfSmdsCircuitDisableHrtbtPoll 1.3.6.1.4.1.18.3.5.9.3.1.8
determine use of DXI heartbeat poll
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfSmdsCircuitHrtbtPollInterval 1.3.6.1.4.1.18.3.5.9.3.1.9
heartbeat polling messages get sent every this many seconds - we don't want the polling interval to be less than or equal to the unacknowledgment timer, which is 5 seconds
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 6..2147483647  

wfSmdsCircuitHrtbtPollDownCount 1.3.6.1.4.1.18.3.5.9.3.1.10
if this many consecutive heartbeat polling messages go unacknowledged, log an event declaring the line down
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..2147483647  

wfSmdsCircuitDisableNetMgmt 1.3.6.1.4.1.18.3.5.9.3.1.11
determine use of LMI network management
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfSmdsCircuitSipL3ReceivedIndividualDAs 1.3.6.1.4.1.18.3.5.9.3.1.12
The total number of individually addressed SIP Level 3 PDUs received from the remote system across the SNI. The total includes only unerrored L3PDUs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfSmdsCircuitSipL3ReceivedGAs 1.3.6.1.4.1.18.3.5.9.3.1.13
The total number of group addressed SIP Level 3 PDUs received from the remote system across the SNI. The total includes only unerrored L3PDUs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfSmdsCircuitSipL3SentIndividualDAs 1.3.6.1.4.1.18.3.5.9.3.1.14
The number of individually addressed SIP Level 3 PDUs that have been sent by this system across the SNI.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfSmdsCircuitSipL3SentGAs 1.3.6.1.4.1.18.3.5.9.3.1.15
The number of group addressed SIP L3PDUs that have been sent by this system across the SNI.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfSmdsCircuitSipL3VersionSupport 1.3.6.1.4.1.18.3.5.9.3.1.16
A value which indicates the version(s) of SIP that this interface supports. The value is a sum. This sum initially takes the value zero. For each version, V, that this interface supports, 2 raised to (V - 1) is added to the sum. For example, a port supporting versions 1 and 2 would have a value of (2^(1-1)+2^(2-1))=3. The SipL3VersionSupport is effectively a bit mask with Version 1 equal to the least significant bit (LSB).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER version(1)  

wfSmdsCircuitDisableAddrVerify 1.3.6.1.4.1.18.3.5.9.3.1.17
This object enables/disables verification checking of destination addresses in received packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfSmdsCircuitAddrVerifyDiscards 1.3.6.1.4.1.18.3.5.9.3.1.18
This is the count of SMDS PDUs discarded due to mismatched group or individual addresses
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter