02-13-2020 12:14 PM
02-13-2020 01:44 PM
02-13-2020 02:01 PM
02-13-2020 02:10 PM
02-13-2020 02:55 PM
We've made a few updates since this was posted, but we still can't communicate across the subnets. I realize I left off a lot of information while trying to stick to the basics. We've figured a lot out, but we're not there yet. We made a VE on port 1/1/1 of the ruckus and assigned it vlan 192 with ip 192.168.1.1. We set the gateway of the server to 192.168.1.1. We can now ping the gateway on the switch, and from the switch we can ping the server. We still cannot ping across the subnets.
The fiber port isn't on port 9, it's actually on port 1/3/1.
We've added the static routes below on the server, but it didn't help, still can't ping the camera at 11.174.246.30.
route add 10.174.241.0 mask 255.255.255.0 192.168.1.1Here is a copy of our running switch config:
RuckusSWitch#sh running-config
Current configuration:
!
ver 08.0.90eT213
!
stack unit 1
module 1 icx7150-c12-poe-port-management-module
module 2 icx7150-2-copper-port-2g-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 51 by port
tagged ethe 1/3/1
router-interface ve 51
!
vlan 192 by port
untagged ethe 1/1/1
router-interface ve 192
!
vlan 351 by port
tagged ethe 1/3/1
router-interface ve 351
!
aaa authentication web-server default local
aaa authentication enable default local
aaa authentication login default local
aaa authentication login privilege-mode
enable telnet password .....
enable super-user-password .....
enable aaa console
hostname RuckusSWitch
ip add-host-route-first
ip router-id 192.168.2.1
!
username admin password .....
!
sz registrar
!
interface management 1
ip address 192.168.45.44 255.255.255.0
!
interface ethernet 1/3/1
speed-duplex 1000-full
!
interface ve 1
!
interface ve 51
ip address 10.174.241.99 255.255.255.0
!
interface ve 192
ip address 192.168.1.1 255.255.255.0
!
interface ve 351
ip address 11.174.246.99 255.255.255.0
!
02-13-2020 05:38 PM