[j-nsp] advertising direct routes in a vrf

Ezequiel Carson ezequiel at ifxnw.com.ar
Tue May 24 14:28:08 EDT 2005


Hi List,

	Im configuring a l3vpn and i found that i have to add static routes
/32s in order to  be able to ping from one CE to anothe CE.

	Example.

	
	ge-1/0/0.1505
	vlan-id 1505;
		family inet {
    			address 10.14.120.1/24;
	}

	The only way that another CE can reach my hsot 10.14.120.10 or
10.14.120.4 is adding static routes in the routing-instance
configuration.
show configuration routing-instances IFX-MGMT
instance-type vrf;
interface ge-1/0/0.1505;
route-distinguisher 1111:999000005;
vrf-targ\et target:1111:999000005;
routing-options {
    static {
        route 10.14.120.4/32 next-hop 10.14.120.4;
        route 10.14.120.10/32 next-hop 10.14.120.10;
    }
}


Is there any problem with my configuration?

thanks
Ezequiel



More information about the juniper-nsp mailing list