Multiple vlan issue with procurve switch

Posted by Chris-AZ on Server Fault See other posts from Server Fault or by Chris-AZ
Published on 2012-07-06T02:50:49Z Indexed on 2012/07/06 3:17 UTC
Read the original article Hit count: 592

Filed under:
|
|

I have a cisco asa5505 as my rtr/fw(10.1.3.254). I have vlan 1 and vlan 3.

Vlan 1 is my default all access vlan. Vlan 3 is my Guest(dmz) vlan.

I can't seem to get a dhcp ip address when my laptop is plugged into port 42 on my procurve. I have plugged my laptop directly into the firewall and it gets a dhcp ip fine(the firewall is dhcp server). the firewall is plugged into port 41. Only vlan3 needs to go over port 41.

I'm sure I have a bonehead config problem however I'm about ready to pull out what little hair I have left.

    vlan 1
       name "Computers"
       forbid 45
       untagged 1-41,43-44
       ip helper-address 10.1.1.16
       ip address 10.1.1.1 255.255.255.0
       tagged 46-48
       no untagged 42,45
       exit
   vlan 3
       name "Guest Wireless"
       ip helper-address 10.1.3.254
       ip address 10.1.3.1 255.255.255.0
       tagged 41-42,44-48
       exit

© Server Fault or respective owner

Related posts about networking

Related posts about vlan