Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
PIX Protocol Handling
Sunday, 18 May 2008 13:36
Below are the steps involved in configuring protocol handling,
1. Create the class-mapTell the class-map which traffic to match
2. Create Policy-map
Assign class-map to policy map
Tell the class-map what to do to the matched traffic
3. 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
We have 19 guests online