bgp router-id

This command configures a BGP-specific router ID.

Syntax

bgp router-id router-id
no bgp router-id router-id

Parameters

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.

Defaults

None.

Mode

BGP Router Configuration.

Usage

BGP router IDs must be unique.

The no bgp router-id resets the router ID to the default value of 0.0.0.0.

Example

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)->