Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

From the book:   Juniper QFX10000 Series.

Image Added


https://github.com/Juniper/vqfx10k-vagrant

# Mesh Topology # +---------+ +---------+ # | spine01 | | spine02 | # +---------+ +---------+ # |em4 \ em5 em5 / em4| # | \ / | # | \ / | # | \ / | # | \/ | # | / \ | # | / \ | # | / \ | # |em4 / em5 em5 \ em4| # +---------+ +---------+ # | leaf03 | | leaf04 | # +---------+ +---------+
Code Block
titleTopology: IP Clos





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
Code Block
titlespine1Spine01 configuraion
collapsetrue