SlideShare a Scribd company logo
© 2002, Cisco Systems, Inc. All rights reserved.
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-2© 2002, Cisco Systems, Inc. All rights reserved. 2
Configuring a Catalyst Switch
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-3
Objectives
Upon completing this lesson, you will be
able to:
• Verify the default configuration of the device,
given a functioning access layer switch
• Configure the switch management IP address
and the default gateway, given a functioning
access layer switch and an IP addressing
scheme
• Execute an add, move, or change on an access
layer switch, given a new network requirement
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-4
• IP address: 0.0.0.0
• CDP: enabled
• 100baseT port: autonegotiate duplex mode
• Spanning tree: enabled
• Console password: none
Catalyst 1900 and 2950 Default
Configuration
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-5
wg_sw_1900#show run
Building configuration...
Current configuration:
!
!
interface Ethernet 0/1
!
interface Ethernet 0/2
wg_sw_1900#show spantree
Port Ethernet 0/1 of VLAN1 is Forwarding
Port path cost 100, Port priority 128
Designated root has priority 32768, address 0090.8673.3340
Designated bridge has priority 32768, address 0090.8673.3340
Designated port is Ethernet 0/1, path cost 0
Timers: message age 20, forward delay 15, hold 1
wg_sw_1900#show vlan-membership
Port VLAN Membership Type Port VLAN Membership Type
------------------------------------------------------------------
1 5 Static 13 1 Static
2 1 Static 14 1 Static
3 1 Static 15 1 Static
Port Names on
Catalyst 1900 Switches
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-6
wg_sw_2950#show run
Building configuration...
Current configuration:
!
!
interface FastEthernet0/1
!
interface FastEthernet0/2
wg_sw_2950#show spantree
Interface Fa0/1 (port 7) in Spanning tree 1 is FORWARDING
Port path cost 19, Port priority 128
Designated root has priority 32768, address 0008.a445.c980
Designated bridge has priority 32768, address 0008.a445.c980
Designated port is 7, path cost 0
Timers: message age 0, forward delay 0, hold 0
BPDU: sent 8316, received 4
wg_sw_2950#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4,
Fa0/5, Fa0/6, Fa0/7, Fa0/8,
Fa0/9, Fa0/10, Fa0/11, Fa0/12,
Fa0/13, Fa0/14, Fa0/15, Fa0/16,
Fa0/17, Fa0/18, Fa0/19, Fa0/20,
Fa0/21, Fa0/22, Fa0/23, Fa0/24
Port Names on
Catalyst 2950 Switches
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-7
wg_sw_1900(config)#ip address 10.5.5.11 255.255.255.0
wg_sw_1900(config)#ip address {ip_address} {mask}
Configuring the
Switch IP Address
• Configures an IP address and subnet mask on the switch
Catalyst 1900
wg_sw_2950(config)#interface vlan 1
wg_sw_2950(config-if)#ip address 10.5.5.11 255.255.255.0
wg_sw_2950(config-if)#ip address {ip_address} {mask}
• Configures an IP address and subnet mask for the switch VLAN1 interface
Catalyst 2950
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-8
wg_sw_a(config)# ip default-gateway {ip address}
• Configures the switch default gateway for the Catalyst 1900
and 2950 switches
Configuring the Switch Default
Gateway
wg_sw_a(config)#ip default-gateway 10.5.5.3
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-9
Showing the Switch IP Address
Catalyst 1900
Catalyst 2950
wg_sw_1900#show ip
IP address: 10.5.5.11
Subnet mask: 255.255.255.0
Default gateway: 10.5.5.3
Management VLAN: 1
…
wg_sw_a#
wg_sw_2950#show interface vlan 1
Vlan1 is up, line protocol is up
Hardware is Cat5k Virtual Ethernet, address is 0010.f6a9.9800 (bia 0010.f6a9.9800)
Internet address is 172.16.80.79/24
Broadcast address is 255.255.255.255
. . .
wg_sw_2950#
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-10
Duplex Overview
Half Duplex (CSMA/CD)
• Unidirectional data flow
• Higher potential for collision
• Hubs connectivity
Full Duplex
• Point-to-point only
• Attached to dedicated switched port
• Requires full-duplex support on both ends
• Collision-free
• Collision detect circuit disabled
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-11
wg_sw_1900(config)#interface e0/1
wg_sw_1900(config-if)#duplex {auto | full |
full-flow-control | half}
Setting Duplex Options
Catalyst 1900
Catalyst 2950
wg_sw_2950(config)#interface fe0/1
wg_sw_2950(config-if)#duplex {auto | full | half}
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-12
Showing Duplex Options
Switch#show interfaces fastethernet0/3
FastEthernet0/3 is up, line protocol is down
Hardware is Fast Ethernet, address is 0000.0000.0003 (bia 0000.0000.0003)
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 10Mb/s
input flow-control is off, output flow-control is off
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-13
wg_sw_1900#show mac-address-table
Number of permanent addresses : 0
Number of restricted static addresses : 0
Number of dynamic addresses : 6
Address Dest Interface Type Source Interface List
------------------------------------------------------------------
00E0.1E5D.AE2F Ethernet 0/2 Dynamic All
00D0.588F.B604 FastEthernet 0/26 Dynamic All
00E0.1E5D.AE2B FastEthernet 0/26 Dynamic All
0090.273B.87A4 FastEthernet 0/26 Dynamic All
00D0.588F.B600 FastEthernet 0/26 Dynamic All
00D0.5892.38C4 FastEthernet 0/27 Dynamic All
Managing the MAC Address Table
Catalyst 1900
Catalyst 2950
wg_sw_2950#show mac-address-table
Dynamic Address Count: 1
Secure Address Count: 0
Static Address (User-defined) Count: 0
System Self Address Count: 25
Total MAC addresses: 26
Maximum MAC addresses: 8192
Non-static Address Table:
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
0050.0f02.3372 Dynamic 1 FastEthernet0/2
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-14
wg_sw_1900(config)#mac-address-table permanent 2222.2222.2222 ethernet 0/3
wg_sw_1900#show mac-address-table
Number of permanent addresses : 1
Number of restricted static addresses : 0
Number of dynamic addresses : 4
Address Dest Interface Type Source Interface List
------------------------------------------------------------------
00E0.1E5D.AE2F Ethernet 0/2 Dynamic All
2222.2222.2222 Ethernet 0/3 Permanent All
00D0.588F.B604 FastEthernet 0/26 Dynamic All
00E0.1E5D.AE2B FastEthernet 0/26 Dynamic All
00D0.5892.38C4 FastEthernet 0/27 Dynamic All
wg_sw_1900(config)#mac-address-table permanent {mac-address type
module/port}
Setting a Permanent MAC Address
wg_sw_2950(config)#mac-address-table static
mac_addr {vlan vlan_id} [interface int1 [int2 ... int15]]
Catalyst 1900 and 2950
Catalyst 2950 only
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-15
wg_sw_1900(config)#mac-address-table restricted static 1111.1111.1111 e0/4 e0/1
wg_sw_1900#show mac-address-table
Number of permanent addresses : 1
Number of restricted static addresses : 1
Number of dynamic addresses : 4
Address Dest Interface Type Source Interface List
------------------------------------------------------------------
1111.1111.1111 Ethernet 0/4 Static Et0/1
00E0.1E5D.AE2F Ethernet 0/2 Dynamic All
2222.2222.2222 Ethernet 0/3 Permanent All
00D0.588F.B604 FastEthernet 0/26 Dynamic All
00E0.1E5D.AE2B FastEthernet 0/26 Dynamic All
00D0.5892.38C4 FastEthernet 0/27 Dynamic All
wg_sw_1900(config)#mac-address-table restricted static
{mac-address type module/port src-if-list}
Setting a Restricted Static MAC
Address on the Catalyst 1900
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-16
wg_sw_2950#mac-address-table secure 0003.3333.3333 fa 0/1 vlan 1
wg_sw_2950#show mac-address-table
Dynamic Address Count: 1
Secure Address Count: 1
Static Address (User-defined) Count: 1
System Self Address Count: 25
Total MAC addresses: 28
Maximum MAC addresses: 8192
Non-static Address Table:
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
0050.0f02.3372 Dynamic 1 FastEthernet0/2
0003.3333.3333 Secure 1 FastEthernet0/1
Static Address Table:
Destination Address VLAN Input Port Output Ports
------------------- ---- ---------- -----------------------
2222.2222.2222 1 ALL Fa0/1
Setting a Restricted Static MAC
Address on the Catalyst 2950
wg_sw_2950(config)#mac-address-table secure
hw-addr interface [vlan vlan-id]
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-17
wg_sw_1900(config)#interface e0/4
wg_sw_1900(config-if)#port secure
wg_sw_1900(config-if)#port secure max-mac-count 1
wg_sw_1900(config-if)#port secure [max-mac-count count]
Configuring Port Security
Catalyst 1900
Catalyst 2950
wg_sw_2950(config-if)#port security max-mac-count count
wg_sw_2950(config)#interface fa0/1
wg_sw_2950(config-if)#port security
wg_sw_2950(config-if)#port security max-mac-count 10
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-18
wg_sw_1900#show mac-address-table security
wg_sw_1900(config)#address-violation {suspend | disable | ignore}
wg_sw_1900#show mac-address-table security
Action upon address violation : Suspend
Interface Addressing Security Address Table Size
--------------------------------------------------------------
-
Ethernet 0/1 Disabled N/A
Ethernet 0/2 Disabled N/A
Ethernet 0/3 Disabled N/A
Ethernet 0/4 Enabled 1
Ethernet 0/5 Disabled N/A
Ethernet 0/6 Disabled N/A
Ethernet 0/7 Disabled N/A
Ethernet 0/8 Disabled N/A
Ethernet 0/9 Disabled N/A
Ethernet 0/10 Disabled N/A
Ethernet 0/11 Disabled N/A
Ethernet 0/12 Disabled N/A
Verifying Port Security
on the Catalyst 1900
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-19
wg_sw_2950#show mac-address-table secure
wg_sw_2950#show port-security
wg_sw_2950#show mac-address-table secure
Non-static Address Table:
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
0003.3333.3333 Secure 1 FastEthernet0/1
Verifying Port Security
on the Catalyst 2950
wg_sw_2950(config-if)#port security action {shutdown | trap}
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-20
Executing Adds, Moves, and Changes
for MAC Addresses
Adding a MAC Address
1. Configure port security.
2. Configure the MAC address.
Changing a MAC Address
1. Remove MAC address restrictions.
Moving a MAC Address
1. Add the address to a new port.
2. Configure port security on the
new switch.
3. Configure the MAC address to the
port allocated for the new user
4. Remove the old port configuration.
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-21
Adding a New Switch
to the Network
• Determine the IP address for
management purposes.
• Configure administrative access for
the console, auxiliary, and virtual
terminal (VTY) interfaces.
• Configure security for the device.
• Configure the access switch ports
as necessary.
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-22
wg_sw_1950#copy nvram tftp://10.1.1.1/wgswd.cfg
Configuration upload is successfully completed
wg_sw_1950#copy tftp://10.1.1.1/wgswd.cfg nvram
TFTP successfully downloaded configuration file
wg_sw_1900#copy tftp://host/src_file nvram
wg_sw_1900#copy nvram tftp://host/dst_file
Managing the Configuration File
Catalyst 1900
wg_sw_2950#copy startup-config tftp://host/dst_file
Catalyst 2950
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-23
• Resets the system configuration to factory defaults
Clearing NVRAM
wg_sw_1900#delete nvram
• Resets the system configuration to factory defaults
wg_sw_2950#erase startup-config
Catalyst 1900
Catalyst 2950
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-24
Summary
• A Catalyst switch comes with factory default settings that
can be displayed with the show command.
• To configure an IP address and subnet mask on a switch,
use the ip address command. To configure a default
gateway, use the ip default-gateway command.
• Half-duplex transmission uses collision detection. The
faster full-duplex mode is used for directly connected
devices where collision detection isn’t needed.
• Use the duplex command to configure switch duplex
options.
• MAC address tables include dynamic, permanent, and
static addresses. Use the mac-address-table command to
set permanent and static addresses.
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-25
Summary (Cont.)
• Use the mac-address-table restricted static command
to associate a restricted static address with a particular port.
• Secured ports restrict the use of a port to a user-defined
group of stations, set with the port secure command.
• As your network endpoint topology changes by adding new
devices or interfaces, or moving or changing existing ones,
you may need to modify the switch configuration.
• The copy command can be used to copy a configuration
from or to a file server, while the delete nvram command
resets the switch configuration to the factory default
settings.
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-26
Visual Objective 3-1:
Configuring the Switch
Pod Switch Router Ethernet
A 10.1.1.10 10.1.1.11
B 10.1.1.20 10.1.1.21
C 10.1.1.30 10.1.1.31
D 10.1.1.40 10.1.1.41
E 10.1.1.50 10.1.1.51
F 10.1.1.60 10.1.1.61
G 10.1.1.70 10.1.1.71
H 10.1.1.80 10.1.1.81
I 10.1.1.90 10.1.1.91
J 10.1.1.100 10.1.1.101
K 10.1.1.110 10.1.1.111
L 10.1.1.120 10.1.1.121
Day 13.1..1 catalyst switch

