D-Link DXS-3600-32S 24-port Top Of Rack 10 Gigabit Managed Switch With Expansion Slot

User Manual - Page 542

For DXS-3600-32S.

PDF File Manual, 695 pages, Read Online | Download pdf file

DXS-3600-32S photo
Loading ...
Loading ...
Loading ...
DXS-3600 Series 10GbE Layer 2/3 Switch CLI Reference Guide
534
53-19 set weight
This command is used to add a set command to specify the weight of BGP routes. Use the no form of this command to
delete this set command.
set weight NUMBER
no set weight
Parameters
53-20 show route-map
This command is used to show route map settings.
show route-map [MAP-NAME]
Usage Guideline
Use this command to modify the BGP origin code route attribute. The origin code
(ORIGIN) is a well-known mandatory attribute that indicates the origin of the prefix
or, rather, the way in which the prefix was injected into BGP.
There are three origin codes, listed in order of preference:
IGP, meaning the prefix was originated from information learned from an interior
gateway protocol.
EGP, meaning the prefix originated from the EGP protocol, which BGP replaced.
Incomplete, meaning the prefix originated from some unknown source, for
example, redistribute.
You can verify your settings by entering the show route-map command.
Example
This example shows how to add a set command to modify the origin code of routes.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#route-map maporigin permit 10
DXS-3600-32S(config-route-map)#match as-path PATH_ACL
DXS-3600-32S(config-route-map)#set origin egp
DXS-3600-32S(config-route-map)#
NUMBER Specifies the value of the weight The range is 0 to 65535.
Default
None.
Command Mode
Route Map Configuration Mode.
Command Default Level
Level: 8
Usage Guideline
Weights set by this command will override the weights specified by BGP neighbor
commands. In other words, the weights specified with the command set weight in
route map configuration mode override the weights specified with the command
neighbor weight in BGP router mode.
You can verify your settings by entering the show route-map command.
Example
This example shows how to add a set command to modify the weight of BGP routes.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#route-map mapweight permit 10
DXS-3600-32S(config-route-map)#match as-path PATH_ACL
DXS-3600-32S(config-route-map)#set weight 30
DXS-3600-32S(config-route-map)#
Loading ...
Loading ...
Loading ...