Code Block | ||||||
---|---|---|---|---|---|---|
| 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
# Mesh Topology
#
| |||||
# Mesh Topology # +---------+ +---------+em3 # | spine01 | em3+---------+ # | spine01 |----???-------| spine02 | # +---------+ +---------+ # |em4 \ em5 em5 / em4| # | \ / | # | \ / | # | \ / | # | \/ | # | / \ | # | / \ | # | / \ | # |em4 / em5 em5 \ em4| # +---------+ +---------+ # | leaf03 |-------------- | leaf04 | # +---------+e3 e3+---------+ |
Code Block | ||||
---|---|---|---|---|
| ||||
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
|