Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MPLS-TP #104

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

italobusi
Copy link
Collaborator

@italobusi italobusi commented Jun 25, 2020

Proposed changes to add support for MPLS-TP using common MPLS-TE topology and tunnel models

@italobusi italobusi linked an issue Jun 25, 2020 that may be closed by this pull request
ietf-mpls-te-types.yang Outdated Show resolved Hide resolved
ietf-mpls-te-types.yang Outdated Show resolved Hide resolved
ietf-te-mpls-topology.yang Outdated Show resolved Hide resolved
ietf-te-mpls.yang Outdated Show resolved Hide resolved
ietf-te-mpls.yang Outdated Show resolved Hide resolved
ietf-te-mpls.yang Outdated Show resolved Hide resolved
ietf-mpls-te-types.yang Outdated Show resolved Hide resolved
while packets for different LSPs can be forwarded on
different component links.
"The load-balancing algorithm ensures that packets, which
are forwarding based on the same label at the top of the
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about:

The load-balancing algorithm ensures incoming MPLS packets with the same top MPLS label and that egress on a on a LAG or bundled TE link get forwarded on the same component link of the LAG.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See 6565ce7

the same flow are forwarded on the same component link,
while packets for different flows can be forwarded on
different component links.
the same flow are forwarded on the same component link.

Packets for different flows within the same LSP can be
forwarded on different component links.";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about:
The load-balancing algorithm ensures that packets characterized as the same flow (e.g. based on IP 5-tuple) that egress on a LAG or a bundled TE link are forwarded on the same component link.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See 6565ce7

grouping te-packet-link-bandwidth {
description
"Bandwidth for MPLS-TP. ";
leaf mpls-tp-bandwidth {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls use the typedef bandwidth-kbps

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See 6565ce7

Aligned with the master branch
Proposal updated based on the discussion in the 2020-06-16 TEAS call: tsaad-dev#60
Updated as discussed during the TEAS call on 2020-06-26
Updated as discussed during the TEAS call on 2020-06-26
Updated as discussed during the TEAS call on 2020-06-26
Fixing an issue with MPLS-TE label definition
Fixing few issues:
- MPLS-TE label augmentations
- compilation errors
Fixing compilation errors
Fixing compilation errors
Fixing compilation errors
Removing references to MPLS-TP
Output of pyang compilation
Models updated based on feedbacks received during the 2020-07-03 TEAS Call
YANG model aligned with the latest version of te-topology-packet
Updated mpls-te-types to address Tarek's review comments as discussed during the call on 2020-07-10
Updated after compilation
This was referenced Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for MPLS-TP
2 participants