Hi Tom.
You could also use intermediate switch but you need to route traffic accordingly. More work to do. It is easier just to connect mgmt ports to Management network.
Original Message:
Sent: Jan 18, 2024 03:18 AM
From: Tom Whiteley
Subject: SSH to MGMT port
Thank you. I didn't realise I could have more than one thing attached to the Management bridge, that's why I was using ArubaCX1 as an aggregate to SSH to ArubaCX10-12. It is weird though why I couldn't hop through that to the mgmt port, but I could SSH to VLAN1 via port 1/1/1.
I've made that change and I can now SSH to my mgmt port.
Thanks again.
Original Message:
Sent: Jan 18, 2024 01:44 AM
From: GorazdKikelj
Subject: SSH to MGMT port
If you would like to access switches via mgmt port from outside the emulated environment, then connect them to management network.
Best, Gorazd
------------------------------
Gorazd Kikelj
MVP Expert 2023
Original Message:
Sent: Jan 16, 2024 11:46 AM
From: TomWhi
Subject: SSH to MGMT port
My problem is that I cannot SSH to the MGMT interface.
I am using EVE-NG (latest version, VM is fully up to date). I have a CX 10.12 Simulator attached with Interface 1/1/1 and mgmt.
Running config of switch
hostname SPINE2ssh server vrf defaultssh server vrf mgmtvlan 1interface mgmt no shutdown ip dhcpinterface 1/1/1 no shutdown no routing vlan access 1interface vlan 1 ip address 192.168.32.122/24ip route 0.0.0.0/0 192.168.32.1https-server vrf mgmt
config of mgmt interterface
SPINE2# show int mgmt Address Mode: dhcp Admin State: up Link State: up Mac Address: 50:00:00:04:00:00 IPv4 address/subnet-mask: 192.168.32.95/24 Default gateway IPv4: 192.168.32.1 Primary Nameserver: 192.168.32.250
I am successfully able to SSH to the VLAN1 access port, but I cannot SSH to the mgmt port.
When I test if port 22 is open on each interface, I can prove that 1/1/1 is listening (via vlan1).
However mgmt is not listening on tcp/22 (ICMP is successful though).
SSH is enabled on the mgmt VRF (as shown in the config), and there is not any ACLs on the SSH sessions.
Any ideas?