-
Notifications
You must be signed in to change notification settings - Fork 19
/
ietf-mpls-static.tree
52 lines (50 loc) · 2.3 KB
/
ietf-mpls-static.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
42
43
44
45
46
47
48
49
50
51
52
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
+--rw mpls-static-ext:bandwidth? uint32
+--rw mpls-static-ext:lsp-priority-setup? uint8
+--rw mpls-static-ext:lsp-priority-hold? uint8
module: ietf-mpls-static-extended
augment /rt:routing/mpls:mpls:
+--rw bidir-static-lsps
+--rw bidir-static-lsp* [name]
+--rw name string
+--rw forward-lsp? mpls-static:static-lsp-ref
+--rw reverse-lsp? mpls-static:static-lsp-ref