- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 02:38 AM
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.
Solved! Go to Solution.
- Labels:
-
Other Community Feedback
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 02:44 AM
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
!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 05:21 AM - edited 10-31-2024 05:23 AM
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 *******
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 02:44 AM
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
!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 05:57 AM
Thank you very much for noticing my mistake!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 05:21 AM - edited 10-31-2024 05:23 AM
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 *******
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 05:57 AM
Thank you very much!
