-
Notifications
You must be signed in to change notification settings - Fork 19
/
ietf-mpls-static.yang.tree
41 lines (40 loc) · 1.85 KB
/
ietf-mpls-static.yang.tree
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
37
38
39
40
41
module: ietf-mpls-static
augment /rt:routing/mpls:mpls:
+--rw static-lsps
+--rw static-lsp* [name]
+--rw name string
+--rw operation? mpls:mpls-operations-type
+--rw in-segment
| +--rw fec
| +--rw (type)?
| | +--:(ip-prefix)
| | | +--rw ip-prefix? inet:ip-prefix
| | +--:(mpls-label)
| | +--rw incoming-label? rt-types:mpls-label
| +--rw incoming-interface? if:interface-ref
+--rw out-segment
+--rw (out-segment)?
+--:(nhlfe-single)
| +--rw nhlfe-single
| +--rw mpls-label-stack
| | +--rw entry* [id]
| | +--rw id uint8
| | +--rw label? rt-types:mpls-label
| | +--rw ttl? uint8
| | +--rw traffic-class? uint8
| +--rw outgoing-interface? if:interface-ref
+--:(nhlfe-multiple)
+--rw nhlfe-multiple
+--rw nhlfe* [index]
+--rw index string
+--rw backup-index? string
+--rw loadshare? uint16
+--rw role? nhlfe-role
+--rw mpls-label-stack
| +--rw entry* [id]
| +--rw id uint8
| +--rw label?
| | rt-types:mpls-label
| +--rw ttl? uint8
| +--rw traffic-class? uint8
+--rw outgoing-interface? if:interface-ref