Activity 6.4.3.3 Packet Tracer - Connect a Router to a LAN
Keterangan:
Device
|
Interface
|
IP Address
|
Subnet Mask
|
Default Gateway
|
R1
|
G0/0
|
192.168.10.1
|
255.255.255.0
|
N/A
|
G0/1
|
192.168.11.1
|
255.255.255.0
|
N/A
| |
S0/0/0 (DCE)
|
209.165.200.225
|
255.255.255.252
|
N/A
| |
R2
|
G0/0
|
10.1.1.1
|
255.255.255.0
|
N/A
|
G0/1
|
10.1.2.1
|
255.255.255.0
|
N/A
| |
S0/0/0
|
209.165.200.226
|
255.255.255.252
|
N/A
| |
PC1
|
NIC
|
192.168.10.10
|
255.255.255.0
|
192.168.10.1
|
PC2
|
NIC
|
192.168.11.10
|
255.255.255.0
|
192.168.11.1
|
PC3
|
NIC
|
10.1.1.10
|
255.255.255.0
|
10.1.1.1
|
PC4
|
NIC
|
10.1.2.10
|
255.255.255.0
|
10.1.2.1
|
Bagian 1: Konfigurasikan antarmuka router
Langkah 1: mengkonfigurasi GigabitEthernet 0/0 antarmuka pada R1.
Langkah 1: mengkonfigurasi GigabitEthernet 0/0 antarmuka pada R1.
a. masukkan perintah berikut untuk mengatasi dan mengaktifkan GigabitEthernet 0/0 interface pada 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
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
b. Konfigurasikan Deskripsi antarmuka yang menunjukkan perangkat yang terhubung.
R1(config-if)# description LAN connection to S1
c. R1 sekarang harus mampu 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
d. Lakukan hal yang sama bada gigabitethernet0/1
Bagian 2: Konfigurasi Gigabit Ethernet Interfaces tersisa pada R2.
a. masukkan perintah berikut untuk mengatasi dan mengaktifkan GigabitEthernet 0/0 interface pada R2:
R1(config)# interface gigabitethernet 0/0
R1(config-if)# ip address 10.1.1.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
R1(config-if)# ip address 10.1.1.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
b. Konfigurasikan Deskripsi antarmuka yang menunjukkan perangkat yang terhubung.
R1(config-if)# description LAN connection to S1
c. R1 sekarang harus mampu ping PC1.
c. R1 sekarang harus mampu ping PC1.
R1(config-if)# end
%SYS-5-CONFIG_I: Configured from console by console
R1# ping 10.1.1.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
d. Lakukan hal yang sama bada gigabitethernet0/1
Bagian 3: Backup konfigurasi untuk NVRAM.
Simpan file konfigurasi pada kedua router ke NVRAM.
R1# copy running-config startup-configDestination filename [startup-config]?[Enter]
Building configuration...
[OK]
Tidak ada komentar:
Posting Komentar