qosUnmatchedPolicyId
FS-NMS-QOS-PIB-MIB ·
.1.3.6.1.4.1.52642.18.2.1.4.1.1.1
Object
column PolicyInstanceId
An integer index to identify the instance of the policy class.
Context
- MIB
- FS-NMS-QOS-PIB-MIB
- OID
.1.3.6.1.4.1.52642.18.2.1.4.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- qosUnmatchedPolicyEntry
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 'FS-NMS-QOS-PIB-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-QOS-PIB-MIB::qosUnmatchedPolicyId'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-QOS-PIB-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-QOS-PIB-MIB::qosUnmatchedPolicyId.<qosUnmatchedPolicyId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-QOS-PIB-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-QOS-PIB-MIB::qosUnmatchedPolicyId'
Syntax
- Source
- PolicyInstanceId
- Base type
Unsigned32
Type Description
A textual convention for an attribute that is an an
unsigned integer index attribute of class. It is used for
attributes that exist for the purpose of providing an integer
index of an instance.
For any integer index that refers to another policy instance,
that other policy instance must exist. Furthermore, it is an
error to try to delete a policy instance that is referred to by
another instance without first deleting the referring
instance.
Values & Constraints
No enumerated values or constraints recorded.