MIBs Depot

CISCO-INTERFACETOPN-EXT-MIB

Registered at
1.3.6.1.4.1.9.9.482
Last updated
2010-10-19 00:00
Organization
Cisco Systems, Inc.
Revisions
2010-10-19 00:00, 2008-01-15 00:00, 2006-03-15 00:00
Namespace
cisco
Source file
CISCO-INTERFACETOPN-EXT-MIB
Digest
sha256:855986b86f130ac5a78fe5507a55fd705b14c61d3df7b9acf682383af16d6726

Description

This MIB module is an extension to INTERFACETOPN-MIB. It provides additional management information for sorting device interfaces.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lan-switch-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
INTERFACETOPN-MIBinterfaceTopNControlEntry
Q-BRIDGE-MIBVlanIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BRIDGE-MIB
CISCO-INTERFACETOPN-EXT-MIB
CISCO-SMI
HCNUM-TC
IANAifType-MIB
IF-MIB
INTERFACETOPN-MIB
P-BRIDGE-MIB
Q-BRIDGE-MIB
RFC1158-MIB
RFC1271-MIB
RMON-MIB
RMON2-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
TOKEN-RING-RMON-MIB

Objects

NameOIDSyntaxAccessStatus
ciscoInterfaceTopNExtMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.482.0
ciscoInterfaceTopNExtMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.482.1
citneInterfaceTopNCaps
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.482.1.1Bits {utilization(0), bytes(1), packets(2), broadcast(3), multicast(4), overflow(5)}read-onlycurrent
citneInterfaceTopNControlTable
OBJECT-TYPE
A table providing supplemental parameter information for interfaceTopNControlTable as defined in INTERFACETOPN-MIB.
1.3.6.1.4.1.9.9.482.1.2not-accessiblecurrent
citneInterfaceTopNControlEntry
OBJECT-TYPE
An entry providing supplemental parameter information that control the creation of a report of the top N ports according to several metrics.
1.3.6.1.4.1.9.9.482.1.2.1not-accessiblecurrent
citneInterfaceTopNCounterType
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.482.1.2.1.1INTEGER {none(1), utilization(2), bytes(3), packets(4), broadcast(5), multicast(6), overflow(7)}read-createcurrent
citneInterfaceTopNInterfaceType
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.482.1.2.1.2INTEGER {all(1), ethernet(2), fastEthernet(3), gigaEthernet(4), tenGigaEthernet(5), portChannel(6), layer2(7), layer3(8), fortyGigaEthernet(9)}read-createcurrent
citneInterfaceTopNVlanNumber
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.482.1.2.1.3VlanIndexread-createcurrent
ciscoInterfaceTopNExtMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.482.2
ciscoIfTopNExtMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.482.2.1
ciscoIfTopNExtMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.482.2.2

Conformance

NameOIDStatus
ciscoIfTopNExtMIBCompliance
MODULE-COMPLIANCE
Describes the requirements for conformance to the Cisco InterfaceTopN Extention MIB.
1.3.6.1.4.1.9.9.482.2.1.1current
ciscoIfTopNExtCapsGroup
OBJECT-GROUP
A collection of objects providing capability information about supplemental counter type supported by the system.
1.3.6.1.4.1.9.9.482.2.2.1current
ciscoIfTopNExtControlGroup
OBJECT-GROUP
A collection of objects providing information about supplemental parameters for the interfaceTopNControlTable.
1.3.6.1.4.1.9.9.482.2.2.2current
ciscoIfTopNExtCtrlVlanGroup
OBJECT-GROUP
A collection of objects providing information about supplemental vlan parameters for the interfaceTopNControlTable.
1.3.6.1.4.1.9.9.482.2.2.3current