Skip to content

Commit

Permalink
Create isis-tree.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarguil committed Feb 27, 2024
1 parent 76e4933 commit c2b19e3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Yang/Tree/isis-tree.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
module: ietf-l3-isis-topology

augment /nw:networks/nw:network/nw:network-types:
+--rw isis-topology!
augment /nw:networks/nw:network/nw:node/l3t:l3-node-attributes:
+--rw isis-timer-attributes
| +--rw lsp-mtu? uint16
| +--rw lsp-lifetime? uint16
| +--rw lsp-refresh? rt-types:timer-value-seconds16 {lsp-refresh}?
| +--rw poi-tlv? boolean {poi-tlv}?
+--rw isis-node-attributes
+--rw system-id? ietf-isis:system-id
+--rw level? ietf-isis:level
+--rw area-address* ietf-isis:area-address
+--rw lsp-lifetime? uint16
+--rw lsp-refresh-interval? uint16
augment /nw:networks/nw:network/nt:link/l3t:l3-link-attributes:
+--rw isis-link-attributes
+--rw metric? uint32
+--rw level? ietf-isis:level
augment /nw:networks/nw:network/nw:node/nt:termination-point/l3t:l3-termination-point-attributes:
+--rw isis-termination-point-attributes
+--rw interface-type? ietf-isis:interface-type
+--rw level? ietf-isis:level
+--rw is-passive? boolean

0 comments on commit c2b19e3

Please sign in to comment.