Link to home
Start Free TrialLog in
Avatar of YaYangTeah
YaYangTeahFlag for Malaysia

asked on

Can not obtain IP address

Given Below:
VLAN8   Server
VLAN16  Users
VLAN32  VOIP
VLAN64  Staff-Wifi
VLAN128 Guest-WiFi


We are facing issue for the DHCP distribution,Currently SW port 25,26 and connected Hyper-V host1 and SW port 27,28(Cluster1) connected to Hyper-V host2(Cluster1),
Please help to see anythong was wrong in the configuration .I try in Cisco Switch i just configure sw port to access mode VLAN 8 .But i not too sure why they configure like below:

member 1 8    ! N2048
exit
ip route 0.0.0.0 0.0.0.0 10.65.8.254
interface vlan 1
ip address dhcp
exit
interface vlan 8
ip address 10.65.8.201 255.255.255.0
exit
interface vlan 16
ip helper-address 10.65.8.61
exit



interface Gi1/0/25
channel-group 5 mode active
switchport voice detect auto
switchport mode general
switchport general pvid 8
switchport general allowed vlan add 8
switchport trunk native vlan 8
exit
!
interface Gi1/0/26
channel-group 5 mode active
switchport voice detect auto
switchport mode general
switchport general pvid 8
switchport general allowed vlan add 8
switchport trunk native vlan 8
exit
!
interface Gi1/0/27
channel-group 6 mode active
switchport voice detect auto
switchport mode general
switchport general pvid 8
switchport general allowed vlan add 8
switchport trunk native vlan 8
exit
!

interface port-channel 5
switchport voice detect auto
switchport mode trunk
switchport general pvid 8
switchport trunk native vlan 8
exit
!
interface port-channel 6
switchport voice detect auto
switchport mode trunk
switchport general pvid 8
switchport trunk native vlan 8
exit
!
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Are IP address and IP helper address assigned to vlan 16 interface  (on gateway)? Are VLANs configured on all transit switches and are VLANs peitted on trunk interfaces between switches?
In the case of VMs are all needed VLANs configured on ports where VMs are connected?
Avatar of YaYangTeah

ASKER

By the end ,we replace the firewall and do all the svi in firewall solve the issue.

Actually the main issue is we don't have access to old firewall so causing us to understand the situation.
ASKER CERTIFIED SOLUTION
Avatar of YaYangTeah
YaYangTeah
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial