D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
138
clear bgp dampening
Description This command clears the route dampening information stored in the routing table. If no
parameters are specified, the dampening information for the entire routing table will be
cleared.
Parameters
<ipaddr> - Specifies an IPv4 address to clear the dampening information.
<network_address> - Specifies an IPv4 network to clear the dampening information.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To clear route dampening information from network 192.168.10.0/24 and free suppressed routes:
DGS-3627:admin# clear bgp dampening 192.168.10.0/24
Command: clear bgp dampening 192.168.10.0/24
Success.
DGS-3627:admin#
create bgp as_path access_list
Purpose This command is used to configure an Autonomous System path access list.
Syntax
create bgp as_path access_list <list_name 16>
Description The command is used configure an Autonomous System path access list. You can apply an
Autonomous System path access list to both inbound and outbound routes exchanged by a
BGP peer session.
Parameters
<list_name 16> - AS path access list name.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To create an Autonomous System path access list:
DGS-3627:admin# create bgp as_path access_list test
Command: create bgp as_path access_list test
Success.
DGS-3627:admin#
config bgp as_path access_list
Purpose This command is used to configure matching rules for an Autonomous System path access
list using regular expressions.
Syntax
config bgp as_path access_list <list_name 16> [add | delete] <regexp_str 80> [deny |
permit]
Description This command configures the match rules for the AS list. Each rule is defined by a regular
expression.
Parameters
<list_name 16> - AS path access list name.
add - Add a matching rule.
delete - Delete a matching rule.