1 00:00:00,710 --> 00:00:05,531 In the previous video, we already learn about the concept of routing. 2 00:00:06,165 --> 00:00:12,769 Now in this video, we are going to use another case, let’s remove several things that not 3 00:00:12,769 --> 00:00:20,879 used, and then let’s import 1 more router. 4 00:00:25,020 --> 00:00:30,592 Let’s change the router name, this is router 1 and this is router 2. 5 00:00:31,468 --> 00:00:39,134 Let’s connecting router 1 to router 2, and from router 2 to pc 2. 6 00:00:40,086 --> 00:00:52,149 For the ip address, in pc 2 still 192.168.2.10, and for pc 1 also still 192.168.1.10, 7 00:00:53,249 --> 00:01:00,791 And then, interface between router also need an ip address, let’s say here the ip address 8 00:01:00,791 --> 00:01:08,691 is 10.10.10.1/24 and here 10.10.10.2/24 9 00:01:10,789 --> 00:01:17,486 Here we just focus on configuring the ip address, we are not talking about routing yet. 10 00:01:17,896 --> 00:01:21,719 We will talk about routing later in the next video. 11 00:01:23,220 --> 00:01:31,370 Let’s start with router 1, check the ip address, do show ip interface brief, 12 00:01:33,515 --> 00:01:48,976 okay here for fa0/0 the ip address is correct which is 192.168.1.1, but fa0/1 the ip address should be 10.10.10.1. 13 00:01:49,601 --> 00:01:57,952 Let’s change it, interface fa0/1, here we don’t need to no shutdown, because the interface 14 00:01:57,952 --> 00:01:59,322 is already up, 15 00:02:00,050 --> 00:02:06,378 But here the light is still red because interface in the router 2 is not enabled yet. 16 00:02:07,460 --> 00:02:17,483 So here let’s just configure the ip address, ip address 10.10.10.1 255.255.255.0, 17 00:02:18,537 --> 00:02:29,440 Next let’s configure ip address on router 2, no , enable, configure terminal, 18 00:02:30,000 --> 00:02:46,619 let’s configure fa0/0 first, so interface fa0/0, no shutdown, and then ip address 10.10.10.2 255.255.255.0, 19 00:02:47,869 --> 00:03:04,848 Next let’s configure fa0/1, so int fa0/1, no shutdown, ip address 192.168.2.1 255.255.255.0 20 00:03:06,000 --> 00:03:10,717 Okay we have done configuring ip address on router 1 and router 2, \ 21 00:03:11,230 --> 00:03:17,951 I think enough for this video, in the next video, we are going to talk more about routing. 22 00:03:18,473 --> 00:03:21,980 Thankyou for watching and see you on the next video.