CISCO-CATOS-ACL-QOS-MIB
This MIB module is for Access Control Lists(ACLs) configuration
of Quality of Service (QoS) as well as Security feature on the
Cisco Catalyst 5000/6000 series switch running CatOS. It also
provides QoS configuration and statistics information.
Configuration information available through this MIB includes
Security and QoS ACL configuration for IP, IPX and Layer 2
traffic, QoS and Security configuration parameters.
Statistics available through this MIB includes QoS statistics
for Layer 3 traffic. In addition, detailed, flow-specific
statistics are also available.
This MIB module is applied in conjunction with
CISCO-QOS-POLICY-CONFIG-MIB. The configuration information
available through this MIB takes effect throughout the device
when the value of qosPrOperPolicySource object in
CISCO-QOS-POLICY-CONFIG-MIB is 'local' or applies to a specific
interface when the value of qosPrIfOperPolicySource object
in CISCO-QOS-POLICY-CONFIG-MIB which associates with that
interface is 'local' while the value of qosPrOperPolicySource is
not 'local'.
The following terms are used throughout this MIB:
ACE stands for Access Control Entry. An ACL consists of an
ordered set of ACEs. ACE is a filter which is used to
identify flows with certain characteristics. It includes
fields such as ingress/egress ports, L2(layer 2) addresses,
L3(layer 3) addresses, TCP/UDP port numbers, etc.
QoS ACE and Security ACE are very similar to each other
but the actions of the ACEs are different.
Security ACEs are compared to each packet, and each ACE
specifies whether packets that match with it are either
forwarded or dropped.
ESP: Enscrypted Security Payload.
QoS is the method which attempts to ensure that the network
requirements of different applications can be met by giving
preferential forwarding treatment to some traffic. It is
usually consisted of these steps: classification, policing,
output scheduling, marking and shaping. Classification
identifies the traffic. Policing checks if the traffic
conformed to a specified criteria. Output scheduling,
marking and shaping control how the traffic is transmitted
to the next hop.
A flow is a non-specific term for a microflow or an
aggregate flow.
Microflow is a single instance of an application to
application flow of packets which is identified by source
address, source port, destination address, destination port
and protocol id.
Aggregate flow is a collection of microflows that are
treated together as one for the purpose of QoS.
DSCP (Differentiated Services Code Point) is the six most
significant bits of the ToS field in a IP packet header.
DSCP Mutation: the previous hop(s) and the following hop(s)
of a device may reside in a different QoS domain. A QoS
domain refers to the set of QoS rules and conventions
adopted by an administrative entity. For instance, a set
of DSCP values may have a different meaning in different
domains. DSCP mutation allows a DSCP set to be mutated or
transformed in order to maintain semantic compatibility
between adjacent domains. The mutation is done via mapping
tables which maps the old DSCP value from one domain to a
new DSCP value in the other domain.
IP precedence is the three most significant bits of the ToS
field in a IP packet header.
Cos (Class of Service) is the three bits in the layer 2
header that indicates user priority value assigned to this
packet.
Trust state is a parameter configured at a physical
interface or an ACL to determine a DSCP value assigned to
a packet for QoS purpose.
In profile packet is a packet that does not cause the
committed access rate of the packet's flow to be exceeded.
Out of profile packet is a packet that cause the committed
access rate of the packet's flow to be exceeded.
To accomplish classification, the user defines an ACL describing
the specification of a traffic flow then attaches this ACL to a
physical interface or a vlan. When a packet arrives at an
interface, depending on the configured trust state at that
interface, it can either be matched against an ACL if the trust
state is not trusted or get a DSCP assigned and go directly to
output scheduling. In the former case, when the packet matches
an ACE in the attached ACL, the next step will be policing. At
the end of classification process, a packet has a DSCP value
assigned. In some platform (e.g. Catalyst 4000) that does not
support ACL configuration, classification is accomplished by
matching the Cos value of incoming packet.
A packet can be policed at microflow or aggregate flow level.
Policing is done using the token bucket algorithm.
At the end of policing process, if packet does not cause the
flow to exceed the normal rate, it will continue to the next
step. Otherwise, the packet is dropped or assigned a 'policed'
DSCP value. Some platforms support multi-rate policing. When
packet causes the flow to exceed the normal rate but not the
excess rate, it is assigned a 'policed' DSCP value. When packet
causes the flow to exceed excess rate, it is either dropped or
has a 'policed' DSCP value assigned. After policing process,
the next step is output scheduling.
Output scheduling is the process of assigning a packet to
a queue and a threshold according to the packet's Cos value.
To get its Cos value, a DSCP to Cos mapping will be performed.
This MIB also defines 'Security ACLs' which some devices support
as a mean to enforce security. Security ACLs, attached at an
ingress interface, are compared to each packet arriving at that
interface. If the packet matches an ACE in the ACLs, it is
either permitted to go through the device or blocked and
dropped or redirected to another interface.
- Source file
CISCO-CATOS-ACL-QOS-MIB- Last revised
- Identity
ciscoCatOSAclQosMIB- Base OID
1.3.6.1.4.1.9.9.179
Imported Objects
| CISCO-QOS-PIB-MIB | Dscp Percent QosInterfaceQueueType QosLayer2Cos |
| CISCO-SMI | ciscoMgmt |
| CISCO-SWITCH-ENGINE-MIB | cseFlowDataEntry |
| CISCO-TC | CiscoIpProtocol CiscoPortList |
| CISCO-VTP-MIB | VlanIndex |
| HCNUM-TC | CounterBasedGauge64 |
| IF-MIB | ifIndex InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress InetAddressType InetPortNumber |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE (no object page) OBJECT-GROUP (no object page) |
| SNMPv2-SMI | Counter32 Counter64 Gauge32 Integer32 MODULE-IDENTITY (no object page) OBJECT-TYPE (no object page) Unsigned32 |
| SNMPv2-TC | DateAndTime MacAddress RowStatus TEXTUAL-CONVENTION (no object page) TruthValue |
Net-SNMP examples using the cisco MIB directory Show commands
These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.
Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CATOS-ACL-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CATOS-ACL-QOS-MIB::ciscoCatOSAclQosMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CATOS-ACL-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CATOS-ACL-QOS-MIB::ciscoCatOSAclQosMIB'
Objects (373)
Showing 373 of 373 objects
Object legend
Object type
Icons distinguish tables, entry rows, columns, scalars, and structural nodes.
SNMPv2-TCTruthValue
Syntax
Blue badges identify the value syntax. Connected badges read as defining module and convention.
IF-MIBifIndex
Table index
Green identifies an index object; yellow names its module when the index is defined elsewhere.
r/w
deprecated
obsolete
Access and status
r/w means read-write. Grey labels mark definitions retained for compatibility.
OBS ✓
Observium use
The indicator appears only when Observium directly references that object.
ifOperStatus
.1.3.6.1.2.1…
Names and OIDs
Object names link to their detail pages. Hover or focus a linked name or badge for available definition details.
.1.3.6.1.4.1.9.9.179 |
||
.1.3.6.1.4.1.9.9.179.1 |
||
.1.3.6.1.4.1.9.9.179.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.1.1.1 |
||
|
|
.1.3.6.1.4.1.9.9.179.1.1.1.1.2 |
|
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.1.10 |
|
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.1.11 |
|
.1.3.6.1.4.1.9.9.179.1.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.1.2.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.2.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.2.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.1.3.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.3.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.3.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.1.3.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.1.3.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.1.4.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.4.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.4.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.1.4.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.1.4.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.1.5 |
||
.1.3.6.1.4.1.9.9.179.1.1.5.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.5.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.5.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.1.5.1.3 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.1.5.1.4 |
|
|
percentUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.1.5.1.5 |
|
.1.3.6.1.4.1.9.9.179.1.1.5.1.6 |
||
|
percentUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.1.5.1.7 |
|
.1.3.6.1.4.1.9.9.179.1.1.6 |
||
.1.3.6.1.4.1.9.9.179.1.1.6.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.6.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.6.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.1.6.1.3 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.1.6.1.4 |
|
|
percentUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.1.6.1.5 |
|
.1.3.6.1.4.1.9.9.179.1.1.7 |
||
.1.3.6.1.4.1.9.9.179.1.1.7.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.7.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.7.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.1.7.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.1.8 |
||
.1.3.6.1.4.1.9.9.179.1.1.8.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.8.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.1.8.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.1.9 |
||
.1.3.6.1.4.1.9.9.179.1.10 |
||
.1.3.6.1.4.1.9.9.179.1.10.1 |
||
.1.3.6.1.4.1.9.9.179.1.10.1.1 |
||
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.10.1.1.1 |
|
.1.3.6.1.4.1.9.9.179.1.10.1.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.10.1.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.10.2 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.10 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.11 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.12 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.13 |
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.14 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.15 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.16 |
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.17 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.18 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.19 |
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.20 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.21 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.3 |
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.5 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.6 |
||
.1.3.6.1.4.1.9.9.179.1.10.2.1.7 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.8 |
|
.1.3.6.1.4.1.9.9.179.1.10.2.1.9 |
||
.1.3.6.1.4.1.9.9.179.1.10.3 |
||
.1.3.6.1.4.1.9.9.179.1.10.3.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.10.3.1.1 |
|
.1.3.6.1.4.1.9.9.179.1.10.3.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.10.3.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.10.4 |
||
.1.3.6.1.4.1.9.9.179.1.10.4.1 |
||
.1.3.6.1.4.1.9.9.179.1.10.4.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.10.4.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.2.1 |
||
.1.3.6.1.4.1.9.9.179.1.2.1.1 |
||
|
|
.1.3.6.1.4.1.9.9.179.1.2.1.1.1 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.2.1.1.2 |
|
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.2.1.1.3 |
|
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.2.1.1.4 |
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.2.1.1.5 |
|
.1.3.6.1.4.1.9.9.179.1.2.2 |
||
.1.3.6.1.4.1.9.9.179.1.2.2.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.2.2.1.1 |
|
.1.3.6.1.4.1.9.9.179.1.2.2.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.2.2.1.3 |
||
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.2.2.1.4 |
|
.1.3.6.1.4.1.9.9.179.1.2.3 |
||
.1.3.6.1.4.1.9.9.179.1.2.3.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.2.3.1.1 |
|
.1.3.6.1.4.1.9.9.179.1.2.4 |
||
.1.3.6.1.4.1.9.9.179.1.2.4.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.2.4.1.1 |
|
.1.3.6.1.4.1.9.9.179.1.2.4.1.2 |
||
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.2.4.1.3 |
|
.1.3.6.1.4.1.9.9.179.1.2.5 |
||
.1.3.6.1.4.1.9.9.179.1.2.5.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.2.5.1.1 |
|
.1.3.6.1.4.1.9.9.179.1.2.5.1.2 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.2.5.1.3 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.2.5.1.4 |
|
.1.3.6.1.4.1.9.9.179.1.3 |
||
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.3.1 |
|
.1.3.6.1.4.1.9.9.179.1.3.10 |
||
.1.3.6.1.4.1.9.9.179.1.3.10.1 |
||
.1.3.6.1.4.1.9.9.179.1.3.10.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.3.11 |
||
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.3.12 |
|
|
packet per secondSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.13 |
|
.1.3.6.1.4.1.9.9.179.1.3.14 |
||
.1.3.6.1.4.1.9.9.179.1.3.14.1 |
||
.1.3.6.1.4.1.9.9.179.1.3.14.1.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.14.1.2 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.14.1.3 |
|
.1.3.6.1.4.1.9.9.179.1.3.14.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.3.14.1.5 |
||
.1.3.6.1.4.1.9.9.179.1.3.14.1.6 |
||
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.3.15 |
|
.1.3.6.1.4.1.9.9.179.1.3.2 |
||
.1.3.6.1.4.1.9.9.179.1.3.2.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.1 |
|
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.10 |
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.11 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.12 |
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.13 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.14 |
|
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.15 |
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.16 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.17 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.18 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.19 |
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.2 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.20 |
|
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.21 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.22 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.23 |
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.24 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.25 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.26 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.27 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.28 |
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.29 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.3 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.30 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.4 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.5 |
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.6 |
||
|
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.7 |
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.8 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.2.1.9 |
|
.1.3.6.1.4.1.9.9.179.1.3.3 |
||
.1.3.6.1.4.1.9.9.179.1.3.3.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.1 |
|
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.10 |
|
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.11 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.12 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.13 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.14 |
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.2 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.3 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.4 |
|
|
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.5 |
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.6 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.7 |
|
|
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.8 |
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.3.3.1.9 |
|
.1.3.6.1.4.1.9.9.179.1.3.4 |
||
.1.3.6.1.4.1.9.9.179.1.3.4.1 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.1 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.10 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.11 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.12 |
|
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.13 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.14 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.15 |
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.2 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.3 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.4 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.5 |
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.6 |
||
|
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.7 |
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.8 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.4.1.9 |
|
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.3.5 |
|
.1.3.6.1.4.1.9.9.179.1.3.6 |
||
.1.3.6.1.4.1.9.9.179.1.3.6.1 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.6.1.1 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.6.1.2 |
|
.1.3.6.1.4.1.9.9.179.1.3.6.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.3.6.1.5 |
||
.1.3.6.1.4.1.9.9.179.1.3.6.1.6 |
||
.1.3.6.1.4.1.9.9.179.1.3.6.1.7 |
||
.1.3.6.1.4.1.9.9.179.1.3.7 |
||
.1.3.6.1.4.1.9.9.179.1.3.8 |
||
.1.3.6.1.4.1.9.9.179.1.3.8.1 |
||
.1.3.6.1.4.1.9.9.179.1.3.8.1.1 |
||
|
kilo-bitsSNMPv2-SMIInteger32
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.10 |
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.11 |
||
|
kilo-bitsUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.12 |
|
|
kilo-bitsUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.13 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.2 |
|
|
kbpsInteger32
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.3 |
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.4 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.5 |
|
|
kbpsInteger32
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.6 |
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.7 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.8 |
|
|
kilo-bitsInteger32
|
.1.3.6.1.4.1.9.9.179.1.3.8.1.9 |
|
.1.3.6.1.4.1.9.9.179.1.3.9 |
||
.1.3.6.1.4.1.9.9.179.1.3.9.1 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.9.1.1 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.9.1.2 |
|
|
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.3.9.1.3 |
.1.3.6.1.4.1.9.9.179.1.3.9.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.3.9.1.5 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.3.9.1.6 |
|
.1.3.6.1.4.1.9.9.179.1.3.9.1.7 |
||
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.3.9.1.8 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.3.9.1.9 |
|
.1.3.6.1.4.1.9.9.179.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.4.1 |
||
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.10 |
|
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.11 |
|
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.12 |
|
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.13 |
|
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.14 |
|
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.15 |
|
.1.3.6.1.4.1.9.9.179.1.4.2 |
||
.1.3.6.1.4.1.9.9.179.1.4.3 |
||
.1.3.6.1.4.1.9.9.179.1.4.4 |
||
.1.3.6.1.4.1.9.9.179.1.4.5 |
||
.1.3.6.1.4.1.9.9.179.1.4.5.1 |
||
.1.3.6.1.4.1.9.9.179.1.4.5.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.4.5.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.4.5.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.4.5.1.4 |
||
|
packets per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.179.1.4.5.1.5 |
|
|
packets per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.179.1.4.5.1.6 |
|
.1.3.6.1.4.1.9.9.179.1.4.6 |
||
.1.3.6.1.4.1.9.9.179.1.4.6.1 |
||
.1.3.6.1.4.1.9.9.179.1.4.6.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.4.7 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.10 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.11 |
||
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.7.1.12 |
|
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.7.1.13 |
|
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.7.1.14 |
|
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.7.1.15 |
|
.1.3.6.1.4.1.9.9.179.1.4.7.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.5 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.6 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.7 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.8 |
||
.1.3.6.1.4.1.9.9.179.1.4.7.1.9 |
||
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.8 |
|
|
packets per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.179.1.4.9 |
|
.1.3.6.1.4.1.9.9.179.1.5 |
||
.1.3.6.1.4.1.9.9.179.1.5.1 |
||
.1.3.6.1.4.1.9.9.179.1.5.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.5.1.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.5.1.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.5.2 |
||
.1.3.6.1.4.1.9.9.179.1.5.2.1 |
||
.1.3.6.1.4.1.9.9.179.1.5.2.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.5.2.1.2 |
||
|
|
Bits
|
.1.3.6.1.4.1.9.9.179.1.5.2.1.3 |
|
|
.1.3.6.1.4.1.9.9.179.1.5.2.1.4 |
|
.1.3.6.1.4.1.9.9.179.1.5.2.1.5 |
||
.1.3.6.1.4.1.9.9.179.1.6 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.6.1 |
|
|
|
.1.3.6.1.4.1.9.9.179.1.6.2 |
|
.1.3.6.1.4.1.9.9.179.1.6.3 |
||
.1.3.6.1.4.1.9.9.179.1.6.3.1 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.6.3.1.1 |
|
.1.3.6.1.4.1.9.9.179.1.6.3.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.6.3.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.6.3.1.4 |
||
|
|
.1.3.6.1.4.1.9.9.179.1.6.3.1.5 |
|
|
|
bytesUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.6.3.1.6 |
.1.3.6.1.4.1.9.9.179.1.6.3.1.7 |
||
|
|
.1.3.6.1.4.1.9.9.179.1.6.3.1.8 |
|
.1.3.6.1.4.1.9.9.179.1.7 |
||
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.7.1 |
|
packet per secondUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.7.2 |
|
|
packet per secondUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.7.3 |
|
.1.3.6.1.4.1.9.9.179.1.7.4 |
||
.1.3.6.1.4.1.9.9.179.1.7.4.1 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.1 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.10 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.11 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.12 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.13 |
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.14 |
||
.1.3.6.1.4.1.9.9.179.1.7.4.1.15 |
||
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.16 |
|
|
secondsSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.17 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.18 |
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.19 |
||
.1.3.6.1.4.1.9.9.179.1.7.4.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.7.4.1.20 |
||
.1.3.6.1.4.1.9.9.179.1.7.4.1.3 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.4 |
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.5 |
||
.1.3.6.1.4.1.9.9.179.1.7.4.1.6 |
||
|
Integer32
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.7 |
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.8 |
||
|
Integer32
|
.1.3.6.1.4.1.9.9.179.1.7.4.1.9 |
|
.1.3.6.1.4.1.9.9.179.1.8 |
||
.1.3.6.1.4.1.9.9.179.1.8.10 |
||
.1.3.6.1.4.1.9.9.179.1.8.10.1 |
||
.1.3.6.1.4.1.9.9.179.1.8.10.1.1 |
||
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.179.1.8.10.1.2 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.179.1.8.10.1.3 |
|
.1.3.6.1.4.1.9.9.179.1.8.11 |
||
.1.3.6.1.4.1.9.9.179.1.8.11.1 |
||
|
packet per secondUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.8.11.1.1 |
|
|
packet per secondUnsigned32
|
.1.3.6.1.4.1.9.9.179.1.8.11.1.2 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.8.2 |
|
|
Enumeration
|
.1.3.6.1.4.1.9.9.179.1.8.3 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.179.1.8.4 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.179.1.8.5 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.179.1.8.6 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.179.1.8.7 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.179.1.8.8 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.179.1.8.9 |
|
.1.3.6.1.4.1.9.9.179.1.9 |
||
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.9.1 |
|
|
OctetString
|
.1.3.6.1.4.1.9.9.179.1.9.2 |
|
.1.3.6.1.4.1.9.9.179.1.9.3 |
||
.1.3.6.1.4.1.9.9.179.1.9.4 |
||
.1.3.6.1.4.1.9.9.179.1.9.4.1 |
||
.1.3.6.1.4.1.9.9.179.1.9.4.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.9.4.1.2 |
||
.1.3.6.1.4.1.9.9.179.1.9.4.1.3 |
||
.1.3.6.1.4.1.9.9.179.1.9.5 |
||
.1.3.6.1.4.1.9.9.179.1.9.5.1 |
||
.1.3.6.1.4.1.9.9.179.1.9.5.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.9.5.1.2 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.9.5.1.3 |
|
.1.3.6.1.4.1.9.9.179.1.9.5.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.9.5.1.5 |
||
.1.3.6.1.4.1.9.9.179.1.9.5.1.6 |
||
.1.3.6.1.4.1.9.9.179.1.9.6 |
||
.1.3.6.1.4.1.9.9.179.1.9.6.1 |
||
.1.3.6.1.4.1.9.9.179.1.9.6.1.1 |
||
.1.3.6.1.4.1.9.9.179.1.9.6.1.2 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.179.1.9.6.1.3 |
|
.1.3.6.1.4.1.9.9.179.1.9.6.1.4 |
||
.1.3.6.1.4.1.9.9.179.1.9.6.1.5 |
||
.1.3.6.1.4.1.9.9.179.2 |
||
.1.3.6.1.4.1.9.9.179.3 |
||
.1.3.6.1.4.1.9.9.179.3.1 |
||
.1.3.6.1.4.1.9.9.179.3.2 |
Dependencies (19) 12 direct · 7 transitive Show tree and compile order Hide dependency details
Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.
Dependency tree
Dependency-first compile order
- SNMPv2-SMIrfc
- CISCO-SMIcisco
- SNMPv2-CONFrfc
- SNMPv2-TCrfc
- CISCO-QOS-PIB-MIBcisco
- CISCO-TCcisco
- IANAifType-MIBrfc
- SNMPv2-MIBrfc
- IF-MIBrfc
- INET-ADDRESS-MIBrfc
- RMON-MIBrfc
- SNMP-FRAMEWORK-MIBrfc
- CISCO-VTP-MIBcisco
- IANA-ENTITY-MIBrfc
- UUID-TC-MIBrfc
- ENTITY-MIBrfc
- MPLS-VPN-MIBcisco
- CISCO-SWITCH-ENGINE-MIBcisco
- HCNUM-TCrfc
- CISCO-CATOS-ACL-QOS-MIBciscoselected
Type Definitions (9)
| OctetString |
range: 1..31 |
|
| OctetString |
range: 1..18 |
|
| Enumeration |
ingress(1)egress(2) |
|
| Enumeration |
ipSecurity(1)ipxSecurity(2)macSecurity(3) |
|
| Unsigned32 |
range: 0..7 |
|
| OctetString |
range: 1..31 |
|
| OctetString |
range: 0..31 |
|
| Unsigned32 |
range: 1..100 |
|
| Unsigned32 |
range: 1..100 |
Conformance Groups (56)
|
A collection of objects providing the Qos configuration
information at each physical interface on the device. |
.1.3.6.1.4.1.9.9.179.3.2.1
|
|
|
A collection of objects providing the ACL information on
the device. |
.1.3.6.1.4.1.9.9.179.3.2.2
|
|
|
A collection of objects providing the ACL information on
the device. |
.1.3.6.1.4.1.9.9.179.3.2.3
|
|
|
caqIpAceMatchedAction caqIpAceProtocolType caqIpAceAddrType caqIpAceSrcIp caqIpAceSrcIpMask caqIpAceSrcPortOp caqIpAceSrcPort caqIpAceSrcPortRange caqIpAceDestIp caqIpAceDestIpMask caqIpAceDestPortOp caqIpAceDestPort caqIpAceDestPortRange caqIpAceTosMatchCriteria caqIpAceProtocolMatchCriteria caqIpAceIpPrec caqIpAceDscp caqIpAceIcmpType caqIpAceIcmpCode caqIpAceIgmpType caqIpAceOrderPosition caqIpAceBeforePosition caqIpAceStatus
A collection of objects providing the IP ACE
information. |
.1.3.6.1.4.1.9.9.179.3.2.4
|
|
|
caqIpxAceMatchedAction caqIpxAceSrcNet caqIpxAceDestMatchCriteria caqIpxAceDestNet caqIpxAceProtocolType caqIpxAceDestNode caqIpxAceDestNetMask caqIpxAceDestNodeMask caqIpxAceOrderPosition caqIpxAceBeforePosition caqIpxAceStatus
A collection of objects providing the IPX ACE
information. |
.1.3.6.1.4.1.9.9.179.3.2.5
|
|
|
caqMacAceMatchedAction caqMacAceSrcMac caqMacAceSrcMacMask caqMacAceDestMac caqMacAceDestMacMask caqMacAceEthertype caqMacAceOrderPosition caqMacAceBeforePosition caqMacAceStatus
A collection of objects providing the MAC ACE
information. |
.1.3.6.1.4.1.9.9.179.3.2.6
|
|
|
caqQosActionSelectTrust caqQosActionSelectDscp caqQosActionSelectMicroflow caqQosActionSelectAggregate caqQosActionSelectStatus
A collection of objects providing the ACE action
information. |
.1.3.6.1.4.1.9.9.179.3.2.7
|
|
|
caqFlowPolicerType caqFlowPolicerExcessRateSupport caqFlowPolicerNormalRateRequest caqFlowPolicerNormalRateGrant caqFlowPolicerBurstSizeRequest caqFlowPolicerBurstSizeGrant caqFlowPolicerNormalRateAction caqFlowPolicerStatus
A collection of objects providing the microflow and
aggregate flow configuration. |
.1.3.6.1.4.1.9.9.179.3.2.8
|
|
|
A collection of objects providing Qos
information on excess rate. |
.1.3.6.1.4.1.9.9.179.3.2.9
|
|
|
caqCosToDscpDscp caqIpPrecToDscpDscp caqDscpMappingCos caqDscpMappingNRPolicedDscp caqDscpMappingERPolicedDscp
A collection of objects providing Qos mapping
information. |
.1.3.6.1.4.1.9.9.179.3.2.10
|
|
|
A collection of objects providing the queue assignment
information. |
.1.3.6.1.4.1.9.9.179.3.2.11
|
|
|
caqQueueThreshDropAlgorithm caqQueueThreshDropThreshold caqQueueThreshMinWredThreshold caqQueueThreshMaxWredThreshold caqQueueWrrWeight caqQueueBufferSizeRatio
A collection of objects providing the queue
information. |
.1.3.6.1.4.1.9.9.179.3.2.12
|
|
|
A collection of objects providing the information on
bridged packet policing. |
.1.3.6.1.4.1.9.9.179.3.2.13
|
|
|
A collection of objects providing the classification
information based on Mac address and vlan. |
.1.3.6.1.4.1.9.9.179.3.2.14
|
|
|
caqL3PacketsDropByPolicer caqTosChangedIpPackets caqCosChangedIpPackets caqCosChangedNonIpPackets caqPortStatsDropPkts caqFlowStatsOutOfProfilePackets
A collection of objects providing the QoS statistics
information. |
.1.3.6.1.4.1.9.9.179.3.2.15
|
|
|
caqSecurityGroup
deprecated
|
caqSecurityAction caqSecurityCapture caqSecurityRedirectPortList caqSecurityActionStatus caqSecurityAclCaptureEnable
A collection of objects providing the security information.
|
.1.3.6.1.4.1.9.9.179.3.2.16
|
|
A collection of object providing the flow policing capability
information. |
.1.3.6.1.4.1.9.9.179.3.2.17
|
|
|
A collection of objects providing the QoS statistics
information per aggregate policer. |
.1.3.6.1.4.1.9.9.179.3.2.18
|
|
|
caqPbfStatus caqPbfMacAddress caqAdjDstVlanNumber caqAdjDstMacAddress caqAdjSrcMacAddress caqAdjName caqAdjMtu caqAdjHitCount caqAdjStatus caqSecurityAdjIndex
A collection of objects providing the PBF configuration
and statistics information. |
.1.3.6.1.4.1.9.9.179.3.2.19
|
|
|
A collection of objects providing Qos information on
excess burst size. |
.1.3.6.1.4.1.9.9.179.3.2.20
|
|
|
A collection of objects providing the trusted device
configuration and operational state. |
.1.3.6.1.4.1.9.9.179.3.2.21
|
|
|
caqAclLogMaxFlow caqAclSecurityLoggingRateLimit caqAclRouterAclRateLimit caqIpFlowVlan caqIpFlowIfIndex caqIpFlowProtocolType caqIpFlowAddrType caqIpFlowSrcIp caqIpFlowSrcPort caqIpFlowDestIp caqIpFlowDestPort caqIpFlowIcmpType caqIpFlowIcmpCode caqIpFlowIgmpType caqIpFlowArpOpcode caqIpFlowArpSrcMacAddr caqIpFlowArpHeaderSrcMacAddr caqIpFlowPacketsCount caqIpFlowLoggingTTL
A collection of objects providing the security logging
configuration and statistics. |
.1.3.6.1.4.1.9.9.179.3.2.22
|
|
|
caqSecurityArpMacAddress caqAclArpInspMatchMac caqAclArpInspAddrValidation caqArpInspGlobalForwardedPkts caqArpInspGlobalDroppedPkts caqRARPForwardedPkts caqMatchedMacFailedPkts caqAddrValidationFailedPkts caqArpInspIpDroppedPkts caqArpInspForwardedPackets caqArpInspDroppedPackets caqIfArpInspDropThreshold caqIfArpInspShutdownThreshold
A collection of objects providing the ARP Inspection
configuration and statistics. |
.1.3.6.1.4.1.9.9.179.3.2.23
|
|
|
A collection of objects providing the security acl
feature rate limit configuration state. |
.1.3.6.1.4.1.9.9.179.3.2.24
|
|
|
A collection of objects providing the DSCP mutation
configuration information. |
.1.3.6.1.4.1.9.9.179.3.2.25
|
|
|
A collection of objects providing the default Qos action
configuration on the device. |
.1.3.6.1.4.1.9.9.179.3.2.26
|
|
|
A collection of object providing the additional ACL attachment
configuration on the device. |
.1.3.6.1.4.1.9.9.179.3.2.27
|
|
|
A collection of object providing the Ip ESP traffic matching
configuration on the device. |
.1.3.6.1.4.1.9.9.179.3.2.28
|
|
|
A collection of object providing the configuration of
DSCP rewrite feature on the device. |
.1.3.6.1.4.1.9.9.179.3.2.29
|
|
|
A collection of objects providing the QoS statistics
information per aggregate policer in unit of octet. |
.1.3.6.1.4.1.9.9.179.3.2.30
|
|
|
caqSecurityAction caqSecurityCapture caqSecurityRedirect2kPortList caqSecurityActionStatus caqSecurityAclCaptureEnable
A collection of objects providing the security information.
|
.1.3.6.1.4.1.9.9.179.3.2.31
|
|
|
A collection of objects providing the security ACL
information on the device. |
.1.3.6.1.4.1.9.9.179.3.2.32
|
|
|
A collection of objects providing the source and destination
group information to configure IP ACL on the device. |
.1.3.6.1.4.1.9.9.179.3.2.33
|
|
|
caqAclHitCountEnable caqAceHitCountEnable caqAceIngressHitCount caqAceEgressHitCount caqIfAclIngressHitCount caqIfAclEgressHitCount
A collection of objects providing the ACL hit count
configuration and statistics on the device. |
.1.3.6.1.4.1.9.9.179.3.2.34
|
|
|
A collection of objects providing addtional matching
criteria such as the VLAN, Cos information to configure MAC ACE on the device. |
.1.3.6.1.4.1.9.9.179.3.2.35
|
|
|
A collection of objects providing the VLAN
configuration for MAC packet classify feature on the device. |
.1.3.6.1.4.1.9.9.179.3.2.36
|
|
|
A collection of object providing what feature
related to ACL that the device is capable of. |
.1.3.6.1.4.1.9.9.179.3.2.37
|
|
|
A collection of object providing the set of physical
ports where ACL hit count feature is enabled. |
.1.3.6.1.4.1.9.9.179.3.2.38
|
|
|
A collection of objects providing the set of VLANs
where ACL hit count feature is enabled. |
.1.3.6.1.4.1.9.9.179.3.2.39
|
|
|
caqL3PacketsDropByPolicerAveRate caqTosChangedIpPacketsAveRate caqCosChangedNonIpPacketsAveRate caqCosChangedIpPacketsAveRate
A collection of objects providing the five minute
linearly-decayed moving average QoS statistics for Layer 3 traffic. |
.1.3.6.1.4.1.9.9.179.3.2.40
|
|
|
caqCosChangedNonIpPacketPeakRate caqCosChangedIpPacketsPeakRate caqL3PacketsDropByPolicerPeakRate caqTosChangedIpPacketsPeakRate
A collection of objects providing the peak rate QoS
statistics over past five minute period for Layer 3 traffic. |
.1.3.6.1.4.1.9.9.179.3.2.41
|
|
|
A collection of objects providing the five minute
linearly-decayed octets moving average rate per aggregate policer. |
.1.3.6.1.4.1.9.9.179.3.2.42
|
|
|
A collection of objects providing the five minute
linearly-decayed packets moving average rate per aggregate policer. |
.1.3.6.1.4.1.9.9.179.3.2.43
|
|
|
A collection of objects providing the peak rate of octets
over past five minute period per aggregate policer. |
.1.3.6.1.4.1.9.9.179.3.2.44
|
|
|
A collection of objects providing the peak rate of packets
over past five minute period per aggregate policer. |
.1.3.6.1.4.1.9.9.179.3.2.45
|
|
|
A collection of object providing the five minute
linearly-decayed packets drop rate per interface. |
.1.3.6.1.4.1.9.9.179.3.2.46
|
|
|
A collection of object providing the peak rate of packets
over past five minute period per interface. |
.1.3.6.1.4.1.9.9.179.3.2.47
|
|
|
A collection of object providing feature type of downloaded
ACE. |
.1.3.6.1.4.1.9.9.179.3.2.48
|
|
|
A collection of object providing downloaded ACL information.
|
.1.3.6.1.4.1.9.9.179.3.2.49
|
|
|
caqIpDownloadAceMatchedAction caqIpDownloadAceProtocolType caqIpDownloadAceAddrType caqIpDownloadAceSrcIp caqIpDownloadAceSrcIpMask caqIpDownloadAceSrcPortOp caqIpDownloadAceSrcPort caqIpDownloadAceSrcPortRange caqIpDownloadAceDestIp caqIpDownloadAceDestIpMask caqIpDownloadAceDestPortOp caqIpDownloadAceDestPort caqIpDownloadAceDestPortRange caqIpDownloadAceTosMatchCriteria caqIpDownloadAceIpPrec caqIpDownloadAceDscp caqIpDnldAcePrtocolMatchCriteria caqIpDownloadAceIcmpType caqIpDownloadAceIcmpCode
A collection of object providing download IP ACE information.
|
.1.3.6.1.4.1.9.9.179.3.2.50
|
|
|
A collection of object providing mapping information of
downloaded ACL to capable interface. |
.1.3.6.1.4.1.9.9.179.3.2.51
|
|
|
A collection of object providing mapping information
of IP phone to capable interface where downloaded ACL is utilized. |
.1.3.6.1.4.1.9.9.179.3.2.52
|
|
|
A collection of object providing the type of an Ip ACE.
|
.1.3.6.1.4.1.9.9.179.3.2.53
|
|
|
A collection of objects provides the operational mapping
of IP ACLs to each applicable interface. |
.1.3.6.1.4.1.9.9.179.3.2.54
|
|
|
A collection of objects provides the mapping of ACLs to each
applicable interface downloaded by security features. |
.1.3.6.1.4.1.9.9.179.3.2.55
|
|
|
A collection of objects provides the logging source of
ARP flow. |
.1.3.6.1.4.1.9.9.179.3.2.56
|
Compliance Statements (4)
OID
.1.3.6.1.4.1.9.9.179.3.1.1The compliance statement for the CISCO-CATOS-ACL-QOS-MIB.
Required groups
| mandatory | caqIfConfigGroup | |
| mandatory | caqAclCpbGroup | |
| mandatory | caqFlowPolicingCpbGroup | |
| mandatory | caqQueueAssignmentGroup | |
| mandatory | caqQueueGroup | |
| optional | caqQosStatsGroup |
This group is mandatory only for the platform which support QoS statistics information. |
| optional | caqQosMappingGroup |
This group is mandatory only for the platform which support mapping between Cos, IpPrecedence and DSCP. |
| optional | caqIfAclConfigGroup |
This group is mandatory only for the platform which support ACL configuration. |
| optional | caqIpAceGroup |
This group is mandatory only in agents for which the ipQos bit or ipSecurity bit of caqAclCapabilities is turned on. |
| optional | caqIpxAceGroup |
This group is mandatory only in agents for which the ipxQos bit or ipxSecurity bit of caqAclCapabilities is turned on. |
| optional | caqMacAceGroup |
This group is mandatory only in agents for which the macQos bit or macSecurity bit of caqAclCapabilities is turned on. |
| optional | caqPolicingGroup |
This group is mandatory only for the platform which supports flow policing. |
| optional | caqActionGroup |
This group is mandatory only for the platform which supports flow classification. |
| optional | caqSecurityGroup |
This group is mandatory only for the platform which supports security feature. |
| optional | caqQosBridgedFlowPolicerGroup |
This group is mandatory only for the platform which supports enabling or disabling bridged packets policing. |
| optional | caqQosMacVlanGroup |
This group is mandatory only for the platform which support flow classification based on MAC address and VLAN pair. |
| optional | caqQosExcessRateGroup |
This group is mandatory in agents for which the value of caqFlowPolicerExcessRateSupport is 'true'. |
Object refinements
| Object | Access | Syntax | Description |
|---|---|---|---|
| caqIpAceSrcIp | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceSrcIpMask | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceDestIp | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceDestIpMask | An implementation is only required to support IPv4 addresses. |
OID
.1.3.6.1.4.1.9.9.179.3.1.2The compliance statement for the CISCO-CATOS-ACL-QOS-MIB.
Required groups
| mandatory | caqIfConfigGroup | |
| mandatory | caqAclCpbGroup | |
| mandatory | caqFlowPolicingCpbGroup | |
| mandatory | caqQueueAssignmentGroup | |
| mandatory | caqQueueGroup | |
| optional | caqQosStatsGroup |
This group is mandatory only for the platform which support QoS statistics information. |
| optional | caqQosMappingGroup |
This group is mandatory only for the platform which support mapping between Cos, IpPrecedence and DSCP. |
| optional | caqIfAclConfigGroup |
This group is mandatory only for the platform which support ACL configuration. |
| optional | caqIpAceGroup |
This group is mandatory only in agents for which the ipQos bit or ipSecurity bit of caqAclCapabilities is turned on. |
| optional | caqIpxAceGroup |
This group is mandatory only in agents for which the ipxQos bit or ipxSecurity bit of caqAclCapabilities is turned on. |
| optional | caqMacAceGroup |
This group is mandatory only in agents for which the macQos bit or macSecurity bit of caqAclCapabilities is turned on. |
| optional | caqPolicingGroup |
This group is mandatory only for the platform which supports flow policing. |
| optional | caqActionGroup |
This group is mandatory only for the platform which supports flow classification. |
| optional | caqSecurityGroup |
This group is mandatory only for the platform which supports security feature. |
| optional | caqQosBridgedFlowPolicerGroup |
This group is mandatory only for the platform which supports enabling or disabling bridged packets policing. |
| optional | caqQosMacVlanGroup |
This group is mandatory only for the platform which support flow classification based on MAC address and VLAN pair. |
| optional | caqLoggingGroup | Implementation of this group is optional. |
| optional | caqArpInspGroup | Implementation of this group is optional. |
Object refinements
| Object | Access | Syntax | Description |
|---|---|---|---|
| caqIpAceSrcIp | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceSrcIpMask | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceDestIp | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceDestIpMask | An implementation is only required to support IPv4 addresses. |
OID
.1.3.6.1.4.1.9.9.179.3.1.3The compliance statement for the CISCO-CATOS-ACL-QOS-MIB.
Required groups
| mandatory | caqIfConfigGroup | |
| mandatory | caqAclCpbGroup | |
| mandatory | caqFlowPolicingCpbGroup | |
| mandatory | caqQueueAssignmentGroup | |
| mandatory | caqQueueGroup | |
| optional | caqQosStatsGroup |
This group is mandatory only for the platform which support QoS statistics information. |
| optional | caqQosMappingGroup |
This group is mandatory only for the platform which support mapping between Cos, IpPrecedence and DSCP. |
| optional | caqIfAclConfigGroup |
This group is mandatory only for the platform which support ACL configuration. |
| optional | caqIpAceGroup |
This group is mandatory only in agents for which the ipQos bit or ipSecurity bit of caqAclCapabilities is turned on. |
| optional | caqIpxAceGroup |
This group is mandatory only in agents for which the ipxQos bit or ipxSecurity bit of caqAclCapabilities is turned on. |
| optional | caqMacAceGroup |
This group is mandatory only in agents for which the macQos bit or macSecurity bit of caqAclCapabilities is turned on. |
| optional | caqPolicingGroup |
This group is mandatory only for the platform which supports flow policing. |
| optional | caqActionGroup |
This group is mandatory only for the platform which supports flow classification. |
| optional | caqSecurityGroup2 |
This group is mandatory only for the platform which supports security feature. |
| optional | caqQosBridgedFlowPolicerGroup |
This group is mandatory only for the platform which supports enabling or disabling bridged packets policing. |
| optional | caqQosMacVlanGroup |
This group is mandatory only for the platform which support flow classification based on MAC address and VLAN pair. |
| optional | caqLoggingGroup | Implementation of this group is optional. |
| optional | caqArpInspGroup | Implementation of this group is optional. |
Object refinements
| Object | Access | Syntax | Description |
|---|---|---|---|
| caqIpAceSrcIp | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceSrcIpMask | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceDestIp | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceDestIpMask | An implementation is only required to support IPv4 addresses. |
OID
.1.3.6.1.4.1.9.9.179.3.1.4The compliance statement for the CISCO-CATOS-ACL-QOS-MIB.
Required groups
| mandatory | caqIfConfigGroup | |
| mandatory | caqAclCpbGroup | |
| mandatory | caqFlowPolicingCpbGroup | |
| mandatory | caqQueueAssignmentGroup | |
| mandatory | caqQueueGroup | |
| optional | caqQosStatsGroup |
This group is mandatory only for the platform which support QoS statistics information. |
| optional | caqQosMappingGroup |
This group is mandatory only for the platform which support mapping between Cos, IpPrecedence and DSCP. |
| optional | caqIfAclConfigGroup |
This group is mandatory only for the platform which support ACL configuration. |
| optional | caqIpAceGroup |
This group is mandatory only in agents for which the ipQos bit or ipSecurity bit of caqAclCapabilities is turned on. |
| optional | caqIpxAceGroup |
This group is mandatory only in agents for which the ipxQos bit or ipxSecurity bit of caqAclCapabilities is turned on. |
| optional | caqMacAceGroup |
This group is mandatory only in agents for which the macQos bit or macSecurity bit of caqAclCapabilities is turned on. |
| optional | caqPolicingGroup |
This group is mandatory only for the platform which supports flow policing. |
| optional | caqActionGroup |
This group is mandatory only for the platform which supports flow classification. |
| optional | caqSecurityGroup2 |
This group is mandatory only for the platform which supports security feature. |
| optional | caqQosBridgedFlowPolicerGroup |
This group is mandatory only for the platform which supports enabling or disabling bridged packets policing. |
| optional | caqQosMacVlanGroup |
This group is mandatory only for platform which supports flow classification based on MAC address and VLAN pair. |
| optional | caqLoggingGroup | Implementation of this group is optional. |
| optional | caqArpInspGroup | Implementation of this group is optional. |
| optional | caqQosStatsGroup2 |
This group is mandatory only for platform which supports QoS statistics information per aggregate policer. |
| optional | caqSecurityPBFGroup |
This group is mandatory only for platform which supports PBF configuration and statistics information. |
| optional | caqQosExcessBurstGroup |
This group is mandatory only for platform which supports Qos information on excess burst size. |
| optional | caqIfTrustDeviceGroup |
This group is mandatory only for platform which supports trusted device configuration and operational state. |
| optional | caqSecurityRateLimitGroup |
This group is mandatory only for platform which supports security acl feature rate limit configuration state. |
| optional | caqDscpMutationGroup |
This group is mandatory only for platform which supports DSCP mutation configuration information. |
| optional | caqQosDefaultActionGroup |
This group is mandatory only for platform which supports default Qos action configuration on the device. |
| optional | caqIfAclConfigGroup2 |
This group is mandatory only for platform which supports additional ACL attachment configuration on the device. |
| optional | caqIpEspGroup | Implementation of this group is optional. |
| optional | caqDscpRewriteGroup |
This group is mandatory only for platform which supports configuration of DSCP rewrite feature on the device. |
| optional | caqAggPolicerOctetStatsGroup |
This group is mandatory only for platform which supports QoS statistics information per aggregate policer in unit of octet. |
| optional | caqIfSecurityAclConfigGroup |
This group is mandatory only for platform which supports security ACL information applied at physical interface on the device. |
| optional | caqIpAceExtGroup |
This group is mandatory only for platform which supports source and destination group information to configure IP ACL on the device. |
| optional | caqAclHitCountGroup |
This group is mandatory only for platform which supports ACL hit count configuration and statistics on the device. |
| optional | caqMacAceExtGroup |
This group is mandatory only for platform which supports addtional matching criteria such as the VLAN, Cos information to configure MAC ACE on the device. |
| optional | caqMacPktClassifyVlanGroup |
This group is mandatory only for platform which supports VLAN configuration for MAC packet classify feature on the device. |
| optional | caqAclFeatureGroup |
This group is mandatory only for platform which supports device capability related to feature using ACL configured on the device. |
| optional | caqPortAclHitCountGroup |
This group is mandatory only for platform which supports security ACL information applied at physical interface on the device. |
| optional | caqVlanAclHitCountGroup |
This group is mandatory only for platform which supports security ACL information applied at VLAN interface on the device. |
Object refinements
| Object | Access | Syntax | Description |
|---|---|---|---|
| caqIpAceSrcIp | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceSrcIpMask | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceDestIp | An implementation is only required to support IPv4 addresses. | ||
| caqIpAceDestIpMask | An implementation is only required to support IPv4 addresses. |