diff options
Diffstat (limited to 'tutorials/CreateAppcNetconfMount/netconf-mount-template.xml')
-rw-r--r-- | tutorials/CreateAppcNetconfMount/netconf-mount-template.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml b/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml index 4a7ca685..1b2eb968 100644 --- a/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml +++ b/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml @@ -1,7 +1,7 @@ <node xmlns="urn:TBD:params:xml:ns:yang:network-topology"> <node-id>${prop.vpg_hostname}</node-id> <host xmlns="urn:opendaylight:netconf-node-topology">${prop.vpg_ipaddress}</host> - <port xmlns="urn:opendaylight:netconf-node-topology">2883</port> + <port xmlns="urn:opendaylight:netconf-node-topology">2831</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> @@ -12,5 +12,5 @@ <between-attempts-timeout-millis xmlns="urn:opendaylight:netconf-node-topology">2000</between-attempts-timeout-millis> <sleep-factor xmlns="urn:opendaylight:netconf-node-topology">1.5</sleep-factor> <!-- keepalive-delay set to 0 turns off keepalives--> - <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">120</keepalive-delay> + <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">125</keepalive-delay> </node> |