16 redistribute ospf, 17 route, Redistribute ospf – PLANET XGS3-24040 User Manual

Page 443: Route

Advertising
background image


32-156

32.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.

route-map<word> is the pointer to the introduced routing map.

Default:

Not redistributed by default.

Command Mode:

RIPng Configuration Mode.

Usage Guide:

None.

Example:

To redistribute OSPFv3 ABC routing ro RIPng.

Switch(config)#router ipv6 rip

Switch (config-router)#redistribute ospf abc

32.17 route

Command:

route <ipv6-address>

no route <ipv6-address>

Function:

This command configures a static RIPng route. The “no route <ipv6-address>“ command deletes

this route.

Parameter:

Specifies this destination IPv6 address prefix and its length show in colon hex notation.

Usage Guide:

The command adds a static RIPng route, and is mainly used for debugging. Routes configured by

this command will not appear in kernel route table but in the RIPng route database, however it could

be located by using the show ipv6 rip command.

Command Mode:

Router mode

Example:

Switch#config terminal

Advertising