07 Switched Network and Link Aggregation
07 Switched Network and Link Aggregation
Switched Networks
Converged Networks
Hierarchy of Switched Network
Switched
network design
guidelines are
built upon the
following
principles:
◦ Hierarchical
◦ Modularity
◦ Resiliency
◦ Flexibility
Converged Networks
Fixe
d
Switched Networks
Form Factor
Modula
r
Switched Networks
Form Factor
Stackable
Frame Forwarding
Collision Domains
Collision domain is the segment
where devices must compete to
communicate
All ports of a hub belong to the same
collision domain
Every port of a switch is a collision
domain on its own
Switching Domains
Broadcast Domains
Broadcast domain is the extend of the network
where a broadcast frame can be heard.
Switches forward broadcast frames to all ports.
Therefore switches don’t break broadcast
domains.
All ports of a switch (with its default
configuration) belong to the same broadcast
domain
If two or more switches are connected,
broadcasts will be forward to all ports of all
switches (except for the port that originally
received the broadcast)
Basic Switch Configuration
Duplex Communication
Configure Switch Ports
Configure Switch Ports at the Physical Layer
Configure Switch Ports
SSH Operation
Secure Shell (SSH) is a protocol that provides a
secure (encrypted) command-line based
connection to a remote device
SSH is commonly used in UNIX-based systems
Cisco IOS also supports SSH
A version of the IOS software including
cryptographic (encrypted) features and
capabilities is required in order to enable SSH on
Catalyst 2960 switches
Because its strong encryption features, SSH should
replace Telnet for management connections
SSH uses TCP port 22 by default. Telnet uses TCP
port 23
Secure Remote Access
SSH Operation
Secure Remote Access
Configuring SSH
Secure Remote Access
Verifying SSH
Link Aggregation
Link Aggregation
Configuration Guidelines
EtherChannel must be supported.
Speed and duplex must match.
VLAN match – All interfaces are in the same VLAN.
Range of VLAN – Same range on all interfaces.
Configuring EtherChannel
Configuring Interfaces
Switch1(config)#int range fa0/1 - 2
Switch1(config-if)#channel-protocol pagp
Switch1(config-if)#channel-group 1 mode desirable
Switch1(config-if)#switchport mode trunk
Switch1(config-if)#switchport nonegotiate
Verifying EtherChannel
show interface Port-channel – Displays the general
status of the EtherChannel interface.
show etherchannel summary – Displays one line of
information per port channel.
show etherchannel port-channel – Displays information
about a specific port channel interface.
show interfaces etherchannel – Provides information
about the role of the interface in the EtherChannel.
Verifying and Troubleshooting EtherChannel
Troubleshooting EtherChannel
Thank You !