cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
174
Views
0
Helpful
2
Replies

Policy base Routing with Byte size

ubsaccount
Level 1
Level 1

I am trying to manipulate traffic according to byte size.  

I can get the next hop to work, but it will not filter according to byte size. I've been working on this for two days and close to giving up.

Here are the statements I wrote. 

class-map match-all ICMP100
match protocol icmp
match packet length max 32
!
policy-map BYTE100
class ICMP100

route-map CCIE permit 10
match policy-list BYTE100
set ip next-hop 4.4.4.1

interface Ethernet1/0
ip address 5.5.5.2 255.255.255.252
ip policy route-map CCIE
duplex full
!

2 Replies 2

Dennis Mink
VIP Alumni
VIP Alumni

Is this working without the     match packet length max 32    statement?

Please remember to rate useful posts, by clicking on the stars below.

It filters all ICMP packets. will not filter by byte size.

Review Cisco Networking products for a $25 gift card