Avaya P330-ML-ML Switch User Manual


 
Chapter 2 Avaya P330-ML Layer 2 CLI Commands
40 Avaya P330-ML Reference Guide
Example:
ip access-list-dscp trust
User level: supervisor
L This command applies to the P334T-ML only when it is in device mode
"Layer2".
Use the ip access-list-dscp trust command to decide which original
frame priority to trust for the placement of the frame in the internal priority queues.
The syntax for this command is:
ip access-list-dscp trust <policy-list-number>
{untrusted|trust-cos |trust-dscp }
Example:
action permit | deny | deny-and-notify | fwd0 | fwd1... fwd7:
permit: do nothing, let the packet pass
deny: drop the packet
deny-and-notify: drop the packet and send an SNMP trap
fwd0, fwd1...fwd7: set the frame COS field to 0...7
Router-N# ip access-list-dscp operation 101 0-63 permit
Router-N# ip access-list-dscp operation 101 62 fwd5
policy-list-
number
A valid id number for a policy list currently defined for the module
(100...149)
untrusted Forward the packet with priority 0
trust-cos Forward the packet with its original 802.1p priority (default)
trust-dscp Forward the packet with the maximum priority between 802.1p and
the priority obtained from the DSCP-CoS mapping table
Router-N# ip access-list-dscp trust 100 trust-dscp
Done!