CCNA Lab 1 Change Router Name and Password
Re. steve-cisco-exam-review.org
Lab Requirements:
1. Router name: router
2. Set password to cisco, sercret to cisco, and vty to cisco.
3 All the passwords are required to be encrypted.
Now,
IT certification exam expert really recommended the cisco exam below:
Cisco 646-230: Advanced Unified Communications AM, these are some exam study guides which you will cover every field and category in
CSE helping to ready you for your successful
Cisco Certification.
Cisco 642-446: Implementing Cisco Unified Communications IP Telephony Part 1, these are some exam study guides which you will cover every field and category in
CCVP helping to ready you for your success
Lab Process:
Router>enable
Router#configure terminal
Router(config)#hostname router set route name
Router(config)#enable password cisco set router password
Router(config)#enable secret cisco set router encryption password
Router(config)#line vty 0
Router(config-line)#login
Router(config-line)#password cisco require password authentication
Router(config-line)#exit
Router(config)#service password-encryption set global password encryption
There are no comments.