-
Notifications
You must be signed in to change notification settings - Fork 0
/
routetable.yml
38 lines (32 loc) · 883 Bytes
/
routetable.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
### ------------------------------------------------------
### show route <destination>
### ------------------------------------------------------
RouteTable:
rpc: get-route-information
args_key: destination
item: route-table
key: table-name
view: RouteTableView
RouteTableView:
fields:
table: table-name
destination_count: destination-count
total_route_count: total-route-count
total_active: active-route-count
holddown_count: holdown-route-count
hidden_count: hidden-route-count
rt_entry_tbl: _RouteEntryTable
_RouteEntryTable:
item: rt
key: rt-destination
view: _RouteEntryView
_RouteEntryView:
groups:
entry: rt-entry
fields_entry:
# fields taken from the group 'entry'
protocol: protocol-name
via: nh/via | nh/nh-local-interface
age: { age/@seconds : int }
nexthop: nh/to
nh_table: nh/nh-table