Current setup:
Cisco ASA 5505 Firewall with LAN GW of 172.19.10.15
This connects to:
HP 1910 switch (on vlan01 - default). We also have a 2nd 1910 for backup.
We have a 2910al POE for a planned voip install with shoretel.
The new switch is connected into the 1910 switch on vlan01. The new switch has the following config:
HP-E2910al-48G-PoE(config)# show config
Startup configuration:
; J9148A Configuration Editor; Created on release #W.15.08.0012
; Ver #02:11.05:16
hostname "HP-E2910al-48G-PoE"
module 1 type j9148a
power-over-ethernet pre-std-detect
ip default-gateway 172.19.10.15
ip routing
interface 1
name "HP1910"
no power-over-ethernet
exit
interface 2
no power-over-ethernet
exit
interface 3
no power-over-ethernet
exit
interface 4
no power-over-ethernet
exit
interface 5
no power-over-ethernet
exit
interface 6
no power-over-ethernet
exit
interface 7
name "Shoretel E1k"
speed-duplex 100-full
exit
interface 8
name "Shoretel SG90"
speed-duplex 100-full
exit
interface 9
name "Shoretel SG90Bri"
speed-duplex 100-full
exit
interface 48
name "vlan20 to Firewall"
exit
snmp-server community "public" unrestricted
snmp-server contact "IT"
vlan 1
name "DEFAULT_VLAN"
no untagged 7-48
untagged 1-6
ip address 172.19.4.5 255.255.0.0
exit
vlan 20
name "Voice"
untagged 7-19,23-48
ip address 172.16.4.5 255.255.0.0
ip helper-address 172.19.10.17
exit
vlan 30
name "Voice2"
untagged 20-22
ip address 10.0.0.1 255.255.255.0
ip helper-address 172.19.10.18
exit
no autorun
password manager
HP-E2910al-48G-PoE(config)#
THe DHCP server is 172.19.10.17 and has a scope for 172.16.105.100-200 with GW in the scope of 172.16.4.5 (the vlan20 ip).
But i still cannot get any IPs from clients plugged into the 2910 switch on vlan20.
IDeas?