CISCO-INTERFACETOPN-EXT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-INTERFACETOPN-EXT-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
 ciscoInterfaceTopNExtMIB 1.3.6.1.4.1.9.9.482
This MIB module is an extension to INTERFACETOPN-MIB. It provides additional management information for sorting device interfaces.
         ciscoInterfaceTopNExtMIBNotifs 1.3.6.1.4.1.9.9.482.0
         ciscoInterfaceTopNExtMIBObjects 1.3.6.1.4.1.9.9.482.1
             citneInterfaceTopNCaps 1.3.6.1.4.1.9.9.482.1.1 bits read-only
The type of interface counters the system is capable to do sorting on, as an extension to the interfaceTopNCaps defined in INTERFACETOPN-MIB. utilization -- The interface bandwidth utilization in 32-bit version. The utilization on ethernet interface is computed in the following methods: Ethernet utilization: (for full duplex interface, divide by 2) 10 Mbps I/O-pkts * (9.6 + 6.4) + (0.8 * I/O-Bytes) Ethernet Util = ----------------------------------------- Interval * 10,000 where 9.6 is interframe gap of Ethernet 6.4 is preamble of Ethernet 10,000 is 10Mbps 100 Mbps I/O-pkts * (96 + 64) + (8 * I/O-Bytes) Ethernet Util = -------------------------------------- Interval * 1,000,000 1000 Mbps I/O-pkts * (96 + 64) + (8 * I/O-Bytes) Ethernet Util = -------------------------------------- Interval * 10,000,000 10000Mbps I/O-pkts * (96 + 64) + (8 * I/O-Bytes) Ethernet Util = -------------------------------------- Interval * 100,000,000 All other I/O-pkts * (9.6 + 6.4) + (0.8 * I/O-Bytes) Ethernet Util = ------------------------------------------ Interval * N * 1,000 (where N is N Mbps) bytes -- the total number of bytes received and transmitted on the interface in 64-bit version. packets -- the total number of packets received and transmitted on the interface in 64-bit version. broadcast -- the total number of broadcast packets received and transmitted on the interface in 64-bit version. multicast -- the total number of multicast packets received and transmitted on the interface in 64-bit version. overflow -- the total number of transmitted buffer overflow errors on the interface in 32-bit version. Bits: 'utilization': 0, 'bytes': 1, 'packets': 2, 'broadcast': 3, 'multicast': 4, 'overflow': 5.
             citneInterfaceTopNControlTable 1.3.6.1.4.1.9.9.482.1.2 no-access
A table providing supplemental parameter information for interfaceTopNControlTable as defined in INTERFACETOPN-MIB.
                 citneInterfaceTopNControlEntry 1.3.6.1.4.1.9.9.482.1.2.1 no-access
An entry providing supplemental parameter information that control the creation of a report of the top N ports according to several metrics.
                     citneInterfaceTopNCounterType 1.3.6.1.4.1.9.9.482.1.2.1.1 integer read-only
The particular counter type to be sampled, as an extension to the interfaceTopNObjectVariable defined in INTERFACETOPN-MIB. Setting this object to the value of 'none' indicates that the TopN sampling is based on the counter type as specified by the corresponding interfaceTopNObjectVariable for the same entry in interfaceTopNControlTable; Setting this object to a value other than 'none' indicates that the TopN sampling is based on the counter type as specified by this object instead of the counter type as specified by the corresponding interfaceTopNObjectVariable for the same entry in interfaceTopNControlTable. For entries in the interfaceTopNTable in the INTERFACETOPN-MIB reported for counter type as specified by this citneInterfaceTopNCounterType: (1) The corresponding interfaceTopNDataSourceIndex will point to the ifIndex of the sorted interfaces; (2) If the sampled counter type is one of the following 32 bit counters: 'utilization', 'overflow', the interfaceTopNValue object is used in the corresponding entries in interfaceTopNTable. If the sampled counter type is one of the following 64 bit counters: 'bytes', 'packets', 'broadcast', 'multicast', the interfaceTopNValue64 object is used in the corresponding entries in interfaceTopNTable. This object may not be modified if the associated interfaceTopNRowStatus object is equal to 'active'. Enumeration: 'none': 1, 'utilization': 2, 'bytes': 3, 'packets': 4, 'broadcast': 5, 'multicast': 6, 'overflow': 7.
                     citneInterfaceTopNInterfaceType 1.3.6.1.4.1.9.9.482.1.2.1.2 integer read-only
Specifies the interface type for the TopN sampling. all -- all applicable interfaces in the system. ethernet -- all Ethernet interfaces in the system. fastEthernet -- all FastEthernet interfaces in the system. gigaEthernet -- all GigabitEthernet interfaces in the system. tenGigaEthernet -- all TenGigabitEthernet interfaces in the system. portChannel -- all Port-channel interfaces in the system. layer2 -- all layer-2 interfaces in the system. layer3 -- all layer-3 interfaces in the system. fortyGigaEthernet -- all FortyGigabitEthernet interfaces in the system. This object may not be modified if the associated interfaceTopNRowStatus object is equal to 'active'. Enumeration: 'layer3': 8, 'layer2': 7, 'all': 1, 'gigaEthernet': 4, 'portChannel': 6, 'tenGigaEthernet': 5, 'fortyGigaEthernet': 9, 'ethernet': 2, 'fastEthernet': 3.
                     citneInterfaceTopNVlanNumber 1.3.6.1.4.1.9.9.482.1.2.1.3 vlanindex read-only
Specifies the Vlan number for the layer-2 interfaces when the object value of citneInterfaceTopNInterfaceType for the same entry is 'layer2'. If the object value of citneInterfaceTopNVlanNumber is other than zero and the corresponding citneInterfaceTopNInterfaceType is 'layer2' for the same entry, then it indicates all layer-2 interfaces in that VLAN is sampled. If the object value of citneInterfaceTopNVlanNumber is zero and the corresponding citneInterfaceTopNInterfaceType is 'layer2' for the same entry, then it indicates all layer-2 interfaces in the system regardless of their Vlan number is sampled. If the object value of citneInterfaceTopNInterfaceType is other than 'layer2', then citneInterfaceTopNVlanNumber has to take the value of 0. This object may not be modified if the associated interfaceTopNRowStatus object is equal to 'active'.
         ciscoInterfaceTopNExtMIBConform 1.3.6.1.4.1.9.9.482.2
             ciscoIfTopNExtMIBCompliances 1.3.6.1.4.1.9.9.482.2.1
                 ciscoIfTopNExtMIBCompliance 1.3.6.1.4.1.9.9.482.2.1.1
Describes the requirements for conformance to the Cisco InterfaceTopN Extention MIB.
             ciscoIfTopNExtMIBGroups 1.3.6.1.4.1.9.9.482.2.2
                 ciscoIfTopNExtCapsGroup 1.3.6.1.4.1.9.9.482.2.2.1
A collection of objects providing capability information about supplemental counter type supported by the system.
                 ciscoIfTopNExtControlGroup 1.3.6.1.4.1.9.9.482.2.2.2
A collection of objects providing information about supplemental parameters for the interfaceTopNControlTable.
                 ciscoIfTopNExtCtrlVlanGroup 1.3.6.1.4.1.9.9.482.2.2.3
A collection of objects providing information about supplemental vlan parameters for the interfaceTopNControlTable.