cancel
Showing results for 
Search instead for 
Did you mean: 

Ruckus Management

CiscotoRuckus
New Contributor II

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

 

3 REPLIES 3