Skip to content

Commit

Permalink
Update lab
Browse files Browse the repository at this point in the history
  • Loading branch information
knewell committed Oct 4, 2018
1 parent aaecb11 commit e9b9679
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions core/core-model-veos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nodes:
rid: 10.39.8.55
sid: 50
iso: 49.0001.0010.0100.1005.00
lu: 163.253.39.165
# lu: 163.253.39.165

- name: ansible-veos55
mgmt: 10.39.0.155
Expand All @@ -44,7 +44,7 @@ nodes:
rid: 10.39.8.56
sid: 60
iso: 49.0001.0010.0100.1006.00
lu: 163.253.39.165
# lu: 163.253.39.165

- name: ansible-veos66
mgmt: 10.39.0.156
Expand Down
8 changes: 4 additions & 4 deletions core/core-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ common:

nodes:
- name: ansible-vmx1
mgmt: 10.39.0.41
mgmt: 10.39.0.57
rid: 10.39.8.41
sid: 10
iso: 49.0001.0010.0100.1001.00

- name: ansible-vmx2
mgmt: 10.39.0.42
mgmt: 10.39.0.58
rid: 10.39.8.42
sid: 20
iso: 49.0001.0010.0100.1002.00

- name: ansible-vmx3
mgmt: 10.39.0.43
mgmt: 10.39.0.59
rid: 10.39.8.43
sid: 30
iso: 49.0001.0010.0100.1003.00

