Ruckus ICX - Inter-VLAN Routing

Edited

Purpose

The purpose of this guide is to demonstrate how to implement Inter-VLAN Routing

Tested on version 08.0.80

Pre-Requisite

The switch must be on the routing firmware on version 08.0.80

This must be completed in privileged exec mode

Configuration

Define the layer 2 VLANs

VLAN 10 name Production
router-interface ve 10
untagged ethernet 1/1/1
exit 
VLAN 20 name Servers
router-interface ve 20
untagged ethernet 1/1/2
exit
  • router-interface ve 10 <<< This creates a layer 3 interface

  • router-interface ve 20 <<< This creates a layer 3 interface

Define the layer 3 Interfaces

interface ve 10
ip address 10.10.0.1 255.255.255.0
exit
interface ve 20
ip address 10.20.0.1 255.255.255.0
exit

You will now be able to ping the gateway addresses which proves that Inter-VLAN routing is working.

 

 

 

Was this article helpful?

Sorry about that! Care to tell us more?

Thanks for the feedback!

There was an issue submitting your feedback
Please check your connection and try again.