1 LAB Basic Router Configuration
1 LAB Basic Router Configuration
Configuring Hostname:
Router>enable
Router#configure terminal
Router(config)#hostname R1
Setting Passwords:
Set the time limit when the console automatically logs off:
R1(config)#line console 0
R1(config-line)#exec-timeout 0 0
R1(config-line)#exit
Set the time limit when the vty session (telnet, ssh) automatically logs off:
R1(config)#line vty 0 4
R1(config-line)#exec-timeout 0 0
R1(config-line)#exit
Display information about the Cisco IOS Software and Configuration register value:
R1#show version
Display serial (WAN) interface for checking DCE, DTE and clock rate information:
R1#show controllers serial 0/0