100% found this document useful (1 vote)
933 views3 pages

Cisco To Ruckus Command v1

This document compares basic commands for configuring Cisco and Ruckus ICX switches. It outlines equivalent commands for interface configuration, VLANs, SVIs, SNMP, STP, NTP, stacking, port channels, and show commands between the Cisco and Ruckus platforms.

Uploaded by

TriNguyễn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
933 views3 pages

Cisco To Ruckus Command v1

This document compares basic commands for configuring Cisco and Ruckus ICX switches. It outlines equivalent commands for interface configuration, VLANs, SVIs, SNMP, STP, NTP, stacking, port channels, and show commands between the Cisco and Ruckus platforms.

Uploaded by

TriNguyễn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

This document provides command comparison for configuring

Cisco and ICX Ruckus switch: update 18-Sep-2020

Cisco switch: 3650, 4500 Ruckus Switch: ICX 7150, 7750, 7650

Cisco Ruckus
Basic Command
Interface Range Command
Cisco (config)# int range gig 1/0/1 -48 ICX-Ruckus (config)# int eth 1/1/1 to 1/1/48
Cisco (config-if-range) ICX-Ruckus (config-mif-1/1/1-1/1/48) #
Access port

Trunk Port
int gig 1/0/48 vlan <Vlan-number>
switchport trunk encapsulation dot1q tagged ethernet 1/1/48
switchport mode trunk
switchport trunk allowed vlan add <Vlan-Number> or

int eth 1/1/x


vlan-config add tagged-vlan <Vlan-number> to
<vlan-number>
Vlan
Vlan <Vlan-Number> vlan <Vlan-Number> name <Name> by port
name <Vlan-Name>
SVI Interface
Interface vlan <Vlan-Number> Vlan <Vlan-Number>
Ip address <ip-address> <subnet-mask> router-interface ve <Vlan-Number>

Interface vlan <Vlan-Number>


Ip address <ip-address> <subnet-mask>
SNMP

STP
It is enabled by default on Cisco Switch STP
 disabled by default on Ruckus L3 Switches.
 enabled by default on Ruckus L2 Switches.
To enable STP for all ports in all VLANs on a
Ruckus ICX device, enter the spanning-tree command.

ICX-Ruckus(config)# spanning-tree

To enable Rapid STP IEEE 802.1w under vlan

Vlan <vlan-number>
spanning-tree 802-1w
spanning-tree 802-1w priority <Priority>
interface GigabitEthernet1/0/1 interface ethernet 1/1/1
spanning-tree portfast spanning-tree 802-1w admin-edge-port
spanning-tree bpduguard enable stp-bpdu-guard

NTP
clock timezone gmt gmt+05:30
server <NTP-Server> minpoll 5
Stacking

Port Channel / Link Aggragation


lag <Lag-Name> dynamic id <ID> interface port-channel 1
ports ethernet 1/1/1 to 1/1/2
# for PAGP
Interface range gig 1/0/1 -2
Channel-protocol pagp
Channel-group mode 1 on

# for lacp
Interface range gig 1/0/1 -2
channel-group 1 mode active

Show Command
Show spanning-tree show 802-1w
sh spanning-tree detail Show 802-1w detail
sh vlan brief eth 1/1/1
show cdp neighbors detail sh lldp neighbors de
sh mac address-table int gig 1/0/1 sh mac-address ethernet 1/1/1
Show inventory Show version
sh environment all sh chassis
sh ip int brief sh int brief
sh switch sh stack
sh mac address-table sh mac-address
sh lag brief sh etherchannel summary

You might also like