MIBs Depot

CISCO-ATM-VIRTUAL-IF-MIB

Registered at
1.3.6.1.4.1.9.9.129
Last updated
2002-10-11 00:00
Organization
Cisco Systems, Inc.
Revisions
2002-10-11 00:00, 2002-05-07 00:00, 2001-09-03 00:00, 2000-08-11 00:00, 2000-01-14 00:00
Namespace
cisco
Source file
CISCO-ATM-VIRTUAL-IF-MIB
Digest
sha256:3fd4d88e1647bdf7fd076ec5ccdb24783872c90a16bbbac91f310f4db2fed9d1

Description

The MIB module to manage ATM Virtual interface objects. ATM virtual interfaces are configured on a physical line.

Contact

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

Imports

FromSymbols
ATM-TC-MIBAtmVpIdentifier
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndex, ifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, 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.

ATM-TC-MIB
CISCO-ATM-VIRTUAL-IF-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoAtmVirtualIfMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.129.1
caviConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.129.1.1
caviTable
OBJECT-TYPE
This table is used for creating ATM virtual Interfaces. The ATM virtual interfaces are created on physical interfaces. For each entry created in this table, there will be an entry created in the ifTable with ifType atmVirtual(149). For each entry deleted from this table, the corresponding entry from ifTable will be deleted. The ifIndex value for ifType atmVirtual(149) is used for indexing to atmInterfaceConfTable for getting information on a ATM virtual interface.
1.3.6.1.4.1.9.9.129.1.1.1not-accessiblecurrent
caviEntry
OBJECT-TYPE
An entry in the caviTable table for each ATM virtual interface. An entry in this table can only be created if values for all objects in a row are provided. The caviVpiNum object is applicable only to interfaces of caviIfType vnni (3) or vuni (4). The caviMinVpiNum and caviMaxVpiNum are applicable only to interfaces of caviIfType evuni(5) or evnni(6).
1.3.6.1.4.1.9.9.129.1.1.1.1not-accessiblecurrent
caviIndex
OBJECT-TYPE
A unique value for the ATM virtual interface.
1.3.6.1.4.1.9.9.129.1.1.1.1.1Integer32 (1..2147483647)not-accessiblecurrent
caviPhyIfIndex
OBJECT-TYPE
This object identifies the interface number ( 'ifIndex' ) assigned to sonet(39),ds3(30),ds1(18),atmIma(107).
1.3.6.1.4.1.9.9.129.1.1.1.1.2InterfaceIndexread-createcurrent
caviViIfIndex
OBJECT-TYPE
This object identifies the ATM virtual interface number ('ifIndex') assigned to this entry, and is used to identify corresponding rows in the IF-MIB. Note that re-inititalization of the management agent may cause a client's 'caviViIfIndex' to change.
1.3.6.1.4.1.9.9.129.1.1.1.1.3InterfaceIndexread-onlycurrent
caviMinRate
OBJECT-TYPE
ATM virtual interface's guaranteed cell rate. This is the guaranteed bandwidth allocated for the interface. The sum of caviMinRate of all ATM virtual interfaces configured on a single physical line, must not exceed the bandwidth of the physical line. Creation of a row is rejected when the sum of caviMinRate of all existing ATM virtual interfaces exceeds the physical line bandwidth. The value of this object can't exceed the 'ifSpeed' or 'ifHighSpeed' value in ifTable for the associated 'caviPhyIfIndex'. ATM cell bandwidths for various physical lines are: OC192 line : 22605280 cells/sec OC48 line : 5651320 cells/sec OC12 line : 1412830 cells/sec OC3 line : 353207 cells/sec T3 line : 96000 cells/sec E3 line : 80000 cells/sec.
1.3.6.1.4.1.9.9.129.1.1.1.1.4Unsigned32read-createcurrent
caviMaxRate
OBJECT-TYPE
ATM virtual interface's maximum cell rate. If bandwidth is available, the interface will be allocated bandwidth upto this value. The total bandwidth of connections configured over this interface cannot exceed this value. The value of this object can't exceed the 'ifSpeed' or 'ifHighSpeed' value in ifTable for the associated 'caviPhyIfIndex'. ATM cell bandwidths for various physical lines are: OC192 line : 22605280 cells/sec OC48 line : 5651320 cells/sec OC12 line : 1412830 cells/sec OC3 line : 353207 cells/sec T3 line : 96000 cells/sec E3 line : 80000 cells/sec.
1.3.6.1.4.1.9.9.129.1.1.1.1.5Unsigned32read-createcurrent
caviFileId
OBJECT-TYPE
The ID of the file that holds module specific configuration parameters for this ATM virtual interface.
1.3.6.1.4.1.9.9.129.1.1.1.1.6Unsigned32read-createcurrent
caviIfType
OBJECT-TYPE
This object reflects the type of ATM virtual interface that can be configured within a physical interface. The supported types of virtual interfaces and their description is shown below: uni : Only one virtual interface of uni type can be configured within a physical interface. The ATM cells used in this interface would use a 8 bit VPI and a 4 bit GFC. nni : Only one virtual interface of nni type can be configured within a physical interface.The ATM cells used in this interface would use a 12 bit VPI. vnni: Multiple virtual interfaces of vnni type can be configured within a physical interface. However, all cells sent on this interface belong to a single VPI (defined by caviVpiNum) and the cells use a 12 bit VPI. vuni: Multiple virtual interfaces of vuni type can be configured within a physical interface. However, all cells sent on this interface belong to a single VPI (defined by caviVpiNum) and the cells use a 8 bit VPI and a 4 bit GFC. evuni: Multiple virtual interfaces of evuni type can be configured within a physical interface. However, all cells sent on this interface belong to a range of VPI (defined by caviMinVpiNum & caviMaxVpiNum) and the cells use a 8 bit VPI and a 4 bit GFC. evnni: Multiple virtual interfaces of evuni type can be configured within a physical interface. However, all cells sent on this interface belong to a range of VPI (defined by caviMinVpiNum & caviMaxVpiNum) and the cells use a 12 bit VPI.
1.3.6.1.4.1.9.9.129.1.1.1.1.7INTEGER {uni(1), nni(2), vnni(3), vuni(4), evuni(5), evnni(6)}read-createcurrent
caviVpiNum
OBJECT-TYPE
This object is used when configuring ATM virtual interfaces of caviIftype vuni(4) or vnni (3). A non-zero value is required for vuni / vnni operation. The value set in this object for other type of caviIfTypes would be ignored by the agent. The GET operation on this object would return 0 for caviIfTypes other than vuni/vnni.
1.3.6.1.4.1.9.9.129.1.1.1.1.8AtmVpIdentifierread-createcurrent
caviRowStatus
OBJECT-TYPE
This object allows create and delete operations on caviTable entries. An entry is created in the table by setting this object to createAndGo(4). An entry is deleted from the table by setting this object to destroy(6). An entry in this table may be modified after creation.
1.3.6.1.4.1.9.9.129.1.1.1.1.9RowStatusread-createcurrent
caviMinVpiNum
OBJECT-TYPE
This object is mandatory while configuring this ATM virtual interface as caviIfType evuni(5) or evnni(6). The range of VPI accepted by the agent depends on caviIfType. The evuni accepts a range from 0 to 255, while the evnni accepts a range from 0 to 4095. The object specifies the minimum VPI for a evuni/evnni interface. The agent ignores a SET on this object for any interface other than a evuni/evnni. A GET operation for interfaces other than a evuni/evnni would always yield 0
1.3.6.1.4.1.9.9.129.1.1.1.1.10AtmVpIdentifierread-createcurrent
caviMaxVpiNum
OBJECT-TYPE
This object is mandatory while configuring this ATM virtual interface as caviIfType evuni(5) or evnni(6). The range of VPI accepted by the agent depends on caviIfType. The evuni accepts a range from 0 to 255, while the evnni accepts a range from 0 to 4095. The agent rejects a SET on this object for any interface other than a evuni/evnni. A GET operation for interfaces other than a evuni/evnni would always yield 0
1.3.6.1.4.1.9.9.129.1.1.1.1.11AtmVpIdentifierread-createcurrent
caviStatistics
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.129.1.2
caviStatEgressTable
OBJECT-TYPE
This table reflects real time statistics associated with each of the ATM virtual interfaces on the egress side. Ingress direction means coming from network into switch, Egress direction means going from switch into the network.
1.3.6.1.4.1.9.9.129.1.2.1not-accessiblecurrent
caviStatEgressEntry
OBJECT-TYPE
An entry for egress ATM virtual interface statistics. In all the following descriptions, CLP-0 means Cell Loss Priority = 0, CLP-1 means Cell Loss Priority = 1. Statistics are being collected before and after the traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.1.1not-accessiblecurrent
caviEgrRcvClp0Cells
OBJECT-TYPE
The number of CLP-0 cells received from switch at the traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.1.1.1Counter32read-onlycurrent
caviEgrRcvClp1Cells
OBJECT-TYPE
The number of CLP-1 cells received from switch at the traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.1.1.2Counter32read-onlycurrent
caviEgrClp0DiscCells
OBJECT-TYPE
The number of CLP-0 cells discarded due to policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.3Counter32read-onlycurrent
caviEgrClp1DiscCells
OBJECT-TYPE
The number of CLP-1 cells discarded due to policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.4Counter32read-onlycurrent
caviEgrXmtClp0Cells
OBJECT-TYPE
The number of CLP-0 cells transmitted to the network after traffic management and policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.5Counter32read-onlycurrent
caviEgrXmtClp1Cells
OBJECT-TYPE
The number of CLP-1 cells transmitted to the network after traffic management and policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.6Counter32read-onlycurrent
caviEgrRcvOAMCells
OBJECT-TYPE
The number of OAM cells received from the switch at the traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.1.1.7Counter32read-onlycurrent
caviEgrRMCells
OBJECT-TYPE
The number of RM cells transmitted to the network from the switch.
1.3.6.1.4.1.9.9.129.1.2.1.1.8Counter32read-onlycurrent
caviEgrXmtEFCICells
OBJECT-TYPE
The number of EFCI cells transmitted to the network after traffic management and policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.9Counter32read-onlycurrent
caviEgrRcvEFCICells
OBJECT-TYPE
The number of EFCI cells received from the switch at traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.1.1.10Counter32read-onlycurrent
caviEgrXmtOAMCells
OBJECT-TYPE
The number of OAM loopback cells transmitted to network after traffic management and policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.11Counter32read-onlycurrent
caviHEgrXmtClp0Cells
OBJECT-TYPE
The 64-bit version of caviEgrXmtClp0Cells.
1.3.6.1.4.1.9.9.129.1.2.1.1.12Counter64read-onlycurrent
caviHEgrXmtClp1Cells
OBJECT-TYPE
The 64-bit version of caviEgrXmtClp1Cells.
1.3.6.1.4.1.9.9.129.1.2.1.1.13Counter64read-onlycurrent
caviHighEgrRcvClp0Cells
OBJECT-TYPE
The Upper 32 bit of the number of CLP-0 cells received from switch at the traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.1.1.14Counter32read-onlycurrent
caviHighEgrRcvClp1Cells
OBJECT-TYPE
The Upper 32 bit of the number of CLP-1 cells received from switch at the traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.1.1.15Counter32read-onlycurrent
caviHighEgrClp0DiscCells
OBJECT-TYPE
The Upper 32 bit of the number of CLP-0 cells discarded due to policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.16Counter32read-onlycurrent
caviHighEgrClp1DiscCells
OBJECT-TYPE
The Upper 32 bit of the number of CLP-1 cells discarded due to policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.17Counter32read-onlycurrent
caviHighEgrXmtClp0Cells
OBJECT-TYPE
The Upper 32 bit of the number of CLP-0 cells transmitted to the network after traffic management and policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.18Counter32read-onlycurrent
caviHighEgrXmtClp1Cells
OBJECT-TYPE
The Upper 32 bit of the number of CLP-1 cells transmitted to the network after traffic management and policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.19Counter32read-onlycurrent
caviHEgrRcvClp0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-0 cells received from switch at the traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.1.1.20Counter64read-onlycurrent
caviHEgrRcvClp1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-1 cells received from switch at the traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.1.1.21Counter64read-onlycurrent
caviHEgrClp0DiscCells
OBJECT-TYPE
The 64 bit version of the number of CLP-0 cells discarded due to policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.22Counter64read-onlycurrent
caviHEgrClp1DiscCells
OBJECT-TYPE
The 64 bit version of the number of CLP-1 cells discarded due to policing.
1.3.6.1.4.1.9.9.129.1.2.1.1.23Counter64read-onlycurrent
caviEgressIntervalTable
OBJECT-TYPE
This table reflects interval statistics associated with each of the ATM virtual interfaces in egress direction.
1.3.6.1.4.1.9.9.129.1.2.2not-accessiblecurrent
caviEgressIntervalEntry
OBJECT-TYPE
An entry for egress ATM virtual interface interval statistics. In addition to the current 15-minute interval bucket, the previous 24 hours worth of 15-minute interval buckets are collected for each ATM virtual interface. Statistics are being collected before and after the traffic management and policing device, in egress direction.
1.3.6.1.4.1.9.9.129.1.2.2.1not-accessiblecurrent
caviEgressIntervalNumber
OBJECT-TYPE
A number used to uniquely identify a ATM virtual interface's interval statistics. 0 is used to identify the current 15-minute interval. 1-96 identify the previous 24 hours of 15-minute interval buckets.
1.3.6.1.4.1.9.9.129.1.2.2.1.1Unsigned32 (0..96)read-onlycurrent
caviIntEgrRcvClp0Cells
OBJECT-TYPE
The number of CLP-0 cells received from switch at the traffic management and policing device during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.2Counter32read-onlycurrent
caviIntEgrRcvClp1Cells
OBJECT-TYPE
The number of CLP-1 cells received from switch at the traffic management and policing device during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.3Counter32read-onlycurrent
caviIntEgrClp0DiscCells
OBJECT-TYPE
The number of CLP-0 cells discarded due to policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.4Counter32read-onlycurrent
caviIntEgrClp1DiscCells
OBJECT-TYPE
The number of CLP-1 cells discarded due to policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.5Counter32read-onlycurrent
caviIntEgrXmtClp0Cells
OBJECT-TYPE
The number of CLP-0 cells transmitted to the network after traffic management and policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.6Counter32read-onlycurrent
caviIntEgrXmtClp1Cells
OBJECT-TYPE
The number of CLP-1 cells transmitted to the network after traffic management and policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.7Counter32read-onlycurrent
caviIntEgrRcvOAMCells
OBJECT-TYPE
The number of OAM cells received from the switch at the traffic management and policing device during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.8Counter32read-onlycurrent
caviIntEgrRMCells
OBJECT-TYPE
The number of RM cells transmitted to the network from the switch during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.9Counter32read-onlycurrent
caviIntEgrXmtEFCICells
OBJECT-TYPE
The number of EFCI cells transmitted to the network after traffic management and policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.10Counter32read-onlycurrent
caviIntEgrRcvEFCICells
OBJECT-TYPE
The number of EFCI cells received from the switch at traffic management and policing device during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.11Counter32read-onlycurrent
caviIntEgrXmtOAMCells
OBJECT-TYPE
The number of OAM loopback cells transmitted to network after traffic management and policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.12Counter32read-onlycurrent
caviHighIntEgrRcvClp0Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-0 cells received from switch at the traffic management and policing device during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.13Counter32read-onlycurrent
caviHighIntEgrRcvClp1Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-1 cells received from switch at the traffic management and policing device during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.14Counter32read-onlycurrent
caviHighIntEgrClp0DiscCells
OBJECT-TYPE
The upper 32 bits of the number of CLP-0 cells discarded due to policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.15Counter32read-onlycurrent
caviHighIntEgrClp1DiscCells
OBJECT-TYPE
The upper 32 bits of the number of CLP-1 cells discarded due to policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.16Counter32read-onlycurrent
caviHighIntEgrXmtClp0Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-0 cells transmitted to the network after traffic management and policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.17Counter32read-onlycurrent
caviHighIntEgrXmtClp1Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-1 cells transmitted to the network after traffic management and policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.18Counter32read-onlycurrent
caviHIntEgrRcvClp0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-0 cells received from switch at the traffic management and policing device during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.19Counter64read-onlycurrent
caviHIntEgrRcvClp1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-1 cells received from switch at the traffic management and policing device during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.20Counter64read-onlycurrent
caviHIntEgrClp0DiscCells
OBJECT-TYPE
The 64 bit version of the number of CLP-0 cells discarded due to policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.21Counter64read-onlycurrent
caviHIntEgrClp1DiscCells
OBJECT-TYPE
The 64 bit version of the number of CLP-1 cells discarded due to policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.22Counter64read-onlycurrent
caviHIntEgrXmtClp0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-0 cells transmitted to the network after traffic management and policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.23Counter64read-onlycurrent
caviHIntEgrXmtClp1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-1 cells transmitted to the network after traffic management and policing during a 15 minute interval.
1.3.6.1.4.1.9.9.129.1.2.2.1.24Counter64read-onlycurrent
caviStatIngressTable
OBJECT-TYPE
This table reflects real time statistics associated with each of the ATM virtual interfaces on the ingress side.
1.3.6.1.4.1.9.9.129.1.2.3not-accessiblecurrent
caviStatIngressEntry
OBJECT-TYPE
An entry for egress ATM virtual interface statistics. In all the following descriptions, CLP-0 means Cell Loss Priority = 0, CLP-1 means Cell Loss Priority = 1. Statistics are being collected before and after the traffic management and policing device.
1.3.6.1.4.1.9.9.129.1.2.3.1not-accessiblecurrent
caviIngRcvClp0Cells
OBJECT-TYPE
The number of CLP-0 cells received from network at the traffic management and policing device in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.1Counter32read-onlycurrent
caviIngRcvClp1Cells
OBJECT-TYPE
The number of CLP-1 cells received from network at the traffic management and policing device in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.2Counter32read-onlycurrent
caviIngClp0DiscCells
OBJECT-TYPE
The number of CLP-0 cells discarded due to policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.3Counter32read-onlycurrent
caviIngClp1DiscCells
OBJECT-TYPE
The number of CLP-1 cells discarded due to policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.4Counter32read-onlycurrent
caviIngXmtClp0Cells
OBJECT-TYPE
The number of CLP-0 cells transmitted to the switch after traffic management and policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.5Counter32read-onlycurrent
caviIngXmtClp1Cells
OBJECT-TYPE
The number of CLP-1 cells transmitted to the switch after traffic management and policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.6Counter32read-onlycurrent
caviIngRcvOAMCells
OBJECT-TYPE
The number of OAM cells received from the network at the traffic management and policing device in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.7Counter32read-onlycurrent
caviIngRMCells
OBJECT-TYPE
The number of RM cells transmitted to the switch from the network in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.8Counter32read-onlycurrent
caviIngXmtEFCICells
OBJECT-TYPE
The number of EFCI cells transmitted to the switch after traffic management and policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.9Counter32read-onlycurrent
caviIngRcvEFCICells
OBJECT-TYPE
The number of EFCI cells received from the network at traffic management and policing device in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.10Counter32read-onlycurrent
caviIngXmtOAMCells
OBJECT-TYPE
The number of OAM loopback cells transmitted to switch after traffic management and policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.11Counter32read-onlycurrent
caviHIngRcvClp0Cells
OBJECT-TYPE
The 64-bit version of caviIngRcvClp0Cells in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.12Counter64read-onlycurrent
caviHIngRcvClp1Cells
OBJECT-TYPE
The 64-bit version of caviIngRcvClp1Cells in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.13Counter64read-onlycurrent
caviHighIngRcvClp0Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-0 cells received from network at the traffic management and policing device in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.14Counter32read-onlycurrent
caviHighIngRcvClp1Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-1 cells received from network at the traffic management and policing device in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.15Counter32read-onlycurrent
caviHighIngClp0DiscCells
OBJECT-TYPE
The upper 32 bits of the number of CLP-0 cells discarded due to policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.16Counter32read-onlycurrent
caviHighIngClp1DiscCells
OBJECT-TYPE
The upper 32 bits of the number of CLP-1 cells discarded due to policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.17Counter32read-onlycurrent
caviHighIngXmtClp0Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-0 cells transmitted to the switch after traffic management and policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.18Counter32read-onlycurrent
caviHighIngXmtClp1Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-1 cells transmitted to the switch after traffic management and policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.19Counter32read-onlycurrent
caviHIngClp0DiscCells
OBJECT-TYPE
The 64 bit version of the number of CLP-0 cells discarded due to policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.20Counter64read-onlycurrent
caviHIngClp1DiscCells
OBJECT-TYPE
The 64 bit version of the number of CLP-1 cells discarded due to policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.21Counter64read-onlycurrent
caviHIngXmtClp0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-0 cells transmitted to the switch after traffic management and policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.22Counter64read-onlycurrent
caviHIngXmtClp1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-1 cells transmitted to the switch after traffic management and policing in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.3.1.23Counter64read-onlycurrent
caviIngressIntervalTable
OBJECT-TYPE
This table reflects interval statistics associated with each of the ATM virtual interfaces on the ingress side.
1.3.6.1.4.1.9.9.129.1.2.4not-accessiblecurrent
caviIngressIntervalEntry
OBJECT-TYPE
An entry for ingress ATM virtual interface interval statistics. In addition to the current 15-minute interval bucket, the previous 24 hours worth of 15-minute interval buckets are collected for each ATM virtual interface. Statistics are being collected before and after the traffic management and policing device, in ingress direction.
1.3.6.1.4.1.9.9.129.1.2.4.1not-accessiblecurrent
caviIngressIntervalNumber
OBJECT-TYPE
A number used to uniquely identify a ATM virtual interface's interval statistics. 0 is used to identify the current 15-minute interval, which is currently being updated. 1-96 identify the previous 24 hours of 15-minute interval buckets, where interval 1 representing the most recent 15-minute interval and interval 96 representing the least recent 15-minute interval
1.3.6.1.4.1.9.9.129.1.2.4.1.1Unsigned32 (0..96)not-accessiblecurrent
caviIntIngRcvClp0Cells
OBJECT-TYPE
The number of CLP-0 cells received from network at the traffic management and policing device in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.2Counter32read-onlycurrent
caviIntIngRcvClp1Cells
OBJECT-TYPE
The number of CLP-1 cells received from network at the traffic management and policing device in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.3Counter32read-onlycurrent
caviIntIngClp0DiscCells
OBJECT-TYPE
The number of CLP-0 cells discarded due to policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.4Counter32read-onlycurrent
caviIntIngClp1DiscCells
OBJECT-TYPE
The number of CLP-1 cells discarded due to policing in ingress direction, during a 15-minute interval .
1.3.6.1.4.1.9.9.129.1.2.4.1.5Counter32read-onlycurrent
caviIntIngXmtClp0Cells
OBJECT-TYPE
The number of CLP-0 cells transmitted to the switch after traffic management and policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.6Counter32read-onlycurrent
caviIntIngXmtClp1Cells
OBJECT-TYPE
The number of CLP-1 cells transmitted to the switch after traffic management and policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.7Counter32read-onlycurrent
caviIntIngRcvOAMCells
OBJECT-TYPE
The number of OAM cells received from the network at the traffic management and policing device in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.8Counter32read-onlycurrent
caviIntIngRMCells
OBJECT-TYPE
The number of RM cells transmitted to the switch from the network in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.9Counter32read-onlycurrent
caviIntIngXmtEFCICells
OBJECT-TYPE
The number of EFCI cells transmitted to the switch after traffic management and policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.10Counter32read-onlycurrent
caviIntIngRcvEFCICells
OBJECT-TYPE
The number of EFCI cells received from the network at traffic management and policing device in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.11Counter32read-onlycurrent
caviIntIngXmtOAMCells
OBJECT-TYPE
The number of OAM loopback cells transmitted to switch after traffic management and policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.12Counter32read-onlycurrent
caviHighIntIngRcvClp0Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-0 cells received from network at the traffic management and policing device in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.13Counter32read-onlycurrent
caviHighIntIngRcvClp1Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-1 cells received from network at the traffic management and policing device in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.14Counter32read-onlycurrent
caviHighIntIngClp0DiscCells
OBJECT-TYPE
The upper 32 bits of the number of CLP-0 cells discarded due to policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.15Counter32read-onlycurrent
caviHighIntIngClp1DiscCells
OBJECT-TYPE
The upper 32 bits of the number of CLP-1 cells discarded due to policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.16Counter32read-onlycurrent
caviHighIntIngXmtClp0Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-0 cells transmitted to the switch after traffic management and policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.17Counter32read-onlycurrent
caviHighIntIngXmtClp1Cells
OBJECT-TYPE
The upper 32 bits of the number of CLP-1 cells transmitted to the switch after traffic management and policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.18Counter32read-onlycurrent
caviHIntIngRcvClp0Cells
OBJECT-TYPE
The 64-bit version of the number of CLP-0 cells received from network at the traffic management and policing device in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.19Counter64read-onlycurrent
caviHIntIngRcvClp1Cells
OBJECT-TYPE
The 64-bit version of the number of CLP-1 cells received from network at the traffic management and policing device in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.20Counter64read-onlycurrent
caviHIntIngClp0DiscCells
OBJECT-TYPE
The 64 bit version of the number of CLP-0 cells discarded due to policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.21Counter64read-onlycurrent
caviHIntIngClp1DiscCells
OBJECT-TYPE
The 64 bit version of the number of CLP-1 cells discarded due to policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.22Counter64read-onlycurrent
caviHIntIngXmtClp0Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-0 cells transmitted to the switch after traffic management and policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.23Counter64read-onlycurrent
caviHIntIngXmtClp1Cells
OBJECT-TYPE
The 64 bit version of the number of CLP-1 cells transmitted to the switch after traffic management and policing in ingress direction, during a 15-minute interval.
1.3.6.1.4.1.9.9.129.1.2.4.1.24Counter64read-onlycurrent
caviMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.129.3
caviMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.129.3.1
caviMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.129.3.2

