From the book: Juniper QFX10000 Series.
https://github.com/Juniper/vqfx10k-vagrant
Code Block |
---|
| # Mesh Topology
# +---------+ +---------+
# | spine01 | | spine02 |
# +---------+ +---------+
# |em4 \ em5 em5 / em4|
# | \ / |
# | \ / |
# | \ / |
# | \/ |
# | / \ |
# | / \ |
# | / \ |
# |em4 / em5 em5 \ em4|
# +---------+ +---------+
# | leaf03 | | leaf04 |
# +---------+ +---------+ |
|
Code Block |
---|
title | spine1Spine01 configuraion |
---|
collapse | true |
---|
| set interfaces em3 unit 0 family inet address 10.1.2.1/30
set routing-options router-id 10.0.0.1
set routing-options autonomous-system 65001
set protocols bgp group eBGP type external
set protocols bgp group eBGP peer-as 65002
set protocols bgp group eBGP neighbor 10.1.2.2
|
|