INTEL-L3LINK-MIB: View SNMP OID List / Download MIB
VENDOR: INTEL CORPORATION
Home | MIB: INTEL-L3LINK-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 |
l3Link | 1.3.6.1.4.1.343.6.12 | |||
interface | 1.3.6.1.4.1.343.6.12.1 | |||
l3lkInterfaceTable | 1.3.6.1.4.1.343.6.12.1.1 | no-access | ||
1.3.6.1.4.1.343.6.12.1.1.1 | no-access | |||
l3lkInterfaceIfIndex | 1.3.6.1.4.1.343.6.12.1.1.1.1 | integer | read-only |
Reference to ifIndex |
l3lkInterfaceVlanId | 1.3.6.1.4.1.343.6.12.1.1.1.2 | integer | read-write |
The id of the vlan this table is based on |
l3lkInterfaceStatus | 1.3.6.1.4.1.343.6.12.1.1.1.3 | integer | read-write |
The status of the layer 3 interface which is the same as ifAdminStatus Enumeration: 'disabled': 2, 'enabled': 1. |
l3lkInterfaceCreateObj | 1.3.6.1.4.1.343.6.12.1.1.1.4 | octet string | read-write |
Create a non existing table entry. If the entry already exist, genError is returned. Binary format: [status(1 byte),vlanId(2 bytes)] |
l3lkInterfaceDeleteObj | 1.3.6.1.4.1.343.6.12.1.1.1.5 | integer | read-write |
Delete an existing table entry Enumeration: 'delete': 1. |