Routing Table Dataset » History » Revision 13
« Previous |
Revision 13/26
(diff)
| Next »
Ashlesh Gawande, 08/18/2017 08:10 AM
Routing Table Dataset¶
The routing table can be published as a Status Dataset at /$ROUTER_NAME/routing-table/list
:
Routing Table Status¶
The routing table is organized and represented as an RoutingTable block:
RoutingTable := ROUTINGTABLE-TYPE TLV-LENGTH
RoutingTableEntry*
RouteTable¶
All routing table information in the routing table is organized and represented as an RoutingTableEntry block.
RoutingTableEntry := ROUTINGTABLEENTRY-TYPE TLV-LENGTH
Destination
NextHop+
Destination := DESTINATION-TYPE TLV-LENGTH
Name
NextHop := NEXTHOP-TYPE TLV-LENGTH
Uri
Cost
TLV-TYPE assignments¶
Uri | 141 | 0x8D
Destination | 142 | 0x8E
NextHop | 144 | 0x90
RoutingTable | 145 | 0x91
RouteTableEntry | 146 | 0x92
Updated by Ashlesh Gawande about 7 years ago · 26 revisions