Basic Switch Concepts and configuration
Concepts: CSMA/CD , Carrier Sense Multi Access / Collision Detection, Jamming Signal , Back Off Algorithm , "Listening before Transmit",
Broadcast Storms, Broadcast Domains, Collision Domains
unicast (HTTP, SMTP, FTP, and Telnet),
broadcast (ARP),
multicast (video)
Ethernet Frame 802.3
Layer 3 PDU --> min 64 Bytes < Frame < max 1518
{ min 46 Bytes < Data < max 1500 Bytes }
Preamble 7 Bytes -- Ethernet Frame 802.3 -- Trailer 4 Bytes
auto-MDIX the automatic medium-dependent interface crossover (auto-MDIX) feature
Router isolate Broadcast Domains
Switches isolate Collision Domains
Store-and-Forward Switching
Cut-Through Switching
Port-based Memory Buffering
Shared Memory Buffering
Symmetric and Asymmetric Switching
Your company purchased a brand new Cisco Catalyst 2960 from ebay for 135$ and you are going to configure it ..
Split into 2 Teams: Admins & Users
1. erase all FLASH:
2. Name Switch Cat2950
3.secure ALL telnet interfaces
4.secure Global Configuration Mode
5.secure Console
6.encrypt passwords (use the service password-encryption )
7. use enable secret notice the difference !!!!
8. Prepare Management Vlan
2.1 Configure Default Gateway
2.2 address interface vlan 100
10.make fast 0/5 member of Vlan 100
11.xtract .tar image from TFTP 10.0.0.10 /8
12.Enable SSH
switch(config)#ip domain-name mydomain.com
switch(config)#crypto key generate rsa
switch(config)#ip ssh version 2
switch(config)#line vty 0 15
switch(config-line)#transport input ssh
switch(config)#aaa new-model
switch(config)#username condor passwword ssh
13. Use PuTTy to SSH the switch
14. Enable Web Server
switch(config)# ip http authentication enable
switch(config) ip http server
15. Check Cisco Device Manager
16. Configure Port Security
It is a security violation when either of these situations occurs:
Actions when violation occurs:
17. Apply security: shutdown all unused ports
interface range
18. BackUP Start Up Configuration to FLASH:
19. Back Up Start Up Configuration & IOS to TFTP 10.0.0.10