12-10-2008 04:33 PM - edited 03-04-2019 12:39 AM
Hi,
In past few years, some people were working on developing algorithms and schemes to reducing power consumption of network device. I'm wondering, whether any of the proposed schemes has been realized on any cisco routers/switches?
If it does, can anyone tell me where to find the document about how long it will take a router(e.g., edge router of an AS) to wake up a sleeping line cards? Does it took milliseconds or microseconds?
Thanks a lot.
Joe
12-11-2008 12:08 AM
hello Joe,
routers usually cannot sleep because they need at least to exchange some messages like L2 keepalives or routing protocols messages.
There are strategies for using on demand ISDN links, and with DDR you can do it logically on PPPoE (or other PPPoX) but I don't know of any power saving feature.
the reason is that being internetworking devices you cannot say when it is an idle period: if one lan client wants to access a remote resource the wan link has to be used.
the more you think to an enteprise solution the more you need the router to be alive and talking with neighbors to be ready to route/forward traffic.
Hope to help
Giuseppe
12-11-2008 01:42 AM
Hi, Giuseppe,
Thanks for the reply.
Yes, routers usually cannot sleep. However, since not all components work all the time, it's not necessary to keep all parts of the router fully worked. For example, some people propose to put some router line cards to sleep if it didn't receive any packets for an time interval; and re-active the line card if new packets are received. Another scheme is to put line cards to sleep and buffer the receving packet till certain amount and then awake the router and transimit the packets.
I'm interested in the time needed to awake a sleeping line card.
Joe
12-11-2008 02:16 AM
having a linecard go to sleep doesn't make much sense since even a few milliseconds may cause problems with time-sensitive data. Buffering data until a certain amount is received makes even less sense, that will only increase load on the total network (TCP retransmits).
There may be a scenario such as scheduled sleep times in small corporate LAN environments that might work, but for serviceproviders and enterprises it would not be useful.
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