SlideShare a Scribd company logo
SWITCHING 
• Switch is a layer 2 Device 
• Two types of switches:- 
1. Manageable 
• Switches which has a console port 
• It is costly 
• Ex: Cisco catalyst 2950 
1. Non-manageable- 
• Switches which does not have console port 
• Less expensive 
• Ex: D-link, Net gear
FURTHER CLASSIFICATION 
1. Cut through 
 Cut through switch is one which has no error checking on incoming 
frame 
 Ex: Normal Switch 
2. Store and Forward 
 Store and forward has a buffer (small memory) in which the incoming 
frame is saved in it , checks the error and transmits
FUNCTIONS OF SWITCH 
• Address Learning 
• No entries are in MAC table initially 
• Each port broad cast to find its device for communication 
• The frame contains SMAC and source port no: 
• It is entered into the MAC table 
• After finding its device , the details are entered into the MAC table
• Forwarding 
• Forwarding is the process in which the frames are transferred according to 
MAC table 
• Loop avoidance 
• Two links are connected to two switches. 
• A loop occurs between the loops
STP (SPANNING TREE PROTOCOL) 
• Provides a loop-free redundant network topology by 
placing certain ports in the blocking state. 
• It is to avoid Looping in switches
BRIDGE ID 
• It is an address used to identify switches 
• It is a combination of priority value + MAC address 
• Ex: 32768:aa:bb:cc:dd
ROUTE BRIDGE 
• The highest priority switch among network of switch. 
• It controls the other ones. 
• Only one Route Bridge is in a network 
• The other switches are called non-Route Bridge
DESIGNATED PORT 
• The forwarding port of frame is called DP 
• All ports in Route Bridge are Designated ports 
• All ports in a non-Route Bridge are non- Designated ports
ROOT PORT 
• The ports in which designated and Non-Designated ports 
communicate.
STP OPERATION 
• BPDU (Bridge Protocol Data Unit), with the help of this packet, Root 
Bridge is elected. 
• The Root Bridge is elected with comparing Bridge ID and Root ID. 
• The lowest BPDU Root ID is the Root Bridge. 
• Initially BPDU packets are sent to all switches. 
• A Root Port is selected with the help of Path Cost. 
• The port in which Path cost having lowest value is the Root port.
SWITCH COMPONENTS 
• Processor 
• Motherboard 
• SMPS 
• RAM 
• NVRAM 
• FLASH 
• Switches typically have no power switch to turn them on and off. 
They simply connect or disconnect from a power source.
COMMAND LINE INTERFACE 
• The command line interface of switch is same as that of a Router 
• The Port interface is automatically assigned with IP and by default the 
status is up.
SWITCH PORT TYPES 
1. Trunk 
 A Switch to Switch connections are Trunk 
2. Access 
 PC- Switch connections are Access
