Hello Gurus,
I have two VLANS. 1 and 20. I just need simple config to make this work. How do i have routes between them and make then vbisible to each other.? appreciate any inputs and recommendations.
f10#show vlan
NUM Status Description Q Ports
1 Active U Po1(Gi 0/3,Gi 1/2-3)
U Po2(Gi 0/4,Gi 1/4,Gi 2/4)
U Po3(Gi 0/5,Gi 1/5)
U Gi 0/1,6-41,43-45,47-48
U Gi 1/1,6-48
U Gi 2/1-3,5-48
U Gi 3/2-48
20 Active SSLVPN U Gi 0/42,46
f10#show ip route
Gateway of last resort is 10.1.10.1 to network 0.0.0.0
Destination Gateway Dist/Metric Last Change
----------- ------- ----------- -----------
*S 0.0.0.0/0 via 10.1.10.1, Vl 1 1/0 21w1d
C 10.1.10.0/24 Direct, Vl 1 0/0 21w1d
C 10.3.10.0/24 Direct, Vl 20 0/0 1d2h
interface Vlan 1
ip address 10.1.10.4/24
untagged GigabitEthernet 0/1,6-41,43-45,47-48
untagged GigabitEthernet 1/1,6-48
untagged GigabitEthernet 2/1-3,5-48
untagged GigabitEthernet 3/2-48
untagged Port-channel 1-3
no shutdown
interface Vlan 20
description SSLVPN
ip address 10.3.10.4/24
untagged GigabitEthernet 0/42,46
no shutdown