how to filter bpdu frames
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-07-2014 09:54 PM
Create Date: Jul 6 2012 4:24AM
Hi,
I'm desperately trying to make xos switches drop bpdu. I'm not using STP , but I have have some old no-extreme switches that keep broadcast bpdu. Since my network is huge, I need that XOS switches drop those bpdus.
I've managed to do that on cisco and almost any other switch with cisco-like CLI
Is there someway to do that on XOS?
(from Stefano_Ferrari)
Hi,
I'm desperately trying to make xos switches drop bpdu. I'm not using STP , but I have have some old no-extreme switches that keep broadcast bpdu. Since my network is huge, I need that XOS switches drop those bpdus.
I've managed to do that on cisco and almost any other switch with cisco-like CLI
Is there someway to do that on XOS?
(from Stefano_Ferrari)
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-07-2014 09:54 PM
Create Date: Jul 6 2012 9:02AM
Hi,
following concept guide:
-----
Dynamic ACL for STP
create access-list bpdu1 "ethernet-destination-address 01:80:C2:00:00:00;" "deny; count bpdu1"
conf access-list add "bpdu1" first ports 6 ingress
To configure a dynamic ACL for blocking PVST frames on port 6, use the following:
create access-list bpdu2 "ethernet-destination-address 01:00:0c??cc:cd;" "deny; count bpdu2"
conf access-list add "bpdu2" first ports 6 ingress
----------
--
Jarek
(from Jaroslaw_Kasjaniuk)
Hi,
following concept guide:
-----
Dynamic ACL for STP
create access-list bpdu1 "ethernet-destination-address 01:80:C2:00:00:00;" "deny; count bpdu1"
conf access-list add "bpdu1" first ports 6 ingress
To configure a dynamic ACL for blocking PVST frames on port 6, use the following:
create access-list bpdu2 "ethernet-destination-address 01:00:0c??cc:cd;" "deny; count bpdu2"
conf access-list add "bpdu2" first ports 6 ingress
----------
--
Jarek
(from Jaroslaw_Kasjaniuk)
