xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
114
DGS-3627:admin# disable bgp
Command: disable bgp
Success.
create bgp
Purpose This command is used to create a BGP process. It’s AS number must be set.
Syntax
create bgp <as_number 1-65535>
Description When the BGP protocol starts, it must belong to a single AS. The user must set the AS
number before configuring any of the other attributes.
Parameters
<as_number> - Specifies the BGP AS number. The valid value is from 1 to 65535.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To create a BGP process:
DGS-3627:admin# create bgp 100
Command: create bgp 100
Success.
delete bgp
Purpose This command is used to delete the BGP process.
Syntax
delete bgp <as_number 1-65535>
Description This command is used to delete the BGP process. The AS number must be specified. When
the BGP process is deleted, all peer and route information from BGP will be deleted. Route
entries redistributed from BGP must also be canceled.
Parameters
<as_number> - Specifies the BGP AS number. The valid value is from 1 to 65535.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete a BGP process:
DGS-3627:admin# delete bgp 100
Command: delete bgp 100
Success.
config bgp router_id
Purpose This command is used to configure the BGP process’s router ID
Syntax
config bgp router_id <ipaddr>