15 redistribute, 16 redistribute ospf, Redistribute – PLANET XGS3-24042 User Manual

Page 539: Redistribute ospf

Advertising
background image


34-178

34.15 redistribute

Command:

redistribute {kernel |connected| static| ospf| isis| bgp} [metric<value>] [route-map<word>]

no redistribute {kernel |connected| static| ospf| isis| bgp} [metric<value>] [route-map<word>]

Function:

Introduce the routes learnt from other routing protocols into RIPng.

Parameter:

kernel introduce from kernel routes

connected introduce from direct routes

static introduce from static routes

ospf introduce from IPv6 OSPF routes

isis introduce from IPv6 ISIS routes

bgp introduce from IPv6 BGP routes

<value> is the metric value assigned to the introduced route, ranging between 0-16

<word> is the probe poining to the route map for introducing routes

Command Mode:

Router mode

Example:

Switch#config terminal

Switch(config)#router ipv6 rip

Switch(config-router)#redistribute kernel route-map ip

34.16 redistribute ospf

Command:

redistribute ospf [<process-tag>] [metric<value>] [route-map<word>]

no redistribute ospf [<process-tag>]

Function:

To redistribute routing information from external OSPFv3 processes to RIPng process. The no form

of this command will remove the introduced OSPFv3 routing entries.

Parameters:

process-tag is the string tag for OSPFv3 process with maximum length limited within 15 characters.

If not specified, the default process will be used.

metric<value> is the metric for the introduced routing entries, limited between 0 and 16.

Advertising