10-22-2019 01:00 AM
Good morning
I would like to ask about something I want to know about 3750g.
Currently the 3750g is equipped with SSH, but I am trying to change the port number this time.
However, the port did not change to 12.2.55-SE12 version.
Is it possible to change the port of 15.0.2-SE11 version?
switch(config) # ip ssh port [portnum] rotary [group]
Does the above command apply to that version?
I would appreciate it if you could reply.
thank you
Solved! Go to Solution.
10-22-2019 04:02 AM - edited 10-22-2019 04:03 AM
it should be possible; on switches you probabaly should use SVI, like ip ssh source-interface vlan 10
Regards, ML
**Please Rate All Helpful Responses **
10-22-2019 07:24 AM - edited 10-30-2019 01:43 AM
12.X i do not see that option :
(config)#ip ssh ?
authentication-retries Specify number of authentication retries
dscp IP DSCP value for SSH traffic
logging Configure logging for SSH
precedence IP Precedence value for SSH traffic
source-interface Specify interface for source address in SSH connections
time-out Specify SSH time-out interval
version Specify protocol version supported
on 15.X you can configure
ip ssh port 2000 rotary 1 ( 2000 (port start from 2000) is customized port instead of 22)
!
line vty 0 15
rotary 1
10-22-2019 04:02 AM - edited 10-22-2019 04:03 AM
it should be possible; on switches you probabaly should use SVI, like ip ssh source-interface vlan 10
Regards, ML
**Please Rate All Helpful Responses **
10-22-2019 07:24 AM - edited 10-30-2019 01:43 AM
12.X i do not see that option :
(config)#ip ssh ?
authentication-retries Specify number of authentication retries
dscp IP DSCP value for SSH traffic
logging Configure logging for SSH
precedence IP Precedence value for SSH traffic
source-interface Specify interface for source address in SSH connections
time-out Specify SSH time-out interval
version Specify protocol version supported
on 15.X you can configure
ip ssh port 2000 rotary 1 ( 2000 (port start from 2000) is customized port instead of 22)
!
line vty 0 15
rotary 1
10-22-2019 05:59 PM
Hello. Thank you for your help.
However, if you look at the configuration guide below, there is nothing about the ip ssh port for 15.x.
Is it possible?
thank you.
10-23-2019 12:29 AM
I have taken the config from Live switch which was running 15.0.X - 3750 - have you tried ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide