first commit
This commit is contained in:
20
pages/Tech/Networking/Set UniFI BGP.md
Normal file
20
pages/Tech/Networking/Set UniFI BGP.md
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user