Below are the steps involved in configuring protocol handling,
- Create the class-map – Tell the class-map which traffic to match
- Create Policy-map – Assign class-map to policy map. Tell the class-map what to do to the matched traffic
- Assign policy map globally or to interface
Below will inspect http traffic on port 801 using, and assign it globally.
hostname(config)#class-map http_traffic
hostname(config-cmap)#match port tcp eq 801
hostname(config)#policy-map http_traffic_policy
hostname(config-pmap)#class http_traffic
hostname(config-pmap-c)#inspect http
hostname(config)#service-policy http_traffic_policy global
Latest posts by Rick Donato (see all)
- NETCONF & YANG: Automate Network Configs via Python - April 2, 2026
- Palo Alto – How to Configure Your Next-Generation Firewall - April 2, 2026
- How to Harden Linux SSH: Keys, Fail2ban & Ciphers - March 1, 2026
Want to become an IT Security expert ?
Here is our hand-picked selection of the best courses you can find online:
Internet Security Deep Dive course
Complete Cyber Security Course – Hackers Exposed
CompTIA Security+ (SY0-601) Certification Complete course
and our recommended certification practice exams:
Delta Practice Tests