Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ip prefix-list PFL_SDC_OUT seq 10 deny 192.168.203.192/28
- ip prefix-list PFL_SDC_OUT seq 20 permit 0.0.0.0/0 le 31
- !
- ip prefix-list PFL_L01_OUT seq 10 deny 192.168.203.208/28
- ip prefix-list PFL_L01_OUT seq 20 permit 0.0.0.0/0 le 31
- !
- router bgp 4000000002 vrf vrf_SDCVPN01
- neighbor LABFWSDC peer-group
- neighbor LABFWSDC remote-as external
- neighbor LABFWSDC remote-as 4000000001
- neighbor LABFWSDC bfd
- neighbor 192.168.203.194 peer-group LABFWSDC
- neighbor 192.168.203.195 peer-group LABFWSDC
- !
- address-family ipv4 unicast
- neighbor LABFWSDC activate
- neighbor LABFWSDC soft-reconfiguration inbound
- neighbor LABFWSDC prefix-list PFL_SDC_OUT out
- # import vrf vrf_SDCVPN01
- exit-address-family
- !
- address-family ipv6 unicast
- neighbor LABFWSDC activate
- neighbor LABFWSDC soft-reconfiguration inbound
- # import vrf vrf_SDCVPN01
- exit-address-family
- !
- exit
- !
- router bgp 4000000002 vrf vrf_L01VPN01
- neighbor LABFWL01 peer-group
- neighbor LABFWL01 remote-as external
- neighbor LABFWL01 remote-as 4000000001
- neighbor LABFWL01 bfd
- neighbor 192.168.203.210 peer-group LABFWL01
- neighbor 192.168.203.211 peer-group LABFWL01
- !
- address-family ipv4 unicast
- neighbor LABFWL01 activate
- neighbor LABFWL01 soft-reconfiguration inbound
- neighbor LABFWL01 prefix-list PFL_L01_OUT out
- # import vrf vrf_L01VPN01
- exit-address-family
- !
- address-family ipv6 unicast
- neighbor LABFWL01 activate
- neighbor LABFWL01 soft-reconfiguration inbound
- # import vrf vrf_L01VPN01
- exit-address-family
- !
- exit
- !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement