Task 1:
For reference information on configuring hostnames, please refer to:
Lab 35 Configuration and Verification Task 1
Task 2:
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#enable secret level 15 cisco456
R1(config)#^Z
R1#
Task 3:
R1>show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES manual administratively down down
Serial0/0 unassigned YES manual administratively down down
Serial0/1 unassigned YES manual administratively down down
Task 4:
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#privilege exec level 15 show ip interface brief
R1(config)#end
R1#
| NOTE: The privilege exec command is used to set different privilege levels for commands. By default, the show ip interfaces brief command has a privilege level of 1 which means that it can be issued from the User Exec prompt; i.e. the > prompt after the hostname of the device. |
Task 5:
R1#disable
R1>show ip interface brief
^
% Invalid input detected at ‘^’ marker.
Task 6:
R1>enable
Password:
R1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES manual administratively down down
Serial0/0 unassigned YES manual administratively down down
Serial0/1 unassigned YES manual administratively down down