D-Link DXS-3600 Series Cli Reference Manual page 212

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Level: 12.
Usage Guideline
BGP community exchange is not enabled by default. It is enabled on a per-neighbor basis with the
neighbor send-community command. The community will be sent out in the BGP packet only when set
community is specified in the route map, and if all match criteria are met, all set actions are performed.
If additive is not specified, the user-defined communities in the route will be replaced.
This command is useful for routes received from eBGP and to be transmitted to iBGP.
You can verify your settings by entering the show route-map command.
Example
This example shows how to create a route map "myPolicy" which sets the community of routes that pass
the AS path list, ACL1 to 0:1.
Switch# configure terminal
Switch(config)# route-map myPolicy permit 1
Switch(config-route-map)# match as-path ACL1
Switch(config-route-map)# set community 1:1
Switch(config-route-map)#
11-69
set dampening
This command is used to specify the dampening parameters of routes. Use the no form of this command
to delete this set command.
set dampening HALF-LIFE REUSE SUPPRESS MAX-SUPPRESS-TIME UN-REACHABILITY-HALF-
LIFE
no set dampening
Parameters
HALF-LIFE
REUSE
SUPPRESS
MAX-SUPPRESS-TIME
UN-REACHABILITY-HALF-
LIFE
Default
HALF-LIFE: 15 minutes.
REUSE: 750.
SUPPRESS: 2000.
MAX-SUPPRESS-TIME: 60 minutes.
UN-REACHABILITY-HALF-LIFE: 15 minutes.
Specifies the time (in minutes) after which the penalty of the reachable
routes is decreased by half. The range is 1 to 45.
Specifies that if the penalty of a route is lower than this value, the route
is unsuppressed. The range is 1 to 20000
Specifies that if the penalty of a route is higher than this value, the
route is suppressed. The range is 1 to 20000.
Specifies the maximum time (in minutes) a route can be suppressed.
The range is 1 to 255.
Specifies the time (in minutes) after which the penalty of the
unreachable routes is decreased by half. The range is 1 to 45.
207

Advertisement

Table of Contents
loading

Table of Contents