> > <quote who="[EMAIL PROTECTED]"> > >> Reason why I state this, is becuase one of the OID strings that can be >> queried on the unit contains your ISP password in clear/plain text. So >> if >> you have snmp set to ALL then anyone can query it and obtain your >> password for your ISP from the certain OID string in question. > > what is the actual OID object to query for that ? > (I guess I should be able to smnpwalk it and get it all)
snmpwalk -v 1 -c public [ip] hrSWRunParameters (mine shows under hrSWRunParameters.540, although as things load in different order, this number could change. The above line should give you the output you need. I am using pppoa, I havent confirmed if pppoe shows same thing, but I am guessing it will) Basically the options passed to the pppoa program includes username/pass combo in plain text. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
