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

advertize default route

aw75635
Level 1
Level 1

Hello,

I have the following scenario in my lab - please see attached files. 

On dc01-edge-r01 I want to create a default static route pointing to 192.168.1.1, in the global vrf. Then I want to advertise this static route in vrf 14000_custa_access so that it will be visible on all routers where vrf 14000_custa_access exists. Also in future VRFs. Also, this route should be visible on the firewall. There is eBGP between core-fw1 (not core-fw) and de01-core-r01.

All my attempts have failed so far. Any tips much appreciated. 

Thank you!

2 Replies 2

Hi

 Did you try this

ip route vrf 14000_custa_access    0.0.0.0 0.0.0.0  <gateway> global

 

This packet tracer I dont think it support bgp family address' 

You need 

Ip vrf MHM <subnet> next-hop global

Then

Router bgp xxxx

Address family ipv4  vrf MHM

Redistrubte static 

Redistrubte connect