...
- router:junos20 - specify resource type (router) and resource name (junos20). It specifies what resource will use this protocol
- netconf - name to describe which protocol it will be used
- ssh://myuser:mypassword@1.1.1.1:22/netconf - URI to describe connection parameters.
Panel |
---|
The format is: |
...
transport://user:password@ip:port/subsystem The parameters are quite easy to understand. The subsystem param specifics any extra necessary parameter to specify in the connection. |
Panel
Resources states
A resource is in a set of states which it permits do or not a set of operations. This picture describes these states:
...