CISCO-ATM-VIRTUAL-IF-MIB
AI MIB Summary
The CISCO-ATM-VIRTUAL-IF-MIB enables monitoring and configuration of ATM virtual interface parameters, including PVC/VCC states, traffic counters, and encapsulation settings, on Cisco devices utilizing Asynchronous Transfer Mode physical lines.
The MIB module to manage ATM Virtual interface objects. ATM virtual interfaces are configured on a physical line.
74
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
74 total| Object Name |
|---|
ciscoAtmVirtualIfMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.9.129 |
ciscoAtmVirtualIfMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.1 |
caviConfig OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.1.1 |
caviTableThis 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. SEQUENCE OF CaviEntry .1.3.6.1.4.1.9.9.129.1.1.1 |
caviEntryAn 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). CaviEntry .1.3.6.1.4.1.9.9.129.1.1.1.1 |
caviIndexA unique value for the ATM virtual interface. INTEGER .1.3.6.1.4.1.9.9.129.1.1.1.1.1 |
caviPhyIfIndexThis object identifies the interface number ( 'ifIndex' ) assigned
to sonet(39),ds3(30),ds1(18),atmIma(107).rw InterfaceIndex -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.129.1.1.1.1.2 |
caviViIfIndexThis 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.ro InterfaceIndex -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.129.1.1.1.1.3 |
caviMinRateATM 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.rw Gauge -- Units -- cells-per-second .1.3.6.1.4.1.9.9.129.1.1.1.1.4 |
caviMaxRateATM 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.rw Gauge -- Units -- cells-per-second .1.3.6.1.4.1.9.9.129.1.1.1.1.5 |
caviFileIdThe ID of the file that holds module specific configuration
parameters for this ATM virtual interface.rw Gauge .1.3.6.1.4.1.9.9.129.1.1.1.1.6 |
caviIfTypeThis 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.rw Enumeration .1.3.6.1.4.1.9.9.129.1.1.1.1.7 |
caviVpiNumThis 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.rw AtmVpIdentifier -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.129.1.1.1.1.8 |
caviRowStatusThis 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.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.129.1.1.1.1.9 |
caviMinVpiNumThis 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 0rw AtmVpIdentifier -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.129.1.1.1.1.10 |
caviMaxVpiNumThis 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 0rw AtmVpIdentifier -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.129.1.1.1.1.11 |
caviStatistics OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.1.2 |
caviStatEgressTableThis 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. SEQUENCE OF CaviStatEgressEntry .1.3.6.1.4.1.9.9.129.1.2.1 |
caviStatEgressEntryAn 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. CaviStatEgressEntry .1.3.6.1.4.1.9.9.129.1.2.1.1 |
caviEgrRcvClp0CellsThe number of CLP-0 cells received from switch
at the traffic management and policing device.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.1 |
caviEgrRcvClp1CellsThe number of CLP-1 cells received from switch
at the traffic management and policing device.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.2 |
caviEgrClp0DiscCellsThe number of CLP-0 cells discarded due to policing.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.3 |
caviEgrClp1DiscCellsThe number of CLP-1 cells discarded due to policing.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.4 |
caviEgrXmtClp0CellsThe number of CLP-0 cells transmitted to the network
after traffic management and policing.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.5 |
caviEgrXmtClp1CellsThe number of CLP-1 cells transmitted to the network
after traffic management and policing.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.6 |
caviEgrRcvOAMCellsThe number of OAM cells received from the switch
at the traffic management and policing device.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.7 |
caviEgrRMCellsThe number of RM cells transmitted to the network from the switch.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.8 |
caviEgrXmtEFCICellsThe number of EFCI cells transmitted to the network
after traffic management and policing.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.9 |
caviEgrRcvEFCICellsThe number of EFCI cells received from the switch
at traffic management and policing device.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.10 |
caviEgrXmtOAMCellsThe number of OAM loopback cells transmitted to network
after traffic management and policing.ro Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.11 |
caviHEgrXmtClp0CellsThe 64-bit version of caviEgrXmtClp0Cells.ro --?? syntax is not convertable to SMIv1 Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.12 |
caviHEgrXmtClp1CellsThe 64-bit version of caviEgrXmtClp1Cells.ro --?? syntax is not convertable to SMIv1 Counter .1.3.6.1.4.1.9.9.129.1.2.1.1.13 |
caviEgressIntervalTableThis table reflects interval statistics associated with
each of the ATM virtual interfaces in egress direction. SEQUENCE OF CaviEgressIntervalEntry .1.3.6.1.4.1.9.9.129.1.2.2 |
caviEgressIntervalEntryAn 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. CaviEgressIntervalEntry .1.3.6.1.4.1.9.9.129.1.2.2.1 |
caviEgressIntervalNumberA 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.ro Gauge .1.3.6.1.4.1.9.9.129.1.2.2.1.1 |
caviIntEgrRcvClp0CellsThe number of CLP-0 cells received from switch
at the traffic management and policing device
during a 15 minute interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.2 |
caviIntEgrRcvClp1CellsThe number of CLP-1 cells received from switch
at the traffic management and policing device
during a 15 minute interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.3 |
caviIntEgrClp0DiscCellsThe number of CLP-0 cells discarded due to policing
during a 15 minute interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.4 |
caviIntEgrClp1DiscCellsThe number of CLP-1 cells discarded due to policing
during a 15 minute interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.5 |
caviIntEgrXmtClp0CellsThe number of CLP-0 cells transmitted to the network
after traffic management and policing
during a 15 minute interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.6 |
caviIntEgrXmtClp1CellsThe number of CLP-1 cells transmitted to the network
after traffic management and policing during a 15 minute
interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.7 |
caviIntEgrRcvOAMCellsThe number of OAM cells received from the switch
at the traffic management and policing device
during a 15 minute interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.8 |
caviIntEgrRMCellsThe number of RM cells transmitted to the network from the switch
during a 15 minute interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.9 |
caviIntEgrXmtEFCICellsThe number of EFCI cells transmitted to the network
after traffic management and policing during a 15 minute
interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.10 |
caviIntEgrRcvEFCICellsThe number of EFCI cells received from the switch
at traffic management and policing device during a 15
minute interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.11 |
caviIntEgrXmtOAMCellsThe number of OAM loopback cells transmitted to network
after traffic management and policing during a 15 minute
interval.ro Counter .1.3.6.1.4.1.9.9.129.1.2.2.1.12 |
caviStatIngressTableThis table reflects real time statistics associated with
each of the ATM virtual interfaces on the ingress side. SEQUENCE OF CaviStatIngressEntry .1.3.6.1.4.1.9.9.129.1.2.3 |
caviStatIngressEntryAn 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. CaviStatIngressEntry .1.3.6.1.4.1.9.9.129.1.2.3.1 |
caviIngRcvClp0CellsThe number of CLP-0 cells received from switch
at the traffic management and policing device in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.1 |
caviIngRcvClp1CellsThe number of CLP-1 cells received from network
at the traffic management and policing device in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.2 |
caviIngClp0DiscCellsThe number of CLP-0 cells discarded due to policing in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.3 |
caviIngClp1DiscCellsThe number of CLP-1 cells discarded due to policing in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.4 |
caviIngXmtClp0CellsThe number of CLP-0 cells transmitted to the switch
after traffic management and policing in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.5 |
caviIngXmtClp1CellsThe number of CLP-1 cells transmitted to the switch
after traffic management and policing in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.6 |
caviIngRcvOAMCellsThe number of OAM cells received from the network
at the traffic management and policing device in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.7 |
caviIngRMCellsThe number of RM cells transmitted to the switch from the network in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.8 |
caviIngXmtEFCICellsThe number of EFCI cells transmitted to the switch
after traffic management and policing in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.9 |
caviIngRcvEFCICellsThe number of EFCI cells received from the network
at traffic management and policing device in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.10 |
caviIngXmtOAMCellsThe number of OAM loopback cells transmitted to switch
after traffic management and policing in
ingress direction.ro Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.11 |
caviHIngRcvClp0CellsThe 64-bit version of caviIngRcvClp0Cells in
ingress direction.ro --?? syntax is not convertable to SMIv1 Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.12 |
caviHIngRcvClp1CellsThe 64-bit version of caviIngRcvClp1Cells in
ingress direction.ro --?? syntax is not convertable to SMIv1 Counter .1.3.6.1.4.1.9.9.129.1.2.3.1.13 |
caviMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3 |
caviMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.1 |
caviMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.1.1 |
caviMIBComplianceRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.1.2 |
caviMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.2 |
caviMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.2.1 |
caviEgressStatMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.2.2 |
caviEgressHighSpeedStatMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.2.3 |
caviEgressIntervalMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.2.4 |
caviIngressStatMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.2.5 |
caviIngressHighSpeedStatMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.2.6 |
caviMIBGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.129.3.2.7 |