cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
756
Views
0
Helpful
1
Replies

Any way to classify/mark traffic based on packet size?

tmoffett
Cisco Employee
Cisco Employee

We are looking to classify packets (on CAT 6500s with PFCs in hybrid mode) based on packet size.

Is there any way to mark based on packet size?

1 Reply 1

Hello,

not sure if this is what you are looking for, but you could use CBWFQ and specify the packet length:

class-map PACKETSIZE

match packet length max 1500

!

policy-map MATCHPACKET

class PACKETSIZE

set precedence 4

!

interface FastEthernet0/0

service-policy input MATCHPACKET

HTH,

GP

Review Cisco Networking for a $25 gift card