We are in the process of replacing our NV1544 switches with NV1560 switches (as we were told this was the 'most compatible' option). Coming from the AOS interface, I am left more than a bit confused as to how to configure VLANs on this new ASE.
I have two 1560s connected through aggregate ports (1 and 2, both set as trunk with VLANs 1-4095 allowed). The (VLAN 1) addresses for the two are 192.168.1.180 and 1.189. They both have an additional interface (VLAN 220) of 192.168.220.180 and 220.189 respectively. My laptop is connected to "189" and configured with 192.168.220.100 and a default gateway of 192.168.220.189. The port on 189 is configured as a trunk with port VLAN 220 (all VLANs allowed). On my laptop, I am able to ping 192.168.220.189, 220.180, and 1.189, but I cannot ping 1.180. I have a feeling this is because I am unable to specify a default gateway inside the switches themselves. Using the ping utility in the GUI of 220.189, I am able to ping 1.180 with no problem. Likewise, 220.180 can ping 1.189.
I need to know how I can configure the routing between the different VLANs. Our campus uses a different VLAN for each building and all servers are kept on an independent VLAN.
--EDIT--
I do not know why the process of creating a VLAN has been complicated to this degree from AOS. If anyone can refer me to some kind of documentation or even a basic guide on setting up a VLAN on ASE, I would very much appreciate it.
Guessing why this is happening -
Trunk Lag ( without LACP) should be configured like -
!
interface GigabitEthernet 1/0
switchport mode trunk
aggregation group 1 mode on
!
interface GigabitEthernet 1/1
switchport mode trunk
aggregation group 1 mode on
!
Note - Changing any port to Trunk mode causes the switch to pause for a while (5 to 10secs) to configure and verify the change.
If both switches are configured with
!
vlan 1,220
!
Or
!
vlan 1
!
vlan 220
!
Troubleshooting -