Aruba & ProVision-based
1752815 Members
5964 Online
108789 Solutions
New Discussion юеВ

Re: Access Switch from different VLAN

 
jaison001
Visitor

Access Switch from different VLAN

This is first time I am creating a VLAN.

 

I am facing a problem

My switch IP is 100.6.1.2

vlan 1 subnet 100.6.1.1 to 100.6.3.255

vlan 2 subnet 100.6.2.1 to 100.6.3.255

vlan 3 subnet 100.6.3.1 to 100.6.3.255

 

In this I can access the switch from VLAN 1.

How can I access it from VLAN 2 & 3

Now it is only pinging

4 REPLIES 4
Vince-Whirlwind
Honored Contributor

Re: Access Switch from different VLAN

Can you show us what your subnets really are? The info you've provided isn't correct.
Give us the VLAN config.

Also, the ip config of the host on each VLAN when you test.

jaison001
Visitor

Re: Access Switch from different VLAN

; J9773A Configuration Editor; Created on release #YA.15.12.0015
; Ver #05:08.41.ff.37.27:a3
hostname "SP-AlGurm"
ip default-gateway 100.6.1.1
snmp-server community "public" unrestricted
vlan 1
name "DEFAULT_VLAN"
no untagged 21-24
untagged 1-20,25-28
ip address 100.6.1.2 255.255.255.0
exit
vlan 8
name "Vlan Wi-Fi"
untagged 21-24
ip address 100.6.2.2 255.255.255.0
exit
vlan 9
name "Vlan Guest"
tagged 21-24
ip address 100.6.3.2 255.255.255.0
exit
management-vlan 1
no tftp server
no dhcp config-file-update
jaison001
Visitor

Re: Access Switch from different VLAN

This are the details
Vince-Whirlwind
Honored Contributor

Re: Access Switch from different VLAN

So you have VLAN1 Untagged on most ports on your switch, except for 4 ports.

Those 4 ports do not have VLAN1 on them, they have VLAN8 Untagged and VLAN9 Tagged.

Is IP Routing enabled on the switch?

What is connected to ports 21-24, and how is it configured?

What are you trying to do and what isn't working?