More Related Content

What's hot

OSPF 3
OSPF 3OSPF 3
Mg90 h102 ethernet master
Mg90 h102 ethernet masterMg90 h102 ethernet master
Mg90 h102 ethernet master
confidencial
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingJohnson Liu
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
Kishore Kumar
 
Icnd210 s08l03
Icnd210 s08l03Icnd210 s08l03
Icnd210 s08l03
computerlenguyen
 
Switch configuration
Switch configurationSwitch configuration
Switch configurationMuuluu
 
Preparing the Sentriant CE150 for Operation Module 7
 - - Training Sample
Preparing the Sentriant CE150 for Operation Module 7
 -  - Training SamplePreparing the Sentriant CE150 for Operation Module 7
 -  - Training Sample
Preparing the Sentriant CE150 for Operation Module 7
 - - Training Sample
Content Rules, Inc.
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOI
Johnson Liu
 
How to configure Default Routing
How to configure Default RoutingHow to configure Default Routing
How to configure Default Routingtcpipguru
 
Eigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configurationEigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configuration3Anetwork com
 
Icnd210 s02l02
Icnd210 s02l02Icnd210 s02l02
Icnd210 s02l02
computerlenguyen
 
Icnd210 s08l04
Icnd210 s08l04Icnd210 s08l04
Icnd210 s08l04
computerlenguyen
 
