openconfig / public

Repository for publishing OpenConfig models, documentation, and other material for the community.
Apache License 2.0
878 stars 643 forks source link

openconfig-mpls: missing top level grouping for MPLS configuration and state #330

Open crcampos612 opened 4 years ago

crcampos612 commented 4 years ago

Missed "uses mpls-top;" statement at the end of openconfig-mpls.yang module in order to view and drop down schema tree.

chrisy commented 4 years ago

mpls is imported into network-instance at /oc-netinst:network-instances/oc-netinst:network-instance/mpls. It's not a standalone root in the hierarchy.

crcampos612 commented 4 years ago

Thanks for the clarification! I didn't realise. So it means that I should define LSP within network-instance to be used by that specific network-instance service ( L2/L3 VPN ). However, what happen if I need to deploy generic LSPs ( w/o TE ) in the network not bound to any network-instance but available for any service ?

exa-arrcus commented 4 years ago

@crcampos612 this is the intention of the NI type DEFAULT_INSTANCE

crcampos612 commented 4 years ago

Hi, another question about mpls-te model, what about using a hop-limit as a constraint for a LSP ? I don't see it. Thanks again!

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 180 days with no activity. If you wish to keep this issue active, please remove the stale label or add a comment, otherwise will be closed in 14 days.