D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
718
config route redistribute dst rip
type_1 - To redistribute only the OSPF AS-internal type-1 routes.
type_2 - To redistribute only the OSPF AS-internal type-2 routes.
inter+e1 - To redistribute only the OSPF AS-internal type-1 and OSPF AS-internal
routes.
inter+e2 - To redistribute only the OSPF AS-internal type-2 and OSPF AS-internal
routes.
metric - Specifies the RIP metric value for the redistributed routes. The valid value is 0 to 16.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure route redistributions:
DGS-3627:admin# config route redistribute dst rip src ospf internal
Command: config route redistribute dst rip src ospf internal
Succuss.
DGS-3627:admin#
config route redistribute dst bgp
Purpose This command updates the metric to be associated with the redistributed routes from a
specific protocol to BGP protocol.
Syntax
config route redistribute dst bgp src [static | rip | local | ospf [all | internal | external |
type_1 | type_2 | inter+e1 | inter+e2]] {metric <uint 0-4294967295> | [route_map
<map_name 16> | no_route_map]}
Description This command is used to update the metric to be associated with the redistributed routes
from a specific protocol to BGP protocol. If a user does not specify any one of the parameters
of metric, route map and no route map, the configuration of metric and route map will be set
to be the default value.
Parameters
dst - Specify the target protocol.
src - Specify the source protocol.
static - To redistribute static routes to BGP.
local - To redistribute local routes to BGP.
rip - To redistribute RIP routes to BGP.
ospf - See below:
all - To redistribute both OSPF AS-internal and OSPF AS-external routes to RIP.
internal - To redistribute only the OSPF AS-internal routes.
external - To redistribute only the OSPF AS-external routes, including type-1 and
type-2 routes.
type_1 - To redistribute only the OSPF AS-internal type-1 routes.
type_2 - To redistribute only the OSPF AS-internal type-2 routes.
inter+e1 - To redistribute only the OSPF AS-internal type-1 and OSPF AS-internal
routes.
inter+e2 - To redistribute only the OSPF AS-internal type-2 and OSPF AS-internal
routes.
metric - Specifies the BGP metric value for the redistributed routes. The range is 0 to
4294967295. The default value is 0.
route_map - Specifies a route map which will be used as the criteria to determine whether to
redistribute specific routes. The default setting is null.
no_router_map - Withdraw the route map setting.