Applied motion products b lu dc_datasheet
Applied motion products b lu dc_datasheetApplied motion products b lu dc_datasheet
Applied motion products b lu dc_datasheet
Electromate
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
Kishore Kumar
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingJohnson Liu
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
Asif
 
Ccnp3 lab 3_4_en
Ccnp3 lab 3_4_enCcnp3 lab 3_4_en
Ccnp3 lab 3_4_en
Omar Herrera
 
Icnd210 s02l01
Icnd210 s02l01Icnd210 s02l01
Icnd210 s02l01
computerlenguyen
 

What's hot (20)

OSPF 3
OSPF 3OSPF 3
OSPF 3
 
Mg90 h102 ethernet master
Mg90 h102 ethernet masterMg90 h102 ethernet master
Mg90 h102 ethernet master
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
 
Icnd210 s08l03
Icnd210 s08l03Icnd210 s08l03
Icnd210 s08l03
 
Switch configuration
Switch configurationSwitch configuration
Switch configuration
 
Preparing the Sentriant CE150 for Operation Module 7
 - - Training Sample
Preparing the Sentriant CE150 for Operation Module 7
 -  - Training SamplePreparing the Sentriant CE150 for Operation Module 7
 -  - Training Sample
Preparing the Sentriant CE150 for Operation Module 7
 - - Training Sample
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOI
 
How to configure Default Routing
How to configure Default RoutingHow to configure Default Routing
How to configure Default Routing
 
Eigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configurationEigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configuration
 
Icnd210 s02l02
Icnd210 s02l02Icnd210 s02l02
Icnd210 s02l02
 
IPv6 EIGRP
IPv6 EIGRPIPv6 EIGRP
IPv6 EIGRP
 
Icnd210 s08l04
Icnd210 s08l04Icnd210 s08l04
Icnd210 s08l04
 
Applied motion products b lu dc_datasheet
Applied motion products b lu dc_datasheetApplied motion products b lu dc_datasheet
Applied motion products b lu dc_datasheet
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
 
Ccnp3 lab 3_4_en
Ccnp3 lab 3_4_enCcnp3 lab 3_4_en
Ccnp3 lab 3_4_en
 
Icnd210 s02l01
Icnd210 s02l01Icnd210 s02l01
Icnd210 s02l01
 

Viewers also liked

