21 lines
664 B
Markdown
21 lines
664 B
Markdown
title:: Set UniFI BGP
|
|
updated:: 2022-09-09 14:26:31+00:00
|
|
created:: 2022-09-09 14:25:27+00:00
|
|
|
|
|
|
show ip bgp
|
|
configure
|
|
set protocols bgp 64512 parameters router-id 192.168.1.1
|
|
set protocols bgp 64512 neighbor 192.168.1.221 remote-as 64512
|
|
set protocols bgp 64512 neighbor 192.168.1.222 remote-as 64512
|
|
set protocols bgp 64512 neighbor 192.168.1.223 remote-as 64512
|
|
set protocols bgp 64512 neighbor 192.168.1.224 remote-as 64512
|
|
set protocols bgp 64512 neighbor 192.168.1.225 remote-as 64512
|
|
set protocols bgp 64512 neighbor 192.168.1.226 remote-as 64512
|
|
set protocols bgp 64512 neighbor 192.168.1.227 remote-as 64512
|
|
show protocols bgp
|
|
commit
|
|
save
|
|
exit
|
|
show ip bgp
|