D-Link DGS-6608 — руководство по команде redistribute для маршрутизаторов BGP [600/1106]

Превью страниц Страница 600 / 1106
D-Link DGS-6608 [600/1106] Usage guideline
DGS-6600 Series Switch m redistribute
CLI Reference Guide
590
redistribute
Use redistribute to redistribute routes from one routing domain into BGP. Use no
command to disable route redistribution.
redistribute PROTOCOL [route-map MAP-NAME]
no redistribute PROTOCOL
Default Route redistribution is disabled.
Command Mode. Router configuration.
Usage Guideline Note: The user can use the command to redistribute prefix from different
sources to BGP protocol.
Example The following example redistributes the OSPF process routes into BGP process.
You can verify your settings by entering the show ip protocols bgp command.
Syntax Description
PROTOCOL Specifies the protocol whose routes are to be redistributed. It can be one of the
following keywords connected, ospf, rip static.
The static keyword means to redistribute IP static routes.
The connected keyword refers to routes that are established automatically by
virtue of having enabled IP on an interface.
route-map MAP-
NAME
(Optional) Specify the identifier of a route map used to filter the networks to be
redistributed. If not specified, all networks are advertised.
Switch(config)# router bgp 8001
Switch(config-router)# redistribute ospf
Switch(config-router)# end
Switch#

Содержание

4839

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