SETTING ACCESS & TRUNK PORT 
Switch(config)#interface fastethernet 0/1 
Switch(config-if)#switchport mode access (For Access Port) 
Switch(config-if)#switchport mode trunk
PORT SECURITY 
Switch(config)#interface fastethernet 0/1 
Switch(config-if)#switchport mode access 
Switch(config-if)# switchport port-security 
Switch(config-if)#switchport port-security maximum 1 
Switch(config-if)# switchport port-security mac address sticky 
Switch(config-if)# switchport port-security violation shutdown 
Switch# show port-security (To Verify)
VLAN 
• Switch is a single broadcast domain 
• Converting a single broadcast domain into multiple broadcast 
domain is called Vlan. 
• It is a virtual LAN created in a switch. 
• Two types:- 
• 1- 1005 standard 
• 1006 – 4096 extended 
• All ports in a switch comes under Vlan 1 or administrative vlan by 
default (name default) 
• Mainly Vlan is implemented for logical grouping 
• A device under one Vlan area will not communicate with other Vlan 
area 
• Implements security
CREATING VLAN 
Switch(config)#vlan 100 
Switch(config-vlan)#name vlan100 
• Assigning a port to vlan:- 
Switch(config)#interface fastethernet 0/1 
Or 
Switch(config)#interface range fastethernet 0/1 – 10 
Switch(config-if)#switchport access vlan 100 
• To remove:- 
Switch(config)#no vlan 100 
Switch(config-if)#no switchport access vlan 100
ASSIGNING IP 
Switch(config)#interface vlan 100 
Switch(config-if)#ip address 192.168.1.1 255.255.255.0 
Switch(config-if)#no shut down
VLAN IDENTIFICATION OR FRAME 
TAGGING 
• Adding Vlan ID to each frame containing the details of destination 
Vlan ID is called Vlan Identification 
• Trunk port is used to connect two switch which passes multiple Vlan 
information 
• Access port is used to connect PC and switch which passes single 
Vlan information 
• Types:- 
• ISL (Interlink Switch)- Encapsulation method of CISCO 
• IEEE 802.1Q or dot1Q- Open support all switches
ROUTER ON STICK 
In Router:- 
Router(config)#interface fastethernet f0/0.1 
Router(config-if)#encapsulation dot1q 100 
Router(config-if)#ip address 10.0.0.1 255.0.0.0 
Router(config)#interface fastethernet f0/0.2 
Router(config-if)#encapsulation dot1q 200 
Router(config-if)#ip address 20.0.0.1 255.0.0.0 
Router(config)#interface fastethernet f0/0.3 
Router(config-if)#encapsulation dot1q 200 
Router(config-if)#ip address 30.0.0.1 255.0.0.0 
Router(config)#interface fastethernet f0/0 
Router(config-if)no shut down 
In Switch:- 
Switch(config)interface fastethernet 0/1 
Switch(config-if)switchport mode trunk 
Switch#show interface trunk
VTP (VLAN TRUNKING PROTOCOL) 
• VTP is used to create domain environment in a switching network 
• VTP modes:- 
• Server 
• Client 
• Transparent
• Cannot create, 
change, or delete 
VLANs 
• Forwards 
advertisements 
• Synchronizes 
VLAN 
configurations 
• Does not save in 
NVRAM 
• Creates, modifies, and deletes 
VLANs 
• Sends and forwards 
advertisements 
• Synchronizes VLAN 
configurations 
• Saves configuration in NVRAM 
• Creates, modifies, and 
deletes VLANs locally 
only 
• Forwards 
advertisements 
• Does not 
synchronize VLAN 
configurations 
• Saves configuration in 
NVRAM
VTP DOMAIN 
• VTP updates will not be received in switch which is having different 
domain name. 
• It receives when domain name is same 
Switch(config)#vtp domain NS (To create domain) 
Switch(config)#vtp mode ? (To change the VTP mode)
CONFIGURATION REVISION 
NUMBER 
• A switch having higher revision number database overwrites to 
another switch having lower revision number. 
• To avoid this we make the switch which has higher revision number 
into transparent mode.
VTP PRUNING MODE 
• This mode controls transferring unwanted updates from server to un 
manual switch.

More Related Content

What's hot

Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracerAnabia Anabia
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorialIT Tech
 
Access control list 2
Access control list 2Access control list 2
Access control list 2Kishore Kumar
 
Лекц 15
Лекц 15Лекц 15
Лекц 15Muuluu
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANSanilinvns
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
Kishore Kumar
 
Lab view the switch mac address table lab - view the switch
Lab   view the switch mac address table lab - view the switchLab   view the switch mac address table lab - view the switch
Lab view the switch mac address table lab - view the switch
ADDY50
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
Anabia Anabia
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
CCNAResources
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
Eng. Emad Al-Atoum
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)
DH Da Lat
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
Abdul Basit
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
ernestlithur
 
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
anilinvns
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
3Anetwork com
 
Day 5.3 configuration of router
Day 5.3 configuration of routerDay 5.3 configuration of router
Day 5.3 configuration of router
CYBERINTELLIGENTS
 
Router configuration
Router configurationRouter configuration
Router configuration97148881557
 
OSPF by Abdullah Mukhtar
OSPF by Abdullah MukhtarOSPF by Abdullah Mukhtar
OSPF by Abdullah Mukhtar
Abdullah Mukhtar
 

What's hot (20)

Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorial
 
