11-02-2019 04:58 PM
I have two 3850s that are connected via copper. I can connect a device to each switch and can see the switch but I cannot see the other switch or other devices connected to the switch. I know I missed something in the config but can't find it. I am wondering if someone might be able to take a look at it and let me know what I missed.
Thank you
Solved! Go to Solution.
11-03-2019 06:14 AM - edited 11-03-2019 06:17 AM
Hello
If your connecting these switches via those two ports shown in your config then STP will be blocking the ports as those ports will be receiving BPDUs from each other and such bpduguard will err-disable the ports, so you need either one of two things.
1)
Int gig1/0/1
no spanning-tree portfast
no spanning-tree bpduguard enable~
Int gig1/0/48
no spanning-tree portfast
no spanning-tree bpduguard enable
Or
2)
no spanning-tree portfast bpduguard default
Int gig1/0/1
no spanning-tree bpduguard enable~
Int gig1/0/48
no spanning-tree bpduguard enable
11-02-2019 07:39 PM
11-02-2019 08:51 PM
@Douglas_Turner wrote:
interface GigabitEthernet1/0/1 description Cargo 3850 switchport access vlan 190 spanning-tree portfast spanning-tree bpduguard enable ! interface GigabitEthernet1/0/48 description Cargo 3850 switchport access vlan 190 spanning-tree portfast spanning-tree bpduguard enable
WTF. Are these the two links connected to each other?
I know why they're not working: Ports are in error-disable because of BPDU Guard.
11-03-2019 02:08 AM
Hi,
There is some misunderstanding in an attached configuration as:
Where is Port-Channel10 is connected?
interface Port-channel10
switchport mode trunk
!
Where interfaces GIG1/01 and 1/048 are connected?
!
interface GigabitEthernet1/0/1
description Cargo 3850
switchport access vlan 190
spanning-tree portfast
spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/48
description Cargo 3850
switchport access vlan 190
spanning-tree portfast
spanning-tree bpduguard enable
If port-channel 10 is connected to 3850s then share the complete configuration of port-channel, member port configuration from both ends.
If Gig 1/0/1 & 1/0/48 are connected to Cisco 3850s switches then remove the bpdufilter command from the switch port configuration.
11-03-2019 06:14 AM - edited 11-03-2019 06:17 AM
Hello
If your connecting these switches via those two ports shown in your config then STP will be blocking the ports as those ports will be receiving BPDUs from each other and such bpduguard will err-disable the ports, so you need either one of two things.
1)
Int gig1/0/1
no spanning-tree portfast
no spanning-tree bpduguard enable~
Int gig1/0/48
no spanning-tree portfast
no spanning-tree bpduguard enable
Or
2)
no spanning-tree portfast bpduguard default
Int gig1/0/1
no spanning-tree bpduguard enable~
Int gig1/0/48
no spanning-tree bpduguard enable
11-03-2019 07:21 AM
Thank you all very much. I do apologize I removed ports 1/0/2 thru 1/0/47 from the config to make it smaller. I will be using port 48 on each switch as the connection. I will make the changes to each switch. Thank you all again
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