C9504 ssh port change issue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2022 12:08 AM
Hi.
Model Name: N9K-C9504
nx-os: 7.0.3
I want to change to a port other ssh port
config t
ssh port command not working
1. Is it not supported in version 7.0.3?
2.Do I need to upgrade the version?
help me
- Labels:
-
LAN Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2022 01:55 AM
Hello,
according to the security configuration guide, you need version 9.2(1) or higher:
--> Changing the Default SSH Server Port
Beginning with Cisco NX-OS Cisco Release 9.2(1), you can change the SSHv2 port number from the default port number 22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2022 03:50 AM
Your version not support, you need to uplift to 9.2 or higher code of NXOS with below syntax can be configfured.
ssh port local-port
Example:
switch(config)# ssh port 58003
