â10-27-2021 10:56 AM
Like i said in the title i cant acces to my switch from another PC in another vlan. If i put the PC in the same Vlan i can... What am i doing wrong?
â10-27-2021 11:25 AM
â10-28-2021 09:39 AM
I can do it from there giving a IP to the other Vlans, but i want to know why if i configure it on Vlan 1 (Default) i can access from another vlan, but at my way no... i want to have all switches in Vlan 64 and our Pcs in Vlan 10. Today i am using the default Vlan 1 and its all ok with any device i can access to all switchs. If i change the vlan to the 64, i can enter only with the PC in the same vlan.
â10-28-2021 09:38 AM
I can do it from there giving a IP to the other Vlans, but i want to know why if i configure it on Vlan 1 (Default) i can access from another vlan, but at my way no... i want to have all switches in Vlan 64 and our Pcs in Vlan 10. Today i am using the default Vlan 1 and its all ok with any device i can access to all switchs. If i change the vlan to the 64, i can enter only with the PC in the same vlan.
â10-28-2021 12:15 PM - edited â10-28-2021 10:36 PM
You need to allow other vlans to access the switch management interface.
Select Display mode Advanced, and then configure it in the menu Security -> Mgmt Access Method.
Anyway recommended method (for security reasons) is to allow only one vlan to manage your switches (commonly called Management vlan).
â10-29-2021 05:40 AM
Ty for your answer and yes we know about security but we wanted to know why that was happening. I have all vlans accepted and its the same, we cant access from another vlan.
interface vlan 1
ip address 192.168.0.254 255.255.255.0
ip address 192.168.1.254 255.255.255.0
no ip address dhcp
service-acl input nt default-action permit-any
!
interface vlan 5
name "Data P1"
service-acl input nt default-action permit-any
!
interface vlan 10
name Voice
service-acl input nt default-action permit-any
!
interface vlan 20
name "Video P1"
service-acl input nt default-action permit-any
!
interface vlan 30
name Telemetria
service-acl input nt default-action permit-any
!
interface vlan 40
name Access
service-acl input nt default-action permit-any
!
interface vlan 51
name Printers
service-acl input nt default-action permit-any
!
interface vlan 52
name Infrastructure
ip address 10.30.62.40 255.255.255.0
service-acl input nt default-action permit-any
!
interface vlan 77
name Visitas
service-acl input nt default-action permit-any
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide