02-03-2022 12:47 PM
Hello,
I am setting up ICX 7150-C10ZP as a layer 3 switch. I wanted to avoid packets return trip to my gateway (Cisco C891F router) for interVLAN routing of devices connected directly to this switch. The way I found so far is to set Ruckus switch as gateway either by setting the switch as default gateway or installing specific routes manually on the client or via DHCP option 33 and 121.
From reading RUCKUS FastIron Layer 3 Routing Configuration Guide I maybe wrongly imagined that this switch can be smarter than a substitute to L3 router by intercepting ethernet packets destined to the default gateway and route them locally without messing up client configuration. Am I wrong and should I treat it as a simple router instead?
Thank you
Below is my config just in case...
Current configuration:
!
ver 08.0.95fT213
!
stack unit 1
module 1 icx7150-c10zp-poe-port-management-module
module 2 icx7150-2-copper-port-20g-module
module 3 icx7150-2-sfp-plus-port-20g-module
stack-port 1/3/1
stack-port 1/3/2
!
!
!
!
!
vlan 1 name DEFAULT-VLAN by port
router-interface ve 1
!
vlan 2 name Admin by port
tagged ethe 1/1/6 to 1/1/8 ethe 1/2/2 ethe 1/3/1
untagged ethe 1/1/2 ethe 1/1/4
router-interface ve 2
!
vlan 3 name Family by port
tagged ethe 1/1/6 to 1/1/8 ethe 1/2/2 ethe 1/3/1
router-interface ve 3
!
vlan 4 name IOT by port
tagged ethe 1/1/6 to 1/1/8 ethe 1/2/2 ethe 1/3/1
untagged ethe 1/1/1 ethe 1/1/3 ethe 1/1/5
router-interface ve 4
!
vlan 5 name TEST by port
tagged ethe 1/1/6 to 1/1/8 ethe 1/2/2 ethe 1/3/1
router-interface ve 5
!
!
!
!
!
!
!
!
!
!
!
!
!
!
aaa authentication web-server default local
aaa authentication login default local
boot sys fl pri
enable aaa console
ip arp learn-gratuitous-arp
ip proxy-arp
ip route 10.128.2.0/24 ve 2
ip route 10.128.4.0/24 ve 4
ip multicast active
!
telnet timeout 0
no telnet server
username super password .....
!
!
password-change any
!
!
clock summer-time
clock timezone gmt GMT-08
!
!
ntp
server 0.pool.ntp.org
server 129.6.15.28
!
!
web-management https
web-management session-timeout 3600
!
!
manager registrar
!
manager port-list 987
!
!
!
!
!
!
!
!
!
interface management 1
ip address 10.128.10.250 255.255.255.0
!
interface ve 1
ip address 10.128.1.7 255.255.255.0
!
interface ve 2
ip address 10.128.2.250 255.255.255.0
!
interface ve 3
ip address 10.128.3.250 255.255.255.0
!
interface ve 4
ip address 10.128.4.250 255.255.255.0
!
interface ve 5
ip address 10.128.5.250 255.255.255.0
!
!
!
!
!
!
!
!
!
!
ip ssh idle-time 0
!
!
!
!
!
end