User Tools

Site Tools


cisco:switch:9500:cisco_catalyst_9500_series_manual

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cisco:switch:9500:cisco_catalyst_9500_series_manual [2025/02/24 09:43] aperezcisco:switch:9500:cisco_catalyst_9500_series_manual [2025/04/20 12:43] (current) – [SSH] aperez
Line 640: Line 640:
     cl74   Enable clause74 with 25G     cl74   Enable clause74 with 25G
     off    Turn FEC off, FEC is mandatory for speeds 50G or higher     off    Turn FEC off, FEC is mandatory for speeds 50G or higher
 +
 +----
 +----
 +
 +====== SSH ======
 +
 +**SSH Configuration on Cisco IOS XE 17.12.03**
 +
 +  configure terminal
 +  hostname MyRouter
 +  ip domain-name mynetwork.local
 +  crypto key generate rsa modulus 2048
 +  username admin privilege 15 secret MyStrongPassword
 +  ip ssh version 2
 +  line vty 0 4
 +  transport input ssh
 +  exec-timeout 10 0   ! 10 minutes, 0 seconds
 +  login local
 +  exit
 +
 +  configure terminal
 +  ip ssh server algorithm encryption aes256-ctr aes192-ctr aes128-ctr
 +  end
 +
 +  write memory
 +
 +  show ip ssh
 +  show run | include ssh
  
 ---- ----
 ---- ----
  
cisco/switch/9500/cisco_catalyst_9500_series_manual.1740408229.txt.gz · Last modified: 2025/02/24 09:43 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki