ntnQosActionExtMirrorDirection
NTN-QOS-POLICY-EXT-PIB ·
.1.3.6.1.4.1.45.4.4.1.2.1.1.6
Object
column r/w
Enumeration
This action attribute, when specified, will determine
where a snapshot of a packet being mirrored will be
taken for mirroring purposes. The packet that was
'received' by the device will be mirrored (i.e., packet
modifications that may occur during processing will not
appear in the mirrored data) when the direction attribute
has the value 'ingress(1)'. The packet that is to be
'transmitted' by the device will be mirrored (i.e., packet
modifications that may occur during processing will appear
in the mirrored data) when the direction attribute has
the value 'egress(2)'.
Note that the value of this attribute is only considered
if the ntnQosActionExtMirrorFrame attribute is 'true'.
Context
- MIB
- NTN-QOS-POLICY-EXT-PIB
- OID
.1.3.6.1.4.1.45.4.4.1.2.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ntnQosActionExtEntry
- Groups
- 1
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 'NTN-QOS-POLICY-EXT-PIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NTN-QOS-POLICY-EXT-PIB::ntnQosActionExtMirrorDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NTN-QOS-POLICY-EXT-PIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NTN-QOS-POLICY-EXT-PIB::ntnQosActionExtMirrorDirection.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NTN-QOS-POLICY-EXT-PIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NTN-QOS-POLICY-EXT-PIB::ntnQosActionExtMirrorDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ingress |
2 | egress |
Conformance
Member of
Compliance refinements
ntnQosPolicyExtPibCompliance
readonly
Write access is not required.