Looking for help with my setup. I recently picked up a 3750x to learn CLI with Cisco. Prior to that I was comfortable with SonicPoints and Netgear switches where the SonicWall was doing all the routing (ROS). I am trying to learn layer 3 routing with the switch and have been mostly successful up until trying to get the SonicPoints up with connectivity to the LAN on the admin SSID. I understand I need to start with baby steps so my I am just trying to get it working with a single SSID. I have read multiple posts elsewhere about using a free port on the SonicWall and separate switch however, if possible, i would like to pass everything through the Cisco.
Switch config is below but a quick summary of my test bench:
- VLAN 20 - Desktops
- VLAN 30 - Servers
- VLAN 40 - Phones
- VLAN 50 - Access points (before it was a pvid for the management and IP addressing of the AP's with the actual traffic passing on the VLAN associated with the SSID)
- VLAN 60 - Admin wifi
- VLAN 70 - Guest wifi
Everything on Vlans 20/30/40 is all working and talking fine. Just stuck with the wireless. They come up and work fine with them built off the SOHO on a trunked port. Struggling with the routes necessary to allow Lan connectivity
- SW Port 1 - Dhcp Server for vlan 20/30/40
- SW Port 2 - PBX
- SW Port 3 - Voicemail Server
- SW Port 10 - Test PC
- SW Port 11 - Phone with PC Pass through (single drop simulation)
- SW Port 21 - To X3 (wlan for Sonicpoints)
- SW Port 22 - To Sonicpoint
- SW Port 23 - To X0 on sonicwall (lan)
Config:
! interface GigabitEthernet1/0/22 switchport access vlan 50 switchport trunk encapsulation dot1q switchport trunk native vlan 50 switchport mode access spanning-tree portfast ! interface GigabitEthernet1/0/23 switchport access vlan 30 switchport trunk encapsulation dot1q switchport trunk native vlan 30 switchport mode trunk spanning-tree portfast ! interface Vlan1 ip address 10.1.10.1 255.255.255.0 ! interface Vlan20 ip address 10.1.20.1 255.255.255.0 ip helper-address 10.1.30.3 ! interface Vlan30 ip address 10.1.30.1 255.255.255.0 ip helper-address 10.1.30.3 ! interface Vlan40 ip address 10.1.40.1 255.255.255.0 ip helper-address 10.1.30.3 ! interface Vlan50 ip address 10.1.50.1 255.255.255.0 ! interface Vlan60 no ip address ! interface Vlan70 no ip address ! ip default-gateway 10.1.0.1 ip classless ip route 0.0.0.0 0.0.0.0 10.1.30.254 ip http server ip http secure-server ! ! !
I can post the sonicwall config if it necessary but I am hoping the community can point me in the right direction!
No comments:
Post a Comment