Packet Tracer 1.4.7 - Configure Router Interfaces

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
hi everyone this video walks through completing packet tracer assignment 1.4.7 configuring router interfaces this packet tracer assignment is a part of the switching routing and wireless essentials version 7 cisco networking academy curriculum so in this lab you'll notice on our network topology that we've got four different local area networks two local area networks are connected off of each router and i'm just going to kind of draw a box around each one of them you don't have to do this but i'm just going to show you kind of what constitutes each local area network so that would be here including that interface on r1 s1 and pc1 let's do another color here let's do blue for the bottom left of r1 alright so that is that interface in the bottom left there of r1 uh sw2 and pc2 let's uh choose green for the upper right hand one over here connected to r2 one other thing you'll notice is this one is using ip version six for that one and uh let's choose purple here for the next one all right so again each one of these networks are completely separate also you got two wide area networks here on either side of um r1 and r2 these are separate wide area networks that are connected to some stuff in here in the internet usually those internet clouds just mean there's some connectivity and configuration already going on that we don't have to mess with on the left side here again everything is using ipv4 uh don't forget how these networks are divided up so this slash 30 remember is a subnet mask of 255.255.255.252. that means there's only four addresses between dot 224 2.227 so it'd be 224 225 226 and 227 but the only usable ones because you can't use the first and you can't use the last are 225 and probably 226 over here is being used all right up here same thing for this slash 25 uh subnet mask here all right and remember this is all for ip version 4. ip version 6 is a little bit different um the lowest subnet and ipv6 has almost uh 10 000 hosts in it so um again you don't really have to worry about subnetting these but they've already included that subnet mask there for you so let's configure these interfaces here so this can work properly um let's see if pc1 has any in okay we need to configure the ip addressing on pc1 so pc1 here would be 172.16.20.10. my subnet mask here when you hit tab is incorrect for this so we need to do 255.255.255. this is a slash 25 so a slash 25 would be 128 here on the end now the default gateway remember so we're looking at pc1 to s1 to r1 this is that lan we're looking at this local area network so the default gateway would actually be right here on r1 this interface which happens to be g00 so that ip address is going to be the default gateway to pc1 which is 172.16.20.1 and you see that matches here and here right so again 172.16.20.1 all right and then we can just exit out and it will automatically save that in there for us remember the reason this is called the default gateway is because this is its way of leaving this box nothing can leave this box without contacting the default gateway so think about if you were in a room and pc1 and s1 were in there and you needed to leave that room to go anywhere if there was a person standing by the door to let you out that door you would have to contact them to be able to leave that room so you have to contact this default gateway every single time to leave this this red box here if you want to go to the blue box network the green box over here the purple box or anywhere else you have to contact this default gateway and you have to know how to get there so you have to have the ip address that will be shared with everybody in that red box network so anybody in this red box if you added more host in there more pcs more switches anything it will all have this one default gateway which is g00 on r1 okay so let's also go over here to r1 and configure g00 so i'm going to type in my password of cisco hit enter do enable password of class c-l-a-s-s all lower case you hit enter and we're going to go into configuration mode so we're going to do is we're going to type in our command to go to that interface and configure it which is interface g00 that's the interface name for right here on my router and i'm going to hit enter and i'm going to do ipad or ip address 172.16.20.1 and i'm going to get that from right here in my network addressing table and my subnet mask also needs to go here which is 255.255.255.128. don't use the slash notation the slash notation is there for you slash 25 but you need to use dot 128 and we hit enter now we also have to turn this interface on with no shutdown or no shut and it will turn it on okay you can also set a description here i often like to do that so you could put a like description connection to sw1 right um something there to make sure that you know when just going to your router what is that connected to it all okay so that's how we would configure that interface and you see it now turn to green so they should be able to talk to each other between pc1 and r1 and we'll test all that connectivity once we get everything done in a minute all right so now let's go to pc2 and configure its ip addressing so pc2 we have 172 and i'm just getting this straight for my addressing table 172.16.20.138 and its subnet mask again is 255 255.255.128 because it's also using a slash 25 but the default gateway is different right in this blue box network here pc2 is going to be contacting g01 on r1 g01 on r1 if you look at your addressing table is 172.16.20.129 now remember when you're assigning these addresses you still need to look at the first and last uh where it starts and ends so that these over these networks cannot overlap between like the red box and the blue box they can't overlap um and you can't use the first and last address of either of them the network or the broadcast you can use everything in between though all right so now that we've got that we can go over here to r1 and configure g01 so we'll do interface g01 ipad or ip address 172.16.20.129 again i'm getting this straight from my network addressing table in your directions 255.255.255.128. we'll set a description connection to sw2 and we'll do no shut down alright so that turns it on okay you see it green green is good that means the link is on and operational but it doesn't necessarily mean we have everything configured correctly but again we'll test it out in just a minute but we can go ahead and test out from pc1 to pc2 to see if that works so we could open up a command prompt from pc1 and do ping and let's ping the ip address of pc2 which is 172.16.20.138. you hit enter let's see what we get in return the first one the request timed out often times that happens and that's okay but you see be good good three replies the next one we could hit the up arrow and retry that command and all four are successful you could also try going back the opposite direction and pinging from pc2 to pc1 so if we go to command prompt on pc2 and do ping and we're going to type in the ip address of pc1 this time and you see we get four successful replies here as well so everything is configured correctly on r1 as well as these two lands in general pc2 sw2 r1 sw1 and pc1 now we can't go over here and contact pc3 and pc4 yet because we don't have these configured but let's go ahead and configure those as well now remember this is ipv6 so it's a little bit different so configuring ipv6 the default gateways the lans and everything work pretty much the same but we're not configuring it up here in ipv4 addressing we're configuring it down here in ipv version 6 addressing so the ip version 6 address for pc3 if you look at your network addressing table is 2001 colon db8 colon c 0 d e colon 12 colon colon a all right that's the address now you notice it has the forward slash 64 for the uh subnet mask which you need to put that over here not here you put that over here this slash it's already there okay the default gateway we set fe80 colon colon two all right and all that saves automatically for us you can also uh go over here and copy and paste this because these addresses are a little bit longer you highlight it do control c can't right click because it won't come up but do control c and then ctrl v over here just to make sure you've got it entered correctly doesn't matter if you use lowercase or uppercase letters it will correct itself and make them uppercase so we can close that out and then we'll go to r2 here and let's go ahead and tackle this interface is g00 as well i know that g01 is kind of overlapping but that's the one that is connected to sw3 i believe that's g zero zero on r2 for the upside that and that's g zero one so is g zero zero connected to the green box land up there connected to sw so password is cisco enable password is class and then we can get in configuration mode so we're going to do interface g00 and again this one is you can set a description connection to sw3 and then we're going to do instead of ip add we're going to do ipv6 ad all right and then we're going to configure it straight from our addressing table up there again it is 2001 colon db8 colon c0de colon 12 colon colon 1. all right and then if you hit up a uh question mark then you'll notice it wants that forward slash 64 right up on the address here okay and then again it wants your whoops it wants your link uh you can set that but you don't have to but again you'll notice here that's pretty much it so it wants the ford size 64 there you hit enter and no shutdown to turn that on all right so again ipv6 ad not ipad ipv6 ad you put the ip version 6 address and then no spaces forward slash and the subnet mask and slash notation which is slash 64 and then no shutdown all right we'll come back to r2 to do the bottom one let's go ahead and set pc4's ip address again we're down here in the ipv6 part and we're going to do 2001 colon db8 colon c0de colon 13 colon colon a it is a forward slash 64. the default gateway is fe80 colon colon 2. all right and that automatically saves in there for us so we can close that out then we're going to go up to r2 and this time we're configuring interface g01 that goes down to sw4 so we'll put description connection to sw4 then we'll do ipv6 add 2001 colon db8 colon c0de colon 13 colon colon 1 forward slide 64. we'll hit enter and no shutdown all right now that gives us 100 in the lab but let's make sure everything works okay so just because you have green lights doesn't mean everything works so if you go to pc3 and you type in go to the command prompt so right here we're going to ping from pc3 to pc4 so i'm going to type in ping and then the ip version six address this time of pc4 c0de colon 12 colon colon a we hit enter and we are oh i'm sorry i typed in the address for pc3 so it should be 13 right here for pc4 and i still get a good reply so that means pc3 is talking to pc4 and then you can try the reverse go to pc4 and do ping uh 2001 colon db8 colon c0de colon 12 colon colon a this is pinging from pc4 to pc3 you hit enter and we get four good replies
Info
Channel: Anthony Lucas
Views: 5,397
Rating: undefined out of 5
Keywords:
Id: LyxoYIsjeKM
Channel Id: undefined
Length: 15min 11sec (911 seconds)
Published: Thu Jan 28 2021
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.