blob: 7608ec95c3f32b4558fe05584b4888087c596c13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
router bgp 111
bgp router-id 10.100.0.11
no bgp ebgp-requires-policy
no bgp network import-check
neighbor 50.0.1.1 remote-as 101
neighbor 50:0:1::1 remote-as 101
!
address-family ipv4 unicast
network 100.0.0.21/32
no neighbor 50:0:1::1 activate
exit-address-family
!
address-family ipv6 unicast
network 100::21/128
neighbor 50:0:1::1 activate
exit-address-family
|