|
Cisco Password Change Template File |
Top Previous Next |
|
# Copyright 2002 NetSense Inc. # www.net-sense.com # Author: Allan Silverstein
################################################ # Template file for changing Cisco Passwords # Set each of the variables below to YES or NO. # YOU MUST USE CAPITAL LETTERS!!! ################################################ set CHANGE_AUX_PASSWD YES set CHANGE_CONSOLE_PASSWD YES set CHANGE_VTY_PASSWD YES set CHANGE_ENABLE_PASSWD YES set CHANGE_SECRET_PASSWD YES
############################################################## # If the vty password, console password, and aux password # will be the same, then this value should be YES. Otherwise # set it to NO # YOU MUST USE CAPITAL LETTERS!!! ############################################################### set SAME_ACCESS_PASSWORDS YES
###################################################### # Enter the VTY Line Numbers when changing the VTY # Password. The default on Cisco is lines 0 through 4 # For example, if the commands to change the vty password # are # line vty 0 4 # password abcd # then VTY_START would be 0 and VTY_END would be 4 ####################################################### set VTY_START 0 set VTY_END 4 |