cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
632
Views
2
Helpful
4
Replies

VLAN configuration problem.

reimpsel
Level 1
Level 1

Hei guys

As you see on the screen i built an network with 3 different vlans (HR, IT, Sales)

IT & HR VLANs works fine. 

Problem is with Sales vlan (VLAN 30) PC5 wont get an IP address from VLAN30 if activating DHCP in NIC

I cant recall whats the problem with it. It is configurated same as both working VLANS (obviously with different subnet) 

zip file with .pkt is added in attachment. 

reimpsel_0-1730367306915.png

reimpsel_1-1730367391702.png

 

 

 

2 Accepted Solutions

Accepted Solutions

@reimpsel 

 There is a typo on the vlan 30 configuration

!

interface Vlan30

mac-address 00d0.ff5a.4603

ip address 192.138.30.1 255.255.255.0

ip helper-address 192.168.1.2

!

It should be

 

!

interface Vlan30

mac-address 00d0.ff5a.4603

ip address 192.168.30.1 255.255.255.0

ip helper-address 192.168.1.2

!

View solution in original post

Blue_Bird
VIP
VIP

Hello reimpsel,

In Multi-Layer siwtch,

interface vlan 30

ip address 192.138.30.1 255.255.255.0

it should be 

ip address 192.168.30.1 255.255.255.0

Assign correct ip address to the int vlan 30... it works.!

Best regards
******* If This Helps, Please Rate *******

 

View solution in original post

4 Replies 4

@reimpsel 

 There is a typo on the vlan 30 configuration

!

interface Vlan30

mac-address 00d0.ff5a.4603

ip address 192.138.30.1 255.255.255.0

ip helper-address 192.168.1.2

!

It should be

 

!

interface Vlan30

mac-address 00d0.ff5a.4603

ip address 192.168.30.1 255.255.255.0

ip helper-address 192.168.1.2

!

Thank you very much for noticing my mistake!

Blue_Bird
VIP
VIP

Hello reimpsel,

In Multi-Layer siwtch,

interface vlan 30

ip address 192.138.30.1 255.255.255.0

it should be 

ip address 192.168.30.1 255.255.255.0

Assign correct ip address to the int vlan 30... it works.!

Best regards
******* If This Helps, Please Rate *******

 

Thank you very much!