- name: ansible-vmx4
mgmt: 10.39.0.44
mgmt: 10.39.0.60
rid: 10.39.8.44
sid: 40
iso: 49.0001.0010.0100.1004.00
Expand Down
4 changes: 2 additions & 2 deletions core_config/ansible-vmx1-config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version 15.1F6.9
version 17.3R3.9
system {
host-name ansible-vmx1;
no-redirects;
Expand Down Expand Up @@ -78,7 +78,7 @@ interfaces {
description "OOB to MGMT Network";
unit 0 {
family inet {
address 10.39.0.41/20;
address 10.39.0.57/20;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions core_config/ansible-vmx2-config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version 15.1F6.9
version 17.3R3.9
system {
host-name ansible-vmx2;
no-redirects;
Expand Down Expand Up @@ -78,7 +78,7 @@ interfaces {
description "OOB to MGMT Network";
unit 0 {
family inet {
address 10.39.0.42/20;
address 10.39.0.58/20;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions core_config/ansible-vmx3-config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version 15.1F6.9
version 17.3R3.9
system {
host-name ansible-vmx3;
no-redirects;
Expand Down Expand Up @@ -78,7 +78,7 @@ interfaces {
description "OOB to MGMT Network";
unit 0 {
family inet {
address 10.39.0.43/20;
address 10.39.0.59/20;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions core_config/ansible-vmx4-config.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version 15.1F6.9
version 17.3R3.9
system {
host-name ansible-vmx4;
no-redirects;
Expand Down Expand Up @@ -78,7 +78,7 @@ interfaces {
description "OOB to MGMT Network";
unit 0 {
family inet {
address 10.39.0.44/20;
address 10.39.0.60/20;
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions hosts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ all:
vmx:
hosts:
ansible-vmx1:
ansible_host: 10.39.0.41
ansible_host: 10.39.0.57
ansible-vmx2:
ansible_host: 10.39.0.42
ansible_host: 10.39.0.58
ansible-vmx3:
ansible_host: 10.39.0.43
ansible_host: 10.39.0.59
ansible-vmx4:
ansible_host: 10.39.0.44
ansible_host: 10.39.0.60
eos:
children:
veos:
Expand Down
48 changes: 24 additions & 24 deletions nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ common:

nodes:

ansible-veos1:
mgmt: 10.39.0.41
ansible-vmx1:
mgmt: 10.39.0.57
rid: 10.39.8.41
sid: 10
iso: 49.0001.0010.0100.1001.00
links:
Ethernet1.0: { ip: 172.10.12.1, remote: ansible-veos2 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet2.0: { ip: 172.10.13.1, remote: ansible-veos3 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet4.0: { ip: 172.10.15.1, remote: ansible-veos5 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/0.0: { ip: 172.10.12.1, remote: ansible-vmx2 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/1.0: { ip: 172.10.13.1, remote: ansible-vmx3 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/3.0: { ip: 172.10.15.1, remote: ansible-veos5 , cost: 10 , vlan: 0 , mpls: True , iso: True}
bgp:
ibgp:
rr: true
Expand All @@ -29,15 +29,15 @@ nodes:
- inet
- inet-vpn

ansible-veos2:
mgmt: 10.39.0.42
ansible-vmx2:
mgmt: 10.39.0.58
rid: 10.39.8.42
sid: 20
iso: 49.0001.0010.0100.1002.00
links:
Ethernet1.0: { ip: 172.10.12.2, remote: ansible-veos1 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet3.0: { ip: 172.10.24.2, remote: ansible-veos4 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet4.0: { ip: 172.10.25.2, remote: ansible-veos5 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/0.0: { ip: 172.10.12.2, remote: ansible-vmx1 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/2.0: { ip: 172.10.24.2, remote: ansible-vmx4 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/3.0: { ip: 172.10.25.2, remote: ansible-veos5 , cost: 10 , vlan: 0 , mpls: True , iso: True}
bgp:
ibgp:
peers:
Expand All @@ -46,15 +46,15 @@ nodes:
- inet
- inet-vpn

ansible-veos3:
mgmt: 10.39.0.43
ansible-vmx3:
mgmt: 10.39.0.59
rid: 10.39.8.43
sid: 30
iso: 49.0001.0010.0100.1003.00
links:
Ethernet1.0: { ip: 172.10.13.3, remote: ansible-veos1 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet3.0: { ip: 172.10.34.3, remote: ansible-veos4 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet4.0: { ip: 172.10.36.3, remote: ansible-veos6 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/0.0: { ip: 172.10.13.3, remote: ansible-vmx1 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/2.0: { ip: 172.10.34.3, remote: ansible-vmx4 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/3.0: { ip: 172.10.36.3, remote: ansible-veos6 , cost: 10 , vlan: 0 , mpls: True , iso: True}
bgp:
ibgp:
peers:
Expand All @@ -63,15 +63,15 @@ nodes:
- inet
- inet-vpn

ansible-veos4:
mgmt: 10.39.0.44
ansible-vmx4:
mgmt: 10.39.0.60
rid: 10.39.8.44
sid: 40
iso: 49.0001.0010.0100.1004.00
links:
Ethernet2.0: { ip: 172.10.24.4, remote: ansible-veos2 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet3.0: { ip: 172.10.34.4, remote: ansible-veos3 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet4.0: { ip: 172.10.46.4, remote: ansible-veos6 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/1.0: { ip: 172.10.24.4, remote: ansible-vmx2 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/2.0: { ip: 172.10.34.4, remote: ansible-vmx3 , cost: 10 , vlan: 0 , mpls: True , iso: True}
ge-0/0/3.0: { ip: 172.10.46.4, remote: ansible-veos6 , cost: 10 , vlan: 0 , mpls: True , iso: True}
bgp:
ibgp:
peers:
Expand All @@ -86,8 +86,8 @@ nodes:
sid: 50
iso: 49.0001.0010.0100.1005.00
links:
Ethernet1.0: { ip: 172.10.15.5, remote: ansible-veos1 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet2.0: { ip: 172.10.25.5, remote: ansible-veos2 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet1.0: { ip: 172.10.15.5, remote: ansible-vmx1 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet2.0: { ip: 172.10.25.5, remote: ansible-vmx2 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet3.0: { ip: 172.10.55.5, remote: ansible-veos55 , vlan: 0 }
bgp:
ibgp:
Expand Down Expand Up @@ -118,8 +118,8 @@ nodes:
sid: 60
iso: 49.0001.0010.0100.1006.00
links:
Ethernet1.0: { ip: 172.10.36.6, remote: ansible-veos3 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet2.0: { ip: 172.10.46.6, remote: ansible-veos4 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet1.0: { ip: 172.10.36.6, remote: ansible-vmx3 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet2.0: { ip: 172.10.46.6, remote: ansible-vmx4 , cost: 10 , vlan: 0 , mpls: True , iso: True}
Ethernet3.0: { ip: 172.10.66.6, remote: ansible-veos66 , vlan: 0 }
bgp:
ibgp:
Expand Down

0 comments on commit e9b9679

Please sign in to comment.