14 redistribute, 15 route distinguisher – CANOGA PERKINS 9175 Command Reference User Manual

Page 485

Advertising
background image

CanogaOS Command Reference

27-9

Address Family-vrf mode

Usage

If the customer AS is multi-homed to ISP, this command ensures that PE does not advertise the routes back

to same AS.

Examples

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

Switch(config-router-af)# neighbor 10.10.0.1 soo 100:1

Related Commands

address-family ipv4 vrf, neighbor remote-as

27.14 redistribute

Use this command to redistribute routes between routing domains.

Command Syntax

(no) redistribute static|connected|rip|ospf (route-map WORD)

static redistribute static routes in the VRF

connected redistribute connected routes in the VRF

rip

ospf

WORD A pointer to route-map entries.

Command Mode

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-

Advertising