Hi,
I was hoping to get VLAN 3 "Phone-VLAN" to be able to have internet access, I have a PhoneSystem on 10.10.3.1 which can ping the IP address of each VLAN and also the DHCP server 10.0.1.14 but not the router on 10.0.0.254. I have enabled ip routing but do I need to enable this on the VLANs too? If so the standard commands I am using aren't working.
The ports that are enabled for VLAN 3 have all been set to access, but I would have thought that using the VLANs IP address as the default gateway and the switch being Layer3 would allow me to do this. If you can shed any light on this then please let me know.
Below is part of the config file.
Regards,
Matt
!Current Configuration:
!System Description "Dell Networking N2048, 6.3.1.13, Linux 3.6.5-7dc37651"
!System Software Version 6.3.1.13
!
configure
vlan 2-4
exit
vlan 2
name "Data-VLAN"
exit
vlan 3
name "Phone-VLAN"
vlan association subnet 10.10.3.0 255.255.255.0
exit
vlan 4
name "CCTV-VLAN"
vlan association subnet 10.10.4.0 255.255.255.0
exit
slot 1/0 5 ! Dell Networking N2048
slot 2/0 5 ! Dell Networking N2048
slot 3/0 5 ! Dell Networking N2048
slot 4/0 5 ! Dell Networking N2048
slot 5/0 9 ! Dell Networking N2048P
slot 6/0 9 ! Dell Networking N2048P
slot 7/0 9 ! Dell Networking N2048P
stack
member 1 8 ! N2048
member 2 8 ! N2048
member 3 8 ! N2048
member 4 8 ! N2048
member 5 9 ! N2048P
member 6 9 ! N2048P
member 7 9 ! N2048P
exit
boot auto-copy-sw
ip routing
interface vlan 1
ip address 10.0.0.240 255.255.248.0
bandwidth 10000
exit
interface vlan 2
ip netdirbcast
bandwidth 10000
ip helper-address 10.0.1.14 dhcp
exit
interface vlan 3
ip address 10.10.3.240 255.255.255.0
bandwidth 10000
ip helper-address 10.0.1.14 dhcp
exit
interface vlan 4
ip address 10.10.4.240 255.255.255.0
ip helper-address 10.0.1.14 dhcp
exit
ip route 0.0.0.0 0.0.0.0 10.0.0.254
username "admin" password 9cd8943094aad3c37df7c7e3a2ddafee privilege 15 encrypted
voice vlan
application install SupportAssist auto-restart start-on-boot
application install hiveagent start-on-boot
!