Mailing List Archive

DHCP Problem on S25N
Hi,

I'm doing centralized IP management. All client VLANs is configured as
tagged VLANs to some L2 switches using 802.1Q. All clients are
connected through the L2 switches. Each VLAN has L3 interface with
respective IP. The routing with static IP is OK.

I configure DHCP Server on S25N (firmware: 8.3.2.0) with following
scripts. The result is all clients cannot get the IP.

ip dhcp server
excluded-address 10.11.2.254
excluded-address 10.11.3.254
excluded-address 10.11.4.254
excluded-address 10.11.5.254
excluded-address 10.11.6.254
excluded-address 10.11.7.254
excluded-address 10.11.8.254
excluded-address 10.11.9.254
excluded-address 10.11.10.254
excluded-address 10.11.11.254
excluded-address 10.11.12.254
excluded-address 10.11.13.254
excluded-address 10.11.14.254
!
pool VLAN_102
network 10.11.2.0/24
default-router 10.11.2.254
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_103
network 10.11.3.0/26
default-router 10.11.3.1
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_104
network 10.11.3.128/26
default-router 10.11.3.129
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_105
network 10.11.3.192/26
default-router 10.11.3.193
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_106
network 10.11.4.0/24
default-router 10.11.4.1
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_107
network 10.11.11.0/26
default-router 10.11.11.1
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_108
network 10.11.11.64/26
default-router 10.11.11.65
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_109
network 10.11.11.128/25
default-router 10.11.11.129
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_110
network 10.11.12.0/26
default-router 10.11.12.1
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_111
network 10.11.12.64/26
default-router 10.11.12.65
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_112
network 10.11.12.128/25
default-router 10.11.12.129
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_113
network 10.11.13.0/25
default-router 10.11.13.1
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
!
pool VLAN_114
network 10.11.13.128/26
default-router 10.11.13.129
netbios-name-server 10.11.1.2 10.11.1.1
netbios-node-type h-node
dns-server 10.11.1.1 10.11.1.2
lease 0 0 30
no disable

Beside, I cannot see following commands on the CLI.

ip dhcp bootp
ip dhcp conflict
ip dhcp database
ip dhcp filtering
ip dhcp ping
ip dhcp filtering

Please check following result.

L3A1(conf)#ip dhcp ?
relay Enable addition of option-82 in dhcp packets
server DHCP server
snooping Enable dhcp snooping configurations

After failed with configuring DHCP Server, I setup separate DHCP
Server with likely IP configuration above and use S25N as DHCP Relay.
I put DHCP Server IP on L3 interface configuration of each client VLAN
by using "ip helper-address" command. But the result, all clients
still cannot get the IP.

On first scenario, I have debuged the DHCP Server events and packets
but there is nothing happen. On the second scenario, I have captured
the traffic on DHCP Server but there is no DHCP related packet seen.
It seem that S25N doesn't listen the DHCP request from clients. How
can I deal with this problem?

Best regards,
_______________________________________________
force10-nsp mailing list
force10-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/force10-nsp