15 route distinguisher, 16 route-target – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 549

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 549 of 855

Address Family-vrf mode

Examples

Switch(config-router)# address-family ipv4 vrf VRF_A
Switch(config-router-af)# redistribute static

27.15 route distinguisher

Use this command to assign a route distinguisher (RD) for the VRF. The route distinguisher value must be a
unique value on the router.

Command Syntax

rd RD-VALUE
RD-VALUE = ASN|IPID
ASN = ASN:NN 16-bit Specifies a AS number and an arbitrary number (for example- 100:1)
IPID = A.B.C.D|NN Specifies a 32-bit IP address and an arbitrary number (for example-
192.16.10.1:1)

Command Mode

VRF mode

Usage

Use the route distinguisher command to create routing and forwarding tables and to specify the default RD for a
VPN. The RD is added to the customer's IPv4 prefixes, changing them into globally unique VPN-IPv4
prefixes.

Examples

Switch(config)# ip vrf VRF_A
Switch(config-vrf)# rd 100:1

Related Commands

ip vrf, route-target

27.16 route-target

Use this command to add a list of import and export route-target extended communities to the VRF.
Use the no parameter with this command to delete a route target.

Command Syntax

(no) route-target TYPE RT-VALUE
TYPE = export|import|both

Advertising