25
Yang Data Model for TE Topologies draft-ietf-teas-yang-te-topo-08 Github: https://github.com/ietf-mpls-yang/te/blob/master/ietf-te-topology.yang 1 Xufeng Liu (Jabil) Vishnu Pavan Beeram (Juniper Networks) Igor Bryskin (Huawei Technologies) Tarek Saad (Cisco) Himanshu Shah (Ciena) Oscar Gonzalez De Dios (Telefonica) Contributors: Sergio Belo (Nokia) Diete Beller (Nokia) draft-ietf-teas-yang-te-topo-08

Yang Data Model for TE Topologies - ietf.org

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Yang Data Model for TE Topologies - ietf.org

Yang Data Model for TE Topologiesdraft-ietf-teas-yang-te-topo-08

Github: https://github.com/ietf-mpls-yang/te/blob/master/ietf-te-topology.yang

1

Xufeng Liu (Jabil)

Vishnu Pavan Beeram (Juniper Networks)

Igor Bryskin (Huawei Technologies)

Tarek Saad (Cisco)

Himanshu Shah (Ciena)

Oscar Gonzalez De Dios (Telefonica)

Contributors:

Sergio Belotti (Nokia)

Diete Beller (Nokia)

draft-ietf-teas-yang-te-topo-08

Page 2: Yang Data Model for TE Topologies - ietf.org

Summary of Changes Added modeling of supporting tunnel termination point.

Added support for specifying default attributes of connectivity matrix and LLCL.

Added NSRLG (Not Sharing Risk Link Group).

Allowed configuration of one or more underlay tunnels.

Provided an option to set underlay tunnel shared or dedicated.

Improved client layer adaption to support more then two layers in a multi-layer topology.

Clarified customized and abstract topologies in the draft text.

2

Page 3: Yang Data Model for TE Topologies - ietf.org

Supporting Tunnel Termination PointTunnel Termination Point

3

Abstract TE topology 3C-21

S23

S28S24

S29 S27

C-11

C-12

C-22

C-23

AN11

S9

S5

S8

S7

Domain 1 TE topology

S3

S9

S8

S7

S4

Domain 2 TE topology

S3 S5

S25

Supported by

Page 4: Yang Data Model for TE Topologies - ietf.org

Supporting Tunnel Termination Point

4

augment /nw:networks/nw:network/nw:node: +--rw te-node-id? te-types:te-node-id +--rw te! +--rw tunnel-termination-point* [tunnel-tp-id] +--rw tunnel-tp-id binary +--rw supporting-tunnel-termination-point* [node-ref tunnel-tp-ref] +--rw node-ref inet:uri +--rw tunnel-tp-ref binary

Each tunnel termination point may be supported by one or more tunnel termination points in the supporting node or a node in the underlay topology.

Page 5: Yang Data Model for TE Topologies - ietf.org

Connectivity Matrix

5

augment /nw:networks/nw:network/nw:node: +--rw te! +--rw config | +--rw te-node-attributes | +--rw connectivity-matrices | | +--rw number-of-entries? uint16 | | +--rw is-allowed? boolean | | +--rw label-restriction* [inclusive-exclusive label-start] | | +--rw underlay! {te-topology-hierarchy}? | | +--rw max-lsp-bandwidth* [priority] | | +--rw max-link-bandwidth? te-bandwidth | | +--rw max-resv-link-bandwidth? te-bandwidth | | +--rw unreserved-bandwidth* [priority] | | +--rw te-default-metric? uint32 | | +--rw te-delay-metric? uint32 | | +--rw te-srlgs | | +--rw te-nsrlgs {nsrlg}? | | +--rw connectivity-matrix* [id] | | +--rw id uint32 | | +--rw from | | | +--rw tp-ref? leafref | | +--rw to | | | +--rw tp-ref? leafref | | +--rw is-allowed? boolean | | +--rw label-restriction* [inclusive-exclusive label-start] | | +--rw underlay! {te-topology-hierarchy}? | | +--rw max-lsp-bandwidth* [priority] | | +--rw max-link-bandwidth? te-bandwidth | | +--rw max-resv-link-bandwidth? te-bandwidth | | +--rw unreserved-bandwidth* [priority] | | +--rw te-default-metric? uint32 | | +--rw te-delay-metric? uint32 | | +--rw te-srlgs | | +--rw te-nsrlgs {nsrlg}?

