forked from wsx25289/p4plugin-karaf3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testfile.txt
15 lines (13 loc) · 910 Bytes
/
testfile.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PUT http://localhost:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/new-netconf-device
<node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
<node-id>new-netconf-device</node-id>
<host xmlns="urn:opendaylight:netconf-node-topology">127.0.0.1</host>
<port xmlns="urn:opendaylight:netconf-node-topology">17830</port>
<username xmlns="urn:opendaylight:netconf-node-topology">admin</username>
<password xmlns="urn:opendaylight:netconf-node-topology">admin</password>
<tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
<keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">0</keepalive-delay>
</node>
java -jar netconf-testtool-1.2.0-Carbon-executable.jar --device-count 3 --devices-per-port 3
--debug true --schemas-dir ../../schemas/
/home/dingrui37/Downloads/p4plugin-newest/p4plugin-karaf3/