Access control list 2
Access control list 2Access control list 2
Access control list 2
 
Лекц 15
Лекц 15Лекц 15
Лекц 15
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
 
Lab view the switch mac address table lab - view the switch
Lab   view the switch mac address table lab - view the switchLab   view the switch mac address table lab - view the switch
Lab view the switch mac address table lab - view the switch
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
 
Chapter10ccna
Chapter10ccnaChapter10ccna
Chapter10ccna
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)
 
Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2Packet Tracer Tutorial # 2
Packet Tracer Tutorial # 2
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
 
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
Day 5.3 configuration of router
Day 5.3 configuration of routerDay 5.3 configuration of router
Day 5.3 configuration of router
 
Router configuration
Router configurationRouter configuration
Router configuration
 
OSPF by Abdullah Mukhtar
OSPF by Abdullah MukhtarOSPF by Abdullah Mukhtar
OSPF by Abdullah Mukhtar
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccna
 

Viewers also liked

Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
AIRTEL
 
Vpn_NJ ppt
Vpn_NJ pptVpn_NJ ppt
Vpn_NJ ppt
Jigar Navadiya
 
Affirmed Systems SSD Storage Area Network Appliance architecture for trading ...
Affirmed Systems SSD Storage Area Network Appliance architecture for trading ...Affirmed Systems SSD Storage Area Network Appliance architecture for trading ...
Affirmed Systems SSD Storage Area Network Appliance architecture for trading ...
Joseph Brunner
 
CCNA ppt Day 3
CCNA ppt Day 3CCNA ppt Day 3
CCNA ppt Day 3
VISHNU N
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
AIRTEL
 
VPN, Its Types,VPN Protocols,Configuration and Benefits
VPN, Its Types,VPN Protocols,Configuration and BenefitsVPN, Its Types,VPN Protocols,Configuration and Benefits
VPN, Its Types,VPN Protocols,Configuration and Benefits
qaisar17
 
Network access protection ppt
Network access protection pptNetwork access protection ppt
Network access protection ppt
Dasarathi Dash
 
Vpn presentation
Vpn presentationVpn presentation
Vpn presentationstolentears
 
Virtual private network
Virtual private networkVirtual private network
Virtual private networkSowmia Sathyan
 

Viewers also liked (10)

Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
Vpn_NJ ppt
Vpn_NJ pptVpn_NJ ppt
Vpn_NJ ppt
 
Affirmed Systems SSD Storage Area Network Appliance architecture for trading ...
Affirmed Systems SSD Storage Area Network Appliance architecture for trading ...Affirmed Systems SSD Storage Area Network Appliance architecture for trading ...
Affirmed Systems SSD Storage Area Network Appliance architecture for trading ...
 
Vpn ppt
Vpn pptVpn ppt
Vpn ppt
 
CCNA ppt Day 3
CCNA ppt Day 3CCNA ppt Day 3
CCNA ppt Day 3
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
VPN, Its Types,VPN Protocols,Configuration and Benefits
VPN, Its Types,VPN Protocols,Configuration and BenefitsVPN, Its Types,VPN Protocols,Configuration and Benefits
VPN, Its Types,VPN Protocols,Configuration and Benefits
 
Network access protection ppt
Network access protection pptNetwork access protection ppt
Network access protection ppt
 
Vpn presentation
Vpn presentationVpn presentation
Vpn presentation
 
Virtual private network
Virtual private networkVirtual private network
Virtual private network
 

Similar to CCNA ppt Day 8

Final exam ccna exploration 3 lan switching and wireless
Final exam ccna exploration 3 lan switching and wirelessFinal exam ccna exploration 3 lan switching and wireless
Final exam ccna exploration 3 lan switching and wirelesskratos2424
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router97148881557
 
Day 14.2 inter vlan
Day 14.2 inter vlanDay 14.2 inter vlan
Day 14.2 inter vlan
CYBERINTELLIGENTS
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
Reetesh Gupta
 
Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01
Sachin Morya
 
Stp defined
Stp definedStp defined
Stp defined
Azeem Ayaz
 