Be consistent with other models, and support defaults.

Page 6: Yang Data Model for TE Topologies - ietf.org

LLCL (Local Link Connectivity List)

6

augment /nw:networks/nw:network/nw:node: +--rw te-node-id? te-types:te-node-id +--rw te! +--rw tunnel-termination-point* [tunnel-tp-id] +--rw config | +--rw local-link-connectivities | +--rw number-of-entries? uint16 | +--rw is-allowed? boolean | +--rw label-restriction* [inclusive-exclusive label-start] | +--rw underlay! {te-topology-hierarchy}? | +--rw max-lsp-bandwidth* [priority] | +--rw max-link-bandwidth? te-bandwidth | +--rw max-resv-link-bandwidth? te-bandwidth | +--rw unreserved-bandwidth* [priority] | +--rw te-default-metric? uint32 | +--rw te-delay-metric? uint32 | +--rw te-srlgs | +--rw te-nsrlgs {nsrlg}? | +--rw local-link-connectivity* [link-tp-ref] | +--rw link-tp-ref leafref | +--rw is-allowed? boolean | +--rw label-restriction* [inclusive-exclusive label-start] | +--rw underlay! {te-topology-hierarchy}? | +--rw max-lsp-bandwidth* [priority] | +--rw max-link-bandwidth? te-bandwidth | +--rw max-resv-link-bandwidth? te-bandwidth | +--rw unreserved-bandwidth* [priority] | +--rw te-default-metric? uint32 | +--rw te-delay-metric? uint32 | +--rw te-srlgs | +--rw te-nsrlgs {nsrlg}?

Same reasons as Connectivity Matrix.

Page 7: Yang Data Model for TE Topologies - ietf.org

NSRLG(Not Sharing Risk Link Group)

E F

B C

A D

Q R

O PB’ C’

F’E’

Topology -Blue

Topology -Red

TE-Link B-C in Topology-Blue is catered to by underlay TE-path {B’-O-M-N-P-C’} in Topology-Red

7

M N

TE-Link E-F in Topology-Blue is catered to by underlay TE-path {E’-Q-O-P-R-F’} in Topology-Red

When an abstract TE link is configured, client can request the TE link to be mutually diverse disjoint with other TE links in the same topology Opposite to SRLG. e.g. TE Links B-C and E-F are diverse at link-disjoint level

Page 8: Yang Data Model for TE Topologies - ietf.org

NSRLG Modeling

8

augment /nw:networks/nw:network/nt:link: +--rw te! +--rw config | +--rw te-link-attributes | +--rw is-abstract? empty | +--rw underlay! {te-topology-hierarchy}? ...... | +--rw te-srlgs | +--rw value* te-types:srlg | +--rw te-nsrlgs {nsrlg}? | +--rw id* leafref +--ro state | +--ro te-link-attributes | | +--ro te-nsrlgs {nsrlg}? | | +--ro id* leafref

On TE Link

NSRLG Definitionaugment /nw:networks/nw:network: +--rw provider-id? te-types:te-global-id +--rw client-id? te-types:te-global-id +--rw te-topology-id? te-types:te-topology-id +--rw te! +--rw config | +--rw preference? uint8 | +--rw optimization-criterion? identityref | +--rw nsrlg* [id] {nsrlg}? | +--rw id uint32 | +--rw disjointness? bits {node, link, srlg}

Page 9: Yang Data Model for TE Topologies - ietf.org

Underlay Tunnel Configuration

9

augment /nw:networks/nw:network/nt:link: +--rw te! +--rw config | +--rw te-link-attributes | +--rw underlay! {te-topology-hierarchy}? | | +--rw primary-path | | +--rw backup-path* [index] | | +--rw protection-type? uint16 | | +--rw tunnels | | +--rw tunnel* [tunnel-name] | | +--rw tunnel-name string

