Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

enabling port fast 1

Status
Not open for further replies.
Dec 9, 2003
10
0
0
US
newbie question here - are there any benefits by enabling portfast on a cisco switch? small network - straight connection from the desktop to a port on cisco switches series 3500. i ask this because on all the switches this feature is disabled - i have several laptops that if the user logs on fast, they dont get the logon script - the nic driver seems to load and negotiate with the dhcp server after the logon process ends so users dont get proper network access. someone suggested to enable portfast so the negotiation process happens fast enough - are there any issues by enabling portfast? any ideas
thank you
 
Benefit is as soon as the link comes up the switch will start forwarding information, instead of waiting through the learning, listening stages before transitioning to a fwd state. You will be fine on an end user interface to enable it.
 
oh last thing is I recommend putting bdpu guard on the interfaces that you enable port fast on. Keeps someone from plugging in a new switch and negotiating as root. Make sure you have them set to access as well.
 
sounds good - i will enable portfast on these interfaces then -
can bpdu be enabled per single interface?
 
I see that nooblet has this pretty much handled, but I wanted to add another benefit to enabling portfast on all edge ports and that is the propagation of TCN BPDU's or lack thereof. What I mean is that if you have an end station connected to a port without portfast enabled anytime that port is moved into forwarding state or to blocking state a TCN BPDU is generated and forwarded to the root bridge. When the TCN BPDU is propagated to the other switches they will shorten their MAC address aging timer to foward delay (default 15 seconds) from the default of 5 minutes. This can create instability in your network if you have a lot of end stations coming up or going down. Ports configured in portfast mode do not generate TCN BPDU's.

you can enable both globally:
Code:
spanning-tree portfast default
spanning-gree portfast bpduguard default
or at the interface level:
Code:
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable

Be sure to award nooblet a star for the help

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top