Differences between revisions 3 and 4
Revision 3 as of 2018-10-10 09:52:57
Size: 605
Editor: merlyn
Comment:
Revision 4 as of 2018-10-10 09:53:08
Size: 610
Editor: merlyn
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
== Link Aggregation == == Link Aggregation LACP ==

How to Enable SSH on Cisco Switch, Router and ASA

http://www.thegeekstuff.com/2013/08/enable-ssh-cisco/

To disable telnet

myswitch#configure terminal
myswitch(config)#line VTY 0 15
myswitch(config-line)#Transport preferred ssh

tec support log

sh tech
sh switch detail
sh switch neighbors
sh switch stack-ring speed

Switch(config)#interface range gigabitEthernet 1/0/21 -23

Switch(config-if-range)#channel-protocol lacp

Switch(config-if-range)#channel-group 12 mode active 

désert/Switch/Cisco (last edited 2018-10-10 09:53:08 by merlyn)