Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
The set protocols bgp router-id command configures a Router ID for the switch.
Command Syntax
set protocols bgp [vrf <vrf-name>] router-id <router-id>
delete protocols bgp [vrf <vrf-name> router-id <router-id>
Parameter
Parameter | Description |
vrf <vrf-name> | Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>]. |
router-id <router-id> | Specifies a Router ID. It is in dotted decimal notation. |
Example
• Configure a Router ID for the switch.
admin@XorPlus# set protocols bgp router-id 10.1.1.1 admin@XorPlus# commit