ntnQosActionExtMirrorFrame
NTN-QOS-POLICY-EXT-PIB ·
.1.3.6.1.4.1.45.4.4.1.2.1.1.3
Object
This action attribute, when specified, will cause
the packet being evaluated to be sent to a predefined
egress port for transmission in addition to the normal
processing associated with the packet.
Specification of the egress port or ports that will
serve as the destination for mirrored data is beyond
the scope of this document. Furthermore, note that
data mirroring can potentially consume substantial
resources at the egress. Oversubscription issues
should be considered prior to specifying this action.
Also note that the mirroring direction attribute in
this same ntnQosActionExt entry determines the
data that is mirrored. 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 mirroring
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 mirroring direction attribute has the value
'egress(2)'.
A value of 'false(2)' indicates that this action will
not be initiated.
Context
- MIB
- NTN-QOS-POLICY-EXT-PIB
- OID
.1.3.6.1.4.1.45.4.4.1.2.1.1.3- 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::ntnQosActionExtMirrorFrame'
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::ntnQosActionExtMirrorFrame.<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::ntnQosActionExtMirrorFrame'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of
Compliance refinements
ntnQosPolicyExtPibCompliance
readonly
Write access is not required.