Project

General

Profile

NLSR Statistics » History » Version 5

Damian Coomes, 08/25/2017 09:09 AM

1 2 Damian Coomes
Statistics Dataset
2
====================
3 4 Damian Coomes
The Statistics Dataset is published on `/$Router_Name/statistics/`
4 2 Damian Coomes
5
NLSR statistics are represented by a **Statistics** block:
6
7
    Statistics := STATISTICS-TYPE TLV-LENGTH
8 5 Damian Coomes
                    Sent_Hello_Interest
9
                    Rcv_Hello_Interest
10
                    Sent_Hello_Data
11
                    Rcv_Hello_Data
12
                    Sent_Lsa_Interest
13
                    Sent_Adj_Lsa_Interest
14
                    Sent_Coord_Lsa_Interest
15
                    Sent_Name_Lsa_Interest
16
                    Rcv_Lsa_Interest
17
                    Rcv_Adj_Lsa_Interest
18
                    Rcv_Coord_Lsa_Interest
19
                    Rcv_Name_Lsa_Interest
20
                    Sent_Lsa_Data
21
                    Sent_Adj_Lsa_Data
22
                    Sent_Coord_Lsa_Data
23
                    Sent_Name_Lsa_Data
24
                    Rcv_Lsa_Data
25
                    Rcv_Adj_Lsa_Data
26
                    Rcv_Coord_Lsa_Data
27
                    Rcv_Name_Lsa_Data
28 2 Damian Coomes
29
## Tlv-Type Assignments
30
31
Type                            | Assigned Value | Assigned Value (hex)
32
--------------------------------|----------------|---------------------
33 5 Damian Coomes
Sent_Hello_Interest             | 142            | 0x8E
34
Rcv_Hello_Interest              | 143            | 0x8F
35
Sent_Hello_Data                 | 144            | 0x90
36
Rcv_Hello_Data                  | 145            | 0x91
37
Sent_Lsa_Interest               | 146            | 0x92
38
Sent_Adj_Lsa_Interest           | 147            | 0x93
39
Sent_Coord_Lsa_Interest         | 148            | 0x94
40
Sent_Name_Lsa_Interest          | 149            | 0x95
41
Rcv_Lsa_Interest                | 150            | 0x96
42
Rcv_Adj_Lsa_Interest            | 151            | 0x97
43
Rcv_Coord_Lsa_Interest          | 152            | 0x98
44
Rcv_Name_Lsa_Interest           | 153            | 0x99
45
Sent_Lsa_Data                   | 154            | 0x9A
46
Sent_Adj_Lsa_Data               | 155            | 0x9B
47
Sent_Coord_Lsa_Data             | 156            | 0x9C
48
Sent_Name_Lsa_Data              | 157            | 0x9D
49
Rcv_Lsa_Data                    | 158            | 0x9E
50
Rcv_Adj_Lsa_Data                | 159            | 0x9F
51
Rcv_Coord_Lsa_Data              | 160            | 0xA0
52
Rcv_Name_Lsa_Data               | 161            | 0xA1