Lighpath Lightpath - Name for a connection between two different optical interfaces in order to create a path
...
Code Block |
---|
connections:makeConnection roadm:pedrosa 0-1-0 1.525,661363867680 0-17-129 1.525,661363867680
connections:makeConnection -n roadm:pedrosa 0-1-0 64 0-17-129 64
|
- List available connections in the optical switch resource
Code Block |
---|
connections:listConnections roadm:pedrosa |
- Remove To remove a lighpath lightpath in the optical switch resource
Code Block |
---|
connections:removeConnection roadm:pedrosa 0-1-0 1.525,661363867680 0-17-129 1.525,661363867680 connections:removeConnection -n roadm:pedrosa 0-1-0 64 0-17-129 64 |
- Get inventory show shows all the device information: available connections, interfaces, etc...
Code Block |
---|
connections:getInventory |
- Get channels show channels available in shows the available channels for the given port.
connections:getchannels roadm:pedrosa 0-1-0
...