- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
dhcp server 2012 and vlans
dhcp server 2012 and vlans
03-13-2018 08:37 AM
Greetings to all, I am new configuring sw HP, I have a sw 2930f, but I can not get the dhcp to deliver ip in the vlans that were created, only in vlan 1, I do not know what I'm doing wrong, can I route between vlans ?,
Thank you very much
hostname "COREDESIGN"
module 1 type jl262a
comware-help-display enable
gvrp
igmp filter-unknown-mcast
igmp lookup-mode ip
sntp unicast
ip dns server-address priority 1 8.8.8.8
ip route 0.0.0.0 0.0.0.0 10.105.64.1
ip route 10.10.10.0 255.255.255.0 vlan 100
ip route 10.105.65.0 255.255.255.0 vlan 2
ip route 10.105.66.0 255.255.255.0 vlan 3
ip route 10.105.67.0 255.255.255.0 vlan 4
ip route 10.105.68.0 255.255.255.0 vlan 5
ip router-id 10.105.64.254
ip routing
ip udp-bcast-forward
snmp-server community "public" unrestricted
router rip
redistribute connected
redistribute static route-map "inloop"
enable
exit
vlan 1
name "DEFAULT_VLAN"
no untagged 18,20,38
untagged 1-17,19,21-37,39-48
tagged 49-52
ip address 10.105.64.254 255.255.255.0
ip igmp
ip rip 10.105.64.254
exit
vlan 2
name "Produccion"
tagged 1,49-52
ip address 10.105.65.254 255.255.255.0
ip helper-address 10.105.64.72
ip igmp
ip rip 10.105.65.254
exit
vlan 3
name "Office"
untagged 18
tagged 1,3,49-52
ip address 10.105.66.254 255.255.255.0
ip bootp-gateway 10.105.64.254
ip helper-address 10.105.64.72
ip forward-protocol udp 10.105.64.72 timep
ip igmp
ip rip 10.105.66.254
exit
vlan 4
name "wifi"
untagged 20
tagged 1,18,38,49-52
ip address 10.105.67.254 255.255.255.0
ip helper-address 10.105.64.72
ip igmp
ip rip 10.105.67.254
exit
vlan 5
name "VLAN5"
tagged 1,49-52
ip address 10.105.68.254 255.255.255.0
ip helper-address 10.105.64.72
ip igmp
ip rip 10.105.68.254
exit
vlan 6
name "prueba"
tagged 1,49-52
ip address 10.105.69.254 255.255.255.0
ip helper-address 10.105.64.72
ip rip 10.105.69.254
exit
vlan 100
name "VLAN100"
tagged 49-52
ip address 10.10.10.254 255.255.255.0
ip igmp
ip rip 10.10.10.254
exit
spanning-tree
spanning-tree ignore-pvid-inconsistency
loop-protect mode vlan
no autorun
no dhcp config-file-update
no dhcp image-file-update
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: dhcp server 2012 and vlans
Re: dhcp server 2012 and vlans
03-15-2018 03:25 PM
I'm no expert on 2930F myself, but looking at your config you have an IP interface and helper for each vlan, so applying logic, I'd kind of expect this to work.
Does this command give you any stats on the relay service?
show dhcp-relay
HPE Aruba ERT (EMEA) ACMP
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: dhcp server 2012 and vlans
Re: dhcp server 2012 and vlans
03-17-2018 08:43 AM
Just to verify, are you sure the dhcp server can route the traffic back?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator
Re: dhcp server 2012 and vlans
Re: dhcp server 2012 and vlans
03-21-2018 09:53 AM
I really do not know, I am creating a new server with mvware, server 2012, to see what happens,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Alert a Moderator