This is what you need to do: 1- perform cpconfig on the solaris and enable snmp daemon extension, 2- perform cd $FWDIR/conf, 3- edit the snmp.C file and you should see a read() and write() in there. place a read community inside the (). Keep in mind that that if you leave the "write()" as is, it will have the "private" community string, by default. This is a security risk. Checkpoint is stupid that way. Don't know why. 4- save the file, 5- perform cpstop;cpstart. You may have to reboot the box, if necessary, 6- netstat -an | grep 260. 7- now run the command: snmpwalk x.x.x.x:260 -c xxxx .1.3.6.1.4.1.2620
That should work for you. sin <[EMAIL PROTECTED]> wrote: m.a.t.e.o wrote: > Anybody knows how can i do to configure the SNMP daemon (version, > community..etc) in my firewall? > I´ve NG_AI R55 installed on Solaris 9 > I´ve enabled the "SNMP Extension" in the "cpconfig" menu, but i dont find > the others options like community, version, OID...etc you need to have installed the ucd-snmp packae on the machine and edit the snmpd.conf file for community and other stuff. ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] ================================================= --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search. ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] =================================================
