4 Jun 2012 14:54
[quagga-dev 9404] [PATCH] ospf6d: SNMP support
Vincent Bernat <bernat <at> luffy.cx>
2012-06-04 12:54:01 GMT
2012-06-04 12:54:01 GMT
Hi! Here is a set of patches to add a proper SNMP support to ospf6d. The current SNMP support uses an old version of the MIB. The first patch updates this point. Moreover, there were several endian errors. They are also corrected in the first patch. Also, a big change is that router ID are no more represented as IPv4 addresses but as unsigned integers. Therefore, the result is less readable but this is how the official OSPFv3-MIB is. The other patches complete the current implementation. I have implemented the following tables: - ospfv3AreaTable - ospfv3AsLsdbTable - ospfv3AreaLsdbTable - ospfv3LinkLsdbTable - ospfv3IfTable - ospfv3NbrTable I am not an OSPFv3 specialist so there may exist some errors. Also, I am unsure if an area-scoped LSA is an AS-scoped LSA as well. I have supposed this is not the case. I am unsure if the current ospf6d implementation really supports route summary (I would say yes, but I was unable to configure one), stub and NSSA area (I would say no), virtual links (I would say no) and preconfigured neighbors (I would say no). Therefore, the following tables are not implemented on purpose:(Continue reading)
RSS Feed