already configured my switch as attached file. When I try to ping the vlan ID, it returns with timeout. However, "ip routing" has been put in the configuration.It seems that my VLANs can't be communicated with each other. Any idea ?
Tks
Switches / Hubs
Last Comment
AXISHK
8/22/2022 - Mon
Predrag Jovic
No file attached. :)
And idea - did you configure default gateway on host(s) to be Interface VLAN IP address?
AXISHK
ASKER
Do I need to have at least one workstation on VLAN 3 before I can ping the vlan 3 interface in the switch ?
You need active port in that LAN. As long as no active ports in VLAN, interface VLAN is down (host or active trunk port with assigned VLAN should be enough).
You can try:
#interface vlan 1
#no autostate
That should bring interface vlan up, but it does not work on all switches (at least not on all interfaces).
And idea - did you configure default gateway on host(s) to be Interface VLAN IP address?