cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
380
Views
0
Helpful
1
Replies

BGP Address family - Cannot see in running config

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.

1 Reply 1

Hello

router  bgp xxx
bgp upgrade-cli

Note:--it isnt an intrusive change but once you upgrade you cannot revert it

res

Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul