Archive for 26 August 2008

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

+ Switching in an Ethernet network By admin 26 August 2008 at 5:22 pm and have Comments Off

Key Elements of Ethernet Networks:

CSMA/CD – Only used with half-duplex (hubs).
Full-duplex switches do not use CSMA/CD.
Ethernet signals are sent to every host in the LAN.

Carrier Sense:

All devices must listen before transmitting.
If signal detected (CS), wait before transmitting.
If no tfc detected, can transmit.
While transmitting – must listen for collisions.

Multi-access:

If 2 devices transmit at the same time = collision.

Collision Detection:

Other devices (not involved in collision), and transmitting devices, detect collision.

Read the rest of this entry →

Tags: study, vtp, 802.1q, guides, switch, cisco