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

Propagate OXP response to SDX controller #162

Open
congwang09 opened this issue Aug 12, 2024 · 1 comment
Open

Propagate OXP response to SDX controller #162

congwang09 opened this issue Aug 12, 2024 · 1 comment
Assignees

Comments

@congwang09
Copy link
Contributor

After sending connection request to OXP, SDX LC propagates the response back to the SDX controller, and then reflect in the place connection response.

@italovalcy
Copy link
Contributor

Here is an example of an error response from Kytos:

curl -s -X POST -H 'Content-type: application/json' http://127.0.0.1:8181/api/kytos/sdx/v1/l2vpn_ptp -d '{"name": "AMPATH_vlan_503_503", "uni_a": {"port_id": "urn:sdx:port:amlight.net:Switch01:16", "tag": {"value": 4092, "tag_type": 1}}, "uni_z": {"port_id": "urn:sdx:port:amlight.net:Switch02:4", "tag": {"value": 4092, "tag_type": 1}}, "dynamic_backup_path": true}'


{"description":"Request to Kytos failed: {\"description\":\"KytosTagsAreNotAvailable, The tags [[4092, 4092]] are not available in 00:00:00:00:00:00:00:01:16\",\"code\":400}","code":400}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants