12 lines
311 B
Text
12 lines
311 B
Text
hostname r1
|
|
!
|
|
router bgp 65101
|
|
bgp router-id 11.1.1.1
|
|
no bgp ebgp-requires-policy
|
|
bgp bestpath as-path multipath-relax
|
|
neighbor 11.1.1.2 remote-as external
|
|
neighbor 11.1.1.2 timers 3 10
|
|
neighbor 11.1.1.6 remote-as external
|
|
neighbor 11.1.1.6 timers 3 10
|
|
neighbor 11.1.1.6 disable-link-bw-encoding-ieee
|
|
!
|