ICX 7750实际可连接,但是测试不通过

jumpserver 3.10.18

以下是交换机配置

SSH@ceph>show run
Current configuration:
!
ver 08.0.95rT203
!
stack unit 1
module 1 icx7750-48-xgf-port-management-module
module 2 icx7750-qsfp-6port-qsfp-240g-module
!
!
!
!
!
!
vlan 1 name DEFAULT-VLAN by port
!
vlan 2 by port
untagged ethe 1/1/1 ethe 1/1/3 ethe 1/1/5 ethe 1/1/7 ethe 1/1/9 ethe 1/1/11 ethe 1/1/13 ethe 1/1/15 ethe 1/1/17 ethe 1/1/19 ethe 1/1/21 ethe 1/1/23 ethe 1/1/25 ethe 1/1/27 ethe 1/1/29 ethe 1/1/31
router-interface ve 2
!
vlan 3 by port
untagged ethe 1/1/2 ethe 1/1/4 ethe 1/1/6 ethe 1/1/8 ethe 1/1/10 ethe 1/1/12 ethe 1/1/14 ethe 1/1/16 ethe 1/1/18 ethe 1/1/20 ethe 1/1/22 ethe 1/1/24 ethe 1/1/26 ethe 1/1/28 ethe 1/1/30 ethe 1/1/32
router-interface ve 3
!
vlan 10 by port
!
!
!
!
!
!
!
!
!
!
!
!
!
!
aaa authentication web-server default local
aaa authentication login default local
jumbo
hostname ceph
ip route 0.0.0.0/0 10.10.82.5
ip route 10.100.2.0/24 10.10.82.206
ip route 10.100.2.0/24 10.10.82.210
!
username admin password …
!
!
snmp-server community … ro
snmp-server contact Mob:+86
snmp-server location China Zj Supdata.net
!
!
ssh access-group SSH-acl
!
!
!
manager port-list 987
!
!
!
!
!
!
!
!
!
interface ethernet 1/1/45
ip address 10.10.82.205 255.255.255.252
!
interface ethernet 1/1/47
ip address 10.10.82.209 255.255.255.252
!
interface ethernet 1/1/48
ip address 10.10.82.6 255.255.255.252
!
interface ve 2
ip address 10.100.0.1 255.255.255.0
!
interface ve 3
ip address 10.100.1.1 255.255.255.0
!
!
!
ip access-list standard SSH-acl
sequence 10 permit host 1
sequence 20 permit host 1
sequence 30 deny any
!
!
!
!
!
!
!
!
ip ssh idle-time 30
no ip ssh key-exchange-method dh-group1-sha1
ip ssh encryption disable-aes-cbc
!
!
!
!
!
end
SSH@ceph>

实际上管理没问题,但是测试不通过,显示错误

以下是测试时提示

任务准备阶段
开始执行任务

PLAY [all] *********************************************************************

TASK [Test asset connection (paramiko)] ****************************************
[WARNING]: Distribution debian 11 on host 兰溪-5M柜 should use /usr/bin/python3,
but is using /opt/py3/bin/python3.11, since the discovered platform python
interpreter was not present. See https://docs.ansible.com/ansible-
core/2.14/reference_appendices/interpreter_discovery.html for more information.
fatal: [兰溪-5M柜]: FAILED! => {“ansible_facts”: {“discovered_interpreter_python”: “/opt/py3/bin/python3.11”}, “changed”: false, “msg”: “Unable to connect to asset: q must be exactly 160, 224, or 256 bits long”}

PLAY RECAP *********************************************************************
兰溪-5M柜 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Task assets.tasks.ping.test_assets_connectivity_task[2e0e6891-7098-49fe-8e5c-76cd71934f31] succeeded in 4.305727522820234s:None