0% found this document useful (0 votes)
52 views5 pages

Assignment 2: Name: Jtain Gupta Student Id: 141

The document describes the configuration of routers R1, R2, and R3 to set up frame relay and OSPF routing. Key steps include: 1) Configuring interfaces on each router for frame relay and OSPF with IP addresses and mappings to connect to other routers. 2) Setting OSPF processes on each router to advertise networks and form neighbor relationships. 3) Applying access lists on R1 to restrict access between networks while allowing necessary ping.

Uploaded by

Ramandeep Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views5 pages

Assignment 2: Name: Jtain Gupta Student Id: 141

The document describes the configuration of routers R1, R2, and R3 to set up frame relay and OSPF routing. Key steps include: 1) Configuring interfaces on each router for frame relay and OSPF with IP addresses and mappings to connect to other routers. 2) Setting OSPF processes on each router to advertise networks and form neighbor relationships. 3) Applying access lists on R1 to restrict access between networks while allowing necessary ping.

Uploaded by

Ramandeep Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

NDD430

Name: Jtain Gupta


Student id: 141******

Assignment 2

Configure frame-relay router R1, R2 and R3


R1 config# int s 0/0
#ip add 140.4.123.1255.255.255.0
# encapsulation frame-relay
#no frame-relay inverse-arp
#frame-relay map ip 140.4.123.2 102 broadcast
#frame-relay map ip 140.4.123.3 103 broadcast
# ip ospf priority 255

R1 config# int f0/2


#ip add 207.100.50.25 255.255.255.0
#no shutdown
#ip add 206.100.50.25 255.255.255.0
#int loopback 0
#ip add 140.4.1.1 255.255.255.255
#exit

R2config# int s 0/0


#ip add 140.4.123.2 255.255.255.0
# encapsulation frame-relay
#no frame-relay inverse-arp
NDD430

#frame-relay map ip 140.4.123.1 201 broadcast


#frame-relay map ip 140.4.123.3 201 broadcast
#ip ospf priority 0
#no shutdown
#exit

R2 config# int f0/0


#ip add 202.100.50.25 255.255.255.240
#no shutdown
#int loopback 0
#ip add 140.4.2.2255.255.255.255
#exit

R3 config# int s 0/0


#ip add 140.4.123.3255.255.255.0
#encapsulation frame-relay
#no frame-relay inverse-arp
#frame-relay map ip 140.4.123.1 301 broadcast
#frame-relay map ip 140.4.123.2 301 broadcast
#ip ospf priority 0
#no shutdown
#exit

R4 config# int f 0/0


# ip add 203.100.50.25 255.255.255.240
#no shutdown
#exit
NDD430

Configure ospf R1, R2 and R3 configuration switch

R1 config# router ospf 1


#router-id 140.4.1.1
#network 140.4.1.1 0.0.0.0area 0
#network 140.4.123.0 0.0.0.255 area 0
#network 207.100.50.16 0.0.0.15 area0
#network 206.100.50.16 0.0.0.15 area 0
#exit
#neighbour 140.4.123.2
#neighbour 140.4.123.3
#exit

config#int f 0/0.201
#encapsulation dot 1q 201
#ip add 201.100.50.16 255.255.255.240
#exit
#int f0/0.10
#encapsulation dot 1q201
#ip add 10.5.3.16255.255.255.240
#exit
NDD430

config#int f 0/0.205
#encapsulation dot 1q 205
#ip add 205.100.50.16255.255.255.240
#exit

R2 config # router ospf 1


#router-id140.4.2.2
#network 140.4.2.2 0.0.0.0 area 0
#network 140.4.123.0 0.0.0.15 area 0
#network 202.100.50.16 0.0.0.15 area 0

R3 config #router ospf 1


#router-id 140.4.3.3
#network 140.4.3.3 0.0.0.0area 0
#network 140.4.123.00.0.0.255area 0
#network 203.100.50.16 0.0.0.15 area 0

NetworkB not able to access the web server


#access-list 110 deny tcp 202.100.50.16 0.0.0.15 host 201.100.50.26 eq www
#access-list 110 deny tcp 202.100.50.16 0.0.0.15 host 205.100.50.26 eq www

Network G not able to access ftp


#access-list 110 deny tcp 201.100.50.16 0.0.0.15 host 201.100.50.26 eq ftp
#access-list 110 denytcp 207.100.50.16 0.0.0.15 host 205.100.50.26 eq ftp

Network C not able to telnet switch 1 and 5


NDD430

#access-list110 denytcp203.100.50.16 0.0.0.15 201.100.50.16 0.0.0.15eq23


#access-list 110 deny tcp203.100.50.16 0.0.0.15 205.100.50.16 0.0.0.15eq23
#access-list110 deny tcp203.100.50.16 0.0.0.1510.5.3.160.0.0.15eq23

Network F able to ping Network E

#acces-list 110 deny icmp 206.100.50.160.0.0.15205.100.50.160.0.0.15


#access-list 110 permit ip any any

R1 config# intf 0/0


#Ip access-group110 out
#exit

You might also like