1OSPFCLIENT(1) General Commands Manual OSPFCLIENT(1)
2
3
4
6 ospfclient - an example ospf-api client
7
9 ospfclient ospfd lsatype opaquetype opaqueid ifaddr areaid
10
12 ospfclient is a an example ospf-api client to test the ospfd daemon.
13
15 ospfd A router where the API-enabled OSPF daemon is running.
16
17 lsatype
18 The value has to be either "9", "10", or "11", depending on the
19 flooding scope.
20
21 opaquetype
22 The value has to be in the range of 0-255 (for example, experi‐
23 mental applications use opaquetype larger than 128).
24
25 opaqueid
26 Arbitrary application instance (24 bits).
27
28 ifaddr Interface IP address for type 9, otherwise it will be ignored.
29
30 areaid Area in the IP address format for type 10, otherwise it will be
31 ignored.
32
34 ospfd(8).
35
37 See the project homepage at <http://www.quagga.net/>.
38
39
40
41 July 2010 OSPFCLIENT(1)