|
0:00:15
|
Let’s look at our first task,
|
|
0:00:17
|
15.1 for DHCP.
|
|
0:00:20
|
We’re told on Branch 2 Router 3 to set up a DHCP pool
|
|
0:00:25
|
and to assign IP addresses to all phones in the range of 177.3.11.0/24.
|
|
0:00:34
|
However, not to allow addresses .1-20 to be handed out in that subnet.
|
|
0:00:39
|
To ensure the proper default router,
|
|
0:00:42
|
TFTP server options are chosen
|
|
0:00:48
|
will download their files via TFTP
|
|
0:00:44
|
and we’re told that all phones, both Skinny and SIP,
|
|
0:00:50
|
from the IP address of the loop back 0 interface.
|
|
0:00:55
|
So, let’s go ahead and bring up our router.
|
|
0:01:00
|
We wanna be on router3
|
|
0:01:05
|
and let’s do a show IP interface brief type 2 exclude unassigned.
|
|
0:01:11
|
So we only get interfaces that have IP addresses.
|
|
0:01:15
|
We see that our Fa00.11 and .12.
|
|
0:01:20
|
Actually, let’s take a look at our topology.
|
|
0:01:23
|
Let me pull that up real briefly.
|
|
0:01:29
|
Here’s our topology that we’re gonna be using for this deep dive.
|
|
0:01:35
|
We see that we’ve got the voice rack diagram
|
|
0:01:41
|
and we’re using the classroom version to attend one of our live classes.
|
|
0:01:45
|
This is the same set up that you will see for the deep dive
|
|
0:01:49
|
and we have these three phones directly attached to the rack.
|
|
0:01:53
|
Now, if you’re renting rack time, they’re physically attached to the rack.
|
|
0:01:57
|
If you’re in one of our live classes or here in the deep dive,
|
|
0:02:03
|
they are actually in front of you so they’re miles away,
|
|
0:02:07
|
thousands of miles away possibly from the actual rack.
|
|
0:02:10
|
However, they still look through layer two tunnelling
|
|
0:02:12
|
like they’re directly attached to the rack,
|
|
0:02:15
|
but they’re not directly attached, it is actually layer to tunnelling.
|
|
0:02:18
|
A reason I’ve point this out is this is actually the way
|
|
0:02:22
|
that you will be tested in the real lab.
|
|
0:02:25
|
Even if in your in San Jose and every other site,
|
|
0:02:29
|
all of the hardwares in San Jose but even San Jose
|
|
0:02:32
|
has the same set up where all of the phones
|
|
0:02:34
|
are not directly physically attached to the rack.
|
|
0:02:37
|
They are actually layered too tunnelled so they look like,
|
|
0:02:42
|
to CDP, they look like they’re attached to the Branch 1 switch,
|
|
0:02:48
|
sorry, the Corporate Head Quarter switch, the main site,
|
|
0:02:51
|
or the branch1 site attached to the Ethernet switch module,
|
|
0:02:57
|
or the Branch 2 site attached to in the real lab.
|
|
0:03:00
|
Probably, another Ethernet switch module but here we have a 3550 switch
|
|
0:03:05
|
which are not responsible for configuring but however it is,
|
|
0:03:08
|
they are totally configured for you and that’s where phones are attached.
|
|
0:03:13
|
So, that’s how they look like they’re attached.
|
|
0:03:18
|
At our Branch 2 site, we have VLAN11
|
|
0:03:22
|
that’s being used for voice and 12 that’s used for data.
|
|
0:03:27
|
So, let’s go ahead and minimize that and VLAN11 maps to Fa00.11.
|
|
0:03:37
|
Let’s do a show run interface Fa00.11 and then also .12.
|
|
0:03:44
|
We see that we’ve got interface .11 actually maps to 82.1.
|
|
0:03:51
|
I’m sorry, 82.1q encapsulation trunking to VLAN11
|
|
0:03:59
|
and that is the voice VLAN and it’s one 177.3.11.1/24
|
|
0:04:06
|
just as we’re told to set up a DHCP pool for our look back 0
|
|
0:04:13
|
which is gonna be used for TFTP is 177.1.2.54.3.
|
|
0:04:19
|
So, let’s go ahead and for our task, jump in to config T.
|
|
0:04:25
|
We wanna do our IPDHCP excluded address pool before
|
|
0:04:31
|
we actually create the pool itself.
|
|
0:04:33
|
So, 177.3.11.1 is the low address.
|
|
0:04:39
|
The high address is 177.3.11.20 and that should do it.
|
|
0:04:46
|
Now, we’ll create an IPDHCP pool and we’ll call it CME phones.
|
|
0:04:57
|
We’ll say a network address,
|
|
0:05:02
|
network address of 177.3.11.0 with a /24
|
|
0:05:13
|
or we could use 255.255.255.0
|
|
0:05:20
|
and we've got option 150 for TFTP.
|
|
0:05:24
|
We’re gonna use IP and best to just copy and paste.
|
|
0:05:32
|
And of course the default router of 177.3.11.1,
|
|
0:05:44
|
and that’s really all we should need.
|
|
0:05:46
|
Our phones should be able to get DHCP now.
|
|
0:05:49
|
I’ll go ahead and reset them although you can’t see them just yet.
|
|
0:05:56
|
I’ll actually go and tell them to **#**.
|
|
0:06:06
|
So all three of them will reset.
|
|
0:06:08
|
Let’s go ahead and actually bring up Switch 2 as well,
|
|
0:06:11
|
so that we can do a show CDP neighbor
|
|
0:06:13
|
and see these three phones attached.
|
|
0:06:16
|
Now, they all look like they’re attached to the same port,
|
|
0:06:19
|
and of course they aren’t, but again they’re mapped layer two tunnel that over.
|
|
0:06:25
|
We should shortly be able to do show IPDHCP bindings.
|
|
0:06:36
|
And we see that two of them have IP addresses so far.
|
|
0:06:40
|
So, with DHCP, it adds on a 01,
|
|
0:06:46
|
has a client identifier so that is not part of the MAC address.
|
|
0:06:50
|
This is actually the MAC address portion.
|
|
0:06:53
|
So BAAE, there’s one of the phones last for D7BD.
|
|
0:07:04
|
Here’s the other phone. So we’re still waiting on 1A93.
|
|
0:07:10
|
To get an IP address, let's see which one of those that is.
|
|
0:07:15
|
When you know it, it’s the cantankerous SIP phone.
|
|
0:07:23
|
We’ll check back in a little bit and see if that’s got an IP address.
|
|
0:07:26
|
We’re not gonna sit here and wait for it
|
|
0:07:28
|
just because the SIP phone can be a little cantankerous as well.
|
|
0:07:32
|
I’ll give it a second here to reboot after I resend it the second time.
|
|
0:07:35
|
Show IPDHCP binding.
|
|
0:07:39
|
Two of them have IP addresses.
|
|
0:07:44
|
You can do a debug IPDHCP server.
|
|
0:07:54
|
Make sure we’ve turned them on.
|
|
0:07:56
|
There you go. There is 1A93.
|
|
0:08:34
|
Now, we don’t need to use anything like IP helper address
|
|
0:08:37
|
because the router is listening to the broadcast
|
|
0:08:42
|
from that locally connected subnet.
|
|
0:09:00
|
Here we go and here's the, I might go ahead and undebug all.
|
|
0:09:07
|
Here’s the notification of the discoverer from the address ending in 1A93.
|
|
0:09:16
|
We’re adding it to a radix tree, the # tree
|
|
0:09:21
|
and we’re assigning the IP address of .23 with handed out .21 and 2.
|
|
0:09:25
|
Now, we’re handing out .23 to the client.
|
|
0:09:29
|
This includes the client identifier.
|
|
0:09:31
|
So, it’s got IP address.
|
|
0:09:34
|
We should now be able to do show IP DHCP binding
|
|
0:09:38
|
and all three of them should have IP addresses now.
|
|
0:09:43
|
I’ll just verify that real briefly here.
|
|
0:09:46
|
We got .22 on this phone,
|
|
0:09:51
|
.23 on that phone and that’s a wrong button. Yes, .21.
|
|
0:09:59
|
So, all of them have their IP addresses assigned and life is good.
|