cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
469
Views
0
Helpful
3
Replies

route-map configuration

ittechk4u1
Level 4
Level 4

Hello Experts,

I want to segregate RTP and OTHER traffic.

RTP must go Via MPLS link (Static : MPLS provider IP: 172.24.56.2)

OTHER should traverse via ISP1 (INTERNET).

 

and in breakdown of MPLS, ISP1 should take all traffic.

in breakdown of ISP1, MPLS should take all.

 

Here is my config:

INSIDE Interface is connecte don vlan 6:

 

int gig0/1

desc *** Internet ISP1 ***

IP address xxx.xxx.xxx.xxx/29

!

int gig0/2

des *** To MPLS ***

ip address 172.24.56.1 255.255.255.248

!

int vlan 6

desc *** LAN *** 
ip address 10.56.xx.xx/24

ip policy route-map VIDEO
!
route-map VIDEO permit 5
description *** only Video Traffic ***
match ip address VIDEO
 set ip next-hop verify-availability 172.24.56.2 track 56

!

route-map SAP_VIDEO permit 6
!
ip access-list extended VIDEO
remark *** RTP ****
permit udp any any range 16384 32767
permit udp any range 16384 32767 any
deny ip any any

!

int tu 556.

tunnel source xxx.xxx.xxx.xxx

skip

.

GRE Tunnel to HQ......

!

router eig 1

network 10.56.0.0 0.0.255.255

skip

......

 

 

so there are two routes ..one via PBR (only for VIdeo) and other is via GRE tunnel.

 

is it correct ?

Thanks in advance

 

3 Replies 3

ranilf2005
Level 1
Level 1

When you using PBR, you have to select specific Source address to route to specific next-hop. Did you specify which source subnets you need to go via MPLS and ISP1 (as per ACL its Allowed all Source) ?

 

Did you want to apply conditional static routes if MPLS fails to switch over to tunnel (checking IP SLA or Tracking)

 

https://www.cisco.com/c/en/us/support/docs/ip/ip-routing/200785-ISP-Failover-with-default-routes-using-I.html

Ranil Fernando

Hi Ranil,

My aim is to pass VIDEO traffic via MPLS (If its avilable) and rest via Internet VPN. If MPLS goes down then all traffic via INternet and vice versa,

 

Thanks

 

 

ittechk4u1
Level 4
Level 4

is anyone confirm, if this config will work or not ??

 

Thanks

Review Cisco Networking for a $25 gift card