xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
182
DGS-3620-28SC:admin# clear bgp dampening 192.168.10.0/24
Command: clear bgp dampening 192.168.10.0/24
Success.
DGS-3620-28SC:admin#
12-36
create bgp as_path access_list
Description
The command is used to create an Autonomous System path access list. You can apply an
Autonomous System path access lists to both inbound and outbound routes exchanged by a BGP
peer session.
Format
create bgp as_path access_list <list_name 16>
Parameters
access_list
- Specifies the AS path access list name.
<list_name 16>
- Enter the AS path access list name here. This name can be up to 16
characters long.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command. (EI Mode Only
Command)
Example
The following example creates an Autonomous System path access list:
DGS-3620-28SC:admin# create bgp as_path access_list test
Command: create bgp as_path access_list test
Success.
DGS-3620-28SC:admin#
12-37
config bgp as_path access_list
Description
This command is used to configure matching rules for an Autonomous System path access list
using regular expressions.
Format
config bgp as_path access_list <list_name 16> [add | delete] <regexp_str 80> [deny | permit]