Posts Tagged ‘ security

Configuring a catalyst switch 26 August 2008 at 5:32 pm by admin

Configuring a Web Interface:

Switches have web-based config tools that require an onboard HTTP server:
Web browser GUI.
Security Device Manager (SDM).
IP Phone and Telephony apps.
HTTP services ? security hole ? optional authentication.
If many users access HTTP services you may require a separate authentication server.
AAA and TACACS can be used to validate user credentials, (robust).
A less complex method allows use of the enable password.
A local authentication method requires the user to use a login username and password specified in the config.

S1(config)#ip http server ? turns on the server (on by default).
S1(config)#ip http authentication enable.

Read the rest of this entry →

Tags: wan, switch, cisco, router, vtp, study

+ Cisco Security Video By admin 27 June 2008 at 2:12 pm and have Comments Off

Take a look at this short video on cisco security.

…..You’ve already been locked out of the network…….!

Tags: router, vlan, guides, cisco, vtp, 802.1q

+ Configuring switch security for cisco catalyst 2950 By admin 18 June 2008 at 5:25 pm and have 1 Comment


Configuring port security

A switch without port security allows attackers to connect to unused, ports and gather info or attack the network. All ports should be secured before a switch is deployed. Port security limits the number of MAC addresses allowed on port.
If you limit the number to 1 & assign a single MAC address only the pc attached is allowed to connect via that port, when that number is reached a security violation occurs.

Read the rest of this entry →