On (2007-07-24 14:02 +0300), Sami Joseph wrote: > global, so i will put a static route like below: > > ip route vrf guest x.x.x.x x.x.x.x Y.Y.Y.Y global > where Y.Y.Y.Y is the gateway of the NTP server. > > now thats for the outgoing traffic, how about the incoming, it sure needs a > way to come back to its requestor?
I guess your subject is wrong, as you have that direction OK. Anyhow, about importing global routes to VRF, you can either do like you did above, but remember to give the VRF interface to the static route also. Or you can use 'import ipv4' clause under VRF config, which is rather new feature, and might not be available in your platform. HTH, -- ++ytti _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
