Jump to content
Калькуляторы

DHCP на два интерфейса DHCP на два интерфейса

Первые два пула правильно раздают адреса DHCP (net1 и net2), а вот третий пул не раздает адреса net3? почему?

 

ip dhcp pool net1
  network 192.168.105.0 255.255.255.0
  domain-name net1
  dns-server 192.168.105.1
  default-router 192.168.105.1
!
ip dhcp pool net2
  network 192.168.106.0 255.255.255.0
  domain-name net2
  dns-server 192.168.106.1
  default-router 192.168.106.1
!
ip dhcp pool net3
  network 192.168.107.0 255.255.255.0
  domain-name net3
  dns-server 192.168.107.1
  default-router 192.168.107.1

...
...

interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.401
description net1
encapsulation dot1Q 401
ip address 192.168.105.1 255.255.255.0 secondary
ip address 192.168.103.1 255.255.255.128
!
interface FastEthernet0/0.402
description net2
encapsulation dot1Q 402 native
ip address 192.168.106.1 255.255.255.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface FastEthernet0/1.404
description net3
encapsulation dot1Q 404 native
ip address 192.168.107.1 255.255.255.0

interface Serial0/1/0:1
description Internet
ip address xxx.xxx.55.97 255.255.255.252

 

 

debug ip dhcp server event

 

*Oct 25 11:40:57.934: DHCPD: Seeing if there is an internally specified pool class:

*Oct 25 11:40:57.938: DHCPD: htype 8 chaddr 0053.4500.0000

*Oct 25 11:40:57.938: DHCPD: circuit id 00000000

*Oct 25 11:40:57.938: DHCPD: there is no pool for xxx.xxx.55.97.

*Oct 25 11:41:01.006: DHCPD: Seeing if there is an internally specified pool class:

*Oct 25 11:41:01.018: DHCPD: htype 8 chaddr 0053.4500.0000

*Oct 25 11:41:01.022: DHCPD: circuit id 00000000

*Oct 25 11:41:01.030: DHCPD: there is no pool for xxx.xxx.55.97.

*Oct 25 11:41:10.298: DHCPD: Sending notification of ASSIGNMENT:

*Oct 25 11:41:10.298: DHCPD: address 192.168.107.4 mask 255.255.255.0

*Oct 25 11:41:10.298: DHCPD: htype 1 chaddr 0026.227b.2ee5

*Oct 25 11:41:10.302: DHCPD: lease time remaining (secs) = 86400

*Oct 25 11:41:24.978: DHCPD: checking for expired leases.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.