ARP Switches
19 years 10 months ago #6672
by TheBishop
Replied by TheBishop on topic switch filter table
Be aware though that manually setting addresses in the switch filter table means that port will only ever talk to the device you've specified. So be sure why you want to do this and keep records. Otherwise you'll be ripping your hair out months later trying to figure out why some ports on your switch aren't working. The only reason I can think of is security - manually setting the table prevents anyone wandering up and plugging a foreign device into your switch port (unless they can manually spoof the MAC Address, heh! heh!)
19 years 10 months ago #6723
by Greenice
Replied by Greenice on topic Re: ARP Switches
A slight correction is needed to what sreekumar said a few posts back. The ARP protocol is used to obtain the hardware (MAC) address of a known IP address, not the other way round.
Cheers.
Cheers.
19 years 10 months ago #6819
by sreekumar
Replied by sreekumar on topic Re: ARP Switches
Thanks Greenice for correcting me. You are absolutely right. RARP is used to obtain the IP address of known hardware address as used in DHCP. However, I've always wondered - when a DHCP server responds to an RARP request, does the layer 2 frame go as a broadcast or as a unicast directed to the host requesting IP address lease?
19 years 9 months ago #7216
by mew
Replied by mew on topic Re: ARP Switches
Client sends DHCPDISCOVER (Broadcast)
Server sends DHCPOFFER (Unicast)
Client sends DHCPREQUEST (Broadcast)
Server sends DHCPACK (Unicast)
For more detailed information see CCNA 3 and 4 companion guide third edition page 391.
Server sends DHCPOFFER (Unicast)
Client sends DHCPREQUEST (Broadcast)
Server sends DHCPACK (Unicast)
For more detailed information see CCNA 3 and 4 companion guide third edition page 391.
Time to create page: 0.129 seconds