Packet Tracer - Connect a Router to a LAN

Connect a Router to a LAN

1. Click a device and then click the CLI tab to access the command line directly. The console password is cisco. The privileged EXEC password is class.
a.     Which command displays the statistics for all interfaces configured on a router?
b.    Which command displays the information about the Serial 0/0/0 interface only?
 

   2.  
Enter the following commands to address and activate the GigabitEthernet 0/0 interface on R1:
R1(config)# interface gigabitethernet 0/0
R1(config-if)# ip address 192.168.10.1 255.255.255.0
R1(config-if)# no shutdown
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
 
      
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4. It is good practice to configure a description for each interface to help document the network information. Configure an interface description indicating to which device it is connected.
R1(config-if)# description LAN connection to S1
     
     5. R1 should now be able to ping PC1.
R1(config-if)# end
%SYS-5-CONFIG_I: Configured from console by console
R1# ping 192.168.10.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.10, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/2/8 ms
6. Save the configuration files on both routers to NVRAM. What command did you use?
 
 
Hasil Nilai :


Komentar

Postingan populer dari blog ini

Packet Tracer - Configuring initial

Konfigurasi Dasar EIGRP Routing Dan Konfigurasi Server Pada Router