Monday, January 2, 2012

Create VPN

How to Add new VPN account

log in to router using "ssh"

# en

# conf t //entering to configuration mode

# username priv password

Ex: username user1 priv 7 password userpwd // priv 7 for moderate privileges
Ex: username user1 priv 15 password userpwd // priv 15 for admin privileges

# end //exit from configuration mode

# exit //exit from router

To delete an existing VPN account


Use same syntax for creating account with "no" the beginning.
Ex: no username user1 priv 7 password userpwd

No comments:

Post a Comment