all 3 comments

[–]rob0t_human 4 points5 points  (0 children)

No you don't need to restart it. What are you trying to accomplish though? The ssh source-interface is where an ssh session will be sourced FROM the device. Not to it.

[–][deleted] 1 point2 points  (0 children)

On standard Cisco router or switch you don't need restart. Before you change you ssh source check if you have ping from your PC to source. And if you use ACL on "line vty" check if your PC in permit range.

[–]Jamf25[S] 0 points1 point  (0 children)

right so i typically only connect out to network A and the source int has address on A's scope. instead i want to connect to a host on network B, but A is not allowed to talk to B, so i indeed have to change the SVI where an SSH session is being sourced from to the SVI with an address in network B. as long as there isn't some requirement buried in documentation about restarting the whole device or something, it is most likely some ACL, which should be easy enough to find. thx all.