10-30-2015 04:23 AM - edited 03-05-2019 02:37 AM
HI,
I am trying to create a multiple VRF networ using vrf lite and BGP (we dont have the ability to run an MPLS backbone)
I have Site A with Corp traffic not in a vrf (this is in the standard routing table) and Public traffic in its own VRF (Public). I am using 802.1q tags onto the WAN to maintan the segrigation corp has a tag of 100 and public has a tag of 911.
I have created BGP peerings between Site A and the Route Reflector on the non-vrf Corp WAN Link (tagged with a tag of .100) I have also created a ipv4 address family vrf PUBLIC on both the route reflector and the Site A end and created peerings in this address family for these addresses (tagged with a 911)
All peerings have come up but I cannot see the PUBLIC address family config in the show-running config output
For address family: IPv4 Unicast
BGP router identifier 172.17.1.10, local AS number 65000
BGP table version is 1, main routing table version 1
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
172.17.1.3 4 65000 55 55 1 0 0 00:52:44 0
For address family: VPNv4 Unicast
BGP router identifier 172.17.1.10, local AS number 65000
BGP table version is 1, main routing table version 1
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
172.17.5.3 4 65000 54 54 1 0 0 00:50:48 0
output from show running config:-
speed auto
!
router bgp 65000
no synchronization
bgp log-neighbor-changes
neighbor 172.17.1.3 remote-as 65000
no auto-summary
!
ip forward-protocol nd
!
I a bit of a newbie at VRF's with BGP so any help would be apprechiated.
10-30-2015 05:29 AM
Hello
router bgp xxx
bgp upgrade-cli
Note:--it isnt an intrusive change but once you upgrade you cannot revert it
res
Paul
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