Redistribute Route-Map - Allied Telesis SwitchBlade x908 Series Software Reference Manual

Switchblade x908/x900 series alliedware plus operating system software reference for version 5.3.1
Hide thumbs Also See for SwitchBlade x908 Series:
Table of Contents

Advertisement

BGP Commands

redistribute route-map

Use this command to inject routes from one routing process into another.
Use the no parameter with this command to disable this function.
Syntax
redistribute {ospf|rip|connected|static} [<mapname>]
no redistribute {ospf|rip|connected|static} [<mapname>]
Parameter
connected
ospf
rip
static
<mapname>
<route-map-
entry-
pointer>
Router mode
Mode
Redistribution is used by routing protocols to advertise routes that are learned by some other
Usage
means, such as by another routing protocol or by static routes. Since all internal routes are
dumped into BGP, careful filtering is applied to make sure that only routes to be advertised
reach the internet, not everything. This command allows redistribution by injecting prefixes
from one routing protocol into another routing protocol.
The following example shows the configuration of the route-map name rmap1 and then the
Example
use of this map name in the redistribute route-map command.
awplus(config-route-map)#
awplus(config-route-map)#
awplus(config-route-map)#
38.98
Description
Specifies the redistribution of connected routes.
Specifies the redistribution of OSFP information.
Specifies the redistribution of RIP.
Specifies the redistribution of Static routes.
route-map <route-map-entry-pointer>
Route map reference
Pointer to route-map entries.
awplus#
awplus(config)#
awplus(config)#
awplus(config-router)#
Software Reference for SwitchBlade® x908, x900 and x600 Series Switches
TM
AlliedWare Plus
Operating System - Software Version 5.3.1
configure terminal
route-map rmap1 permit 1
match origin incomplete
set metric 100
exit
router bgp 12
redistribute ospf route-map rmap1
C613-50007-01 REV B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents