Hi everyone, I am new to VLAN's, so I am looking for some help, Below is my configuration
Hopefully this is in the correct forum this time :)
Maybe this will help someone else out also....
I have setup a VLAN and cannot get an address from the DHCP Server on VLAN 100
My Switches: HP 2910al -24 poe (AP's are on them, I have one SSID set to Vlan 100 for Testing)
HP 2530-48
MY DC is on the HP 2530 ip 10.25.0.2. DHCP 10.25.0.0 /16,
New Scope 192.168.1.0 /24 (VLAN 100)
; J9146A Configuration Editor; Created on release #W.15.12.0011
; Ver #04:01.ff.35.05:ca
hostname "HP-2910al-24G-PoE"
module 1 type j9146a
module 2 type j9008a
module 3 type j9008a
timesync sntp
sntp unicast
sntp server priority 1 10.25.0.2
time daylight-time-rule continental-us-and-canada
time timezone -300
ip default-gateway 10.25.0.10
ip routing
snmp-server community "public" unrestricted
snmp-server location "Lan Room (Top Center)"
vlan 1
name "DEFAULT_VLAN"
untagged 1-24,A1-A2,B1-B2
ip address 10.25.6.1 255.255.0.0
exit
vlan 100
name "Wireless_Test"
tagged 1-24
ip address 192.168.1.1 255.255.255.0
ip helper-address 10.25.0.2
exit
password manager
password operator
(Routing has been enabled)
HP 2530
Startup configuration: 32
; J9775A Configuration Editor; Created on release #YA.15.12.0010
; Ver #04:01.ff.37.27:ea
hostname "HP-2530-48G"
console idle-timeout 600
console idle-timeout serial-usb 600
timesync sntp
sntp unicast
sntp server priority 1 10.25.0.2
no stack
time daylight-time-rule continental-us-and-canada
time timezone -300
ip default-gateway 10.25.0.10
snmp-server community "public" unrestricted
snmp-server location "Lan Room (Center)"
vlan 1
name "DEFAULT_VLAN"
untagged 1-52
ip address 10.25.6.5 255.255.0.0
exit
vlan 100
name "Wireless_Test"
tagged 47
ip address 192.168.1.5 255.255.255.0
exit
no dhcp config-file-update
password manager
password operator
Since I could not get an DHCP address, I added a static IP to a laptop attached to
Vlan 100 (192.168.1.22), I could ping 192.168.1.1, 192.168.1.5, 10.25.6.1, 10.25.6.5.
However I could not ping my DC 10.25.0.2.
Could this be a routing issue??, or do I have to put the DC on VLAN 100 also??
Here is the 2910 route:
IP Route Entries
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
10.25.0.0/16 DEFAULT_VLAN 1 connected 1 0
127.0.0.0/8 reject static 0 0
127.0.0.1/32 lo0 connected 1 0
192.168.1.0/24 Wireless_Test 100 connected 1 0
I am at a loss here.....
If anyone has any ideas, I would really appreciate it!
I know this is long, but I tried to be thorough
Thank You!