Fore-HDLC-MIB: View SNMP OID List / Download MIB
VENDOR: FORE SYSTEMS
Home | MIB: Fore-HDLC-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).
|
|||
Object Name | OID | Type | Access | Info |
foreHdlcIfGroup | 1.3.6.1.4.1.326.2.2.1.1.20 | |||
foreHdlcLOFDetected | 1.3.6.1.4.1.326.2.2.1.1.20.0.1 |
This trap indicates that the specified HDLC interface is experiencing Loss Of Frame (LOF) failure. An LOF failure is declared when the LOF defect persists fore a period of 2.5 +/- 0.5 seconds. |
||
foreHdlcLOFCleared | 1.3.6.1.4.1.326.2.2.1.1.20.0.2 |
This trap indicates that the LOF failure identified by trap foreHdlcLOFDetected has been cleared. The LOF failure is cleared when the LOF defect is absent for 10 +/- 0.5 seconds. |
||
foreHdlcIfTable | 1.3.6.1.4.1.326.2.2.1.1.20.1 | no-access |
A table containing HDLC interface configuration and status. |
|
1.3.6.1.4.1.326.2.2.1.1.20.1.1 | no-access |
A table entry containing the HDLC interface information. |
||
foreHdlcIfPayloadType | 1.3.6.1.4.1.326.2.2.1.1.20.1.1.1 | integer | read-write |
Indicates the configured mode for this interface. Enumeration: 'ppp': 2, 'fast': 1. |
foreHdlcIfAdminStatus | 1.3.6.1.4.1.326.2.2.1.1.20.1.1.2 | integer | read-write |
Indicates the admin status of this interface. Enumeration: 'down': 2, 'up': 1. |
foreHdlcIfFcsWidth | 1.3.6.1.4.1.326.2.2.1.1.20.1.1.3 | integer | read-write |
Indicates the configured width of the FCS on this interface. Enumeration: 'fcs16': 16, 'fcs32': 32. |
foreHdlcStatsTable | 1.3.6.1.4.1.326.2.2.1.1.20.2 | no-access |
A table containing HDLC interface Statistics |
|
1.3.6.1.4.1.326.2.2.1.1.20.2.1 | no-access |
A table entry containing the HDLC statistics. |
||
foreHdlcIfTxPackets | 1.3.6.1.4.1.326.2.2.1.1.20.2.1.1 | counter32 | read-only |
The number of packets that have arrived at the HDLC SAP from the upper layer. |
foreHdlcIfTxOctets | 1.3.6.1.4.1.326.2.2.1.1.20.2.1.2 | counter32 | read-only |
The number of octets that the HDLC packet layer has passed to the lower layer. |
foreHdlcIfRxPackets | 1.3.6.1.4.1.326.2.2.1.1.20.2.1.3 | counter32 | read-only |
The number of packets that the HDLC SAP has passed to the upper layear. |
foreHdlcIfRxOctets | 1.3.6.1.4.1.326.2.2.1.1.20.2.1.4 | counter32 | read-only |
The number of octets that the HDLC packet layer has received from the lower layer. |
foreHdlcIfChecksumErrors | 1.3.6.1.4.1.326.2.2.1.1.20.2.1.5 | counter32 | read-only |
The number of packets that the HDLC packet layer has discarded due to checksum errors. |
foreHdlcIfLossOfFrame | 1.3.6.1.4.1.326.2.2.1.1.20.2.1.6 | integer | read-only |
Indicates whether or not loss of frame is being experienced in the incoming octet stream. Enumeration: 'on': 1, 'off': 2. |