Wellfleet-SMDS-MIB: View SNMP OID List / Download MIB

VENDOR: WELLFLEET


 Home MIB: Wellfleet-SMDS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 wfSmdsCircuitTable 1.3.6.1.4.1.18.3.5.9.3 no-access
The Wellfleet SMDS Circuit Record
     wfSmdsCircuitEntry 1.3.6.1.4.1.18.3.5.9.3.1 no-access
per Wellfleet circuit SMDS configuration parameters and counters
         wfSmdsCircuitDelete 1.3.6.1.4.1.18.3.5.9.3.1.1 integer read-write
create/delete parameter, dflt = created Enumeration: 'deleted': 2, 'created': 1.
         wfSmdsCircuitDisable 1.3.6.1.4.1.18.3.5.9.3.1.2 integer read-write
enable/disable parameter, dflt = enabled Enumeration: 'disabled': 2, 'enabled': 1.
         wfSmdsCircuitState 1.3.6.1.4.1.18.3.5.9.3.1.3 integer read-only
SMDS state variable, Up, Down Init, Not Present Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpresent': 4.
         wfSmdsCircuitID 1.3.6.1.4.1.18.3.5.9.3.1.4 integer read-only
cct number for this instance
         wfSmdsCircuitIndivAddr 1.3.6.1.4.1.18.3.5.9.3.1.5 octet string read-write
SMDS E.164 Individual address for this Wellfleet circuit - must be 8 octets long
         wfSmdsCircuitGroupAddr 1.3.6.1.4.1.18.3.5.9.3.1.6 octet string read-write
SMDS E.164 Group address for this Wellfleet circuit - must be 8 octets long
         wfSmdsCircuitArpAddr 1.3.6.1.4.1.18.3.5.9.3.1.7 octet string read-write
SMDS E.164 ARP address for this Wellfleet circuit - must be 8 octets long
         wfSmdsCircuitDisableHrtbtPoll 1.3.6.1.4.1.18.3.5.9.3.1.8 integer read-write
determine use of DXI heartbeat poll Enumeration: 'disabled': 2, 'enabled': 1.
         wfSmdsCircuitHrtbtPollInterval 1.3.6.1.4.1.18.3.5.9.3.1.9 integer read-write
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
         wfSmdsCircuitHrtbtPollDownCount 1.3.6.1.4.1.18.3.5.9.3.1.10 integer read-write
if this many consecutive heartbeat polling messages go unacknowledged, log an event declaring the line down
         wfSmdsCircuitDisableNetMgmt 1.3.6.1.4.1.18.3.5.9.3.1.11 integer read-write
determine use of LMI network management Enumeration: 'disabled': 2, 'enabled': 1.
         wfSmdsCircuitSipL3ReceivedIndividualDAs 1.3.6.1.4.1.18.3.5.9.3.1.12 counter read-only
The total number of individually addressed SIP Level 3 PDUs received from the remote system across the SNI. The total includes only unerrored L3PDUs.
         wfSmdsCircuitSipL3ReceivedGAs 1.3.6.1.4.1.18.3.5.9.3.1.13 counter read-only
The total number of group addressed SIP Level 3 PDUs received from the remote system across the SNI. The total includes only unerrored L3PDUs.
         wfSmdsCircuitSipL3SentIndividualDAs 1.3.6.1.4.1.18.3.5.9.3.1.14 counter read-only
The number of individually addressed SIP Level 3 PDUs that have been sent by this system across the SNI.
         wfSmdsCircuitSipL3SentGAs 1.3.6.1.4.1.18.3.5.9.3.1.15 counter read-only
The number of group addressed SIP L3PDUs that have been sent by this system across the SNI.
         wfSmdsCircuitSipL3VersionSupport 1.3.6.1.4.1.18.3.5.9.3.1.16 integer read-only
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). Enumeration: 'version': 1.
         wfSmdsCircuitDisableAddrVerify 1.3.6.1.4.1.18.3.5.9.3.1.17 integer read-write
This object enables/disables verification checking of destination addresses in received packets. Enumeration: 'disabled': 2, 'enabled': 1.
         wfSmdsCircuitAddrVerifyDiscards 1.3.6.1.4.1.18.3.5.9.3.1.18 counter read-only
This is the count of SMDS PDUs discarded due to mismatched group or individual addresses