cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
816
Views
0
Helpful
3
Replies

Link Aggregation and Multi-layer switches

MK31
Level 1
Level 1

Picture1.jpg

1. Use Packet Tracer to put up the topology above. Connect the two multi–layer switches (MLS) with a Gigabit uplink

2. Configure IP addresses where appropriate. Include the layer–2 (access) switch and the workstation. Use a private IP address block.

3. Configure a two–port EtherChannel connection between the access switch and the MLS

 

 

2 Accepted Solutions

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

This is your home work, where do you stuck ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

You can many ways,

 

Simple way, establish layer 2 from server to last switch (last switch have vlan interface , so they can ping or connect each other)

 

 

high level config :

 

Configure as below

interface GigabitEthernet1/0
switchport mode trunk
channel-group 1 mode active
!
interface GigabitEthernet1/1
switchport mode trunk
channel-group 1 mode active
!
interface Port-channel1
switchport mode trunk
!

interface GigabitEthernet1/2
switch mode access
switch access vlan 1

Server configure IP 192.168.1.1 with the subnet 255.255.255.0

Configure as below

interface GigabitEthernet1/0
switchport mode trunk
channel-group 1 mode active
!
interface GigabitEthernet1/1
switchport mode trunk
channel-group 1 mode active
!
interface Port-channel1
switchport mode trunk
!

interface GigabitEthernet1/2
switchport mode trunk

Last Switch (right side)

interface GigabitEthernet1/0
switchport mode trunk

interface GigabitEthernet1/2
switch mode access
switch access vlan 1

interface vlan 1
ip address 192.168.1.2 255.255.255.0

Then you should able to reach Server to 192.168.1.1 to 192.168.1.2

 

 

Note : make sure you no shutdown ports.

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

This is your home work, where do you stuck ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

How can i make the server communicate with the Last Multilayer switch? 

You can many ways,

 

Simple way, establish layer 2 from server to last switch (last switch have vlan interface , so they can ping or connect each other)

 

 

high level config :

 

Configure as below

interface GigabitEthernet1/0
switchport mode trunk
channel-group 1 mode active
!
interface GigabitEthernet1/1
switchport mode trunk
channel-group 1 mode active
!
interface Port-channel1
switchport mode trunk
!

interface GigabitEthernet1/2
switch mode access
switch access vlan 1

Server configure IP 192.168.1.1 with the subnet 255.255.255.0

Configure as below

interface GigabitEthernet1/0
switchport mode trunk
channel-group 1 mode active
!
interface GigabitEthernet1/1
switchport mode trunk
channel-group 1 mode active
!
interface Port-channel1
switchport mode trunk
!

interface GigabitEthernet1/2
switchport mode trunk

Last Switch (right side)

interface GigabitEthernet1/0
switchport mode trunk

interface GigabitEthernet1/2
switch mode access
switch access vlan 1

interface vlan 1
ip address 192.168.1.2 255.255.255.0

Then you should able to reach Server to 192.168.1.1 to 192.168.1.2

 

 

Note : make sure you no shutdown ports.

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card