CENTILLION-DOT3-EXTENSIONS-MIB: View SNMP OID List / Download MIB
VENDOR: CENTILLION NETWORKS
Home | MIB: CENTILLION-DOT3-EXTENSIONS-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 |
cnDot3Extensions | 1.3.6.1.4.1.930.3.4 | |||
cnDot3ExtnTable | 1.3.6.1.4.1.930.3.4.1 | no-access |
This table contains Ethernet interface parameters and state variables, one entry per 802.3 interface. |
|
1.3.6.1.4.1.930.3.4.1.1 | no-access |
A list of Ethernet status and parameter values for an 802.3 interface. |
||
cnDot3ExtnIfIndex | 1.3.6.1.4.1.930.3.4.1.1.1 | integer | read-only |
The value of this object identifies the 802.3 interface for which this entry contains management information. This value should same as the Ifindex in the interface table |
cnDot3ExtnIfAdminSpeed | 1.3.6.1.4.1.930.3.4.1.1.2 | integer | read-write |
The configured speed of the interface. The default value for 10 Mbps interfaces is forced10(1). The default value for 100 Mbps interfaces is auto(3). Enumeration: 'auto': 3, 'forced10': 1, 'forced100': 2, 'forced1000': 4. |
cnDot3ExtnIfOperSpeed | 1.3.6.1.4.1.930.3.4.1.1.3 | gauge | read-only |
The operational speed of the interface in bits per second. |
cnDot3ExtnIfAdminConnectionType | 1.3.6.1.4.1.930.3.4.1.1.4 | integer | read-write |
The administration connection type of the interface. Enumeration: 'auto': 3, 'fullDuplex': 2, 'halfDuplex': 1. |
cnDot3ExtnIfOperConnectionType | 1.3.6.1.4.1.930.3.4.1.1.5 | integer | read-only |
The operational connection type of the interface. Enumeration: 'fullDuplex': 2, 'halfDuplex': 1. |