05-07-2023 02:04 AM
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!
05-07-2023 03:23 AM
Hi
Did you try this
ip route vrf 14000_custa_access 0.0.0.0 0.0.0.0 <gateway> global
05-07-2023 04:40 AM - edited 05-07-2023 04:56 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide