25 Posts
0
1437
December 6th, 2020 16:00
PowerConnect 6248 ssh unresponsive
Hi folks,
Thanks for your help getting the 6248 online. The Data plane seems to be functioning fine, but I can't get in to the ssh console most times.
Can someone help me understand what's causing the heavy load on the control plane and what I can do to eliminate it?
Thanks,
C.J. in Seattle
No Events found!
DELL-Josh Cr
Moderator
•
9.2K Posts
1
December 8th, 2020 09:00
Openmanage network manager is our tool for management, but most SNMP based monitoring tools should work as well.
DELL-Cares
Moderator
•
27.1K Posts
0
December 7th, 2020 04:00
Hello,
I'll help you to find what could be the source of this issue.
When you cannot open the SSH console, is the ping reachable?
Have you tried another SSH console software ?
Is the network bandwith usage or traffic of this switch higher than usual when issue occur.
Have you tried in same time to access to the swich with the serial port.
Is the switch firmware up to date?
I remain at your disposal.
Regards,
cjac00
25 Posts
0
December 7th, 2020 11:00
Hello there,
The serial console is quite responsive.
ICMP seems to be failing most of the time: 1/6 packets, 83% loss, min/avg/ewma/max = 121.846/121.846/121.846/121.846 ms
I'm not certain how to determine whether the network traffic is high. I expect most of the traffic is ingressing from the cross connect on port-channel 6, which the 5424 is on, and egressing on interface 1/g33, which attaches to the DOCSIS modem. See this config for details.
I don't expect more than maybe 100Mbit of traffic to be transiting the switch. But we can investigate this theory using the serial console. I am just not familiar enough with the system to know how to do this yet. I would be grateful for any advice you can offer.
There are also a number of Debian linux systems also attached to the switch via port-channels. These have either 4 or 6 GE ports in LACP bonds. At this point, I don't expect that any of these hosts are sending more than 1Mbit each.
I have not tried with a different ssh client version, but I have tried from different hosts, some directly attached to the switch, and some indirectly attached via a switch attached via a LAG to the 6248.
The switch firmware seems to be up to date. I had to update it with xmodem over night a few weeks ago.
DELL-Josh Cr
Moderator
•
9.2K Posts
0
December 7th, 2020 13:00
Are there any network loops? A loop could cause this behavior. Is the management on it its own VLAN?
cjac00
25 Posts
0
December 7th, 2020 16:00
Hi Josh,
I'd be happy to put management on its own VLAN. I'm not certain how to change the management VLAN, though. I looked it up in the manual but
Oh, look. That worked. I can't ssh to it, though.
No, I don't think there are any bridge loops. How can I diagnose this, though? Can I see the throughput on a per-port basis, maybe?
cjac00
25 Posts
0
December 7th, 2020 17:00
actually, yes I can reach it on that VLAN. I had disabled that VLAN in order to debug something earlier.
OK. Management is much more responsive on the management VLAN. I'd still like to know why ssh and ping are so unresponsive on other VLANs. If I turn off ip routing on all other interfaces, will that improve things?
DELL-Cares
Moderator
•
27.1K Posts
0
December 8th, 2020 01:00
Hi,
In my opinion, access via the management VLAN is faster because it avoids the need for inter-VLAN routing. What do you mean by disabling IP routing on all other interfaces?
Regards,
cjac00
25 Posts
0
December 8th, 2020 09:00
By disabling ip routing on all other interfaces, I meant
The ssh connection is now responsive. I will see if I can figure out how to enable ssh pub key authentication.
Before I close this thread as resolved, can you recommend any tools to detect bridge loops or high network usage on any particular ports?
Thanks,
C.J.
cjac00
25 Posts
0
December 14th, 2020 18:00
Thanks, I'll take a look at that.