Conformance

NameOIDStatus
caviMIBCompliance
MODULE-COMPLIANCE
The Compliance statement for cisco AtmVirtualIf management group.
1.3.6.1.4.1.9.9.129.3.1.1deprecated
caviMIBComplianceRev1
MODULE-COMPLIANCE
Compliance statement for cisco AtmVirtualIf management group with support for virtual user and network ports
1.3.6.1.4.1.9.9.129.3.1.2deprecated
caviMIBComplianceRev2
MODULE-COMPLIANCE
Compliance statement for cisco AtmVirtualIf management group with support for virtual user and network ports
1.3.6.1.4.1.9.9.129.3.1.3deprecated
caviMIBComplianceRev3
MODULE-COMPLIANCE
Compliance statement for cisco AtmVirtualIf management group with support for virtual user and network ports
1.3.6.1.4.1.9.9.129.3.1.4current
caviMIBGroup
OBJECT-GROUP
These are objects related to ciscoAtmVirtualIf configuration group.
1.3.6.1.4.1.9.9.129.3.2.1deprecated
caviEgressStatMIBGroup
OBJECT-GROUP
These are objects related to the ATM virtual interface statistics group caviStatistics.
1.3.6.1.4.1.9.9.129.3.2.2deprecated
caviEgressHighSpeedStatMIBGroup
OBJECT-GROUP
These statistics apply to ingress ATM virtual interfaces with speed of OC12 or higher.
1.3.6.1.4.1.9.9.129.3.2.3deprecated
caviEgressIntervalMIBGroup
OBJECT-GROUP
These are objects related to the ATM virtual interface interval statistics group.
1.3.6.1.4.1.9.9.129.3.2.4deprecated
caviIngressStatMIBGroup
OBJECT-GROUP
These are objects related to the ingress ATM virtual interface statistics.
1.3.6.1.4.1.9.9.129.3.2.5deprecated
caviIngressHighSpeedStatMIBGroup
OBJECT-GROUP
These statistics apply to ingress ATM virtual interfaces with speed of OC12 or higher.
1.3.6.1.4.1.9.9.129.3.2.6deprecated
caviMIBGroupRev1
OBJECT-GROUP
Definition of additional objects caviMinVpiNum and caviMaxVpiNum, which are required to support the evuni and evnni functionality.
1.3.6.1.4.1.9.9.129.3.2.7current
caviEgressStatMIBGroup1
OBJECT-GROUP
These are objects related to the ATM virtual interface statistics group caviStatistics.
1.3.6.1.4.1.9.9.129.3.2.8current
caviEgressHighSpeedStatMIBGroup1
OBJECT-GROUP
These statistics apply to ingress ATM virtual interfaces with speed of OC12 or higher.
1.3.6.1.4.1.9.9.129.3.2.9current
caviEgressIntervalMIBGroup1
OBJECT-GROUP
These are objects related to the ATM virtual interface interval statistics group.
1.3.6.1.4.1.9.9.129.3.2.10current
caviIngressStatMIBGroup1
OBJECT-GROUP
These are objects related to the ingress ATM virtual interface statistics.
1.3.6.1.4.1.9.9.129.3.2.11current
caviIngHighSpeedStatMIBGroup1
OBJECT-GROUP
These statistics apply to ingress ATM virtual interfaces with speed of OC12 or higher.
1.3.6.1.4.1.9.9.129.3.2.12deprecated
caviIngressIntervalStatMIBGroup
OBJECT-GROUP
These are objects related to the ingress ATM virtual interface statistics.
1.3.6.1.4.1.9.9.129.3.2.13current
caviIngHighSpeedStatMIBGroup2
OBJECT-GROUP
These statistics apply to ingress ATM virtual interfaces with speed of OC12 or higher.
1.3.6.1.4.1.9.9.129.3.2.14current