SlideShare una empresa de Scribd logo
1 de 43
Catalyst 1900 Switch Operations
Objectives ,[object Object],[object Object],[object Object],[object Object],[object Object]
Basic layer 2 Switching (Bridging) Technologies
Three Switch Functions ,[object Object],[object Object],[object Object]
How Switches Learn Host Locations 0260.8c01.3333 0260.8c01.4444 MAC address table E0 E1 E2 E3 A B C D 0260.8c01.1111 0260.8c01.2222 Initial MAC address table is empty.
How Switches Learn Host Locations ,[object Object],[object Object],[object Object],MAC address table 0260.8c01.3333 0260.8c01.4444 E0: 0260.8c01.1111 E0 E1 E2 E3 A B C D 0260.8c01.1111 0260.8c01.2222
How Switches Learn Host Locations ,[object Object],[object Object],[object Object],0260.8c01.4444 0260.8c01.3333 E0: 0260.8c01.1111 E0: 0260.8c01.4444 E0 E1 E2 E3 A B C D 0260.8c01.1111 0260.8c01.2222 MAC address table
How Switches Filter Frames ,[object Object],[object Object],0260.8c01.3333 E0: 0260.8c01.1111 E2: 0260.8c01.2222 E1: 0260.8c01.3333 E3: 0260.8c01.4444 E0 E1 E2 E3 A B C D 0260.8c01.1111 0260.8c01.2222 0260.8c01.4444
Broadcast and Multicast Frames ,[object Object],[object Object],0260.8c01.3333 0260.8c01.4444 0260.8c01.1111 0260.8c01.2222 E0: 0260.8c01.1111 E2: 0260.8c01.2222 E1: 0260.8c01.3333 E3: 0260.8c01.4444 E0 E1 E2 E3 A B C D
Redundant Topology ,[object Object],[object Object],Segment 2 Router Y Segment 1 Server/Host   x
Broadcast Storms ,[object Object],Server/Host  x Segment 2 Segment 1 Router Y SwitchA SwitchB Broadcast
Multiple Frame Copies ,[object Object],[object Object],[object Object],Segment 2 Router Y Segment 1 Server/Host  x Unicast Unicast Unicast SwitchA SwitchB
MAC Database Instability ,[object Object],[object Object],[object Object],[object Object],[object Object],Segment 2 Router Y Server/Host  x Unicast Unicast SwitchA SwitchB Segment 1 Port 0 Port 0 Port 1 Port 1
Multiple Loop Problems ,[object Object],[object Object],Server/Host   Loop Loop Loop Broadcast Workstations
Solution: Spanning-Tree Protocol ,[object Object],X Block
Spanning-Tree Operations ,[object Object],[object Object],[object Object],Nondesignated port (B) Nonroot bridge Root bridge X 10 base T 100 base T Root port(F) Designated port (F) Designated port (F)
Spanning-Tree Protocol Root Bridge Selection ,[object Object],[object Object],[object Object],[object Object],[object Object],Switch Y Default priority 32768 ( 8000Hex ) MAC 0c0022222222 BPDU Switch X Default priority 32768 ( 8000Hex ) MAC 0c0011111111
Spanning-Tree Protocol Port states Nondesignated port (B) Switch Y Default priority 32768 ( 8000Hex ) MAC 0c0022222222 Switch X Default priority 32768 ( 8000Hex ) MAC 0c0011111111 X 10 base T 100 base T Root port(F) Designated port (F) Designated port (F) Port 0 Port 1 Port 0 Port 1
Spanning-Tree Protocol Oath Cost Link Speed  Cost (reratify IEEE spec)  cost (previous IEEE spec)   10 Gbps   2 1 1 Gbps   4 1 100 Mbps   19 10 10 MBPS   100 100
Spanning-Tree: Switch Y MAC 0c0022222222 Default priority 32768 Switch X MAC 0c0011111111 Default priority 32768 Switch Z MAC 0c0011110000 Default priority 32768 ,[object Object],[object Object],[object Object],[object Object],10 base T 100 base T Port 0 Port 0 Port 0 Port 1 Port 1
Spanning-Tree Port State ,[object Object],[object Object],[object Object],[object Object],[object Object]
Spanning-Tree Recalculation X 10 base T 100 base T Root port(F) Designated port Designated port Port 0 Port 1 Port 0 Port 1 Switch X MAC 0c0011111111 Default priority 32768 X MAXAGE X BPDU Nondesignated port (BLK) Switch Y MAC 0c0022222222 Default priority 32768
Key issue: Time to Convergence ,[object Object],[object Object]
Bridging Compared to LAN Switching Bridging Primary software based  One Spanning-tree instance per bridge Usually up to 16 ports per bridge LAN Switching Primary Hardware based  Many Spanning-tree instances per bridge More ports on a Switch
Transmitting Frames through a Switch Frame Frame Frame ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Frame Frame
Duplex Overview Hub Switch ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Configuring the Switch ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Catalyst 1900 Default Configuration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Ports on the Catalyst 1900 fa0/26(port A) fa0/27(port B) fa0/26(port A) fa0/27(port B) 100 base T uplink ports e0/25 e0/25 AUI port e0/1 to e0/24 e0/1 to e0/12 10 base T port Cat 1924 Cat 1912
Configuring the Switch ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Configuring the Switch IP Address ,[object Object],ip address  {ip address} {mask} wg_sw_a(config)#ip address 10.5.5.11 255.255.255.0
Configuring the Switch Default Gateway wg_sw_a(config)# ip default-gateway  {  ip address  } wg_sw_a(config)#ip default-gateway 10.5.5.3
Showing the Switch IP Address wg_sw_a#show ip Ip address: 10.5.5.11 Subnetmask: 255.255.255.0 Default gateway: 10.5.5.3 Management VLAN: 1 Domain name: Name server1: 0.0.0.0 Name server2: 0.0.0.0 HTTP server:Enabled HTTPport:  80 RIP: Enabled wg_sw_a#
Setup Duplex Options wg_sw_a(config)#interface e0/1 wg_sw_a(config-if)# Duplex  { auto  | full | full-flow-control | half } wg_sw_a(config-if)#duplex half
Duplex Mismatches ,[object Object],[object Object]
Managing Mac Address Table wg_sw_a#show mac-address-table wg_sw_a#sh mac-address-table Number permanent address:0 Number of restricted static addresses:0 Number of dynamic address:6
Setting Permanent MAC address wg_sw_a(config)# mac-address-table permanent(  mac-address type module/port  ) wg_sw_a(config)# Mac-address-table permanent2222.2222.2222 ethernet0/3 wg_sw_a# sh mac-address-table Number of permanent addresses : 1 Number of restricted static addresses : 0 Number of dynamic addresses : 4
Setting Restricted Static MAC address wg_sw_a(config)# mac-address-table restricted static (  mac-address type module/port src-if-list ) wg_sw_a(config)# Mac-address-table restricted static 1111.1111.1111 ethernet0/4 e0/1 wg_sw_a# sh mac-address-table Number of permanent addresses : 1 Number of restricted static addresses : 1 Number of dynamic addresses : 4
Configure Port Security wg_sw_a(config-if)# Port secure  [max-mac-count  count  ] ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Configuring Port Security wg_sw_a# show mac-address-table  security wg_sw_a# show mac-address-table security Action upon address violation : Suspend wg_sw_a(config)# address-violation {suspended | disable | ignor}
Managing Configuration File To send the configuration to TFTP server: Copy nvram tftp :// host / dst_file wg_sw_a# To download the configuration from a TFTP server: wg_sw_a# Copy tftp :// host / src_file  nvram wg_sw_a#copy nvram tftp: // 10.1.1.1/wgswd Configuration up load is successfully completed wg_sw_a#copy tftp: // 10.1.1.1/wgswd.cfg nvram TFTP successfully download configuration file
Clear NVRAM wg_sw_a#delete nvram  Reset the system configuration to factory defaults.
 