A TE link can be requested to utilize one or more existing underlay TE tunnels.

The underlay TE tunnels can be looked up by tunnel names in the TE tunnel model.

The tunnel names of the underlay TE tunnels are specified in this model.

Page 10: Yang Data Model for TE Topologies - ietf.org

Underlay Tunnel Sharing

10

augment /nw:networks/nw:network/nt:link: +--rw te! +--rw config | +--rw te-link-attributes | +--rw underlay! {te-topology-hierarchy}? | | +--rw primary-path | | +--rw backup-path* [index] | | +--rw protection-type? uint16 | | +--rw tunnels | | +--rw sharing? boolean | | +--rw tunnel* [tunnel-name] | | +--rw tunnel-name string | | +--rw sharing? boolean

An underlay TE tunnels may or may not be shared by multiple TE links.

The operator can request an underlay TE tunnels to shared or dedicated.

Page 11: Yang Data Model for TE Topologies - ietf.org

Multi-layer Topology

11

Transitional link approach

Tunnel Termination Point (TTP)

Server Link Termination Point (S-LTP)

Client Link Termination Point (C-LTP)

TTP-1 TTP-2

LTP-6

LTP-1

LTP-5

LTP-4 LTP-3

LTP-2

TTP-3

C-LTP-1,2,3 C-LTP-4,5,6

TTP-1

LTP-2-0

LTP-6

LTP-1

LTP-5

LTP-4 LTP-3

LTP-2

LTP-3-0

C-LTP-1,2,3

C-LTP-4,5,6

Transformation

Logical Sub-node

Transitional Link

Logical LTP

ETH

ODU

TTP-2TTP-3

OCH

LTP-2-1LTP-3-1

Logical Sub-node

LTP-3-2 LTP-1-2

Page 12: Yang Data Model for TE Topologies - ietf.org

Multi-layer Topology

12

Inter-layer lock approach

Tunnel Termination Point (TTP)

Server Link Termination Point (S-LTP)

Client Link Termination Point (C-LTP)

TTP-1 TTP-2

LTP-6

LTP-1

LTP-5

LTP-4 LTP-3

LTP-2

TTP-3

C-LTP-1,2,3 C-LTP-4,5,6

Transformation

IL-3

IL-1

IL-2

TTP-1 TTP-2

LTP-6

LTP-1

LTP-5

LTP-4 LTP-3

LTP-2

TTP-3

C-LTP-1,2,3 C-LTP-4,5,6

Page 13: Yang Data Model for TE Topologies - ietf.org

Multi-layer Topology Modeling

13

augment /nw:networks/nw:network/nw:node: +--rw te-node-id? te-types:te-node-id +--rw te! +--rw tunnel-termination-point* [tunnel-tp-id] +--rw tunnel-tp-id binary +--rw config | +--rw switching-capability? identityref | +--rw encoding? identityref | +--rw inter-layer-lock-id? uint32 | +--rw protection-type? identityref | +--rw client-layer-adaptation | | +--rw switching-capability* [switching-capability encoding] | | +--rw switching-capability identityref | | +--rw encoding identityref | | +--rw bandwidth? te-bandwidth

Added client layer adaptation information to tunnel termination point.

Page 14: Yang Data Model for TE Topologies - ietf.org

Customized and Abstract Topologies

14

Abstract TE topology contains abstract topological elements (nodes, links, tunnel

termination points).

Customized TE topology was modified by the provider to honor a particular client’s

requirements or preferences.

A customized TE topology is not necessarily an abstract TE topology; a customized TE topology may not be abstract.

The client ID field indicates which client the TE topology is customized for.

A client may receive a TE topology with any client ID field

A client can customize a TE topologie with matching the ID, or

client ID == 0.

Page 15: Yang Data Model for TE Topologies - ietf.org

Next Steps

15

Align to potential change in draft-ietf-i2rs-yang-network-topo Use revised datastores.

No impact to TE topology model.

