cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
693
Views
0
Helpful
6
Replies

Cisco SF300 Layer3 DHCP external DNS problem

bzahalka
Level 1
Level 1

Hi,

I have set up multiple VLANs on my SF300 and they are working fine. I managed to set up the switch as DHCP server on one of the VLANs. My clients get the right information, they get the correct IP address, correct DNS server addresses, but I could not set them to show in the DNS server at all. As I know, the DHCP server should register the assigned IP address in the DNS server, but in the DNS server's log there are no sign that the switch even tries to do that. In the DNS server my zone is set to be dynamic zone and allowed the switch to register into that zone.

The relevant config lines:

 

 

set system mode router

vlan database
vlan 42,50

ip dhcp server
ip dhcp pool network poolname
address low 10.X.Y.1 high 10.X.Y.199 255.255.255.0
domain-name mydomainname
default-router 10.X.Y.254
dns-server DNSAddress1 DNSAddress2
exit

clock timezone " " +2
ip domain name mydomainname
ip name-server DNSAddress1 DNSAddress2

!
interface vlan 50
ip address 10.X.Y.250 255.255.255.0
!

 

 

Anyway, on the GUI it is not possible to set all the DNS server address, only 1 can be set. What else should I set to let it register my clients into the DNS? Is there a specific DHCP option for that?

1 Accepted Solution

Accepted Solutions

I see that is a DNS server. is same software using to do DDNS? if so how it is configured? again. switch is not doing any part of DDNS mappings

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

View solution in original post