8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
|
router bgp 65501
|
||
|
bgp router-id 1.1.1.1
|
||
|
no bgp default ipv4-unicast
|
||
|
neighbor fc00::2 remote-as 65502
|
||
|
address-family ipv6
|
||
|
neighbor fc00::2 activate
|
||
|
exit-address-family
|