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

Multipoint graph #132

Open
juztas opened this issue Oct 11, 2024 · 0 comments
Open

Multipoint graph #132

juztas opened this issue Oct 11, 2024 · 0 comments
Labels

Comments

@juztas
Copy link
Collaborator

juztas commented Oct 11, 2024

SiteRM added feature to support Multipath, e.g. template below:

{
    "service_instance_uuid": "ba4b17d8-a477-4364-bc78-aa73ef6ba7d3",
    "data": {
        "type": "Multi-Point VLAN Bridge",
        "connections": [
            {
                "bandwidth": {
                    "qos_class": "bestEffort"
                },
                "name": "Connection 1",
                "terminals": [
                    {
                        "vlan_tag": "3600",
                        "assign_ip": false,
                        "uri": "urn:ogf:network:nrp-nautilus.io:2020:sn3700_s0:Ethernet72"
                    },
                    {
                        "vlan_tag": "3600",
                        "assign_ip": false,
                        "uri": "urn:ogf:network:nrp-nautilus.io:2020:sn3700_s0:Ethernet76"
                    },
                    {
                        "vlan_tag": "3600",
                        "assign_ip": false,
                        "uri": "urn:ogf:network:nrp-nautilus.io:2020:sn3700_s0:Ethernet80"
                    },
                    {
                        "vlan_tag": "3600",
                        "assign_ip": false,
                        "uri": "urn:ogf:network:nrp-nautilus.io:2020:sn3700_s0:Ethernet84"
                    }
                ]
            }
        ]
    },
    "service": "dnc",
    "options": [],
    "service_profile_uuid": "9e07270e-a4d9-45a1-b978-9dd696f2eb5b",
    "queries": []
}

We need to ensure it graphs it correctly

@juztas juztas added this to the RTMon v0.2 milestone Oct 11, 2024
@juztas juztas added the v0.2 label Oct 11, 2024
@juztas juztas removed this from the RTMon v0.2 milestone Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant