xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
187
Example
This example creates a standard community list and configures permits routes from the network 10
in the Autonomous System 50000:10
DGS-3620-28SC:admin# create bgp community_list standard list1
Command: create bgp community_list standard list1
Success.
DGS-3620-28SC:admin# config bgp community_list standard list1 add
community_set 50000:10 permit
Command: config bgp community_list standard list1 add community_set 50000:10
permit
Success.
DGS-3620-28SC:admin#
12-42 delete bgp community_list
Description
This command is used to delete a BGP community list.
Format
delete bgp community_list [list_name <list_name 16> | all]
Parameters
list_name - Specifies the name of the community list to be deleted.
<list_name 16> - Enter the community list name here. This name can be up to 16 characters
long.
all - Specifies that all the community lists will be used.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command. (EI Mode Only
Command)
Example
This example deletes the community list named as list1:
DGS-3620-28SC:admin# delete bgp community_list list_name test1
Command: delete bgp community_list list_name test1
Success.
DGS-3620-28SC:admin#