04-09-2012 09:52 PM - edited 03-07-2019 06:01 AM
Our network suffered a significant event today and have been wondering about root cause. Shouldn't the layer 3 side just drop bpdu packets and not forward any.
04-09-2012 10:49 PM
what are you talking about?
04-09-2012 11:45 PM
Please elaborate.
04-10-2012 11:01 AM
sample configuration
one end
int gig 1/1
no switchport
no ip address
on the other end
int gig 1/1
switchport mode access
switchport access vlan 5
spanning-tree portfast
should this be transparent/non-functional or should it cause network issues
04-10-2012 07:51 PM
Non-functional.
The first switch configuration has the port set as a routed port: no switchport, this needs an IP address to communicate. Has this answered your question?
04-10-2012 11:04 PM
To answer you original question:
Yes, the L3 port would drop BPDU's, BUT with your configuration the L2 switch is configured as an Access port and would never send any BPDU's.
So, to answer your second question, this configuration is invalid and would result in a "line protocol down" on the L3 interface side since there's no ip address assigned to the interface.
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