EIGRP over Frame-Relay
In this project we have three sites and they are connected together by a frame-relay environment and also we want to run EIGRP on our routers. After configuration, each client should be able to ping others. Our clients configuration are as follows: {C1} IP Address: 192.168.1.2/30 {C2} IP Address: 192.168.2.2/30 {C3} IP Address: 192.168.3.2/30 In this step we’ll configure a router as a frame relay switch: {Interface Serial 1/0} FR(config)#frame-relay switching FR(config)#int s1/0 FR(config-if)#no ip add FR(config-if)#no shut FR(config-if)#encapsulation frame-relay FR(config-if)#clock rate 64000 FR(config-if)#frame-relay intf-type dce FR(config-if)#frame-relay route 102 interface s1/1 201 FR(config-if)#frame-relay route 103 interface s1/2 301 {Interface Serial 1/1} FR(config)#int...