Hi,
Anyone using DHCP option 82 with the new ip unnumbered feature on
(Fast)Ethernet VLAN (sub)interfaces?
How do I get the DHCP-server (in my case, ISC DHCPd v3.01r4) to record
the extra information provider by option 82?
The little reading I have found on the topic has gotten me to believe
that the information provided by option 82 should get recorded in
dhcpd.leases on the DHCP-server. This is no the case with this setup,
dhcpd.leases looks very much the same.
Everything but option 82 works great. unnumbered works just like it's
supposed to. Clients on VLAN 101, 102 & 103 can successfully use the IP
address of Loopback0 as gateway.
Router 3640 w/ IOS 12.3(4)T:
!
ip dhcp relay information option
!
interface Loopback0
ip address 172.17.12.1 255.255.255.0
!
interface FastEthernet0/0
description Management / Servers
ip address 172.17.11.1 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
description Trunk towards DSLAM
no ip address
speed 100
full-duplex
!
interface FastEthernet0/1.1
encapsulation dot1Q 1 native
!
interface FastEthernet0/1.101
encapsulation dot1Q 101
ip unnumbered Loopback0
ip helper-address 172.17.11.3
!
interface FastEthernet0/1.102
encapsulation dot1Q 102
ip unnumbered Loopback0
ip helper-address 172.17.11.3
!
interface FastEthernet0/1.103
encapsulation dot1Q 103
ip unnumbered Loopback0
ip helper-address 172.17.11.3
!
DHCP Server (connected to Fa0/0):
option domain-name-servers 172.17.11.4, 172.17.11.5;
option subnet-mask 255.255.255.0;
option routers 172.17.12.1;
option broadcast-address 172.17.12.255;
option domain-name "y0.bitchez.org";
default-lease-time 1700;
min-lease-time 1600;
max-lease-time 1800;
ddns-updates off;
ddns-update-style none;
deny bootp;
authorative;
one-lease-per-client on;
option netbios-node-type 2;
subnet 172.17.11.0 netmask 255.255.255.0 {
not authoritative;
}
subnet 172.17.12.0 netmask 255.255.255.0 {
range 172.17.12.10 172.17.12.60;
}
--
Thomas Novin ·
·
http://xyz.pp.se/~thnov/
V: +46 (0)431 445400 · F: +46 (0)431 445410 · GSM: +46 (0)730 667425
--