cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1537
Views
0
Helpful
9
Replies

portfast question

We purchased 6 Catalyst 2960 edge switches and they are all in production. Sometimes when computers bootup they don't have all the network drives mapped using a login script. I think it might be due to the computers are not getting a dhcp address in time. How can i tell if portfast is turned on for the edge switches or is it on by default?

Any help will be greatly appreciated?

Thanks,

Lake

3 Accepted Solutions

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Lake

I suspect it is a portfast issue as you describe.

To check simply do a "sh run" on the switch and see if "spanning-tree portfast" is under the interface configurations.

Edit - forgot to say you can also enable it globally so if it's not on interfaces check for "spanning-tree portfast default" in your running config.

Jon

View solution in original post

  Just to be sure  on all user interfaces use the interface range command and enter the " switchport host" command. 

View solution in original post

Disclaimer

The     Author of this posting offers the information contained within this     posting without consideration and with the reader's understanding  that    there's no implied or expressed suitability or fitness for any   purpose.   Information provided is for informational purposes only and   should not   be construed as rendering professional advice of any kind.   Usage of  this  posting's information is solely at reader's own risk.

Liability Disclaimer

In     no event shall Author be liable for any damages whatsoever   (including,   without limitation, damages for loss of use, data or   profit) arising  out  of the use or inability to use the posting's   information even if  Author  has been advised of the possibility of  such  damage.

Posting

"Can someone please tell me what will happen if i enable it globally?"

It becomes the default for all non-trunk ports (as you've written).

". . . i need to exclude a couple etherchannel ports."

The global default can per overridden per port.  Something like no spanning-tree portfast on the interface (I'm sure there's a command, not positive if this is the correct syntax and I'm not at a switch to check).

View solution in original post

9 Replies 9

Jon Marshall
Hall of Fame
Hall of Fame

Lake

I suspect it is a portfast issue as you describe.

To check simply do a "sh run" on the switch and see if "spanning-tree portfast" is under the interface configurations.

Edit - forgot to say you can also enable it globally so if it's not on interfaces check for "spanning-tree portfast default" in your running config.

Jon

Portfast was enabled. I did not configure it maunally. I guess it is the default setting. Might be a Windows issue.

Thanks,

Lake

  Just to be sure  on all user interfaces use the interface range command and enter the " switchport host" command. 

I will try that.

Thanks Glen and Jon for all your help.

Regards,

Lake

I just noticed that portfast is not enabled on all the edge switches. It is only enabled on POE switches but not on the other switches. Can someone please tell me the command to enable portfast globally?

Thanks,

Lake

See Jon's "Edit".

This command will enable it on all interfaces spanning-tree portfast default but i need to exclude a couple etherchannel ports. Can someone please tell me what will happen if i enable it globally?

Thanks,

Lake

Disclaimer

The     Author of this posting offers the information contained within this     posting without consideration and with the reader's understanding  that    there's no implied or expressed suitability or fitness for any   purpose.   Information provided is for informational purposes only and   should not   be construed as rendering professional advice of any kind.   Usage of  this  posting's information is solely at reader's own risk.

Liability Disclaimer

In     no event shall Author be liable for any damages whatsoever   (including,   without limitation, damages for loss of use, data or   profit) arising  out  of the use or inability to use the posting's   information even if  Author  has been advised of the possibility of  such  damage.

Posting

"Can someone please tell me what will happen if i enable it globally?"

It becomes the default for all non-trunk ports (as you've written).

". . . i need to exclude a couple etherchannel ports."

The global default can per overridden per port.  Something like no spanning-tree portfast on the interface (I'm sure there's a command, not positive if this is the correct syntax and I'm not at a switch to check).

I will try that.

Thank you