Goal :-
Requirements:-
Requirements:-
We are running the comnapy in diffrent locations to manage the better work, we need the strong network communications in different locations, so employees can access applicaitons, manage databases, and shared resourses to head office. while running the company you are selected as network engineer to manage the better production networks. For better services you advised the frame-realy WAN serive from telecommunication provider to connect the different location offices.
Configure the ip addresses according to below network diagram.
Configure the DLCI address. DLCI stands for Data Link Connection Identifier
Check the connectivity from all routers
configure the DCLI address hub and spoke routers
Network Diagram
hostname FRSW
frame-relay switching
interface Serial2/0
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay intf-type dce
frame-relay route 102 interface Serial2/1 202
frame-relay route 103 interface Serial2/2 302
frame-relay route 104 interface Serial2/3 402
!
interface Serial2/1
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay intf-type dce
frame-relay route 202 interface Serial2/0 102
!
interface Serial2/2
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay intf-type dce
frame-relay route 302 interface Serial2/0 103
!
interface Serial2/3
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay intf-type dce
frame-relay route 402 interface Serial2/0 104
R1 Config :-
hostname R1
interface Serial2/0
ip address 10.0.0.1 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay map ip 10.0.0.4 104 broadcast
frame-relay map ip 10.0.0.3 103 broadcast
frame-relay map ip 10.0.0.2 102 broadcast
R2 Configuration :-
hostname R2
interface Serial2/0
ip address 10.0.0.2 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay map ip 10.0.0.1 202 broadcast
R3 Configuration :-
hostname R3
interface Serial2/0
ip address 10.0.0.3 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay map ip 10.0.0.1 302 broadcast
R4 Configuration
hostname R4
interface Serial2/0
ip address 10.0.0.4 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay map ip 10.0.0.1 402 broadcast
Now a days in the in the networking industry, routing and switching are very fast-growing in the world; simultaneously, the hardware equipment is rapidly developing, but in the various types of the vendor products are not communicating with OS, scripting issues or any.. here we are look forward to communicating and developing the routes betweent the two verndor products.. Lets move farword.
Routing is in the real world, there is path from one network to another network. Here we observe the routing between two vendor products like Cisco router as well as Mikrotik router. Here am not using the real eqipement, by using the images, in grouping together one place in the emulator, we all know the name of the emulator like GNS3. Here I as using the Image of MIKROTIK CHR, and for Cisco i am using CISCO IOU image for cisco hardware.