Breaking News

Advanced routing configuration

Advanced routing configuration

1.  In this lab you will practice using some advanced configuration and show commands on the Cisco router. Please remember your lab 2 commands needed to switch between Router modes (i.e. exit, end, disable)

2.  On UDOM_CIVE, configure a console password of ‘ consoletn222’ . The console user must enter this password before gaining access to the user mode prompt. 
UDOM_CIVE(config)# line console 0 
UDOM_CIVE(config-line)# login 
UDOM_CIVE(config-line)# password consoletn222

3.  Configure a banner that says” Welcome to UDOM_CIVE - Authorized Users Only.  
UDOM_CIVE(config)# banner motd # Welcome to UDOM_CIVE - Authorized Users Only #
4.  Test the banner and console password by logging out of the router and logging back in. Get into enable mode after successfully logging into the console. UDOM_CIVE# logout enter 
password: consoletn222 UDOM_CIVE> enable  password: tn222 UDOM_CIVE#
5. Configure a password of ‘ telnettn222’ on CIVE_LAB that will enable remote users to Telnet into it:

CIVE_LAB(config)# line vty 0 4 
CIVE_LAB(config-line)# login 
CIVE_LAB(config-line)# password telnettn222
6. On UDOM_CIVE, associate a name of ‘ CIVE_LAB’ with the remote IP address 10.10.1.2. This will allow you to ping CIVE_LAB’s name rather than having to remember its IP address. 
UDOM_CIVE(config)# ip host CIVE_LAB 10.10.1.2
7. Verify that the name is in UDOM_CIVE’s host table with the show hosts command. UDOM_CIVE# show hosts

8.  Ping ‘ CIVE_LAB’ and verify that the pings succeed. 
UDOM_CIVE# ping CIVE_LAB

9.  Display the contents of flash memory on CIVE_LAB. 
a. Question: what is the name of the IOS image in flash and how large is it? 
CIVE_LAB# show flash

10. Display the history table on UDOM_CIVE. This shows the last 10 commands that were entered on the router. You can recall commands by entering CTRL-P or by hitting the up arrow key. 
UDOM_CIVE# show history 
UDOM_CIVE# ctrl-p (to see previously entered commands) 
11.On UDOM_CIVE, do show interfaces on Serial0/0. Note on the third line of the output that the bandwidth is assumed to be 1544kb. This is because the router assumes all serial links are T1’s unless you configure otherwise. Configure UDOM_CIVE’s S0 link to have a bandwidth of 64kb and then reenter the show interfaces command. 
UDOM_CIVE# show interfaces serial0/0 
UDOM_CIVE# configure terminal 
UDOM_CIVE(config)# interface serial0/0 UDOM_CIVE(config-if)# bandwidth 64 
UDOM_CIVE(config-if)# clock rate 64000 
UDOM_CIVE(config-if)# ctrl-z 
UDOM_CIVE# show interfaces serial0/0

12.On UDOM_CIVE, add a description to interface Serial0/0 that says “ Serial Link to CIVE_HOSTELS. This description will appear whenever you issue a show interfaces command for Serial0/0. 
UDOM_CIVE(config)# interface serial0/0 
UDOM_CIVE(config-if)# description Serial Link to CIVE_HOSTELS 
UDOM_CIVE(config-if)# exit 
UDOM_CIVE(config)# exit 
UDOM_CIVE# show interfaces serial0/0

13.  Configure CIVE_HOSTELS and CIVE_CLASSES: configure hostnames 
configure an enable secret password of ‘ tn222’ 
assign IP addresses and subnet masks to serial & Ethernet interfaces  Remember to set the clock rate on the CIVE_HOSTELS Serial 1 interface. activate serial and Ethernet interfaces verify CIVE_HOSTELS can ping UDOM_CIVE verify CIVE_HOSTELS can ping CIVE_CLASSES save the configurations to NVRAM

 

++++++++++++++++++++++++++++++++
 Thanks To Mr:- Marcosoft 
For anything ask,just whatsapp contact me via my email 
marcosoft41@gmail.com
+255764292989
++++++++++++++++++++++++++++++++++++++++

No comments