module: ietf-network +--rw networks +--rw network* [network-id] +--rw network-types +--rw network-id network-id +--ro server-provided? Boolean +--rw supporting-network* [network-ref] | +--rw network-ref -> /networks/network/network-id +--rw node* [node-id] | +--rw node-id node-id | +--rw lnk:termination-point* [tp-id] | +--rw lnk:tp-id tp-id +--rw lnk:link* [link-id] +--rw lnk:source | +--rw lnk:source-node? leafref | +--rw lnk:source-tp? leafref +--rw lnk:destination | +--rw lnk:dest-node? leafref | +--rw lnk:dest-tp? leafref

Page 16: Yang Data Model for TE Topologies - ietf.org

Next Steps

16

Request further review

WG last call

Page 17: Yang Data Model for TE Topologies - ietf.org

Yang Data Model for Layer 3 TE Topologies

draft-liu-teas-yang-l3-te-topo-03

Xufeng Liu (Jabil)

Vishnu Pavan Beeram (Juniper Networks)

Igor Bryskin (Huawei Technologies)

Tarek Saad (Cisco)

Himanshu Shah (Ciena)

Oscar Gonzalez De Dios (Telefonica)

draft-liu-teas-yang-l3-te-topo-03

17

Page 18: Yang Data Model for TE Topologies - ietf.org

Augmentation Hierarchy L3 TE Topology augments L3 Topology and references TE

Topology.

Packet extension module augments ietf-te-topology.

18

draft-liu-teas-yang-l3-te-topo-01

Layer 3 TE Topologyietf-l3-te-topology

TE Topology Packet Extensionietf-te-topology-packet

Layer 3 Topologyietf-l3-topology

TE Topologyietf-te-topology

Augment,a “inheritance” relation

Leafref,an “association” relation

Page 19: Yang Data Model for TE Topologies - ietf.org

Model Reorganizations Module ietf-te-topology-packet contains packet specific

augmentations to ietf-te-topology.

Moved the performance metric related groupings to generic TE types module.

Imported ietf-routing-types module to use common types.

19

draft-liu-teas-yang-l3-te-topo-01

Page 20: Yang Data Model for TE Topologies - ietf.org

Next Steps

20

Request further review.

Ask for WG adoption.

Page 21: Yang Data Model for TE Topologies - ietf.org

Yang Data Model for SR and SR TE Topologies

draft-liu-teas-yang-sr-te-topo-02

Xufeng Liu (Jabil)

Vishnu Pavan Beeram (Juniper Networks)

Igor Bryskin (Huawei Technologies)

Tarek Saad (Cisco)

Himanshu Shah (Ciena)

Stephane Litkowski (Orange)

draft-liu-teas-yang-sr-te-topo-02

21

Page 22: Yang Data Model for TE Topologies - ietf.org

SR (Segment Routing) Topology Augment layer 3 network topology model

22

draft-liu-teas-yang-sr-te-topo-01

Layer 3 Network Topologyietf-l3-unicast-topology

Segment Rougint Topologyietf-sr-topology

Page 23: Yang Data Model for TE Topologies - ietf.org

SR (Segment Routing) TE Topology Multiple inheritance:

Is both SR topology and layer 3 TE topology model.

Uses multiple network types: “l3-te” and “sr”.

23

SR Topologyietf-sr-topology

SR TE Topology

Layer 3 TE Topologyietf-l3-te-topology

Page 24: Yang Data Model for TE Topologies - ietf.org

Collaboration with SR Yang Model

24

Worked with authors of draft-ietf-spring-sr-yang Updated to synch up with latest

ietf-segment-routing-common.yang

Added support for SRLBaugment /nw:networks/nw:network/nw:node/l3t:l3-node-attributes: +--rw sr +--rw config | +--rw srgb* [lower-bound upper-bound] | | +--rw lower-bound uint32 | | +--rw upper-bound uint32 | +--rw srlb* [lower-bound upper-bound] | | +--rw lower-bound uint32 | | +--rw upper-bound uint32 | +--rw node-capabilities | +--rw transport-planes* [transport-plane] | | +--rw transport-plane identityref | +--rw readable-label-stack-depth? uint8

Page 25: Yang Data Model for TE Topologies - ietf.org

Next Steps

25

Request further review.

Ask for WG adoption.