...
Code Block |
---|
resource:create /home/carlos/Escritorio/resource.descriptor |
Resource descriptor: to get more information about About resource descriptors and how it works , you can use this link.
Adding protocols
Each resource has to be linked to the necessary protocols which are used to communicate with the physical device and send its operations. This is an example which uses a netconf protocol to connect with the resource:
...
- router:junos20 - specify resource type (router) and resource name (junos20). It specifies what resource will use this protocol
- netconf - name to identify the protocol configuration.
- ssh://myuser:mypassword@1.1.1.1:22/netconf - URI to describe connection parameters
To get more The information about the used protocols , visit is in this link.
Resources states
...