Update README and add fabric configuration

This commit is contained in:
Damien A
2024-07-26 14:48:31 +00:00
parent 7599c78420
commit f71b83c32a
4 changed files with 53 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ neighbor 10.1.1.0 activate
To check peer status :
```cli
leaf1# show bgp summary
show bgp summary
```
## BGP EVPN Overlay
@@ -105,3 +105,10 @@ address-family ipv4
no neighbor 10.10.110.2 activate
redistribute connected route-map RMAP_VTEP
```
To check peer status :
```cli
show bgp summary
show bgp evpn
```