Skip to content

Commit

Permalink
juniper-vqfx-vxlan-symmetric: unnumbered lo0.10
Browse files Browse the repository at this point in the history
Loopback inside VRF can be anything, including unnumbered. Let's do
that.
  • Loading branch information
vincentbernat committed Mar 11, 2019
1 parent 37674f9 commit 4cc1202
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
4 changes: 2 additions & 2 deletions lab-juniper-vqfx-vxlan-symmetric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ need to declare the IRB on all the VTEP:
Prefix Nexthop MED Lclpref AS path
4:172.29.1.2:0::010400000000000019:172.29.1.2/296 ES
* 172.29.1.2 100 I
5:172.29.10.2:1::0::172.27.2.0::24/248
5:172.29.1.2:1::0::172.27.2.0::24/248
* 172.29.1.2 100 I

VRF-OVERLAY.evpn.0: 2 destinations, 2 routes (2 active, 0 holddown, 0 hidden)
Prefix Nexthop MED Lclpref AS path
5:172.29.10.2:1::0::172.27.2.0::24/248
5:172.29.1.2:1::0::172.27.2.0::24/248
* 172.29.1.2 100 I

default-switch.evpn.0: 8 destinations, 8 routes (8 active, 0 holddown, 0 hidden)
Expand Down
7 changes: 1 addition & 6 deletions lab-juniper-vqfx-vxlan-symmetric/junos-QFX1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ interfaces {
}
}
}
unit 10 {
family inet {
address 172.29.10.1/32;
}
}
}
}
routing-options {
Expand All @@ -44,7 +39,7 @@ switch-options {
}
routing-instances {
VRF-OVERLAY {
route-distinguisher 172.29.10.1:1;
route-distinguisher 172.29.1.1:9001;
}
}
protocols {
Expand Down
7 changes: 1 addition & 6 deletions lab-juniper-vqfx-vxlan-symmetric/junos-QFX2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ interfaces {
}
}
}
unit 10 {
family inet {
address 172.29.10.2/32;
}
}
}
}
routing-options {
Expand All @@ -44,7 +39,7 @@ switch-options {
}
routing-instances {
VRF-OVERLAY {
route-distinguisher 172.29.10.2:1;
route-distinguisher 172.29.1.2:9001;
}
}
protocols {
Expand Down
7 changes: 7 additions & 0 deletions lab-juniper-vqfx-vxlan-symmetric/junos-common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ interfaces {
}
}
}
lo0 {
unit 10 {
family inet {
unnumbered-address lo0.0;
}
}
}
}
routing-options {
forwarding-table {
Expand Down

0 comments on commit 4cc1202

Please sign in to comment.