Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaczmarski8 authored Aug 19, 2020
1 parent fdc6f0a commit 1655bad
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions webinar-2/config/spine1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
### Notes about spine1 EVPN configuration.


Spine1 acts as a route reflector for iBGP sessions from comp servers and leaf switches. It is not a VXLAN endpoint for any of the VNIs and does not have any routing instances configured.


Create iBGP configuration with route reflector functionality.
```
bgp {
group ibgp {
type internal;
local-address c0d1:ffff::201;
family evpn {
signaling;
}
cluster 10.255.255.201;
multipath;
neighbor c0d1:ffff::1;
neighbor c0d1:ffff::2;
neighbor c0d1::1;
neighbor c0d1::2;
neighbor c0d1::3;
neighbor c0d1::4;
neighbor c0d1::5;
}
}
```

0 comments on commit 1655bad

Please sign in to comment.