Skip to content

Commit

Permalink
Merge pull request #259 from italobusi/te-topo-profile-wga
Browse files Browse the repository at this point in the history
Addressing comments form IETF 118
  • Loading branch information
italobusi committed Jan 29, 2024
2 parents ac1c0b2 + d5ad593 commit 69c57b1
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 368 deletions.
47 changes: 1 addition & 46 deletions drafts/te-topo-profile/draft-busi-teas-te-topology-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: >
Applicability to non-TE Use Cases
abbrev: TE Topology Profiles
docname: draft-busi-teas-te-topology-profiles-06
docname: draft-busi-teas-te-topology-profiles-07
submissiontype: IETF
workgroup: TEAS Working Group
category: info
Expand Down Expand Up @@ -243,51 +243,6 @@ contributor:
administrative and operational state and administrative names for
nodes, termination points and links.

{: #geolocation}

## Geolocation

The TE Topology model supports the management of geolocation
coordinates for nodes and termination points. This solution is
generic and does not necessarily require the network to be a TE
network.

The TE topology data model profile shown in {{geolocation-tree}}
can be used to
model geolocation data for networks.

~~~~
module: ietf-te-topology
augment /nw:networks/nw:network/nw:network-types:
+--rw te-topology!
augment /nw:networks/nw:network/nw:node/nt:termination-point:
+--rw te-tp-id? te-types:te-tp-id
+--rw te!
+--ro geolocation
+--ro altitude? int64
+--ro latitude? geographic-coordinate-degree
+--ro longitude? geographic-coordinate-degree
augment /nw:networks/nw:network/nw:node:
+--rw te-node-id? te-types:te-node-id
+--rw te!
+--ro geolocation
+--ro altitude? int64
+--ro latitude? geographic-coordinate-degree
+--ro longitude? geographic-coordinate-degree
augment /nw:networks/nw:network/nw:node/nt:termination-point:
+--rw te-tp-id? te-types:te-tp-id
+--rw te!
+--ro geolocation
+--ro altitude? int64
+--ro latitude? geographic-coordinate-degree
+--ro longitude? geographic-coordinate-degree
~~~~
{: #geolocation-tree title="Generic Topology with geolocation information"}

This profile is applicable to any network technology (TE or non-TE)
that requires management of the geolocation information for its nodes
and termination points.

{: #overlay-underlay}

## Overlay and Underlay non-TE Topologies
Expand Down
Loading

0 comments on commit 69c57b1

Please sign in to comment.