Pinnacle Infotech in World of Concrete 2016
Pinnacle Infotech in World of Concrete 2016Pinnacle Infotech in World of Concrete 2016
Pinnacle Infotech in World of Concrete 2016
Pinnacle Infotech
 
Importancia para realizar Mantenimiento del Software y Hardware
Importancia para realizar Mantenimiento del Software y HardwareImportancia para realizar Mantenimiento del Software y Hardware
Importancia para realizar Mantenimiento del Software y Hardware
randyalexander0404
 
Defensa nacional diapositivas de 2bajo perfil2
Defensa nacional diapositivas de 2bajo perfil2Defensa nacional diapositivas de 2bajo perfil2
Defensa nacional diapositivas de 2bajo perfil2
Carlos Alberto Paxi Mamani
 
RESEARCH PAPER-1 M WASIM CH PUB- IJHSSR
RESEARCH PAPER-1 M WASIM CH PUB- IJHSSRRESEARCH PAPER-1 M WASIM CH PUB- IJHSSR
RESEARCH PAPER-1 M WASIM CH PUB- IJHSSRProf. Waseem Ch
 
Еремеева А.А. Ведение в проект
Еремеева А.А. Ведение в проектЕремеева А.А. Ведение в проект
Еремеева А.А. Ведение в проект
apnd29
 
Teaching pedagogy for management education- b.v.raghunandan
Teaching pedagogy for management education- b.v.raghunandanTeaching pedagogy for management education- b.v.raghunandan
Teaching pedagogy for management education- b.v.raghunandan
SVS College
 
Bim engineering service provided by Pinnacle Infotech
Bim engineering service provided by Pinnacle InfotechBim engineering service provided by Pinnacle Infotech
Bim engineering service provided by Pinnacle Infotech
Pinnacle Infotech
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
CYBERINTELLIGENTS
 
How to Configure password for telnet and console port of a switch
How to Configure password for telnet and console port of a switchHow to Configure password for telnet and console port of a switch
How to Configure password for telnet and console port of a switchtcpipguru
 
How to configure telnet on cisco switch(1950)
How to configure telnet  on cisco switch(1950)How to configure telnet  on cisco switch(1950)
How to configure telnet on cisco switch(1950)tcpipguru
 
Quelques solutions ERP Open Source et prestataires en Aquitaine
Quelques solutions ERP Open Source et prestataires en AquitaineQuelques solutions ERP Open Source et prestataires en Aquitaine
Quelques solutions ERP Open Source et prestataires en Aquitaine
echangeurba
 
Producción porcina alternativa: Un enfoque conductual y de bienestar animal
Producción porcina alternativa: Un enfoque conductual y de bienestar animalProducción porcina alternativa: Un enfoque conductual y de bienestar animal
Producción porcina alternativa: Un enfoque conductual y de bienestar animal
congresombian
 
Erp open source et liste de prestataires en Région Aquitaine Limousin Poitou-...
Erp open source et liste de prestataires en Région Aquitaine Limousin Poitou-...Erp open source et liste de prestataires en Région Aquitaine Limousin Poitou-...
Erp open source et liste de prestataires en Région Aquitaine Limousin Poitou-...
polenumerique33
 
A Comparison with Open ERP
A Comparison with Open ERP A Comparison with Open ERP
A Comparison with Open ERP Shyh Keong Ng
 
cours erp (encgk)
cours erp (encgk)cours erp (encgk)
cours erp (encgk)zineb encgk
 
5 ans de openerp au maroc : retour d'expériences
5 ans de openerp au maroc : retour d'expériences5 ans de openerp au maroc : retour d'expériences
5 ans de openerp au maroc : retour d'expériences
HORIYASOFT
 
Comment implémenter un ERP open source ?
Comment implémenter un ERP open source ?Comment implémenter un ERP open source ?
Comment implémenter un ERP open source ?
Technofutur TIC
 

Viewers also liked (20)

Pinnacle Infotech in World of Concrete 2016
Pinnacle Infotech in World of Concrete 2016Pinnacle Infotech in World of Concrete 2016
Pinnacle Infotech in World of Concrete 2016
 
Importancia para realizar Mantenimiento del Software y Hardware
Importancia para realizar Mantenimiento del Software y HardwareImportancia para realizar Mantenimiento del Software y Hardware
Importancia para realizar Mantenimiento del Software y Hardware
 
Defensa nacional diapositivas de 2bajo perfil2
Defensa nacional diapositivas de 2bajo perfil2Defensa nacional diapositivas de 2bajo perfil2
Defensa nacional diapositivas de 2bajo perfil2
 
RESEARCH PAPER-1 M WASIM CH PUB- IJHSSR
RESEARCH PAPER-1 M WASIM CH PUB- IJHSSRRESEARCH PAPER-1 M WASIM CH PUB- IJHSSR
RESEARCH PAPER-1 M WASIM CH PUB- IJHSSR
 
Powerpoint_simione_company_Nov2016
Powerpoint_simione_company_Nov2016Powerpoint_simione_company_Nov2016
Powerpoint_simione_company_Nov2016
 
Еремеева А.А. Ведение в проект
Еремеева А.А. Ведение в проектЕремеева А.А. Ведение в проект
Еремеева А.А. Ведение в проект
 
Teaching pedagogy for management education- b.v.raghunandan
Teaching pedagogy for management education- b.v.raghunandanTeaching pedagogy for management education- b.v.raghunandan
Teaching pedagogy for management education- b.v.raghunandan
 
Bim engineering service provided by Pinnacle Infotech
Bim engineering service provided by Pinnacle InfotechBim engineering service provided by Pinnacle Infotech
Bim engineering service provided by Pinnacle Infotech
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
 
How to Configure password for telnet and console port of a switch
How to Configure password for telnet and console port of a switchHow to Configure password for telnet and console port of a switch
How to Configure password for telnet and console port of a switch
 
