Redistribute (Into Bgp Or Bgp4+) - Allied Telesis AR2050V Command Reference Manual

Secure, for alliedware plus version 5.4.7-1.x
Table of Contents

Advertisement

BGP
BGP4+ C
AND
OMMANDS
(
BGP
BGP4+)
REDISTRIBUTE
INTO
OR

redistribute (into BGP or BGP4+)

Overview
Use this command to inject routes from one routing process into a BGP or BGP4+
routing table.
Use the no variant of this command to disable this function.
Syntax
redistribute {ospf|rip|connected|static} [route-map
<route-map-entry-pointer>]
no redistribute {ospf|rip|connected|static} [route-map
<route-map-entry-pointer>]
Mode [BGP]
Router Configuration or IPv4 Address Family Configuration
Mode [BGP4+]
Router Configuration or IPv6 Address Family Configuration
Usage
Redistribution is used by routing protocols to advertise routes that are learned by
some other 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 a route-map named rmap1,
Examples [BGP/
BGP+]
which is then applied using the redistribute route-map command.
awplus#
awplus(config)#
awplus(config-route-map)#
awplus(config-route-map)#
awplus(config-route-map)#
awplus(config)#
awplus(config-router)#
C613-50186-01 Rev B
Parameter
connected
ospf
rip
static
route-map
<route-map-entry-pointer>
configure terminal
route-map rmap1 permit 1
router bgp 12
Command Reference for AR2050V
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
Description
Specifies the redistribution of connected routes
for both BGP and BGP4+.
Specifies the redistribution of OSPF information
for BGP or OSPFv3 information for BGP4+.
Specifies the redistribution of RIP information for
BGP or RIPng information for BGP4+.
Specifies the redistribution of Static routes for
both BGP and BGP4+.
Route map reference for both BGP and BGP4+.
Pointer to route-map entries.
match origin incomplete
set metric 100
exit
redistribute ospf route-map rmap1
1307

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents