Skip to main content

Basic Cisco Router Host name & Password Configuration

Lab Tasks

  1. Setting router name to R1
  2. Set privileged mode password to cisco123
  3. Set privileged mode secret to cisco 12345
  4. Set console line password to lab123
  5. Set auxiliary line password to ciscolab123 
         
 Lab Configuration
Task 1
Router(config)#hostname R1                                    
R1(config)#                                                                                    

Task 2
R1(config)#enable password cisco123

Task 3
R1(config)#enable secret cisco12345

Task 4
R1(config)#line con 0
R1(config-line)#password lab123
R1(config-line)#login

Tack 5
R1(config)#line aux 0
R1(config-line)#password ciscolab12345
R1(config-line)#login
Video

Comments

Popular posts from this blog

Mastering Network Simulations: Access EVE-NG Devices Like a Pro with Sup...

Super Putty Installation: Avoid the Biggest Mistakes! Common Errors & Ho...

CLI Tab locked Error || Create Devices locked error || Packet tracer || ...