84 redistribute ospf, 85 redistribute ospf (mbgp4+), Redistribute ospf – PLANET XGS3-24040 User Manual

Page 554: Mbgp4+)

Advertising
background image


35-267

Usage Guide: Route from other ways will be distributed into the BGP route table with this command and

transmitted to the neighbors.

Example: The static route is introduced into BGP with this configuration and advertised to the neighbors.

Switch(config-router)# redistribute static

35.84 redistribute ospf

Command: redistribute ospf [<process-id>] [route-map<word>]

no redistribute ospf [<process-id>]

Function: To redistribute routing information form OSPF to BGP. The no form of this command will

remove the configuration.

Parameters: process-id is the process ID of the OSPF, limited between 1 and 65535. If no process id is

specified, the default process id will be used.

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

Default: Not redistributed by default.

Command Mode: BGP Configuration Mode.

Usage Guide: None.

Example: To redistribute routing of OSPF v2 to BGP (as number is 1).

Switch(config)#router bgp 1

Switch (config-router)#redistribute ospf 2

35.85 redistribute ospf (MBGP4+)

Command: redistribute ospf [<process-tag>] [route-map<word>]

no redistribute ospf [<process-tag>]

Function: To redistribute routing information form OSPFv3 to MBGP4+. The no form of this command

will remove the configuration.

Parameters: process-id is the process character string of the OSPFv3, the length is less than 15. If no

process id is specified, the default process will be used.

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

Default: Not redistributed by default.

Command Mode: BGP IPv6 Configuration Mode.

Usage Guide: None.

Example: To redistribute routing information from OSPFv3 process with the tag as ABC to MBGP4+ (as

number as 1).

Switch (config)#router bgp 1

Advertising