12-05-2022 01:54 PM
Hello I am working on a final skills for my college class. I am a little lost when it comes to the instructions. If I could get any little help I would greatly appreciate the help. I have attached the Packet Tracer too. I could really use the help.
Solved! Go to Solution.
12-12-2022 08:53 AM
Hello,
I have completed the lab. Attached the revised file. I suggest to go over each line in the instructions, try to understand what part of the configuration corresponds to each line, and why it is configured the way it is.
12-05-2022 07:04 PM
what you want? ask specific question here to help with.
12-06-2022 04:31 AM - edited 12-06-2022 12:56 PM
All the instructions that I am to follow is everything after the spanning tree title. The packet tracer is also included but I am looking for configuring tips for how to set up each section.
How do I set up the Etherchannels:
1. Create L2 Etherchannels between DLS2 & ALS1-2 and DLS3 & ALS1-2
2. Set mode to On
3. DLS2 –> ALS1 = Portchannel 4
4. DLS3 –> ALS1 = Portchannel 6
5. DLS2 –> ALS2 = Portchannel 6
6. DLS3 –> ALS2 = Portchannel 4
12-07-2022 02:08 AM
Hello,
--> DLS2 –> ALS1 = Portchannel 4
ALS1
interface Port-channel4
switchport mode trunk
!
interface FastEthernet0/1
switchport mode trunk
channel-group 4 mode on
!
interface FastEthernet0/2
switchport mode trunk
channel-group 4 mode on
DLS2
interface Port-channel4
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 4 mode on
!
interface FastEthernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 4 mode on
12-07-2022 11:49 AM
Would I follow this same configuration for the rest of these?
DLS3 –> ALS1 = Portchannel 6
DLS2 –> ALS2 = Portchannel 6
DLS3 –> ALS2 = Portchannel 4
12-07-2022 02:21 AM
And here is the layer 3 port channel config:
DLS1
interface Port-channel2
no switchport
ip address 211.228.2.1 255.255.255.0
!
interface FastEthernet0/1
no switchport
no ip address
channel-group 2 mode on
duplex auto
speed auto
!
interface FastEthernet0/2
no switchport
no ip address
channel-group 2 mode on
duplex auto
speed auto
DLS2
interface Port-channel2
no switchport
ip address 211.228.2.2 255.255.255.0
!
interface FastEthernet0/3
no switchport
no ip address
channel-group 2 mode on
duplex auto
speed auto
!
interface FastEthernet0/4
no switchport
no ip address
channel-group 2 mode on
duplex auto
speed auto
Revised file attached...
12-07-2022 11:50 AM
Would I follow this configuration for the others too?
DLS1-3 = Portchannel 3 -> DLS1 = 211.228.3.1/24 DLS3 – 211.228.3.3/24
DLS2-3 = Portchannel 1 -> DLS2 = 211.228.1.2/24 DLS3 – 211.228.1.3/24
12-08-2022 01:42 AM
Hello,
indeed, the configuration would be the same (with different port channel numbers and IP addresses obviously).
12-08-2022 01:02 PM
Thank you! For assigning VLANs names would this be the configuration lines? I have attached the instructions for what I need.
Configuration: interface vlan 228
name NetMan
switchport access vlan 228
VLANs instructions
VLAN# VLAN Name Assign to Ports
228 (native) NetMan 9 – 10 on ALS1-2!
10 UpMan 11 – 12 on ALS1 & ALS2!
15 R&D 13 – 16 on ALS1 & ALS2!
20 MidMan 17 – 20 on ALS1 & ALS2!
30 LowMan 21 – 24 on ALS1 & ALS2!
12-09-2022 12:36 AM
Hello,
I think what they are looking for is this:
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#name UpMan
Switch(config-vlan)#end
12-08-2022 04:00 PM
I think I have the Vlans all set. I am not sure how to configure the STP section. I could use a little help with that.
1. DLS2 is the Root Bridge for VLANs 10, 15, and 228.
2. DLS2 is the Secondary Bridge for VLANs 20 and 30.
3. DLS3 is the Root Bridge for VLANs 20 and 30.
4. DLS3 is the Secondary Bridge for VLANs 10, 15, and 228
12-09-2022 12:39 AM
Hello,
this is how to configure the root:
DLS2(config)#spanning-tree vlan 10,15,228 root primary
DLS2(config)#spanning-tree vlan 20,30 root secondary
12-09-2022 05:56 AM
For the VTP- I am trying my best!!
VTP:
1. DLS2-3 = Server
2. ALS1-2 = Client
3. VTP password = ciscoccna2022
4. VTP Domain = lcmcis228.com
5. VTP Version = 2
is this the configuration: vtp mode server or client
vtp password
vtp domain
vtp version 2?
12-09-2022 08:16 AM
I am now stuck on the IP Addressing Scheme and how to implement RIP, EIGRP or OSPF. How would I get that started and where would I need it applied too?
12-09-2022 05:02 PM
I am now stuck on the IP Addressing Scheme and how to implement RIP, EIGRP or OSPF. How would I get that started and where would I need it applied too?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide