Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with command

Status
Not open for further replies.

fenstrat

Technical User
Nov 5, 2002
226
0
0
US
Can anyone tell me what the following command is used for
Route-map VPN permit 20
Thanks
 
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..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top