Re: try to remove row in ifTable

2006-08-25 Thread Dave Shield
On 24/08/06, Dominique bastien [EMAIL PROTECTED] wrote: the explaination of the mask is not clear and the padding that you add at the end (the five bit set to 0) to make the thing work is not obvious. OK - I follow you know. (I can't believe that I didn't spot the

Re: try to remove row in ifTable

2006-08-25 Thread Dominique bastien
The line: view ifRow4 included .1.3.6.1.2.1.2.2.1.0.4 0xffa0 The agent only get the 0xa0 with this line The line need to be change to: view ifRow4 included .1.3.6.1.2.1.2.2.1.0.4 0xff:0xa0 In this case everything is fine. Dominique --- Dave Shield [EMAIL PROTECTED] wrote: On 24/08/06,

Re: try to remove row in ifTable

2006-08-25 Thread Dave Shield
On 25/08/06, Dominique bastien [EMAIL PROTECTED] wrote: The line: view ifRow4 included .1.3.6.1.2.1.2.2.1.0.4 0xffa0 The agent only get the 0xa0 with this line By Jove, you're right! Well, I never The line need to be change to: view ifRow4 included .1.3.6.1.2.1.2.2.1.0.4 0xff:0xa0 I

Re: try to remove row in ifTable

2006-08-25 Thread Dominique bastien
Yes this notation also works. --- Dave Shield [EMAIL PROTECTED] wrote: On 25/08/06, Dominique bastien [EMAIL PROTECTED] wrote: The line: view ifRow4 included .1.3.6.1.2.1.2.2.1.0.4 0xffa0 The agent only get the 0xa0 with this line By Jove, you're right! Well, I never The

Re: try to remove row in ifTable

2006-08-24 Thread Dave Shield
On 23/08/06, Dominique bastien [EMAIL PROTECTED] wrote: I try to remove some rows in the ifTable, the loopback interface and some interface use for internal communication. I program the snmpd.conf with these lines: view vn1 included .1 view vn1 excluded ifEntry.1.1 0x3:0xf9 But this only

Re: try to remove row in ifTable

2006-08-24 Thread Dominique bastien
Q: I'm not sure where you got the: A: It's one of the syntax that I try. Is the same than you but without the padding at the end it's why I try 0x3:0xFD where the second bit is set to zero. Maybe this example can be add to the FAQ or to the snmpd.conf example. Thanks, Dominique --- Dave

Re: try to remove row in ifTable

2006-08-24 Thread Dominique bastien
I just said tha the explaination of the mask is not clear and the padding that you add at the end (the five bit set to 0) to make the thing work is not obvious. It's why my not working mask is the same than you but without the padding. Thanks, Dominique --- Dave Shield [EMAIL PROTECTED] wrote:

try to remove row in ifTable

2006-08-23 Thread Dominique bastien
I try to remove some rows in the ifTable, the loopback interface and some interface use for internal communication. I program the snmpd.conf with these lines: com2sec sec1 default public group gp1 v1 sec1 group gp1 v2c sec1 view vn1 included .1 view vn1 excluded ifEntry.1.1 0x3:0xf9 But this