Hi,
I'm new on DELL switches so I becoming quite crazy understanding why routing is not working between VLANS created on brand new DELL N3048.
Hi have for now 3 VLAN: 1, 2 and 3
On the default VLAN 1 which has ip address 192.168.0.0/24 I have servers and firewall (192.168.0.4).
I configured then:
VLAN 2: 192.168.150.0/24
VLAN 3: 192.168.151.0/24
If I connect on PC on a port in access mode vlan 2 or 3 from switch I can ping the PC. The opposite is not working and from PC VLAN2 or PC VLAN 3 i cannot route to subnet 192.168.0.0/24.
Ip routing is enabled.
All ports are in access mode.
What I missing ? Can anybody help me ?
Here's my config (all relevant to this example):
!Current Configuration:
!System Description "Dell Networking N3048, 6.2.6.6, Linux 3.6.5-50bbccb7"
!System Software Version 6.2.6.6
!
configure
vlan 2-3
exit
vlan 2
name "VLAN_AMM"
exit
vlan 3
name "VLAN_SVILUPPO"
exit
hostname "DLABCORE_01"
slot 1/0 3 ! Dell Networking N3048
clock summer-time recurring 2 sun Mar 02:00 2 sun Oct 03:00 zone "Rome"
clock timezone 1 minutes 0 zone "Rome"
stack
member 1 4 ! N3048
exit
ip routing
interface vlan 1
ip address 192.168.0.1 255.255.255.0
exit
interface vlan 2
ip address 192.168.150.1 255.255.255.0
bandwidth 10000
no ip proxy-arp
no ip redirects
exit
interface vlan 3
ip address 192.168.151.1 255.255.255.0
exit
ip default-gateway 192.168.0.4
username "admin" password .... privilege 15 encrypted
aaa authentication login "defaultList" local
aaa authorization exec "dfltExecAuthList" local
line ssh
exec-timeout 60
exit
ip ssh server
ip ssh port 2022
spanning-tree priority 16384
spanning-tree mode pvst
!
interface Gi1/0/1
description "FIREWALL 192.168.0.4"
spanning-tree portfast
exit
!
interface Gi1/0/13
description "PC VLAN 2"
spanning-tree portfast
switchport access vlan 2
exit
!
interface Gi1/0/14
description "PC VLAN 3"
spanning-tree portfast
switchport access vlan 3
exit
!
snmp-server engineid local 800002a203f48e384f07ce
snmp-server community "dlabs" rw ipaddress 192.168.0.1