How to configure telnet on cisco switch(1950)
How to configure telnet  on cisco switch(1950)How to configure telnet  on cisco switch(1950)
How to configure telnet on cisco switch(1950)
 
Lo que se
Lo que seLo que se
Lo que se
 
JCM STOCK LIST 2016
JCM STOCK LIST 2016JCM STOCK LIST 2016
JCM STOCK LIST 2016
 
Quelques solutions ERP Open Source et prestataires en Aquitaine
Quelques solutions ERP Open Source et prestataires en AquitaineQuelques solutions ERP Open Source et prestataires en Aquitaine
Quelques solutions ERP Open Source et prestataires en Aquitaine
 
Producción porcina alternativa: Un enfoque conductual y de bienestar animal
Producción porcina alternativa: Un enfoque conductual y de bienestar animalProducción porcina alternativa: Un enfoque conductual y de bienestar animal
Producción porcina alternativa: Un enfoque conductual y de bienestar animal
 
Erp open source et liste de prestataires en Région Aquitaine Limousin Poitou-...
Erp open source et liste de prestataires en Région Aquitaine Limousin Poitou-...Erp open source et liste de prestataires en Région Aquitaine Limousin Poitou-...
Erp open source et liste de prestataires en Région Aquitaine Limousin Poitou-...
 
A Comparison with Open ERP
A Comparison with Open ERP A Comparison with Open ERP
A Comparison with Open ERP
 
cours erp (encgk)
cours erp (encgk)cours erp (encgk)
cours erp (encgk)
 
5 ans de openerp au maroc : retour d'expériences
5 ans de openerp au maroc : retour d'expériences5 ans de openerp au maroc : retour d'expériences
5 ans de openerp au maroc : retour d'expériences
 
Comment implémenter un ERP open source ?
Comment implémenter un ERP open source ?Comment implémenter un ERP open source ?
Comment implémenter un ERP open source ?
 

Similar to Day 13.1..1 catalyst switch

CCNA Icnd110 s02l05
CCNA Icnd110 s02l05CCNA Icnd110 s02l05
CCNA Icnd110 s02l05
computerlenguyen
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000
Vinod Kumar Balasubramanyam
 
Day 20.3 frame relay
Day 20.3 frame relay Day 20.3 frame relay
Day 20.3 frame relay
CYBERINTELLIGENTS
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
Manuel Garcia Meza
 
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
Sleek International
 
Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02
A.S.M Shmimul Islam.
 
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdfBRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdf
ssusercbaa33
 
Ccnp3 lab 3_3_en
Ccnp3 lab 3_3_enCcnp3 lab 3_3_en
Ccnp3 lab 3_3_en
Omar Herrera
 
PROYECTO VLANS
PROYECTO VLANSPROYECTO VLANS
PROYECTO VLANS
rubendavidsuarez
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
galerussel59292
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2alan moreno
 
57798_Lectures1415.pptx
57798_Lectures1415.pptx57798_Lectures1415.pptx
57798_Lectures1415.pptx
SheerazAli55
 
Day 20.1 configuringframerelay
Day 20.1 configuringframerelayDay 20.1 configuringframerelay
Day 20.1 configuringframerelay
CYBERINTELLIGENTS
 
Day 13.1 startingaswitch
Day 13.1 startingaswitchDay 13.1 startingaswitch
Day 13.1 startingaswitch
CYBERINTELLIGENTS
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
samreenghauri786
 
VoiceBootcamp Ccnp collaboration lab guide v1.0 sample
VoiceBootcamp Ccnp collaboration lab guide v1.0 sampleVoiceBootcamp Ccnp collaboration lab guide v1.0 sample
VoiceBootcamp Ccnp collaboration lab guide v1.0 sample
Faisal Khan
 

Similar to Day 13.1..1 catalyst switch (20)

CCNA Icnd110 s02l05
CCNA Icnd110 s02l05CCNA Icnd110 s02l05
CCNA Icnd110 s02l05
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000
 
Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000
 
Switching
SwitchingSwitching
Switching
 
Day 20.3 frame relay
Day 20.3 frame relay Day 20.3 frame relay
Day 20.3 frame relay
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
 
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
 
Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02
 
Aruba mobility access switch useful commands v2
Aruba mobility access switch useful commands v2Aruba mobility access switch useful commands v2
Aruba mobility access switch useful commands v2
 
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdfBRKRST-3068  Troubleshooting Catalyst 2K and 3K.pdf
BRKRST-3068 Troubleshooting Catalyst 2K and 3K.pdf
 
Ccnp3 lab 3_3_en
Ccnp3 lab 3_3_enCcnp3 lab 3_3_en
Ccnp3 lab 3_3_en
 
PROYECTO VLANS
PROYECTO VLANSPROYECTO VLANS
PROYECTO VLANS
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
 
57798_Lectures1415.pptx
57798_Lectures1415.pptx57798_Lectures1415.pptx
57798_Lectures1415.pptx
 
Day 20.1 configuringframerelay
Day 20.1 configuringframerelayDay 20.1 configuringframerelay
Day 20.1 configuringframerelay
 
Day 13.1 startingaswitch
Day 13.1 startingaswitchDay 13.1 startingaswitch
Day 13.1 startingaswitch
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
VoiceBootcamp Ccnp collaboration lab guide v1.0 sample
VoiceBootcamp Ccnp collaboration lab guide v1.0 sampleVoiceBootcamp Ccnp collaboration lab guide v1.0 sample
VoiceBootcamp Ccnp collaboration lab guide v1.0 sample
 

More from CYBERINTELLIGENTS

Wide area networks
Wide area networksWide area networks
Wide area networks
CYBERINTELLIGENTS
 
