- Posts: 2
- Thank you received: 0
How can I disable STP on per port basis for CISCO switch?
16 years 5 months ago #26475
by AhDon
How can I disable STP on per port basis for CISCO switch? was created by AhDon
Hi All,
Any advise if I turn off STP on per port basis for CISCO switch?
Any impact on the switches?
The reason is that we are implementing HA for our firewall however according to our vendor the STP enabled on our cisco is casusing the a HA to fail. Hence, I would need your all advise on this matter. Thks in advance.
Rgds
Any advise if I turn off STP on per port basis for CISCO switch?
Any impact on the switches?
The reason is that we are implementing HA for our firewall however according to our vendor the STP enabled on our cisco is casusing the a HA to fail. Hence, I would need your all advise on this matter. Thks in advance.
Rgds
16 years 5 months ago #26482
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: How can I disable STP on per port basis for CISCO switch?
I don't know about port based. But there is VLAN based, try:
[code:1]
no spanning-tree vlan ?
[/code:1]
Impact, you have to manually make sure that there are no loops. i.e. no 2 or more switches/VLANs connected in a circle.
[code:1]
no spanning-tree vlan ?
[/code:1]
Impact, you have to manually make sure that there are no loops. i.e. no 2 or more switches/VLANs connected in a circle.
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
16 years 5 months ago #26542
by Daze
Replied by Daze on topic Re: How can I disable STP on per port basis for CISCO switch?
spanning-tree portfast
16 years 4 months ago #26586
by Tarun
'spanning-tree portfast' would not disable STP on a port, in fact a port configured for 'spanning-tree portfast' should never be connected to a switch or a device that can generate BPDU's.
If you configure 'spanning-tree portfast' on a port, it will give you a warning saying that this port should not be connected to a switch & similar other devices. Portfast is configured strictly on ports that are meant to be connected to hosts.
You can disable spanning-tree by using the command 'no span vlan <vlan-number>' if you are running PVST or just by using 'no span' on that port.
Next would be SP (Service Provider)
CCNA, CCNP (Switching), CCIE#20640
Replied by Tarun on topic Re: How can I disable STP on per port basis for CISCO switch?
spanning-tree portfast
'spanning-tree portfast' would not disable STP on a port, in fact a port configured for 'spanning-tree portfast' should never be connected to a switch or a device that can generate BPDU's.
If you configure 'spanning-tree portfast' on a port, it will give you a warning saying that this port should not be connected to a switch & similar other devices. Portfast is configured strictly on ports that are meant to be connected to hosts.
You can disable spanning-tree by using the command 'no span vlan <vlan-number>' if you are running PVST or just by using 'no span' on that port.
Next would be SP (Service Provider)
CCNA, CCNP (Switching), CCIE#20640
Time to create page: 0.121 seconds