-
Notifications
You must be signed in to change notification settings - Fork 2
/
TopologyVariables.yaml
65 lines (53 loc) · 2.77 KB
/
TopologyVariables.yaml
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
59
60
61
62
63
64
65
###############################################################################
# This file defines all the customizable topology details for the SR Demo
# Mainly, the controller IP (used in the .py files to send HTTP API),
# the LERs, (those the controller sends the labeled routes to),
# and the local AS
###############################################################################
###############################################################################
# This container Section should not need to be changed. The ip address of the
# container is set in the Makefile (sr_net), so only if you change the Makefile
# will you need to change this section
###############################################################################
Container:
ip_address: 192.168.1.2
user: demo
password: demo
###############################################################################
# This exabgp section should not need to be changed. The ip address of the
# exabgp instance is set in the Makefile (sr_net), so only if you change the
# Makefile will you need to change this section
###############################################################################
exabgp:
ip_address: 192.168.1.2
###############################################################################
# This Section will need to be modified to match your SR Edge routers. These
# are the routers you will be pushing routes to. Example IPs below. Any new
# LER needs to be added on a new line preceded by a "-"
###############################################################################
LERs:
ip_address:
- 10.92.61.161
- 10.92.61.166
###############################################################################
# This Section will need to be modified to match the router you are polling
# to extract the ISIS topology. This may, or may not be one of the LER routers
# above. In the example below it is anothr router seperate to the LERs
###############################################################################
ISIS-DB-Poll:
ip_address: 10.92.61.179
user: admin
password: admin
###############################################################################
# This local_as section will need to be changed to match the AS used for
# peering between the Exabgp instance and your routers. This is the Exabgp AS
###############################################################################
local_as:
as: 64512
###############################################################################
# This remote_as section will need to be modified to match the AS used for
# peering between the Exabgp instance and your routers. This is the LER AS
#In this case it is Configure to be an iBGP session
###############################################################################
remote_as:
as: 64512