Switching
SwitchingSwitching
Switching
SwitchingSwitching
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
CYBERINTELLIGENTS
 
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
CYBERINTELLIGENTS
 
Routerfundaments gurwinder
Routerfundaments gurwinderRouterfundaments gurwinder
Routerfundaments gurwinder
CYBERINTELLIGENTS
 
Rip 1 rip 2
Rip 1 rip 2Rip 1 rip 2
Rip 1 rip 2
CYBERINTELLIGENTS
 
Ospf new
Ospf newOspf new
Nat pat
Nat patNat pat
Nat config
Nat configNat config
Nat config
CYBERINTELLIGENTS
 
Ipv6^ new
Ipv6^ newIpv6^ new
Ip addressing...
Ip addressing... Ip addressing...
Ip addressing...
CYBERINTELLIGENTS
 
Ip address
Ip address Ip address
Ip address
CYBERINTELLIGENTS
 
Igrp
IgrpIgrp
Frame relay
Frame  relayFrame  relay
Frame relay
CYBERINTELLIGENTS
 
Eigrp new
Eigrp newEigrp new
Day 25 cisco ios router configuration
Day 25 cisco ios router configurationDay 25 cisco ios router configuration
Day 25 cisco ios router configuration
CYBERINTELLIGENTS
 
Day 22 _ ppp
Day 22  _ ppp Day 22  _ ppp
Day 22 _ ppp
CYBERINTELLIGENTS
 
Day 20.i pv6 lab
Day 20.i pv6 labDay 20.i pv6 lab
Day 20.i pv6 lab
CYBERINTELLIGENTS
 
Day 20.2 frame relay
Day 20.2 frame relay Day 20.2 frame relay
Day 20.2 frame relay
CYBERINTELLIGENTS
 

More from CYBERINTELLIGENTS (20)

Wide area networks
Wide area networksWide area networks
Wide area networks
 
Switching
SwitchingSwitching
Switching
 
Switching
SwitchingSwitching
Switching
 
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
 
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
 
Routerfundaments gurwinder
Routerfundaments gurwinderRouterfundaments gurwinder
Routerfundaments gurwinder
 
Rip 1 rip 2
Rip 1 rip 2Rip 1 rip 2
Rip 1 rip 2
 
Ospf new
Ospf newOspf new
Ospf new
 
Nat pat
Nat patNat pat
Nat pat
 
Nat config
Nat configNat config
Nat config
 
Ipv6^ new
Ipv6^ newIpv6^ new
Ipv6^ new
 
Ip addressing...
Ip addressing... Ip addressing...
Ip addressing...
 
Ip address
Ip address Ip address
Ip address
 
Igrp
IgrpIgrp
Igrp
 
Frame relay
Frame  relayFrame  relay
Frame relay
 
Eigrp new
Eigrp newEigrp new
Eigrp new
 
Day 25 cisco ios router configuration
Day 25 cisco ios router configurationDay 25 cisco ios router configuration
Day 25 cisco ios router configuration
 
Day 22 _ ppp
Day 22  _ ppp Day 22  _ ppp
Day 22 _ ppp
 
Day 20.i pv6 lab
Day 20.i pv6 labDay 20.i pv6 lab
Day 20.i pv6 lab
 
Day 20.2 frame relay
Day 20.2 frame relay Day 20.2 frame relay
Day 20.2 frame relay
 

Recently uploaded

How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 

Recently uploaded (20)

How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 

