Hi to all,

I’m using jffnms version number 0.8.2 on Solaris and I have problem with Link Down/Up trap visualization in the web page.

I can only see the message: Interface Protocol down () with no interface name and no other information.

Anyone can help me?

 

The situation is the following:

I received the trap (as you can see) in the DB

jffnms=# select * from traps;

  id  |      ip       |        trap_oid         | analized |    date

------+---------------+-------------------------+----------+------------

 1327 | 172.21.41.191 | .1.3.6.1.6.3.1.1.5.3    |        1 | 1152543217

with all the correct varbinds (as you can see)

jffnms=# select * from traps_varbinds where trapid=1327;

  id  | trapid |          trap_oid          |  value   | oidid

------+--------+----------------------------+----------+-------

 4903 |   1327 | .1.3.6.1.2.1.31.1.1.1.1.77 | ge-3/0/1 |     4

 4902 |   1327 | .1.3.6.1.2.1.2.2.1.8.77    | down     |     3

 4901 |   1327 | .1.3.6.1.2.1.2.2.1.7.77    | up       |     2

 4900 |   1327 | .1.3.6.1.2.1.2.2.1.1.77    | 77       |     1

I have this Trap Receiver configuration:

jffnms=# select * from trap_receivers;

  id   | position |      match_oid       |      description      | command |       parameters       | backend | interfac

e_type | stop_if_matches

-------+----------+----------------------+-----------------------+---------+------------------------+---------+---------

-------+-----------------

     1 |       99 | .*                   | Default Trap Receiver | unknown |                        |       2 |

     1 |               1

 10017 |       10 | .1.3.6.1.6.3.1.1.5.3 | Link Down             | static  | down,interfacenumber,1 |      12 |

     4 |               1

 10018 |       10 | .1.3.6.1.6.3.1.1.5.4 | Link up               | static  | up,interfacenumber,1   |      12 |

     4 |               1

(3 rows)

.

In the event table I received the message but with no interface and state information:

 

jffnms=# select * from events;

  id  |        date         | type | host | interface | state | username |

                           info                                                                          | referer | ack

 | analized

------+---------------------+------+------+-----------+-------+----------+----------------------------------------------

---------------------------------------------------------------------------------------------------------+---------+----

-+----------

 2201 | 2006-07-10 16:53:37 |    1 |   23 |           |       | unknown  | Trap OID .1.3.6.1.6.3.1.1.5.3 Values: 1: 77,

2: up, 3: down, 4: ge-3/0/1                                                                              |    1327 |   0

 |        0

 

 

Anyone can help me? It is so strange, … the Link Up/Down is a default configuration.

Thanks.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to