Skip to content

Instantly share code, notes, and snippets.

@alex2006hw
Created October 17, 2014 20:02
Show Gist options
  • Save alex2006hw/dc7fb7d5979cac4d8d7b to your computer and use it in GitHub Desktop.
Save alex2006hw/dc7fb7d5979cac4d8d7b to your computer and use it in GitHub Desktop.
Cisco configs
en
conf t
aaa new-model
aaa authentication login default local
aaa authorization exec default local
aaa session-id common
ip ssh version 2
ip domain-name alex2006hw.com
hostname alex2006hw-switch1
crypto key gen rsa gen mod 1024
username admin privilege 5 password 0 LOGIN_CLEAR_TEXT_PASSWORD
enable secret 0 ENABLE_CLEAR_TEXT_PASSWORD
line vty 0 15
no password
transport preferred none
transport input ssh
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment