cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
472
Views
0
Helpful
2
Replies

SSH

glmrenard
Level 1
Level 1

Hello,

How can I configure my switch (3550) to permit an ssh access from one of my PCs.

Does exist a method to get the mac or ip address connected on a port via SNMP ?

Thanks in advance.

Guillaume

2 Replies 2

Before you can enable SSH you need to download and install the crypto image for your 3550. Once you have this you need to generate a crypto key

switch(config)#crypto key generate rsa modulus 1024

then set the VTY lines to allow (only) SSH

switch(config-line)#transport input ssh

Andy