/
protocols bgp peer <text> local-ip
protocols bgp peer <text> local-ip
Users can build a session between local router and peer, so setting IP address of local router is necessary.
Command Syntax
set protocols bgp peer <text> local-ip <ip-addr>
delete protocols bgp peer <text> local-ip
Parameter
•<text>router identifier,(eg:192.168.10.2)
•<ip-addr> ip address identifier,eg:192.168.20.1)
Example
• This example is to set a session between 192.168.20.1 and peer 192.168.10.2:
admin@XorPlus# set protocols bgp peer 192.168.10.2 local-ip 192.168.20.1 admin@XorPlus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.