86 rd, 87 router bgp, Router bgp – PLANET XGS3-24040 User Manual
Page 555
35-268
Switch (config-router)#address-family ipv6 unicast
Switch (config-router-af)#redistribute ospf abc
35.86 rd
Command: rd
Function: Configure the VRF route identification label.
Parameter:
address): digits, such as: 100:10
Command Mode: vrf mode
Usage Guide: Under VRF mode the configured RD is for identifying different VRF each of which shall
have a unique RD; The BGP distinct routes with different VRF with this identification label. But attention
should be paid on that once RD is configured, it will not be changed. So there is no form command to
cancel this configuration and you have to reconfigure VRF
Example:
Switch(config)#ip vrf DC1
Switch(config-vrf)#rd 100:10
Switch(config-vrf)#
Above example creates a VRF named DC1 with RD value at 100:10
35.87 router bgp
Command: router bgp
no router bgp
Function: Enable BGP instance. The “no router bgp
Parameter:
Default: BGP not enabled.
Command Mode: Global mode
Usage Guide: Enable BGP by specified AS, and then enter the config-router state, the protocol can be
configured at this prompt.
Example:
Switch(config)#router bgp 200
Switch(config-router)#exit