CCNA LAB -1

Post date: Apr 23, 2017 6:17:25 PM

Design the Topology :-

Configure of IP Address

Static IP address setup of PCo

IP Address: 192.168.1.1

Subnet Mask: 255.255.255.0

Default Gateway: 192.168.1.100

Static IP address setup of PC1

IP Address: 192.168.1.2

Subnet Mask: 255.255.255.0

Default Gateway: 192.168.1.100

Static IP address setup of PC2

IP Address: 192.168.1.3

Subnet Mask: 255.255.255.0

Default Gateway: 192.168.1.100

Static IP address setup of PC3

IP Address: 192.168.1.4

Subnet Mask: 255.255.255.0

Default Gateway: 192.168.1.100

Static IP address setup of PC4

IP Address: 192.168.2.1

Subnet Mask: 255.255.255.0

Default Gateway: 192.168.2.100

Static IP address setup of PC5

IP Address: 192.168.2.2

Subnet Mask: 255.255.255.0

Default Gateway: 192.168.2.100

Verification of Interface using command:-

#show ip interface brief

On Router-1

Double click on Router-1:-

Router>

Router>enable

Router#

Router#configure Terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#

Router(config)#hostname R-1

R-1(config)#

R-1(config)#interface gigabitEthernet 0/0

R-1(config-if)#ip address 192.168.1.100 255.255.255.0

R-1(config-if)#no shutdown

R-1(config-if)#

%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up

R-1(config-if)#exit

R-1(config)#

------------------------------------------------------------------------------------------------------------------------------

R-1(config)#interface serial 0/1/0

R-1(config-if)#ip address 10.0.0.1 255.0.0.0

R-1(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down

R-1(config-if)#clock rate 64000

R-1(config-if)#

On Router 2

Router>enable

Router#configure terminal

Router(config)#hostname R-2

R-2(config)#interface gigabitEthernet 0/0

R-2(config-if)#ip address 192.168.2.100 255.255.255.0

R-2(config-if)#no shutdown

R-2(config-if)#

%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up

R-2(config-if)#

R-2(config-if)#exit

R-2(config)#interface serial 0/1/1

R-2(config-if)#ip address 10.0.0.2 255.0.0.0

R-2(config-if)#no shutdown

R-2(config-if)#

%LINK-5-CHANGED: Interface Serial0/1/1, changed state to up

R-2(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/1, changed state to up

R-2#show ip interface brief

Interface IP-Address OK? Method Status Protocol

GigabitEthernet0/0 192.168.2.100 YES manual up up

GigabitEthernet0/1 unassigned YES unset administratively down down

GigabitEthernet0/2 unassigned YES unset administratively down down

Serial0/1/0 unassigned YES unset administratively down down

Serial0/1/1 10.0.0.2 YES manual up up

Vlan1 unassigned YES unset administratively down down

R-2#

R-1#show ip interface brief

Interface IP-Address OK? Method Status Protocol

GigabitEthernet0/0 192.168.1.100 YES manual up up

GigabitEthernet0/1 unassigned YES unset administratively down down

GigabitEthernet0/2 unassigned YES unset administratively down down

Serial0/1/0 10.0.0.1 YES manual up up

Serial0/1/1 unassigned YES unset administratively down down

Vlan1 unassigned YES unset administratively down down

R-2#ping 10.0.0.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/16 ms