This command configures a BGP-specific router ID.
router-id | Specifies a 32-bit integer in dotted-quad notation to be used as the BGP router ID. The default value is 0.0.0.0. |
None.
BGP Router Configuration.
BGP router IDs must be unique.
The no bgp router-id resets the router ID to the default value of 0.0.0.0.
The following example configures the BGP Router ID to be 159.1.1.9:
System(su-config)->router bgp 65151 System(su-config-bgp)->bgp router-id 159.1.1.9 System(su-config-bgp)->