@@ -242,7 +242,6 @@ to inject configured networks into the BGP process but still inside the VRF.
242
242
set protocols bgp system-as <ASN>
243
243
244
244
# set BGP VRF local-as and redistribution
245
- set vrf name <VRF> protocols bgp system-as <ASN>
246
245
set vrf name <VRF> protocols bgp address-family <AF IPv4/IPv6> redistribute static
247
246
248
247
- Verification
@@ -642,7 +641,6 @@ Full configuration from all devices
642
641
set vrf name Internet protocols bgp address-family ipv6-unicast rd vpn export '64496:100'
643
642
set vrf name Internet protocols bgp address-family ipv6-unicast route-target vpn export '64496:100'
644
643
set vrf name Internet protocols bgp address-family ipv6-unicast route-target vpn import '64496:1 64496:2'
645
- set vrf name Internet protocols bgp system-as '64496'
646
644
set vrf name Internet protocols bgp neighbor 10.2.2.2 address-family ipv4-unicast
647
645
set vrf name Internet protocols bgp neighbor 10.2.2.2 remote-as '64497'
648
646
set vrf name Internet protocols bgp neighbor 2001:db8::7 address-family ipv6-unicast
@@ -660,7 +658,6 @@ Full configuration from all devices
660
658
set vrf name LAN1 protocols bgp address-family ipv6-unicast redistribute static
661
659
set vrf name LAN1 protocols bgp address-family ipv6-unicast route-target vpn export '64496:1'
662
660
set vrf name LAN1 protocols bgp address-family ipv6-unicast route-target vpn import '64496:100 64496:50 64496:2'
663
- set vrf name LAN1 protocols bgp system-as '64496'
664
661
set vrf name LAN1 protocols static route 10.0.0.0/24 next-hop 10.1.1.2
665
662
set vrf name LAN1 protocols static route6 2001:db8:0:1::/64 next-hop 2001:db8::1
666
663
set vrf name LAN1 table '101'
@@ -676,7 +673,6 @@ Full configuration from all devices
676
673
set vrf name LAN2 protocols bgp address-family ipv6-unicast redistribute static
677
674
set vrf name LAN2 protocols bgp address-family ipv6-unicast route-target vpn export '64496:2'
678
675
set vrf name LAN2 protocols bgp address-family ipv6-unicast route-target vpn import '64496:100 64496:50 64496:1'
679
- set vrf name LAN2 protocols bgp system-as '64496'
680
676
set vrf name LAN2 protocols static route 172.16.0.0/24 next-hop 172.16.2.2
681
677
set vrf name LAN2 protocols static route6 2001:db8:0:2::/64 next-hop 2001:db8::3
682
678
set vrf name LAN2 table '102'
@@ -692,7 +688,6 @@ Full configuration from all devices
692
688
set vrf name Management protocols bgp address-family ipv6-unicast redistribute static
693
689
set vrf name Management protocols bgp address-family ipv6-unicast route-target vpn export '64496:50'
694
690
set vrf name Management protocols bgp address-family ipv6-unicast route-target vpn import '64496:1 64496:2'
695
- set vrf name Management protocols bgp system-as '64496'
696
691
set vrf name Management protocols static route 192.168.0.0/24 next-hop 192.168.3.2
697
692
set vrf name Management protocols static route6 2001:db8:0:3::/64 next-hop 2001:db8::5
698
693
set vrf name Management table '103'
0 commit comments