D-Link DGS-6608 — настройка веса маршрутизации с помощью команды set weight [649/1106]

Превью страниц Страница 649 / 1106
D-Link DGS-6608 [649/1106] Usage guideline
DGS-6600 Series Switch m set weight
CLI Reference Guide
639
set weight
To specify the BGP weight for the routing table, use the set weight command in
route-map configuration mode. To delete an entry, use the no form of this
command.
set weight NUMBER
no set weight NUMBER
Default Disabled.
Command Mode Route-map configuration.
Usage Guideline The implemented weight is based on the first matched autonomous system path.
Weights indicated when an autonomous system path is matched override the
weights assigned by global neighbor commands. In other words, the weights
assigned with the set weight route-map configuration command override the
weights assigned using the neighbor weight command.
Example This example shows how to add the policy routing entry with name myPolicy and
set the weight to 30 when it match the as-path access list with PATH_ACL.
Verify the settings by entering the show route-map command.
Syntax Description
NUMBER Weight value. It can be an integer ranging from 0 to 65535.
Switch(config)# route-map myPolicy permit 1
Switch(config-route-map)# match as-path PATH_ACL
Switch(config-route-map)# set weight 30

Содержание

4839

Узнайте, как использовать команду set weight для настройки веса BGP в маршрутизации. Примеры и рекомендации по конфигурации маршрутов для оптимизации сетевого трафика.