for further ref, linksys router manuals,
http://www.retrevo.com/sam
AND, if your snmp community string has got special characters use braces....e.g
snmpwalk -v 1 -c 'bobby#$' 1.1.1.1 uptime
Main Topics
Browse All Topicshi guys, need to know if there is anyway of seeing how long our linksys wag160n router has been up and online for. anyone any ideas?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
for further ref, linksys router manuals,
http://www.retrevo.com/sam
AND, if your snmp community string has got special characters use braces....e.g
snmpwalk -v 1 -c 'bobby#$' 1.1.1.1 uptime
Hmm..... you have to get the following installed and then run snmpwalk from the command prompt in windows. This works for any snmp enabled host in the network--server/pc/routers
http://www.ziddu.com/downl
e.g C:\netsnmp\bin>snmpwalk -v 1 -c <string> <Ip address> uptime
C:\netsnmp\bin>snmpwalk -v 1 -c mystring 1.1.1.1 uptime
where you installed the package under c:\netsnmp\
i am not an expert of linksys, you got to fig out how snmp can be enabled in the router (routers cannot come without snmp) ..... you can get ur model number and find from below user guides how to do tht....
http://www.retrevo.com/sam
Business Accounts
Answer for Membership
by: surbabu140977Posted on 2009-10-08 at 08:29:47ID: 25526554
from any unix/linux machine try the following command.....
snmpwalk -v 1 -c <snmp string> x.x.x.x uptime e.g
snmpwalk -v 1 -c bobby 1.1.1.1 uptime