Más contenido relacionado

La actualidad más candente

How to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchHow to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switch
IT Tech
 
Io (2)
Io (2)Io (2)
Io (2)
Aisu
 
Neighbor discoverydhcp
Neighbor discoverydhcpNeighbor discoverydhcp
Neighbor discoverydhcp
Fred Bovy
 

La actualidad más candente (20)

Day 20.1 configuringframerelay
Day 20.1 configuringframerelayDay 20.1 configuringframerelay
Day 20.1 configuringframerelay
 
Ch6
Ch6Ch6
Ch6
 
An5006
An5006An5006
An5006
 
Stp defined
Stp definedStp defined
Stp defined
 
Avl9180 interfase
Avl9180 interfaseAvl9180 interfase
Avl9180 interfase
 
Wan Interface Configuration
Wan Interface ConfigurationWan Interface Configuration
Wan Interface Configuration
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
How to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switchHow to create and delete vlan on cisco catalyst switch
How to create and delete vlan on cisco catalyst switch
 
Basics of sockets
Basics of socketsBasics of sockets
Basics of sockets
 
1205 Ppi 8279
1205 Ppi 82791205 Ppi 8279
1205 Ppi 8279
 
Io (2)
Io (2)Io (2)
Io (2)
 
MX960 Router
MX960 RouterMX960 Router
MX960 Router
 
