#CCNA
Jignesh pethani
?? Tech Jedi | Cyber Security Engineer with a knack for outsmarting hackers | Creating fortresses to keep your business and data safe
Lab -1
Objective
(1) Communicate 2 different network
(2) Verify gateway
(3) Configuration verification
(4) After restart configuration verification
- Design lab Topology
- Assign IP Address
click on 192.168.1.101 laptop and then go on Desktop and click on IP Configuration
same process repeat on all device
- Verify Gateway
Ping 192.168.1.101 to 192.168.1.1
Ping 172.168.3.101 to 172.168.3.1
- Configuration
Enable
Configure terminal
Interface fastEthernet 0/0
IP address 192.168.1.1 255.255.255.0
No shutdown
Interface fastEthernet 0/1
IP address 172.168.3.1 255.255.0.0
No shutdown
Exit
Exit
- Verify end to end
Ping 192.168.1.101 to 172.168.3.102
Show ip interface brief
- Save configuration
Copy running-config startup-config
- Reload router
reload
- Verify configuration after reload