forked from tsaad-dev/te
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathietf-mpls.yang.tree
More file actions
36 lines (36 loc) · 1.45 KB
/
ietf-mpls.yang.tree
File metadata and controls
36 lines (36 loc) · 1.45 KB
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
module: ietf-mpls
augment /rt:routing:
+--rw mpls
+--rw interface* [name]
+--rw name if:interface-ref
+--rw enabled? boolean
+--rw mtu? uint32
augment /rt:routing-state:
+--ro mpls
+--ro interface* [name]
| +--ro name if:interface-ref
| +--ro enabled? boolean
| +--ro mtu? uint32
+--ro nhlfe-table* [index]
| +--ro index string
| +--ro backup-index? string
| +--ro next-hop? inet:ip-address
| +--ro operation? label-operation
| +--ro labels* mpls-label
| +--ro outgoing-interface? if:interface-ref
| +--ro loadshare? uint16
| +--ro role? nhlfe-role
+--ro ilm-table* [label]
| +--ro label mpls-label
| +--ro incoming-interface? if:interface-ref
| +--ro nhlfes* -> ../../nhlfe-table/index
| +--ro source-protocol? string
| +--ro active? empty
| +--ro last-updated? yang:date-and-time
+--ro ftn-table* [ip-prefix]
+--ro ip-prefix inet:ip-prefix
+--ro incoming-interface? if:interface-ref
+--ro nhlfes* -> ../../nhlfe-table/index
+--ro source-protocol? string
+--ro active? empty
+--ro last-updated? yang:date-and-time