Mar 25, 2003 #1 fenstrat Technical User Nov 5, 2002 226 US Can anyone tell me what the following command is used for Route-map VPN permit 20 Thanks
Mar 25, 2003 #2 CaMedic ISP Oct 11, 2002 25 US route-map is a way to direct traffic based on a specfied list VPN is a name for this item Permit 20 is a priority you should see somthing like this... in the interface somthing like... interface Serial5/0:13 description VPN ip address 1.2.3.4 255.255.255.255 encapsulation ppp ip policy route-map VPN no cdp enable There are many ways to set this up, for instatce using BGP.. http://www.cisco.com/en/US/products...ts_feature_guide09186a008012ee23.html#1027258 Upvote 0 Downvote
route-map is a way to direct traffic based on a specfied list VPN is a name for this item Permit 20 is a priority you should see somthing like this... in the interface somthing like... interface Serial5/0:13 description VPN ip address 1.2.3.4 255.255.255.255 encapsulation ppp ip policy route-map VPN no cdp enable There are many ways to set this up, for instatce using BGP.. http://www.cisco.com/en/US/products...ts_feature_guide09186a008012ee23.html#1027258