D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
126
Example usage:
To create a neighbor peer whose address is 10.10.10.2:
DGS-3627:admin# create bgp neighbor 10.10.10.2 remote_as 10
Command: create bgp neighbor 10.10.10.2 remote_as 10
Success.
DGS-3627:admin#
delete bgp neighbor
Purpose This command is used to delete the BGP neighbor.
Syntax
delete bgp neighbor [<ipaddr> | peer_group <peer_group_name 16> | all]
Description The command is used to delete a BGP neighbor.
Parameters
<ipaddr> - Specifies the IP address of the neighbor that will be deleted.
<peer_group_name> - Specifies the peer group that will be deleted as a neighbor.
all - Delete all BGP neighbors, including individual peers and peer groups.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete a neighbor whose address is 10.10.10.2:
DGS-3627:admin# delete bgp neighbor 10.10.10.2
Command: delete bgp neighbor 10.10.10.2
Success.
DGS-3627:admin#
config bgp neighbor description
Purpose This command is used to configure the BGP neighbor’s description attribute.
Syntax
config bgp neighbor [<ipaddr> | peer_group <peer_group_name 16>] [description
<desc 80> | clear_description]
Description The command is used to configure the description for a BGP neighbor.
Parameters
<ipaddr> - Specifies the IP address of the neighbor to be configured.
<peer_group_name> - Specifies the peer group to be configured.
description - Associate a description with a neighbor. By default, the description is not
specified.
clear_description - Removes the neighbor’s description.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure a neighbor’s description: