Cisco Cisco IOS Software Release 12.4(4)T

다운로드
페이지 88
 
Flexible Packet Matching
  How to Configure a Flexible Packet Matching Traffic Class and Traffic Policy
5
Cisco IOS Security Configuration Guide
How to Configure a Flexible Packet Matching Traffic Class and 
Traffic Policy
This section contains the following procedures that should be followed when configuring a FPM traffic 
class and traffic policy within your network:
Creating a Traffic Class for Flexible Packet Matching
Perform this task to create an FPM traffic class; that is, create a stateless packet classification criteria 
that, when used in conjunction with an appropriately defined policy, can mitigate network attacks.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
load protocol location:filename
4.
class-map [type {stack | access-control}] class-map-name [match-all | match-any]
5.
description character-string
6.
match field protocol protocol-field {eq [mask] | neq [mask] | gt | lt | range range regex string
value [next next-protocol]
7.
match start {l2-start l3-startoffset number size number 
{eq | neq gt | lt | range range regex stringvalue [value2
8.
exit
9.
show class-map [type {stack | access-control}] [class-map-name]
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode. 
Enter your password if prompted.
Step 2
configure
 terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
load protocol 
location:filename
Example:
Router(config)# load protocol disk2:udp.phdf
(Optional) Loads a PHDF onto a router. 
The specified location must be local to the router.
Note
If a PHDF is not loaded, only the match start 
command can be used; that is, you cannot issue the 
match field command.