Wired Intelligent Edge

last person joined: 13 hours ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Affect of enabling bpdu-filter

This thread has been viewed 3 times
  • 1.  Affect of enabling bpdu-filter

    Posted Feb 07, 2017 07:08 PM

    Hello,

     

    The description of bpdu-filter states:

     

    'Stop a specific port or ports from transmitting BPDUs, receiving BPDUs, and assume a continuous fowarding state.'

     

    (Note the typo in forwarding)

     

    Am I correct in assuming that if two ports are connected together that have bpdu-filter are enabled, neither of them will go into a blocking state and would cause a loop?

     

    What would be the best practice for STP and edge ports?

     

    Regards.



  • 2.  RE: Affect of enabling bpdu-filter

    Posted Feb 07, 2017 07:56 PM

    If you want a port to go in Err disable state on receiving BPDU, you need to go for BPDU guard.

    The configuration will look like:

    interface Gi 0/0

    spanning-tree bpduguard

    You can refer here for config example:

    https://community.arubanetworks.com/t5/Controller-Based-WLANs/How-to-configure-PortFast-amp-BPDU-Guard-on-an-Aruba-controller/ta-p/243473

     

    On the other hand, bpfu filter operates differently in two modes:

    Unconditional BPDU Filter
    Unconditionally filter in-bound and out-bound BPDUs. If unconditional BPDU filter is enabled BPDUs are not sent through the port and BPDUs are received but dropped. Unconditional BPDU filter do not depend on portfast enabled/disabled on the port.
     
    Conditional BPDU Filter
    When portfast is enabled minimum number of BPDUs are sent to determine if the port is genuinely an edge port then stop sending BPDUs. If BPDUs are received remove portfast state and treat as non-edge port. BPDU filter is also disabled on receipt of BPDUs along with portfast. This filter will be effective only when portfast is enabled.

    You can refer here for config example:

    https://community.arubanetworks.com/t5/Wired-Networks/What-is-BPDU-filter-and-how-to-enable-it-in-MAS/ta-p/184484