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).
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
 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
               l3lkInterfaceEntry 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.