BGPCEP-726: Migrate PCEP Tunnel config
[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>
11         <topology-id>tunnel-topology</topology-id>
12         <pcep-topology-reference xmlns="urn:opendaylight:params:xml:ns:yang:topology:tunnel:pcep:config">pcep-topology</pcep-topology-reference>
13         <topology-types>
14             <topology-tunnel-pcep xmlns="urn:opendaylight:params:xml:ns:yang:topology:tunnel:pcep"></topology-tunnel-pcep>
15         </topology-types>
16     </topology>
17     <topology xmlns="urn:TBD:params:xml:ns:yang:network-topology">
18         <topology-id>pcep-topology</topology-id>
19         <topology-types>
20             <topology-pcep xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep"></topology-pcep>
21         </topology-types>
22         <session-config xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep:config">
23             <rpc-timeout>30</rpc-timeout>
24             <listen-address>0.0.0.0</listen-address>
25             <listen-port>4189</listen-port>
26             <dead-timer-value>120</dead-timer-value>
27             <keep-alive-timer-value>30</keep-alive-timer-value>
28         </session-config>
29         <node>
30             <node-id>43.43.43.43</node-id>
31             <session-config xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep:config">
32                 <password>topsecret</password>
33             </session-config>
34         </node>
35     </topology>
36 </network-topology>