diff -r f527656d334f -r ee0fb1eabcbf components/net-snmp/sun/sdk/demo/demo_module_10/walk_demo_module_10 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/net-snmp/sun/sdk/demo/demo_module_10/walk_demo_module_10 Fri May 20 12:17:45 2011 +0530 @@ -0,0 +1,18 @@ +#!/bin/csh +# +# Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. +# +# U.S. Government Rights - Commercial software. Government users are subject +# to the Sun Microsystems, Inc. standard license agreement and applicable +# provisions of the FAR and its supplements. +# +# +# This distribution may include materials developed by third parties. Sun, +# Sun Microsystems, the Sun logo and Solaris are trademarks or registered +# trademarks of Sun Microsystems, Inc. in the U.S. and other countries. +# +# +#command to walk to SYSTEM table + +/usr/bin/snmpwalk -mALL -v 1 -c public localhost system +