cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
779
Views
1
Helpful
9
Replies

Cisco switch 2960 host taking time to turn on LAN

13jobsp90
Level 1
Level 1

I have a switch 2960 model, in which hosts connected to it are taking around 30 secs to turn on lan connection  after waking up from sleep mode. Currently it is running on PVST mode. Is there any option to make it fast to turn on LAN?

9 Replies 9

balaji.bandi
Hall of Fame
Hall of Fame

how is the configuration looks like on interface config, make sure switchport porfast configured

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

interface commands are just 2 commands " switchport access vlan & swtichport mode access" only these two. For each host connected interfaces  we have to give "spanning-tree portfast" command along with the above?

 

That OK' then it can host not get IP via dhcp fast.

Check with static IP

MHM

example : (this command speed up the process) check and let us know if that improve?

interface x/x
switchport access vlan xx
switchport mode access
switchport voice vlan yy
spanning-tree portfast
spanning-tree bpduguard enable

this standard config, the delay can be DHCP or in the path. so need to be address different if that above config not fix the issue.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

what is the difference between these 2 commands ?

spanning-tree portfast
spanning-tree bpduguard enable

By using that command is the issue fixed ?

Suggest to spend some time reading the documents as i was suggested before, you can find the command syntax and different for reference :

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/15-2_4_e/command/reference/cr_2960/cli3.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Check my comment in your previous post' portfast can make host faster connect to Network 

MHM

13jobsp90
Level 1
Level 1

Can u pls put it here?

shambhu.kumar
Spotlight
Spotlight

What kind of host connected to switch?

Please check this link, This document describes a sample configuration for Wake-On-LAN (WOL) support.

https://www.cisco.com/c/en/us/support/docs/switches/catalyst-3750-series-switches/91672-catl3-wol-vlans.html

Regards