BGPCEP-710: Create Network Topology Loader
[bgpcep.git] / config-loader / bmp-monitors-config-loader / src / test / resources / initial / odl-bmp-monitors-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
4   ~
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 <!--
10 To enable active TCP connection, configure monitored-router with address, port and active flag.
11
12 For TCP-MD5 note that if this option is configured, the monitored router(s) connecting here must
13 have the same password configured, otherwise they will not be able to connect at all.
14 -->
15 <odl-bmp-monitors xmlns="urn:opendaylight:params:xml:ns:yang:bmp-monitor-config">
16     <bmp-monitor-config>
17         <monitor-id>example-bmp-monitor</monitor-id>
18         <server>
19             <binding-port>12345</binding-port>
20             <binding-address>0.0.0.0</binding-address>
21         </server>
22     </bmp-monitor-config>
23 </odl-bmp-monitors>