Labmannual
LabmannualLabmannual
Labmannual
Matiullah Jamil
 
How STP works?
How STP works?How STP works?
How STP works?
NetProtocol Xpert
 
Chapter 1 Switch Network Device (1).ppt
Chapter 1  Switch Network Device (1).pptChapter 1  Switch Network Device (1).ppt
Chapter 1 Switch Network Device (1).ppt
desalewminale
 
Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)
Fleurati
 
欧洲杯投注app-欧洲杯投注app推荐-欧洲杯投注app| 立即访问【ac123.net】
欧洲杯投注app-欧洲杯投注app推荐-欧洲杯投注app| 立即访问【ac123.net】欧洲杯投注app-欧洲杯投注app推荐-欧洲杯投注app| 立即访问【ac123.net】
欧洲杯投注app-欧洲杯投注app推荐-欧洲杯投注app| 立即访问【ac123.net】
foismail170
 
9.VLAN+Principle - Network - ruijie.pdf (
9.VLAN+Principle - Network - ruijie.pdf (9.VLAN+Principle - Network - ruijie.pdf (
9.VLAN+Principle - Network - ruijie.pdf (
RaihanRamadhan71
 
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
foismail170
 
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
ahmedendrise81
 
2024欧洲杯最好的投注软件-2024欧洲杯最好的投注软件网址-2024欧洲杯最好的投注软件|【​网址​🎉ac123.net🎉​】
2024欧洲杯最好的投注软件-2024欧洲杯最好的投注软件网址-2024欧洲杯最好的投注软件|【​网址​🎉ac123.net🎉​】2024欧洲杯最好的投注软件-2024欧洲杯最好的投注软件网址-2024欧洲杯最好的投注软件|【​网址​🎉ac123.net🎉​】
2024欧洲杯最好的投注软件-2024欧洲杯最好的投注软件网址-2024欧洲杯最好的投注软件|【​网址​🎉ac123.net🎉​】
akrooshsaleem36
 
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
velosonando62
 
2024欧洲杯平台-2024欧洲杯平台网址-2024欧洲杯平台|【​网址​🎉ac123.net🎉​】
2024欧洲杯平台-2024欧洲杯平台网址-2024欧洲杯平台|【​网址​🎉ac123.net🎉​】2024欧洲杯平台-2024欧洲杯平台网址-2024欧洲杯平台|【​网址​🎉ac123.net🎉​】
2024欧洲杯平台-2024欧洲杯平台网址-2024欧洲杯平台|【​网址​🎉ac123.net🎉​】
talhaaslan625
 

Similar to CCNA ppt Day 8 (20)

Final exam ccna exploration 3 lan switching and wireless
Final exam ccna exploration 3 lan switching and wirelessFinal exam ccna exploration 3 lan switching and wireless
Final exam ccna exploration 3 lan switching and wireless
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router
 
Day 14.2 inter vlan
Day 14.2 inter vlanDay 14.2 inter vlan
Day 14.2 inter vlan
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
Ccna day4
Ccna day4Ccna day4
Ccna day4
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01Ccna day4-140715152437-phpapp01
Ccna day4-140715152437-phpapp01
 
Stp defined
Stp definedStp defined
Stp defined
 
Labmannual
LabmannualLabmannual
Labmannual
 
How STP works?
How STP works?How STP works?
How STP works?
 
Chapter 1 Switch Network Device (1).ppt
Chapter 1  Switch Network Device (1).pptChapter 1  Switch Network Device (1).ppt
Chapter 1 Switch Network Device (1).ppt
 
Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)Switched networks (LAN Switching – Switches)
Switched networks (LAN Switching – Switches)
 
欧洲杯投注app-欧洲杯投注app推荐-欧洲杯投注app| 立即访问【ac123.net】
欧洲杯投注app-欧洲杯投注app推荐-欧洲杯投注app| 立即访问【ac123.net】欧洲杯投注app-欧洲杯投注app推荐-欧洲杯投注app| 立即访问【ac123.net】
欧洲杯投注app-欧洲杯投注app推荐-欧洲杯投注app| 立即访问【ac123.net】
 
9.VLAN+Principle - Network - ruijie.pdf (
9.VLAN+Principle - Network - ruijie.pdf (9.VLAN+Principle - Network - ruijie.pdf (
9.VLAN+Principle - Network - ruijie.pdf (
 
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
 
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
 
2024欧洲杯最好的投注软件-2024欧洲杯最好的投注软件网址-2024欧洲杯最好的投注软件|【​网址​🎉ac123.net🎉​】
2024欧洲杯最好的投注软件-2024欧洲杯最好的投注软件网址-2024欧洲杯最好的投注软件|【​网址​🎉ac123.net🎉​】2024欧洲杯最好的投注软件-2024欧洲杯最好的投注软件网址-2024欧洲杯最好的投注软件|【​网址​🎉ac123.net🎉​】
2024欧洲杯最好的投注软件-2024欧洲杯最好的投注软件网址-2024欧洲杯最好的投注软件|【​网址​🎉ac123.net🎉​】
 
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
欧洲杯比赛投注官网-欧洲杯比赛投注官网网站-欧洲杯比赛投注官网|【​网址​🎉ac123.net🎉​】
 
2024欧洲杯平台-2024欧洲杯平台网址-2024欧洲杯平台|【​网址​🎉ac123.net🎉​】
2024欧洲杯平台-2024欧洲杯平台网址-2024欧洲杯平台|【​网址​🎉ac123.net🎉​】2024欧洲杯平台-2024欧洲杯平台网址-2024欧洲杯平台|【​网址​🎉ac123.net🎉​】
2024欧洲杯平台-2024欧洲杯平台网址-2024欧洲杯平台|【​网址​🎉ac123.net🎉​】
 

Recently uploaded

20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 

Recently uploaded (20)

20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 

CCNA ppt Day 8

  • 1. SWITCHING • Switch is a layer 2 Device • Two types of switches:- 1. Manageable • Switches which has a console port • It is costly • Ex: Cisco catalyst 2950 1. Non-manageable- • Switches which does not have console port • Less expensive • Ex: D-link, Net gear
  • 2. FURTHER CLASSIFICATION 1. Cut through  Cut through switch is one which has no error checking on incoming frame  Ex: Normal Switch 2. Store and Forward  Store and forward has a buffer (small memory) in which the incoming frame is saved in it , checks the error and transmits
  • 3. FUNCTIONS OF SWITCH • Address Learning • No entries are in MAC table initially • Each port broad cast to find its device for communication • The frame contains SMAC and source port no: • It is entered into the MAC table • After finding its device , the details are entered into the MAC table
  • 4. • Forwarding • Forwarding is the process in which the frames are transferred according to MAC table • Loop avoidance • Two links are connected to two switches. • A loop occurs between the loops
  • 5. STP (SPANNING TREE PROTOCOL) • Provides a loop-free redundant network topology by placing certain ports in the blocking state. • It is to avoid Looping in switches
  • 6. BRIDGE ID • It is an address used to identify switches • It is a combination of priority value + MAC address • Ex: 32768:aa:bb:cc:dd
  • 7. ROUTE BRIDGE • The highest priority switch among network of switch. • It controls the other ones. • Only one Route Bridge is in a network • The other switches are called non-Route Bridge
  • 8. DESIGNATED PORT • The forwarding port of frame is called DP • All ports in Route Bridge are Designated ports • All ports in a non-Route Bridge are non- Designated ports
  • 9. ROOT PORT • The ports in which designated and Non-Designated ports communicate.
  • 10. STP OPERATION • BPDU (Bridge Protocol Data Unit), with the help of this packet, Root Bridge is elected. • The Root Bridge is elected with comparing Bridge ID and Root ID. • The lowest BPDU Root ID is the Root Bridge. • Initially BPDU packets are sent to all switches. • A Root Port is selected with the help of Path Cost. • The port in which Path cost having lowest value is the Root port.
  • 11. SWITCH COMPONENTS • Processor • Motherboard • SMPS • RAM • NVRAM • FLASH • Switches typically have no power switch to turn them on and off. They simply connect or disconnect from a power source.
  • 12. COMMAND LINE INTERFACE • The command line interface of switch is same as that of a Router • The Port interface is automatically assigned with IP and by default the status is up.
  • 13. SWITCH PORT TYPES 1. Trunk  A Switch to Switch connections are Trunk 2. Access  PC- Switch connections are Access
  • 14. SETTING ACCESS & TRUNK PORT Switch(config)#interface fastethernet 0/1 Switch(config-if)#switchport mode access (For Access Port) Switch(config-if)#switchport mode trunk
  • 15. PORT SECURITY Switch(config)#interface fastethernet 0/1 Switch(config-if)#switchport mode access Switch(config-if)# switchport port-security Switch(config-if)#switchport port-security maximum 1 Switch(config-if)# switchport port-security mac address sticky Switch(config-if)# switchport port-security violation shutdown Switch# show port-security (To Verify)
  • 16. VLAN • Switch is a single broadcast domain • Converting a single broadcast domain into multiple broadcast domain is called Vlan. • It is a virtual LAN created in a switch. • Two types:- • 1- 1005 standard • 1006 – 4096 extended • All ports in a switch comes under Vlan 1 or administrative vlan by default (name default) • Mainly Vlan is implemented for logical grouping • A device under one Vlan area will not communicate with other Vlan area • Implements security
  • 17. CREATING VLAN Switch(config)#vlan 100 Switch(config-vlan)#name vlan100 • Assigning a port to vlan:- Switch(config)#interface fastethernet 0/1 Or Switch(config)#interface range fastethernet 0/1 – 10 Switch(config-if)#switchport access vlan 100 • To remove:- Switch(config)#no vlan 100 Switch(config-if)#no switchport access vlan 100
  • 18. ASSIGNING IP Switch(config)#interface vlan 100 Switch(config-if)#ip address 192.168.1.1 255.255.255.0 Switch(config-if)#no shut down
  • 19. VLAN IDENTIFICATION OR FRAME TAGGING • Adding Vlan ID to each frame containing the details of destination Vlan ID is called Vlan Identification • Trunk port is used to connect two switch which passes multiple Vlan information • Access port is used to connect PC and switch which passes single Vlan information • Types:- • ISL (Interlink Switch)- Encapsulation method of CISCO • IEEE 802.1Q or dot1Q- Open support all switches
  • 20. ROUTER ON STICK In Router:- Router(config)#interface fastethernet f0/0.1 Router(config-if)#encapsulation dot1q 100 Router(config-if)#ip address 10.0.0.1 255.0.0.0 Router(config)#interface fastethernet f0/0.2 Router(config-if)#encapsulation dot1q 200 Router(config-if)#ip address 20.0.0.1 255.0.0.0 Router(config)#interface fastethernet f0/0.3 Router(config-if)#encapsulation dot1q 200 Router(config-if)#ip address 30.0.0.1 255.0.0.0 Router(config)#interface fastethernet f0/0 Router(config-if)no shut down In Switch:- Switch(config)interface fastethernet 0/1 Switch(config-if)switchport mode trunk Switch#show interface trunk
  • 21. VTP (VLAN TRUNKING PROTOCOL) • VTP is used to create domain environment in a switching network • VTP modes:- • Server • Client • Transparent
  • 22. • Cannot create, change, or delete VLANs • Forwards advertisements • Synchronizes VLAN configurations • Does not save in NVRAM • Creates, modifies, and deletes VLANs • Sends and forwards advertisements • Synchronizes VLAN configurations • Saves configuration in NVRAM • Creates, modifies, and deletes VLANs locally only • Forwards advertisements • Does not synchronize VLAN configurations • Saves configuration in NVRAM
  • 23. VTP DOMAIN • VTP updates will not be received in switch which is having different domain name. • It receives when domain name is same Switch(config)#vtp domain NS (To create domain) Switch(config)#vtp mode ? (To change the VTP mode)
  • 24. CONFIGURATION REVISION NUMBER • A switch having higher revision number database overwrites to another switch having lower revision number. • To avoid this we make the switch which has higher revision number into transparent mode.
  • 25. VTP PRUNING MODE • This mode controls transferring unwanted updates from server to un manual switch.