Unsolved
This post is more than 5 years old
1 Rookie
•
8 Posts
0
32262
December 17th, 2014 02:00
Changing management VLAN
Hi,
Currently we have have a few switches that have management VLAN assigned to VLAN 1 interfaces which we connect to them via SSH. I have created a new a new VLAN for management and can ping all of the interfaces but I cannot connect via SSH.
Anyone have any ideas as to why this might be happening.
Thanks,
No Events found!


refracted
1 Rookie
•
8 Posts
0
December 17th, 2014 07:00
Sorry yes, Its N2048,
Yes I am trying to connect via the VLAN interface from a different VLAN which I am able to ping.
refracted
1 Rookie
•
8 Posts
0
December 17th, 2014 09:00
Yes I can access the VLAN 1 interface with SSH and I can ping 10.1.1.20 address but not access it via SSH.
Thanks
ip http secure-server
no ip http server
ip routing
ip default-gateway 192.168.66.1
ip route 0.0.0.0 0.0.0.0 192.168.66.1 253
router rip
no enable
exit
interface vlan 1
ip address 192.168.65.24 255.255.252.0
exit
interface vlan 5
exit
interface vlan 40
ip helper-address 172.16.40.1
exit
interface vlan 99
exit
interface vlan 999
ip address 10.1.1.20 255.255.255.0
exit
username "admin" password 6a84ca2aa375cb389ad8484ccaac8d5c privilege 15 encrypted
username "status" password acc5f716ea6480859fa7555d3a49987f privilege 1 encrypted
voice vlan
ip ssh server
spanning-tree priority 0
refracted
1 Rookie
•
8 Posts
0
December 18th, 2014 06:00
Yes I can but only devices that are directly connected to the switch I am plugged directly into, it wont go anything the far side of those.
On those switches that that I am trying to connect to but I can ping dont have any interfaces on that 999 vlan apart from the vlan interface its self. Could that be the problem that I need to have at least one interface in that VLAN that is up? Would I be better off trying to use loopback interfaces?