Policy base Routing with Byte size

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2016 09:38 PM - edited 03-08-2019 07:54 AM
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
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2016 09:55 PM
Duplicate thread.
Kindly post all response(s) into the main thread (HERE) to minimize confusion.
