Hi,
We are having trouble getting the above switch to route between VLANs. We have followed the manual and many guides including ones on here. We have VLAN 11 (192.168.11.0) at site A and VLAN 5 VOIP (192.168.5.0) and VLAN 10 Data (192.168.10.0) at site B. The L3 switch is set up with DGs on logical VLAN interfaces with 192.168.10.1, 192.168.5.1 and 192.168.11.30. The trunk works fine so just to test this issue we are using a single L3 switch with 2 laptops, one in VLAN 5 (192.168.5.2, DG 192.168.5.1) and one in VLAN 10 (192.168.10.2, DG 192.168.10.1) Both laptops can ping all 3 gateways but cannot ping each other. Below is the running config. Any suggestions would be greatly appreated.
network protocol none
vlan database
vlan 5,10-11
vlan routing 5 1
vlan routing 10 2
vlan routing 11 3
exit
configure
sntp client mode unicast
! sntp server status is active
sntp server time-d.netgear.com
stack
member 1 4
exit
slot 1/0 5
set slot power 1/0
no set slot disable 1/0
ipv6 router ospf
exit
ip routing
line console
exit
line telnet
exit
line ssh
exit
spanning-tree configuration name "00-8E-F2-4E-E5-01"
!
interface 1/0/1
vlan pvid 5
vlan participation include 5
exit
interface 1/0/2
vlan pvid 5
vlan participation include 5
exit
interface 1/0/3
vlan pvid 5
vlan participation include 5
exit
interface 1/0/4
vlan pvid 5
vlan participation include 5
exit
interface 1/0/5
vlan pvid 5
vlan participation include 5
exit
interface 1/0/6
vlan pvid 10
vlan participation include 10
exit
interface 1/0/7
vlan pvid 10
vlan participation include 10
exit
interface 1/0/8
vlan pvid 10
vlan participation include 10
exit
interface 1/0/9
vlan pvid 10
vlan participation include 10
exit
interface 1/0/10
vlan pvid 10
vlan participation include 10
exit
interface 1/0/11
vlan pvid 11
vlan participation include 11
exit
interface 1/0/12
vlan pvid 11
vlan participation include 11
exit
interface 1/0/13
vlan pvid 11
vlan participation include 11
exit
interface 1/0/14
vlan pvid 11
vlan participation include 11
exit
interface 1/0/15
vlan pvid 11
vlan participation include 11
exit
interface 1/0/25
no auto-negotiate
exit
interface 1/0/26
no auto-negotiate
exit
interface 1/0/27
no auto-negotiate
exit
interface 1/0/28
no auto-negotiate
exit
interface vlan 5
routing
ip address192.168.5.1255.255.255.0
exit
interface vlan 10
routing
ip address192.168.10.1255.255.255.0
exit
interface vlan 11
routing
ip address192.168.11.30255.255.255.0
exit
router rip
exit
router ospf
exit
exit
Thanks
Jonathan