Saturday 26 February 2011

Configure SSH

This is the steps.





1) username xxxx password xxxx





2) passwd xxxxx





3) ssh x.x.x.x x.x.x.x {inside/outside}





4) crypto key generate rsa modulus {512/768/1024/2048}





5) aaa authentication ssh console LOCAL

Friday 4 February 2011

Setup port security on Cisco 3500 Xl and 2900

Step 1

configure terminal

Enter global configuration mode.

Step 2

interface interface

Enter interface configuration mode for the port you want to secure.

Step 3

port security max-mac-count 1

Secure the port and set the address table to one address.

Step 4

port security action shutdown

Set the port to shutdown when a security violation occurs.

Step 5

end

Return to privileged EXEC mode.

Step 6

show port security

Verify the entry.