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

Policy Based Routing

tmcmurray
Level 1
Level 1

I have a site that offers two circuits.  One is a 28mbps dynamic VPN connection, the other is a 3mbps point-to-point multilink.  My issue is that I would like all voice and video traffic to use the P2P and all other traffic to use the VPN.  If the VPN goes down, I would like all traffic to traverse the P2P and vice cersa if the P2P goes down.

How do I set up PBR using protocol as my method of routing?  I understand PBR using source/destination criteria.

1 Accepted Solution

Accepted Solutions

Mohamed Sobair
Level 7
Level 7

Hi,

PBR can also use a protocol for source of routing, you just need to include which protocols in the Extended Access-list of the matching traffic.

example:

interface f0/0

ip policy route-map policy

ip address x.x.x.x y.y.y.y

route-map policy permit 10

match ip address 100

set ip next-hop x.x.x.x

access-list 100 permit (TCP/UDP) source destination eq ports

Is this what you are lookin for?

Mohamed

View solution in original post

1 Reply 1

Mohamed Sobair
Level 7
Level 7

Hi,

PBR can also use a protocol for source of routing, you just need to include which protocols in the Extended Access-list of the matching traffic.

example:

interface f0/0

ip policy route-map policy

ip address x.x.x.x y.y.y.y

route-map policy permit 10

match ip address 100

set ip next-hop x.x.x.x

access-list 100 permit (TCP/UDP) source destination eq ports

Is this what you are lookin for?

Mohamed

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card