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

SDWAN - cEdge (ISR4351) Weighted Routes

dbogdan
Level 1
Level 1

Hello.  I have need to create a weighted route via templates on my cEdge Routers.  Does anyone know if this option will be available at some point in the future?  In CLI mode it works fine.  example:

 

ip route vrf 10 1.2.3.4 255.255.255.255 192.168.240.1 

ip route vrf 10 1.2.3.4 255.255.255.255 192.168.199.1 200

 

Thanks in advance.

1 Accepted Solution

Accepted Solutions

areidy
Level 1
Level 1

Hi,

 

You shouldn't have any trouble pushing a floating static route from vManage to a cEdge device.

Using the VPN Template on the service vpn, from the IPv4 Route section, enter the prefix, press next hop, add ip address of first next hop, then press "+ add next hop", enter 2nd prefix and add a distance (weight).

press "add" to save both prefixes.

 

the example below will produce 2 static routes.

ievmanage_ipv4_routes.png

View solution in original post

2 Replies 2

areidy
Level 1
Level 1

Hi,

 

You shouldn't have any trouble pushing a floating static route from vManage to a cEdge device.

Using the VPN Template on the service vpn, from the IPv4 Route section, enter the prefix, press next hop, add ip address of first next hop, then press "+ add next hop", enter 2nd prefix and add a distance (weight).

press "add" to save both prefixes.

 

the example below will produce 2 static routes.

ievmanage_ipv4_routes.png

this doesn't work.  If you look at the config after you push the template you get someting like this.  note, no weights  these are equal routes.

ip route vrf 10 3.1.1.1 255.255.255.255 2.2.2.2
ip route vrf 10 3.1.1.1 255.255.255.255 2.2.2.3

 

the second statement should have a 100 tacked on to the end of it.   If I do this from the cli, it works just fine.  But we want to use the templates.

Review Cisco Networking for a $25 gift card