IPv6 examples
IPv6 examplesIPv6 examples
IPv6 examples
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital Network
 
OSPF 2
OSPF 2OSPF 2
OSPF 2
 
Neighbor discoverydhcp
Neighbor discoverydhcpNeighbor discoverydhcp
Neighbor discoverydhcp
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 

Destacado (10)

Yum (Linux)
Yum (Linux) Yum (Linux)
Yum (Linux)
 
RPM (LINUX)
RPM (LINUX)RPM (LINUX)
RPM (LINUX)
 
12 yum
12  yum12  yum
12 yum
 
RPM (Red Hat Package Manager)
RPM (Red Hat Package Manager)RPM (Red Hat Package Manager)
RPM (Red Hat Package Manager)
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
Cisco 2960x switch password recovery
Cisco 2960x switch password recoveryCisco 2960x switch password recovery
Cisco 2960x switch password recovery
 
Cehv8 - Module 16: Hacking Mobile Platforms
Cehv8 - Module 16: Hacking Mobile PlatformsCehv8 - Module 16: Hacking Mobile Platforms
Cehv8 - Module 16: Hacking Mobile Platforms
 
VMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessVMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation Process
 
Thermal engg
Thermal enggThermal engg
Thermal engg
 
How to recover password on a cisco 2950, 2960 switch
How to recover password on a cisco 2950, 2960 switchHow to recover password on a cisco 2950, 2960 switch
How to recover password on a cisco 2950, 2960 switch
 

Similar a 06 module catalyst 1900 switch operations

Assembling And Cabling
Assembling And CablingAssembling And Cabling
Assembling And Cabling
scooby_doo
 

Similar a 06 module catalyst 1900 switch operations (20)

Switching seminar ppt
Switching seminar pptSwitching seminar ppt
Switching seminar ppt
 
ACIT - CCNA Training Course Topic - Switch Stp ACIT
ACIT - CCNA Training Course Topic - Switch Stp ACITACIT - CCNA Training Course Topic - Switch Stp ACIT
ACIT - CCNA Training Course Topic - Switch Stp ACIT
 
Day 13.1..1 catalyst switch
Day 13.1..1 catalyst switchDay 13.1..1 catalyst switch
Day 13.1..1 catalyst switch
 
Switching & VLAN(4knet.ir)
Switching & VLAN(4knet.ir)Switching & VLAN(4knet.ir)
Switching & VLAN(4knet.ir)
 
Intro to Ethernet
Intro to EthernetIntro to Ethernet
Intro to Ethernet
 
Assembling And Cabling
Assembling And CablingAssembling And Cabling
Assembling And Cabling
 
Cisco CCNAX .200 120
Cisco CCNAX .200 120Cisco CCNAX .200 120
Cisco CCNAX .200 120
 
Frame Relayprint
Frame RelayprintFrame Relayprint
Frame Relayprint
 
Networking Fundamentals: Local Networks
Networking Fundamentals: Local NetworksNetworking Fundamentals: Local Networks
Networking Fundamentals: Local Networks
 
Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02
 
Alp Stp
Alp StpAlp Stp
Alp Stp
 
