1 00:00:00,093 --> 00:00:06,123 In the previous video, we already configure dynamic routing eigrp on 2 router. 2 00:00:06,866 --> 00:00:14,052 Next in this video, we are going to add one more router to our topology. Let’s just start. 3 00:00:14,697 --> 00:00:20,424 Import 1 new router, the name let’s say router 3. 4 00:00:21,422 --> 00:00:23,823 Let’s also add 1 new pc. 5 00:00:27,840 --> 00:00:34,523 We will connecting router 2 and router 3. But remember that in router 2 now 6 00:00:34,523 --> 00:00:40,853 just have 2 interface, so we need to add an interface first in router 2. 7 00:00:41,684 --> 00:00:47,464 Let’s save the configuration first, go to physical, 8 00:00:50,373 --> 00:00:58,683 shutdown the router, add new interface, and then turn on again. 9 00:01:00,825 --> 00:01:09,833 Now let’s connecting router 2 with router 3. And also connecting router 3 with pc 3. 10 00:01:10,663 --> 00:01:19,596 For the ip addressing, here in router 2, the ip address will be 10.20.20.1/24, 11 00:01:20,242 --> 00:01:32,482 in router 3 will be 10.20.20.2/24, and router 3 that connected to pc 3 will be 192.168.3.1/24, 12 00:01:32,694 --> 00:01:38,162 and pc 3 will be 192.168.3.2/24. 13 00:01:38,915 --> 00:01:43,994 Let’s start configure the ip address, configure router 2 first, 14 00:01:46,495 --> 00:01:57,121 enable, configure terminal, here in router 2, we need to add 1 new ip address in fa1/0. 15 00:01:58,675 --> 00:02:11,472 So interface fa1/0, no shutdown, and then the ip address is 10.20.20.1 255.255.255.0, 16 00:02:12,523 --> 00:02:15,292 okay now we have done on router 2. 17 00:02:15,865 --> 00:02:22,612 Next let’s configure router 3, here we will configure 2 interface, 18 00:02:23,134 --> 00:02:34,545 fa0/0 is 10.20.20.2 and fa0/1 is 192.168.3.1, let’s just start. 19 00:02:35,254 --> 00:02:39,294 No, enable, configure terminal, 20 00:02:39,762 --> 00:02:52,038 interface fa0/0, no shutdown, and the ip address is 10.20.20.2 255.255.255.0, 21 00:02:53,328 --> 00:03:08,562 Next for fa0/1, interface fa0/1, no shutdown, and the ip address is 192.168.3.1 255.255.255.0 22 00:03:09,475 --> 00:03:13,624 Last, let’s configure the ip address of pc 3. 23 00:03:13,920 --> 00:03:21,922 The ip address is 192.168.3.2 and the gateway is 192.168.3.1. 24 00:03:22,774 --> 00:03:27,332 Okay now we have done add 1 new router to the topology. 25 00:03:27,742 --> 00:03:37,794 In the next video, we are going to configure eigrp so pc 1 pc 2 and pc 3 will able to communicate each others. 26 00:03:38,443 --> 00:03:41,904 Thankyou for watching and see you on the next video.