Enabling Layer 2 Control Packet Qos - Cisco Catalyst 4500 Series Configuration Manual

Release ios xe 3.3.0sg and ios 15.1(1)sg
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Configuring Layer 2 Control Packet QoS

Enabling Layer 2 Control Packet QoS

To enable Layer 2 control packet QoS, perform this task:
Command
Step 1
Switch# config terminal
Step 2
Switch(config)# [no] qos control-packets
[bpdu-range | cdp-vtp | eapol | sstp |
protocol-tunnel | lldp]
Step 3
Switch(config)# end
Step 4
Switch# show run | inc qos control-packets
Table 48-1
Table 48-1
Type of Packet that the Feature is Enabled On
BPDU-range
CDP-VTP
SSTP
LLDP
The following example shows how to enable QoS for CDP packets and to apply a policer to CDP packets
arriving on interface gi3/1 and VLAN 1:
Switch# config terminal
Switch(config)# qos control-packets cdp-vtp
Switch(config)# end
Switch# show run | inc qos control-packets
qos control-packets cdp-vtp
Switch# show class-map
Class Map match-any system-control-packet-cdp-vtp (id 1)
Create a policy map and attach it to interface gi3/1 , vlan 1
Switch# config terminal
Switch(config)# policy-map police_cdp
Switch(config-pmap)# class system-control-packet-cdp-vtp
Switch(config-pmap-c)# police 32k
Switch(config-pmap-c)# end
Switch(config)# interface gi3/1
Switch(config-if)# vlan 1
Switch(config-if-vlan-range)# service-policy in police_cdp
Software Configuration Guide—Release IOS XE 3.3.0SG and IOS 15.1(1)SG
48-12
lists the types of packets impacted by this feature.
Packet Type and Actionable Address Range
Match access-group name system-control-packet-cdp-vtp
Chapter 48
Configuring Control Plane Policing and Layer 2 Control Packet QoS
Purpose
Enters configuration mode.
Enables QoS on all or a specific packet type.
Use the no keyword to disable QoS on all or a specific
packet type.
Exits configuration mode.
Verifies the configuration.
Range of Address the Feature Acts On
0180.C200.0000 BPDU
0180.C200.0002 OAM, LACP
0180.C200.0003 EAPOL
0100.0CCC.CCCC
0100.0CCC.CCCD
0180.C200.000E
OL-25340-01

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents