Project

General

Profile

Routing Table Dataset » History » Version 1

Laqin Fan, 05/31/2017 01:50 PM

1 1 Laqin Fan
# Routing Table Dataset
2
## Routing Table Status
3
4
The routing table can be published as a [[NFD:StatusDataset|Status Dataset]] at `/localhost/nlsr/routing-table/list`.
5
6
The routing table is organized and represented as an **RtStatus** block:
7
8
    RtStatus := RT-STATUS-TYPE TLV-LENGTH
9
                     Name*
10
                     Cost*
11
12
13
14
## TLV-TYPE assignments
15
16
Type                                        | Assigned value    | Assigned value (hex)
17
------------------------------------------- | ----------------- | --------------------
18
LsaInfo                                     | 128               | 0x80
19
OriginRouter                                | 129               | 0x81
20
SequenceNumber                              | 130               | 0x82
21
AdjacencyLsa                                | 131               | 0x83
22
Adjacency                                   | 132               | 0x84
23
CoordinateLsa                               | 133               | 0x85
24
Double                                      | 134               | 0x86
25
HyperbolicRadius                            | 135               | 0x87
26
HyperbolicAngle                             | 136               | 0x88
27
NameLsa                                     | 137               | 0x89
28
LsdbStatus                                  | 138               | 0x8A
29
ExpirationPeriod                            | 139               | 0x8B
30
Cost                                        | 140               | 0x8C
31
Uri                                         | 141               | 0x8D