3d24d09493e653665076e422d754d8b27798573a
[bgpcep.git] / bgp / config-example / src / main / resources / initial / network-topology-config.xml
1 <?xml version="1.0" encoding="UTF-8"?><!--
2   ~ Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
3   ~
4   ~ This program and the accompanying materials are made available under the
5   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
6   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
7   -->
8 <network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology">
9     <topology>
10         <topology-id>example-ipv4-topology</topology-id>
11         <topology-types>
12             <bgp-ipv4-reachability-topology xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-types"/>
13         </topology-types>
14         <rib-id xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-config">example-bgp-rib</rib-id>
15     </topology>
16     <topology>
17         <topology-id>example-ipv6-topology</topology-id>
18         <topology-types>
19             <bgp-ipv6-reachability-topology xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-types"/>
20         </topology-types>
21         <rib-id xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-config">example-bgp-rib</rib-id>
22     </topology>
23     <topology>
24         <topology-id>example-linkstate-topology</topology-id>
25         <topology-types>
26             <bgp-linkstate-topology xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-types"/>
27         </topology-types>
28         <rib-id xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-config">example-bgp-rib</rib-id>
29     </topology>
30 </network-topology>