Day 13.1..1 catalyst switch

  • 1. © 2002, Cisco Systems, Inc. All rights reserved.
  • 2. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-2© 2002, Cisco Systems, Inc. All rights reserved. 2 Configuring a Catalyst Switch
  • 3. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-3 Objectives Upon completing this lesson, you will be able to: • Verify the default configuration of the device, given a functioning access layer switch • Configure the switch management IP address and the default gateway, given a functioning access layer switch and an IP addressing scheme • Execute an add, move, or change on an access layer switch, given a new network requirement
  • 4. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-4 • IP address: 0.0.0.0 • CDP: enabled • 100baseT port: autonegotiate duplex mode • Spanning tree: enabled • Console password: none Catalyst 1900 and 2950 Default Configuration
  • 5. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-5 wg_sw_1900#show run Building configuration... Current configuration: ! ! interface Ethernet 0/1 ! interface Ethernet 0/2 wg_sw_1900#show spantree Port Ethernet 0/1 of VLAN1 is Forwarding Port path cost 100, Port priority 128 Designated root has priority 32768, address 0090.8673.3340 Designated bridge has priority 32768, address 0090.8673.3340 Designated port is Ethernet 0/1, path cost 0 Timers: message age 20, forward delay 15, hold 1 wg_sw_1900#show vlan-membership Port VLAN Membership Type Port VLAN Membership Type ------------------------------------------------------------------ 1 5 Static 13 1 Static 2 1 Static 14 1 Static 3 1 Static 15 1 Static Port Names on Catalyst 1900 Switches
  • 6. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-6 wg_sw_2950#show run Building configuration... Current configuration: ! ! interface FastEthernet0/1 ! interface FastEthernet0/2 wg_sw_2950#show spantree Interface Fa0/1 (port 7) in Spanning tree 1 is FORWARDING Port path cost 19, Port priority 128 Designated root has priority 32768, address 0008.a445.c980 Designated bridge has priority 32768, address 0008.a445.c980 Designated port is 7, path cost 0 Timers: message age 0, forward delay 0, hold 0 BPDU: sent 8316, received 4 wg_sw_2950#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4, Fa0/5, Fa0/6, Fa0/7, Fa0/8, Fa0/9, Fa0/10, Fa0/11, Fa0/12, Fa0/13, Fa0/14, Fa0/15, Fa0/16, Fa0/17, Fa0/18, Fa0/19, Fa0/20, Fa0/21, Fa0/22, Fa0/23, Fa0/24 Port Names on Catalyst 2950 Switches
  • 7. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-7 wg_sw_1900(config)#ip address 10.5.5.11 255.255.255.0 wg_sw_1900(config)#ip address {ip_address} {mask} Configuring the Switch IP Address • Configures an IP address and subnet mask on the switch Catalyst 1900 wg_sw_2950(config)#interface vlan 1 wg_sw_2950(config-if)#ip address 10.5.5.11 255.255.255.0 wg_sw_2950(config-if)#ip address {ip_address} {mask} • Configures an IP address and subnet mask for the switch VLAN1 interface Catalyst 2950
  • 8. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-8 wg_sw_a(config)# ip default-gateway {ip address} • Configures the switch default gateway for the Catalyst 1900 and 2950 switches Configuring the Switch Default Gateway wg_sw_a(config)#ip default-gateway 10.5.5.3
  • 9. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-9 Showing the Switch IP Address Catalyst 1900 Catalyst 2950 wg_sw_1900#show ip IP address: 10.5.5.11 Subnet mask: 255.255.255.0 Default gateway: 10.5.5.3 Management VLAN: 1 … wg_sw_a# wg_sw_2950#show interface vlan 1 Vlan1 is up, line protocol is up Hardware is Cat5k Virtual Ethernet, address is 0010.f6a9.9800 (bia 0010.f6a9.9800) Internet address is 172.16.80.79/24 Broadcast address is 255.255.255.255 . . . wg_sw_2950#
  • 10. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-10 Duplex Overview Half Duplex (CSMA/CD) • Unidirectional data flow • Higher potential for collision • Hubs connectivity Full Duplex • Point-to-point only • Attached to dedicated switched port • Requires full-duplex support on both ends • Collision-free • Collision detect circuit disabled
  • 11. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-11 wg_sw_1900(config)#interface e0/1 wg_sw_1900(config-if)#duplex {auto | full | full-flow-control | half} Setting Duplex Options Catalyst 1900 Catalyst 2950 wg_sw_2950(config)#interface fe0/1 wg_sw_2950(config-if)#duplex {auto | full | half}
  • 12. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-12 Showing Duplex Options Switch#show interfaces fastethernet0/3 FastEthernet0/3 is up, line protocol is down Hardware is Fast Ethernet, address is 0000.0000.0003 (bia 0000.0000.0003) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Half-duplex, 10Mb/s input flow-control is off, output flow-control is off ARP type: ARPA, ARP Timeout 04:00:00 Last input never, output never, output hang never Last clearing of "show interface" counters never Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out
  • 13. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-13 wg_sw_1900#show mac-address-table Number of permanent addresses : 0 Number of restricted static addresses : 0 Number of dynamic addresses : 6 Address Dest Interface Type Source Interface List ------------------------------------------------------------------ 00E0.1E5D.AE2F Ethernet 0/2 Dynamic All 00D0.588F.B604 FastEthernet 0/26 Dynamic All 00E0.1E5D.AE2B FastEthernet 0/26 Dynamic All 0090.273B.87A4 FastEthernet 0/26 Dynamic All 00D0.588F.B600 FastEthernet 0/26 Dynamic All 00D0.5892.38C4 FastEthernet 0/27 Dynamic All Managing the MAC Address Table Catalyst 1900 Catalyst 2950 wg_sw_2950#show mac-address-table Dynamic Address Count: 1 Secure Address Count: 0 Static Address (User-defined) Count: 0 System Self Address Count: 25 Total MAC addresses: 26 Maximum MAC addresses: 8192 Non-static Address Table: Destination Address Address Type VLAN Destination Port ------------------- ------------ ---- -------------------- 0050.0f02.3372 Dynamic 1 FastEthernet0/2
  • 14. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-14 wg_sw_1900(config)#mac-address-table permanent 2222.2222.2222 ethernet 0/3 wg_sw_1900#show mac-address-table Number of permanent addresses : 1 Number of restricted static addresses : 0 Number of dynamic addresses : 4 Address Dest Interface Type Source Interface List ------------------------------------------------------------------ 00E0.1E5D.AE2F Ethernet 0/2 Dynamic All 2222.2222.2222 Ethernet 0/3 Permanent All 00D0.588F.B604 FastEthernet 0/26 Dynamic All 00E0.1E5D.AE2B FastEthernet 0/26 Dynamic All 00D0.5892.38C4 FastEthernet 0/27 Dynamic All wg_sw_1900(config)#mac-address-table permanent {mac-address type module/port} Setting a Permanent MAC Address wg_sw_2950(config)#mac-address-table static mac_addr {vlan vlan_id} [interface int1 [int2 ... int15]] Catalyst 1900 and 2950 Catalyst 2950 only
  • 15. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-15 wg_sw_1900(config)#mac-address-table restricted static 1111.1111.1111 e0/4 e0/1 wg_sw_1900#show mac-address-table Number of permanent addresses : 1 Number of restricted static addresses : 1 Number of dynamic addresses : 4 Address Dest Interface Type Source Interface List ------------------------------------------------------------------ 1111.1111.1111 Ethernet 0/4 Static Et0/1 00E0.1E5D.AE2F Ethernet 0/2 Dynamic All 2222.2222.2222 Ethernet 0/3 Permanent All 00D0.588F.B604 FastEthernet 0/26 Dynamic All 00E0.1E5D.AE2B FastEthernet 0/26 Dynamic All 00D0.5892.38C4 FastEthernet 0/27 Dynamic All wg_sw_1900(config)#mac-address-table restricted static {mac-address type module/port src-if-list} Setting a Restricted Static MAC Address on the Catalyst 1900
  • 16. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-16 wg_sw_2950#mac-address-table secure 0003.3333.3333 fa 0/1 vlan 1 wg_sw_2950#show mac-address-table Dynamic Address Count: 1 Secure Address Count: 1 Static Address (User-defined) Count: 1 System Self Address Count: 25 Total MAC addresses: 28 Maximum MAC addresses: 8192 Non-static Address Table: Destination Address Address Type VLAN Destination Port ------------------- ------------ ---- -------------------- 0050.0f02.3372 Dynamic 1 FastEthernet0/2 0003.3333.3333 Secure 1 FastEthernet0/1 Static Address Table: Destination Address VLAN Input Port Output Ports ------------------- ---- ---------- ----------------------- 2222.2222.2222 1 ALL Fa0/1 Setting a Restricted Static MAC Address on the Catalyst 2950 wg_sw_2950(config)#mac-address-table secure hw-addr interface [vlan vlan-id]
  • 17. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-17 wg_sw_1900(config)#interface e0/4 wg_sw_1900(config-if)#port secure wg_sw_1900(config-if)#port secure max-mac-count 1 wg_sw_1900(config-if)#port secure [max-mac-count count] Configuring Port Security Catalyst 1900 Catalyst 2950 wg_sw_2950(config-if)#port security max-mac-count count wg_sw_2950(config)#interface fa0/1 wg_sw_2950(config-if)#port security wg_sw_2950(config-if)#port security max-mac-count 10
  • 18. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-18 wg_sw_1900#show mac-address-table security wg_sw_1900(config)#address-violation {suspend | disable | ignore} wg_sw_1900#show mac-address-table security Action upon address violation : Suspend Interface Addressing Security Address Table Size -------------------------------------------------------------- - Ethernet 0/1 Disabled N/A Ethernet 0/2 Disabled N/A Ethernet 0/3 Disabled N/A Ethernet 0/4 Enabled 1 Ethernet 0/5 Disabled N/A Ethernet 0/6 Disabled N/A Ethernet 0/7 Disabled N/A Ethernet 0/8 Disabled N/A Ethernet 0/9 Disabled N/A Ethernet 0/10 Disabled N/A Ethernet 0/11 Disabled N/A Ethernet 0/12 Disabled N/A Verifying Port Security on the Catalyst 1900
  • 19. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-19 wg_sw_2950#show mac-address-table secure wg_sw_2950#show port-security wg_sw_2950#show mac-address-table secure Non-static Address Table: Destination Address Address Type VLAN Destination Port ------------------- ------------ ---- -------------------- 0003.3333.3333 Secure 1 FastEthernet0/1 Verifying Port Security on the Catalyst 2950 wg_sw_2950(config-if)#port security action {shutdown | trap}
  • 20. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-20 Executing Adds, Moves, and Changes for MAC Addresses Adding a MAC Address 1. Configure port security. 2. Configure the MAC address. Changing a MAC Address 1. Remove MAC address restrictions. Moving a MAC Address 1. Add the address to a new port. 2. Configure port security on the new switch. 3. Configure the MAC address to the port allocated for the new user 4. Remove the old port configuration.
  • 21. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-21 Adding a New Switch to the Network • Determine the IP address for management purposes. • Configure administrative access for the console, auxiliary, and virtual terminal (VTY) interfaces. • Configure security for the device. • Configure the access switch ports as necessary.
  • 22. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-22 wg_sw_1950#copy nvram tftp://10.1.1.1/wgswd.cfg Configuration upload is successfully completed wg_sw_1950#copy tftp://10.1.1.1/wgswd.cfg nvram TFTP successfully downloaded configuration file wg_sw_1900#copy tftp://host/src_file nvram wg_sw_1900#copy nvram tftp://host/dst_file Managing the Configuration File Catalyst 1900 wg_sw_2950#copy startup-config tftp://host/dst_file Catalyst 2950
  • 23. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-23 • Resets the system configuration to factory defaults Clearing NVRAM wg_sw_1900#delete nvram • Resets the system configuration to factory defaults wg_sw_2950#erase startup-config Catalyst 1900 Catalyst 2950
  • 24. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-24 Summary • A Catalyst switch comes with factory default settings that can be displayed with the show command. • To configure an IP address and subnet mask on a switch, use the ip address command. To configure a default gateway, use the ip default-gateway command. • Half-duplex transmission uses collision detection. The faster full-duplex mode is used for directly connected devices where collision detection isn’t needed. • Use the duplex command to configure switch duplex options. • MAC address tables include dynamic, permanent, and static addresses. Use the mac-address-table command to set permanent and static addresses.
  • 25. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-25 Summary (Cont.) • Use the mac-address-table restricted static command to associate a restricted static address with a particular port. • Secured ports restrict the use of a port to a user-defined group of stations, set with the port secure command. • As your network endpoint topology changes by adding new devices or interfaces, or moving or changing existing ones, you may need to modify the switch configuration. • The copy command can be used to copy a configuration from or to a file server, while the delete nvram command resets the switch configuration to the factory default settings.
  • 26. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—3-26 Visual Objective 3-1: Configuring the Switch Pod Switch Router Ethernet A 10.1.1.10 10.1.1.11 B 10.1.1.20 10.1.1.21 C 10.1.1.30 10.1.1.31 D 10.1.1.40 10.1.1.41 E 10.1.1.50 10.1.1.51 F 10.1.1.60 10.1.1.61 G 10.1.1.70 10.1.1.71 H 10.1.1.80 10.1.1.81 I 10.1.1.90 10.1.1.91 J 10.1.1.100 10.1.1.101 K 10.1.1.110 10.1.1.111 L 10.1.1.120 10.1.1.121