cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
936
Views
0
Helpful
1
Replies

SG300-28PP DHCP relay issues

Andreas Haugen
Level 1
Level 1

Hi,

 

Read some of the threads regarding this issue, but seems like the context has been changed over time.

I can't get it to work, at the moment I removed the ip helper lines, since I couldnt get option 67 and 68 to work, only 37, 138 and 139.
So this is the running config for now, any suggestions how to get it working?

 

TND-SITE-SW-1#show run
config-file-header
TND-SITE-SW-1
v1.4.2.4 / R800_NIK_1_4_194_194
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
!
no spanning-tree
spanning-tree mode mst
vlan database
vlan 200
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 relay address 10.180.21.20
ip dhcp relay address 10.180.21.21
ip dhcp relay address 10.180.21.27
ip dhcp relay enable
ip dhcp information option
bonjour interface range vlan 1
ip access-list extended 1
exit
hostname TND-SITE-SW-1
enable password level 15 encrypted 94347e2bb2e89e334a91cff78e478f0b9cc1e2f3
username cisco password encrypted 94347e2bb2e89e334a91cff78e478f0b9cc1e2f3 privilege 15
snmp-server community public ro view Default
snmp-server host 76.67.196.17 traps version 1 public
!
interface vlan 1
 ip address 172.16.40.86 255.255.255.248
 no ip address dhcp
!
interface vlan 200
 name Prod
 ip address 10.180.212.1 255.255.255.128
 ip dhcp relay enable
!
interface gigabitethernet1
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet2
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet3
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet4
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet5
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet6
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet7
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet8
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet9
 ip dhcp relay enable
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet10
 description "*** TND-SITE-RO-1 ***"
 spanning-tree portfast
 switchport mode access
!
interface gigabitethernet11
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet12
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet13
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet14
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet15
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet16
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet17
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet18
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet19
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet20
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet21
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet22
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet23
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet24
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet25
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet26
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet27
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
interface gigabitethernet28
 spanning-tree portfast
 switchport mode access
 switchport access vlan 200
!
exit
ip default-gateway 172.16.40.81
1 Reply 1

Andreas Haugen
Level 1
Level 1
Well, awkward....
Forgot a 4 in the IP for the dhcp server.
So the config works this way, if you have the right IP.

//Andreas