13 | | that allows management applications to access SMI MIB module \ |
14 | | definitions. On top of this library, there are tools to check, \ |
15 | | analyze dump, convert, and compare MIB definitions. Finally, the \ |
16 | | distribution contains a steadily maintained and revised archive of \ |
17 | | all IETF and IANA maintained standard MIB and PIB modules. \ |
18 | | The library is internally divided into two layers. The upper layers \ |
19 | | represent the API to applications that make use of libsmi. \ |
20 | | Furthermore, the upper layer holds the MIB information in common \ |
21 | | internal data structures. The lower layer contains the drivers that \ |
22 | | implement the access to persistent MIB module repositories. \ |
23 | | Currently drivers for SMIv1/v2 MIB module files and for SPPI PIB \ |
24 | | module files exist. A driver for an early draft of SMIng is also \ |
25 | | present. |
26 | | homepage http://www.ibr.cs.tu-bs.de/projects/libsmi/ |
27 | | master_sites ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ |
28 | | configure.args --mandir=${prefix}/share/man |
| 14 | that allows management applications to access SMI MIB module \ |
| 15 | definitions. On top of this library, there are tools to check, \ |
| 16 | analyze dump, convert, and compare MIB definitions. Finally, the \ |
| 17 | distribution contains a steadily maintained and revised archive of \ |
| 18 | all IETF and IANA maintained standard MIB and PIB modules. \ |
| 19 | The library is internally divided into two layers. The upper layers \ |
| 20 | represent the API to applications that make use of libsmi. \ |
| 21 | Furthermore, the upper layer holds the MIB information in common \ |
| 22 | internal data structures. The lower layer contains the drivers that \ |
| 23 | implement the access to persistent MIB module repositories. \ |
| 24 | Currently drivers for SMIv1/v2 MIB module files and for SPPI PIB \ |
| 25 | module files exist. A driver for an early draft of SMIng is also \ |
| 26 | present. |
| 27 | |
| 28 | homepage http://www.ibr.cs.tu-bs.de/projects/libsmi/ |
| 29 | master_sites ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ |
| 30 | |
| 31 | configure.args --mandir=${prefix}/share/man |
| 32 | |