You are on page 1of 5

Name: Aaryan Bhatia Ghosh

Reg No: 20BDS0187


Course: ISAA
Slot: L55+L56
Faculty: Dr. Chandra Mohan B
Date: 04/11/2022

Assessment – 04

Figure:

Fig 1.1: Diagram of Network with 4 Routers / 2 Switches / 6 End Devices

Tunnel Requirement from R1 to R4 (IP Assigned: 187)


VPN Tunnel Router Configurations:
1. R1:

R1(config-if)#ip address 187.16.1.1 255.255.0.0


R1(config-if)#tunnel source Gig0/1
R1(config-if)#tunnel destination 2.0.0.2
R1(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel10, changed state to up
R1(config-if)#no shut

2. R4:

Router(config-if)#ip address 187.16.1.2 255.255.0.0


Router(config-if)#tunnel source Gig0/0
Router(config-if)#tunnel destination 1.0.0.1
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel100, changed state to up
Router(config-if)#no shut

Screenshots of Output

1. Ping of Routers:

2. VPN Tunnel Screenshots of Configurations in CLI:


R1:

R4:

3. Ping From R1 to 187.16.1.2 (R4 VPN Tunnel):

4. Ping From R4 to 187.16.1.1 (R1 VPN Tunnel):

Routing Configurations
1. R1:

R1(config)#ip route 0.0.0.0 0.0.0.0 1.0.0.2

2. R4:

Router(config)#ip route 0.0.0.0 0.0.0.0 2.0.0.1

3. R1(config)#ip route 192.168.2.0 255.255.255.0 187.16.1.2

4. Router(config)#ip route 192.168.1.0 255.255.255.0 187.16.1.1

Tunnel Interface Screenshots

1. Router 1:
2. Router 4:

You might also like