00-105 Interconnecting Cisco Networking Devices Part 1 (ICND1.pdf
00-105 Interconnecting Cisco Networking Devices Part 1 (ICND1.pdf00-105 Interconnecting Cisco Networking Devices Part 1 (ICND1.pdf
00-105 Interconnecting Cisco Networking Devices Part 1 (ICND1.pdf
 
Day 20.3 frame relay
Day 20.3 frame relay Day 20.3 frame relay
Day 20.3 frame relay
 
Day 15.1 spanningtreeprotocol
Day 15.1 spanningtreeprotocolDay 15.1 spanningtreeprotocol
Day 15.1 spanningtreeprotocol
 
PLNOG 17 - Piotr Wojciechowski - 802.1s MST, czyli STP u operatora i w DC nie...
PLNOG 17 - Piotr Wojciechowski - 802.1s MST, czyli STP u operatora i w DC nie...PLNOG 17 - Piotr Wojciechowski - 802.1s MST, czyli STP u operatora i w DC nie...
PLNOG 17 - Piotr Wojciechowski - 802.1s MST, czyli STP u operatora i w DC nie...
 
Networking basics
Networking basicsNetworking basics
Networking basics
 
CCNA Security 07-Securing the local area network
CCNA Security 07-Securing the local area networkCCNA Security 07-Securing the local area network
CCNA Security 07-Securing the local area network
 
Lab 4 marking
Lab 4 markingLab 4 marking
Lab 4 marking
 
CCNAX 200 120 dumps
CCNAX 200 120 dumpsCCNAX 200 120 dumps
CCNAX 200 120 dumps
 
CCNA DUMPS 200-120
CCNA DUMPS 200-120CCNA DUMPS 200-120
CCNA DUMPS 200-120
 

Más de Asif

Module 1
Module 1Module 1
Module 1
Asif
 
14 module
14  module14  module
14 module
Asif
 
13 module isdn bri call
13   module isdn bri call13   module isdn bri call
13 module isdn bri call
Asif
 
12 module
12  module12  module
12 module
Asif
 
11 module configuring novell ipx
11  module configuring novell ipx11  module configuring novell ipx
11 module configuring novell ipx
Asif
 
10 module
10  module10  module
10 module
Asif
 
09 module determinig ip routes
09  module determinig ip routes09  module determinig ip routes
09 module determinig ip routes
Asif
 
08 module interconnecting cisco router
08 module interconnecting cisco router08 module interconnecting cisco router
08 module interconnecting cisco router
Asif
 
07 module extending switched netwroks with virtual la ns
07  module extending switched netwroks with virtual la ns07  module extending switched netwroks with virtual la ns
07 module extending switched netwroks with virtual la ns
Asif
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
Asif
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
Asif
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overview
Asif
 
Lecture 20 presentation
Lecture 20 presentationLecture 20 presentation
Lecture 20 presentation
Asif
 
Ip addresses
Ip addressesIp addresses
Ip addresses
Asif
 
Configuraton of standard access list and extented access lis
Configuraton of standard access list and extented access lisConfiguraton of standard access list and extented access lis
Configuraton of standard access list and extented access lis
Asif
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overview
Asif
 

Más de Asif (16)

Module 1
Module 1Module 1
Module 1
 
14 module
14  module14  module
14 module
 
13 module isdn bri call
13   module isdn bri call13   module isdn bri call
13 module isdn bri call
 
12 module
12  module12  module
12 module
 
11 module configuring novell ipx
11  module configuring novell ipx11  module configuring novell ipx
11 module configuring novell ipx
 
10 module
10  module10  module
10 module
 
09 module determinig ip routes
09  module determinig ip routes09  module determinig ip routes
09 module determinig ip routes
 
08 module interconnecting cisco router
08 module interconnecting cisco router08 module interconnecting cisco router
08 module interconnecting cisco router
 
07 module extending switched netwroks with virtual la ns
07  module extending switched netwroks with virtual la ns07  module extending switched netwroks with virtual la ns
07 module extending switched netwroks with virtual la ns
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overview
 
Lecture 20 presentation
Lecture 20 presentationLecture 20 presentation
Lecture 20 presentation
 
Ip addresses
Ip addressesIp addresses
Ip addresses
 
Configuraton of standard access list and extented access lis
Configuraton of standard access list and extented access lisConfiguraton of standard access list and extented access lis
Configuraton of standard access list and extented access lis
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overview
 

Último

Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 

Último (20)

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 

06 module catalyst 1900 switch operations

  • 1. Catalyst 1900 Switch Operations
  • 2.
  • 3. Basic layer 2 Switching (Bridging) Technologies
  • 4.
  • 5. How Switches Learn Host Locations 0260.8c01.3333 0260.8c01.4444 MAC address table E0 E1 E2 E3 A B C D 0260.8c01.1111 0260.8c01.2222 Initial MAC address table is empty.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18. Spanning-Tree Protocol Port states Nondesignated port (B) Switch Y Default priority 32768 ( 8000Hex ) MAC 0c0022222222 Switch X Default priority 32768 ( 8000Hex ) MAC 0c0011111111 X 10 base T 100 base T Root port(F) Designated port (F) Designated port (F) Port 0 Port 1 Port 0 Port 1
  • 19. Spanning-Tree Protocol Oath Cost Link Speed Cost (reratify IEEE spec) cost (previous IEEE spec) 10 Gbps 2 1 1 Gbps 4 1 100 Mbps 19 10 10 MBPS 100 100
  • 20.
  • 21.
  • 22. Spanning-Tree Recalculation X 10 base T 100 base T Root port(F) Designated port Designated port Port 0 Port 1 Port 0 Port 1 Switch X MAC 0c0011111111 Default priority 32768 X MAXAGE X BPDU Nondesignated port (BLK) Switch Y MAC 0c0022222222 Default priority 32768
  • 23.
  • 24. Bridging Compared to LAN Switching Bridging Primary software based One Spanning-tree instance per bridge Usually up to 16 ports per bridge LAN Switching Primary Hardware based Many Spanning-tree instances per bridge More ports on a Switch
  • 25.
  • 26.
  • 27.
  • 28.
  • 29. Ports on the Catalyst 1900 fa0/26(port A) fa0/27(port B) fa0/26(port A) fa0/27(port B) 100 base T uplink ports e0/25 e0/25 AUI port e0/1 to e0/24 e0/1 to e0/12 10 base T port Cat 1924 Cat 1912
  • 30.
  • 31.
  • 32. Configuring the Switch Default Gateway wg_sw_a(config)# ip default-gateway { ip address } wg_sw_a(config)#ip default-gateway 10.5.5.3
  • 33. Showing the Switch IP Address wg_sw_a#show ip Ip address: 10.5.5.11 Subnetmask: 255.255.255.0 Default gateway: 10.5.5.3 Management VLAN: 1 Domain name: Name server1: 0.0.0.0 Name server2: 0.0.0.0 HTTP server:Enabled HTTPport: 80 RIP: Enabled wg_sw_a#
  • 34. Setup Duplex Options wg_sw_a(config)#interface e0/1 wg_sw_a(config-if)# Duplex { auto | full | full-flow-control | half } wg_sw_a(config-if)#duplex half
  • 35.
  • 36. Managing Mac Address Table wg_sw_a#show mac-address-table wg_sw_a#sh mac-address-table Number permanent address:0 Number of restricted static addresses:0 Number of dynamic address:6
  • 37. Setting Permanent MAC address wg_sw_a(config)# mac-address-table permanent( mac-address type module/port ) wg_sw_a(config)# Mac-address-table permanent2222.2222.2222 ethernet0/3 wg_sw_a# sh mac-address-table Number of permanent addresses : 1 Number of restricted static addresses : 0 Number of dynamic addresses : 4
  • 38. Setting Restricted Static MAC address wg_sw_a(config)# mac-address-table restricted static ( mac-address type module/port src-if-list ) wg_sw_a(config)# Mac-address-table restricted static 1111.1111.1111 ethernet0/4 e0/1 wg_sw_a# sh mac-address-table Number of permanent addresses : 1 Number of restricted static addresses : 1 Number of dynamic addresses : 4
  • 39.
  • 40. Configuring Port Security wg_sw_a# show mac-address-table security wg_sw_a# show mac-address-table security Action upon address violation : Suspend wg_sw_a(config)# address-violation {suspended | disable | ignor}
  • 41. Managing Configuration File To send the configuration to TFTP server: Copy nvram tftp :// host / dst_file wg_sw_a# To download the configuration from a TFTP server: wg_sw_a# Copy tftp :// host / src_file nvram wg_sw_a#copy nvram tftp: // 10.1.1.1/wgswd Configuration up load is successfully completed wg_sw_a#copy tftp: // 10.1.1.1/wgswd.cfg nvram TFTP successfully download configuration file
  • 42. Clear NVRAM wg_sw_a#delete nvram Reset the system configuration to factory defaults.
  • 43.