mac

211
Function: Applies a policy map to the specified VLAN interface; the no command deletes
the specified policy map applied to the VLAN interface.
Parameters: input <policy-map-name> applies the specified policy map to the ingress
direction of switch VLAN interface.
Default: No policy map is bound to VLAN interface by default.
Command mode: Global Configuration Mode.
Usage Guide: Only one policy map can be applied to each direction of each port or VLAN
interface. It is not recommended to use policy map on VLAN and VLANs port at the same
time. Egress policy map is not supported yet.
Example:
Bind policy p1 to ingress of VLAN interface v2, v3, v4, v6.
Switch(config)# service-policy input p1 vlan 2-4;6
7.24 show class-map
Command: show class-map [<class-map-name>]
Function: Displays class map of QoS.
Parameters: <class-map-name> is the class map name.
Default: N/A.
Command mode: Admin Mode.
Usage Guide: Displays all configured class-map or specified class-map information.
Example:
Switch # show class-map
Class map name:c1, used by 1 times
match acl name:1
Displayed information
Explanation
Class map name:c1
Name of the Class map
used by 1 times
Used times
match acl name:1
Classifying rule for the class map.
7.25 show policy-map
Command: show policy-map [<policy-map-name>]
Function: Displays policy map of QoS.
Parameters: <policy-map-name> is the policy map name.