1 00:00:00,114 --> 00:00:05,408 In the previous video, we already configure static routing in two router. 2 00:00:05,847 --> 00:00:10,153 Next in this video, we are going to add 1 more router. 3 00:00:10,711 --> 00:00:20,477 Let’s just start, import new router, and also import 1 new pc. 4 00:00:22,796 --> 00:00:24,862 Connect the pc to the router, 5 00:00:27,886 --> 00:00:31,863 and we also need to connecting router 2 with new router, 6 00:00:32,434 --> 00:00:38,315 but let’s change the router name first, let’s say this is router 3. 7 00:00:38,873 --> 00:00:45,000 The problem is, this router is only have 2 interface. Let’s check it, 8 00:00:47,056 --> 00:00:56,387 do show ip interface brief, here we can see that we only have fa0/0 and fa0/1. 9 00:00:57,223 --> 00:01:00,928 So we can not connecting router 2 to router 3. 10 00:01:01,314 --> 00:01:09,000 Let’s try it. Here we get an error the cable cannot be connected to that port. 11 00:01:09,609 --> 00:01:13,353 So we need to add additional interface in router 2. 12 00:01:13,730 --> 00:01:17,256 But before that, let’s save the configuration first. 13 00:01:17,818 --> 00:01:19,662 Then go to physical, 14 00:01:22,409 --> 00:01:24,219 let’s shutdown the router. 15 00:01:25,047 --> 00:01:37,131 Now let’s add new interface, we will use NM-1FE-TX, okay let’s turn on the router again. 16 00:01:39,900 --> 00:01:43,648 Let’s try to connecting router 2 to router 3 again, 17 00:01:46,926 --> 00:01:55,664 okay here we can see that we can connecting router 2 to router 3, the interface is fa1/0. 18 00:01:56,391 --> 00:02:00,397 Next for ip addressing, in the router 2, 19 00:02:00,397 --> 00:02:11,441 the ip address will be 10.20.20.1/24, router 3 will be 10.20.20.2/24. 20 00:02:14,366 --> 00:02:19,193 And then router 3 that connected to pc 3, the ip address will be 21 00:02:19,193 --> 00:02:30,653 192.168.3.1/24, and in the pc, the ip address will be 192.168.3.10/24. 22 00:02:31,831 --> 00:02:43,488 Okay now let’s start the configuration, let’s start from router 2. Enable, configure terminal, 23 00:02:43,941 --> 00:02:59,326 interface fa1/0, no shutdown, and the ip address is 10.20.20.1 255.255.255.0. 24 00:03:01,180 --> 00:03:06,836 Okay we have done in router 2, next let’s configure router 3. 25 00:03:07,582 --> 00:03:15,289 No, enable, configure terminal, interface fa0/1, 26 00:03:16,688 --> 00:03:29,854 no shutdown, the ip address is 10.20.20.2 so here 10.20.20.2 255.255.255.0. 27 00:03:30,873 --> 00:03:44,812 Next let’s configure fa0/0, the ip address is 192.168.3.1 255.255.255.0. 28 00:03:50,528 --> 00:03:57,866 Here we can see that the light is red, so we need to no shutdown. Let’s check it first, 29 00:04:00,149 --> 00:04:06,343 do show ip interface brief, okay here I do a mistake. 30 00:04:06,914 --> 00:04:18,892 Let’s configure the ip address of fa0/1 again, ip address 10.20.20.2 255.255.255.0, 31 00:04:19,458 --> 00:04:28,782 and then go to int fa0/0, no shutdown, here we can see that now the light is green. 32 00:04:29,141 --> 00:04:36,903 And then the ip address is 192.168.3.1 255.255.255.0. 33 00:04:37,911 --> 00:04:45,675 Okay now we have done in router 3. Last, let’s configure the ip address of pc 3. 34 00:04:46,076 --> 00:04:59,755 Desktop, ip configuration, the ip address is 192.168.3.10, the gateway is 192.168.3.1. 35 00:05:00,832 --> 00:05:06,077 Okay now we have done, configuring an ip address in all router and pc. 36 00:05:07,687 --> 00:05:10,423 Now let’s analyze the routing. 37 00:05:11,040 --> 00:05:17,287 In the previous video, we already add static routing in router 1, let’s write it, 38 00:05:19,582 --> 00:05:31,275 S this is means static, the destination is 192.168.2.0/24 and the next hop is 10.10.10.2. 39 00:05:32,914 --> 00:05:38,688 In the router 2, we also already add static routing, let’s write it, 40 00:05:42,220 --> 00:05:51,141 the destination is 192.168.1.0/24 and the next hop is 10.10.10.1. 41 00:05:53,831 --> 00:05:58,619 Last for router 3, we don’t configure static routing yet, 42 00:05:59,223 --> 00:06:04,356 so router 3 should have only 2 network in the routing table, 43 00:06:04,688 --> 00:06:17,698 which is 10.20.20.0/24 and 192.168.3.0/24, because this two network is connected to router 3. 44 00:06:18,871 --> 00:06:35,259 Let’s write it. 10.20.20.0/24 is in fa0/1, and 192.168.3.0/24 is in fa0/0. 45 00:06:37,566 --> 00:06:44,065 Oh ya one more thing, in router 2 must be have new entry in the routing table, 46 00:06:44,764 --> 00:06:57,300 which is 10.20.20.0/24, because this is connected to router2, and this network is connected to fa1/0. 47 00:07:00,274 --> 00:07:06,581 Okay I think enough for this video, in the next video, we are going to configure static routing 48 00:07:06,581 --> 00:07:10,604 so pc 3 can communicate with pc 1 and pc 2. 49 00:07:10,960 --> 00:07:14,170 Thankyou for watching and see you on the next video.