Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Schema Proposal
- For "network-resource", add string "network-type" attribute.
- Has enumerated values e.g. ETH topology or OTN topology.
- For "pnf", add boolean "is-abstract" attribute.
- Has "false" value by default.
- Set to "true" value to represent abstract node, i.e. group of PNFs abstracted and presented as a single node by domain controller.
- For "logical-link", new enumerated values for "link-type" attribute, e.g. intra optical domain, inter optical domain, or inter operator domain.
- For "p-interface", add integer "inter-layer-lock-id" attribute.
- Has discovered values based on IETF specifications, for correlation between related objects in ETH topology and OTN topology.
- Add EdgeRule to represent p-interface to p-interface relationship described by "inter-layer-lock-id" attribute.
- For "p-interface", new enumerated values for "interface-type" attribute, e.g. "Tunnel Termination Point".
- For "p-interface", add integer "local-link-connectivity" attribute.
- Has discovered values for "Tunnel Termination Point" objects based on IETF specifications, for correlation between related "Tunnel Termination Points"
- Add EdgeRule to represent p-interface to p-interface relationship described by "local-link-connectivity" attribute.
Code Proposal
- tbc
Discussion of Impacts
- pnf is also involved in other use cases. What is the impact of introducing the "abstract node" concept?
- link-type values for logical-link need to be modeled. What is the impact of introducing new values?
- interface-type values for p-interface need to be modeled. What is the impact of introducing new values?