agentDiffServClassAclType
EdgeSwitch-QOS-DIFFSERV-PRIVATE-MIB ·
.1.3.6.1.4.1.4413.1.1.7.2.2.1.8
Object
column r/w
Enumeration
The access list type used to define the match conditions for the
DiffServ class. This attribute is only valid if the value of
agentDiffServClassType is set to acl(3).
When this attribute is set to ip(1), the agentDiffServClassAclNum
object is interpreted as an IP ACL number per the aclIndex definition
from the EdgeSwitch-QOS-ACL-MIB. When set to mac(2), the agentDiffServClassAclNum
object is interpreted as a MAC ACL index per the aclMacIndex definition
in the EdgeSwitch-QOS-ACL-MIB. When set to ipv6(3), the agentDiffServClassAclNum
object is interpreted as a IPv6 ACL index per the aclIpv6Index definition
in the EdgeSwitch-QOS-ACL-MIB. All these objects and agentDiffServClassAclNum
must be set (in either order) for an agentDiffServClassType of acl(3).
Context
- MIB
- EdgeSwitch-QOS-DIFFSERV-PRIVATE-MIB
- OID
.1.3.6.1.4.1.4413.1.1.7.2.2.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentDiffServClassEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EdgeSwitch-QOS-DIFFSERV-PRIVATE-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-QOS-DIFFSERV-PRIVATE-MIB::agentDiffServClassAclType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EdgeSwitch-QOS-DIFFSERV-PRIVATE-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-QOS-DIFFSERV-PRIVATE-MIB::agentDiffServClassAclType.<agentDiffServClassIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EdgeSwitch-QOS-DIFFSERV-PRIVATE-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EdgeSwitch-QOS-DIFFSERV-PRIVATE-MIB::agentDiffServClassAclType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ip |
2 | mac |
3 | ipv6 |