I'd setup rip on the core so that you can advertise routes back to the upstream router. That should mean that as long as you stay within the global range that you get from the upstream provider you can divide them any way you see fit internally without having to wait for the upstream people for each change.
I think its ip routing rip
and something to advertise static
you need:
Code:
ip default-gateway (upstream router IP)
ip routing
vlan 53
name "GuestWireless"
ip helper-address (DHCP server IP)
ip address 192.168.53.1 255.255.255.0
tagged 2,4,6,8,48
exit
ip route 0.0.0.0 0.0.0.0 (upstream router IP)
router rip
default-metric 2
redistribute static
exit
vlan 1
ip rip (advertising port on vlan)
exit
Had to set one of these up the other day for a new Ruckus system
you might also want to put in
Code:
timesync sntp
sntp unicast
sntp server priority 1 (Domain Controller) 3
To set the switch up to sync to a time server (domain controller)