-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_one.xml
58 lines (58 loc) · 2.11 KB
/
example_one.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<routing-state xmlns="urn:ietf:params:xml:ns:yang:ietf-routing">
<ribs>
<rib>
<name>ipv4-master</name>
<address-family>ipv4</address-family>
</rib>
</ribs>
</routing-state>
<bmp xmlns="urn:ietf:params:xml:ns:yang:ietf-bmp">
<bmp-monitoring-stations>
<bmp-monitoring-station>
<id>1</id>
<connection>
<active>
<station-address>192.0.2.1</station-address>
<station-port>57992</station-port>
<local-address>192.0.2.2</local-address>
</active>
</connection>
<bmp-data>
<bmp-route-monitoring>
<network-instance-configuration>
<network-instance>
<network-instance-id>bmp-ni-types-all-ni</network-instance-id>
<adj-rib-in-pre>
<address-families>
<address-family>
<address-family-id xmlns:bt="urn:ietf:params:xml:ns:yang:ietf-bgp-types">bt:ipv6-unicast</address-family-id>
<peers-configurations>
<peer-types>
<peer-type>
<peer-type>external</peer-type>
</peer-type>
</peer-types>
</peers-configurations>
</address-family>
<address-family>
<address-family-id xmlns:bt="urn:ietf:params:xml:ns:yang:ietf-bgp-types">bt:ipv4-unicast</address-family-id>
<peers-configurations>
<peer-types>
<peer-type>
<peer-type>external</peer-type>
</peer-type>
</peer-types>
</peers-configurations>
</address-family>
</address-families>
</adj-rib-in-pre>
</network-instance>
</network-instance-configuration>
</bmp-route-monitoring>
</bmp-data>
<session-stats>
<discontinuity-time>2015-06-19T16:01:27.384-07:00</discontinuity-time>
</session-stats>
</bmp-monitoring-station>
</bmp-monitoring-stations>
</bmp>