11-01-2024 08:44 AM
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?
11-01-2024 08:46 AM
how is the configuration looks like on interface config, make sure switchport porfast configured
11-01-2024 08:53 AM
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?
11-01-2024 08:56 AM
That OK' then it can host not get IP via dhcp fast.
Check with static IP
MHM
11-01-2024 09:08 AM - edited 11-01-2024 09:10 AM
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.
11-01-2024 11:34 AM
what is the difference between these 2 commands ?
spanning-tree portfast
spanning-tree bpduguard enable
11-02-2024 05:00 AM
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 :
11-01-2024 08:53 AM
Check my comment in your previous post' portfast can make host faster connect to Network
MHM
11-01-2024 08:54 AM
Can u pls put it here?
11-01-2024 01:04 PM
What kind of host connected to switch?
Please check this link, This document describes a sample configuration for Wake-On-LAN (WOL) support.
Regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide