SlideShare une entreprise Scribd logo
1  sur  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.
 

Contenu connexe

Tendances

Day 20.1 configuringframerelay
Day 20.1 configuringframerelayDay 20.1 configuringframerelay
Day 20.1 configuringframerelayCYBERINTELLIGENTS
 
Wan Interface Configuration
Wan Interface ConfigurationWan Interface Configuration
Wan Interface ConfigurationKishore Kumar
 
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 switchIT Tech
 
1205 Ppi 8279
1205 Ppi 82791205 Ppi 8279
1205 Ppi 8279techbed
 
Io (2)
Io (2)Io (2)
Io (2)Aisu
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Abdul Basit
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of RoutersKishore Kumar
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital NetworkKishore Kumar
 
Neighbor discoverydhcp
Neighbor discoverydhcpNeighbor discoverydhcp
Neighbor discoverydhcpFred Bovy
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 MinutesCCNAResources
 

Tendances (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
 

En vedette

RPM (Red Hat Package Manager)
RPM (Red Hat Package Manager)RPM (Red Hat Package Manager)
RPM (Red Hat Package Manager)skalaivanibutp
 
Cisco 2960x switch password recovery
Cisco 2960x switch password recoveryCisco 2960x switch password recovery
Cisco 2960x switch password recoveryNetProtocol Xpert
 
Cehv8 - Module 16: Hacking Mobile Platforms
Cehv8 - Module 16: Hacking Mobile PlatformsCehv8 - Module 16: Hacking Mobile Platforms
Cehv8 - Module 16: Hacking Mobile PlatformsVuz Dở Hơi
 
VMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessVMware ESXi 6.0 Installation Process
VMware ESXi 6.0 Installation ProcessNetProtocol Xpert
 
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 switchIT Tech
 

En vedette (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
 

Similaire à Catalyst 1900 Switch Operations Guide

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 ACITSleek International
 
Switching & VLAN(4knet.ir)
Switching & VLAN(4knet.ir)Switching & VLAN(4knet.ir)
Switching & VLAN(4knet.ir)Azad Kaki
 
Assembling And Cabling
Assembling And CablingAssembling And Cabling
Assembling And Cablingscooby_doo
 
Cisco CCNAX .200 120
Cisco CCNAX .200 120Cisco CCNAX .200 120
Cisco CCNAX .200 120abdulquyyum
 
Networking Fundamentals: Local Networks
Networking Fundamentals: Local NetworksNetworking Fundamentals: Local Networks
Networking Fundamentals: Local NetworksAndriy Berestovskyy
 
Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02A.S.M Shmimul Islam.
 
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.pdfFiona Phillips
 
Day 15.1 spanningtreeprotocol
Day 15.1 spanningtreeprotocolDay 15.1 spanningtreeprotocol
Day 15.1 spanningtreeprotocolCYBERINTELLIGENTS
 
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...PROIDEA
 
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 networkAhmed Habib
 
Lab 4 marking
Lab 4 markingLab 4 marking
Lab 4 markingVNG
 
CCNAX 200 120 dumps
CCNAX 200 120 dumpsCCNAX 200 120 dumps
CCNAX 200 120 dumpsabdulquyyum
 

Similaire à Catalyst 1900 Switch Operations Guide (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
 
CCNA DUMPS 200-120
CCNA DUMPS 200-120CCNA DUMPS 200-120
CCNA DUMPS 200-120
 
CCNAX 200 120 dumps
CCNAX 200 120 dumpsCCNAX 200 120 dumps
CCNAX 200 120 dumps
 

Plus de Asif

Module 1
Module 1Module 1
Module 1Asif
 
14 module
14  module14  module
14 moduleAsif
 
13 module isdn bri call
13   module isdn bri call13   module isdn bri call
13 module isdn bri callAsif
 
12 module
12  module12  module
12 moduleAsif
 
11 module configuring novell ipx
11  module configuring novell ipx11  module configuring novell ipx
11 module configuring novell ipxAsif
 
10 module
10  module10  module
10 moduleAsif
 
09 module determinig ip routes
09  module determinig ip routes09  module determinig ip routes
09 module determinig ip routesAsif
 
08 module interconnecting cisco router
08 module interconnecting cisco router08 module interconnecting cisco router
08 module interconnecting cisco routerAsif
 
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 nsAsif
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornmentAsif
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring iosAsif
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overviewAsif
 
Lecture 20 presentation
Lecture 20 presentationLecture 20 presentation
Lecture 20 presentationAsif
 
Ip addresses
Ip addressesIp addresses
Ip addressesAsif
 
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 lisAsif
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overviewAsif
 

Plus 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
 

Dernier

Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
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 ConsultingTechSoup
 
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.pptxheathfieldcps1
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Dernier (20)

Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
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"
 
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
 
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
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
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 Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

Catalyst 1900 Switch Operations Guide

  • 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.