BGPCEP-710: Create Network Topology Loader
[bgpcep.git] / pcep / config-example / src / main / resources / initial / network-topology-pcep-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2017 AT&T Intellectual Property.
4   ~ All rights reserved.
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9 <network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology">
10     <topology xmlns="urn:TBD:params:xml:ns:yang:network-topology">
11         <topology-id>pcep-topology</topology-id>
12         <topology-types>
13             <topology-pcep xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep"></topology-pcep>
14         </topology-types>
15         <session-config xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep:config">
16             <rpc-timeout>30</rpc-timeout>
17             <listen-address>0.0.0.0</listen-address>
18             <listen-port>4189</listen-port>
19             <dead-timer-value>120</dead-timer-value>
20             <keep-alive-timer-value>30</keep-alive-timer-value>
21         </session-config>
22         <node>
23             <node-id>43.43.43.43</node-id>
24             <session-config xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep:config">
25                 <password>topsecret</password>
26             </session-config>
27         </node>
28     </topology>
29 </network-topology>