DNS Question?

From: Noel Debouver III (noeldebouveriii@yahoo.com)
Date: Sat Jan 06 2007 - 01:24:08 ART


Configure DHCP for VLAN_11:
domain name - cisco.com
default-gateway 10.10.11.1
DNS servers - 10.10.11.2 & 10.10.11.3
Lease addresses for 10 days, router must
update ARP
 
R1#
ip dhcp pool DHCP
   network 10.10.11.0 255.255.255.0
default-router 10.10.11.1
   domain-name cisco.com
   dns-server 10.10.11.2
10.10.11.3
   lease 10
   update arp
 
ip dhcp excluded-address 10.10.11.1
10.10.11.2 10.10.11.3

My question is do I need to use authorize arp on the
interface?

I didn't think so and someone mentioned that they were not sure
either.
http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_feature_guide
09186a00801d2df4.html#wp1052092

I think if the question were different and it
were to say that the host must update the DHCP, then and only then would the
following additional command be useful

int F0/0

authorize arp

Does anyone
have any thoughts on this one?
 

Has anyone used this in their WLAN
environment for which it was intended?



This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:55 ART