<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m trying to graph some stats on a Checkpoint VSX firewall that uses context names for each virtual firewall. I can successfully walk the OIDS using SNMPV3 at the CLI, but having difficulty getting anything into MRTG.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I can successfully pole the interfaces using MRTG and SNMPv3 with context names using the example below, but getting nothing when I try custom OIDS<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>enablesnmpv3: yes<o:p></o:p></p><p class=MsoNormal>target[10.10.10.10]: #eth3-02:public@10.10.10.10:::::3<o:p></o:p></p><p class=MsoNormal>SnmpOptions[10.10.10.10]: privpassword=>'somepassword',privprotocol=>'des',username=>'someusername',authpassword=>'somepassword',authprotocol=>'md5'<o:p></o:p></p><p class=MsoNormal>SetEnv[10.10.10.10]: MRTG_INT_IP="No Ip" Some Interface="eth3-02"<o:p></o:p></p><p class=MsoNormal>MaxBytes[10.10.10.10]: 125000000.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>This could be down to my config. I’m trying to capture current and peak connections on a firewall (amongst other things). The basic config looks like this, when I run it I get a ‘no response from host’. I’m not 100% sure if my use of SNMPv3 and context names are correct. Any help with this config would be greatly appreciated.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>enablesnmpv3: yes<o:p></o:p></p><p class=MsoNormal>Target[conns]: .1.3.6.1.4.1.2620.1.1.25.3&.1.3.6.1.4.1.2620.1.1.25.4:public@10.10.10.10<o:p></o:p></p><p class=MsoNormal>SnmpOptions[conns]: privpassword=>'somepassword',privprotocol=>'des',authpassword=>'somepassword',username=>'someusername',authprotocol=>'md5',contextname=>'ctxname_vsid7' <o:p></o:p></p><p class=MsoNormal>MaxBytes[conns]: 250000<o:p></o:p></p><p class=MsoNormal>Options[conns]: nopercent, growright, unknaszero<o:p></o:p></p><p class=MsoNormal>YLegend[conns]: connetions<o:p></o:p></p><p class=MsoNormal>ShortLegend[conns]: C<o:p></o:p></p><p class=MsoNormal>Legend1[conns: current<o:p></o:p></p><p class=MsoNormal>Legend2[conns]: peak<o:p></o:p></p><p class=MsoNormal>Title[conns]: Connections<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='text-autospace:none'><span lang=EN-GB style='font-family:"Courier New"'>Walk specific OID works ok (connection tables)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB style='font-family:"Courier New"'>snmpwalk -n ctxname_vsid7 -v3 -l authPriv -u someusername -a MD5 -A somepassword -x DES -X somepassword 10.10.10.10 .1.3.6.1.4.1.2620.1.1.25.3<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB style='font-family:"Courier New"'>snmpwalk -n ctxname_vsid7 -v3 -l authPriv -u someusername -a MD5 -A somepassword -x DES -X somepassword 10.10.10.10 .1.3.6.1.4.1.2620.1.1.25.4</span><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><b><span lang=EN-GB style='font-size:10.5pt;color:black'>Leandro Nicoletti</span></b><span lang=EN-GB style='font-size:10.5pt;color:black'><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB style='font-size:10.5pt;color:black'>Network & Security Engineer<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB style='font-size:10.5pt;color:black'>UK Card Technology Operations<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB style='color:#1F497D;mso-fareast-language:EN-GB'>Tel: +44 115 843 2148<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB style='color:#1F497D;mso-fareast-language:EN-GB'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.5pt;color:black'><img width=200 height=40 id="Picture_x0020_4" src="cid:image001.png@01D03B08.CA6D4400" alt="cid:608D897E-E259-4A7E-ADB8-7E9677060B70"></span><span lang=EN-GB style='color:#1F497D;mso-fareast-language:EN-GB'><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB style='mso-fareast-language:EN-GB'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-GB style='mso-fareast-language:EN-GB'><o:p> </o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div><br>
<hr align="left" color="#222222" noshade="" size="2"> 

<p style="MARGIN: 0in 0in 0pt"><span style="FONT-FAMILY: 'Arial', 'sans-serif'; COLOR: #404040; FONT-SIZE: 8.5pt">The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed.  If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.</span></p></body></html>