RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
12-22-2022 06:11 AM - edited 12-22-2022 10:27 AM
New to the Ruckus Game.
Trying to get management working. I would like to SSH to the device without using mgmt port. Here is what I have, Cisco Router, single cable to Ruckus switch. Router and switch are communicating, I get dhcp from the router but can't ping.
sh run
Current configuration:
!
ver 08.0.70dT231
!
stack unit 1
module 1 icx7650-48zp-port-management-module
module 3 icx7650-100g-2port-200g-module
!
vlan 1 name DEFAULT-VLAN by port
spanning-tree 802-1w
management-vlan
default-gateway 10.0.0.1 1
!
vlan 10 name DATA by port
tagged ethe 1/1/1
!
vlan 20 name VOICE by port
tagged ethe 1/1/1
untagged ethe 1/1/48
!
vlan 888 by port
!
aaa authentication login default local
!
hostname xlab-r10
ip address 10.0.0.2 255.255.255.0
!
!
interface ethernet 1/1/48
spanning-tree 802-1w admin-edge-port
stp-bpdu-guard
!
end
Cisco Router
interface GigabitEthernet0/0/0
description trunk to XLAB LAN
no ip address
negotiation auto
!
interface GigabitEthernet0/0/0.1
description XLAB LAN MGMT segment
encapsulation dot1Q 1 native
ip address 10.0.0.1 255.255.255.0
ip pim sparse-mode
!
interface GigabitEthernet0/0/0.10
description XLAB LAN DATA segment
encapsulation dot1Q 10
ip address 10.0.1.1 255.255.255.0
ip pim sparse-mode
!
interface GigabitEthernet0/0/0.20
description XLAB Voice LAN
encapsulation dot1Q 20
ip address 10.0.2.1 255.255.255.0
ip pim sparse-mode
no cdp enable
