cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
899
Views
0
Helpful
5
Replies

SG300 DHCP server are not issuing IP addresess *Please help!*

blabadie1
Level 1
Level 1

I have been at this for hours. I have SG300-52poe switch. I enabled and configured the DHCP server, but the switch is not issuing IP addresses.

Here is my config, please help!

config-file-header
ZEUSSW1
v1.3.5.58 / R750_NIK_1_35_647_358
CLI v1.0
set system mode router 

file SSD indicator encrypted
@
ssd-control-start
ssd config
ssd file passphrase control unrestricted
no ssd file integrity control
ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
!
vlan database
vlan 10,20,50
exit
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
ip dhcp server
ip dhcp pool network security
address low 172.32.50.11 high 172.32.50.62 255.255.255.192
lease infinite
domain-name FAKENAME.com
default-router 172.32.50.1
time-server 129.6.15.29
dns-server 8.8.8.8
exit
bonjour interface range vlan 1
hostname ZEUSSW1
username cisco password encrypted 6b283bb060c269432d08ac33b47a337c0a40035d privilege 15
ip ssh server
clock timezone EST -5
clock summer-time web recurring usa
clock source sntp
sntp unicast client enable
sntp unicast client poll
sntp server nist1-macon.macon.ga.us poll
sntp server nist1-ny2.ustiming.org poll               
sntp server nist1-pa.ustiming.org poll
sntp server time-b.nist.gov poll
ip domain name zesuejuice.com
ip name-server  8.8.8.8
ip domain timeout 2
ip domain retry 1
!
interface vlan 1
 no ip address dhcp
 shutdown
!
interface vlan 10
 name DATA
 ip address 10.28.144.2 255.255.255.0
!
interface vlan 20
 name SECURITY
 ip address 172.32.50.2 255.255.255.192
!
interface vlan 50
 name temp
 ip address 192.168.167.2 255.255.255.0               
!
interface gigabitethernet1
 switchport mode access
 switchport access vlan 20
!
interface gigabitethernet2
 switchport mode access
 switchport access vlan 20
!
interface gigabitethernet3
 switchport mode access
 switchport access vlan 20
!
interface gigabitethernet4
 switchport mode access
 switchport access vlan 20
!
interface gigabitethernet5
 switchport mode access
 switchport access vlan 20

5 Replies 5

Aleksandra Dargiel
Cisco Employee
Cisco Employee
Hi, Config looks good. What is the boot code? Do you see anything in packet capture? Regards, Aleksandra

The boot version is 1.3.5.06

SW version 1.3.5.58

HW version V02

Blabadie,

 

I  noticed the below DHCP scope and lease time for Vlan 20. Didn't see this switch assigned  DHCP scopes for VLAN 1,10 and 50. What vlans are not handing out DHCP? 

address low 172.32.50.11 high 172.32.50.62 255.255.255.192
lease infinite.

I am not using vlan 1, I removed it. Vlan 10 and vlan 50 devices are static 

.