14 lines
331 B
Text
14 lines
331 B
Text
|
hostname r2
|
||
|
!
|
||
|
router bgp 65201
|
||
|
bgp router-id 11.1.2.1
|
||
|
bgp bestpath as-path multipath-relax
|
||
|
no bgp ebgp-requires-policy
|
||
|
neighbor 11.1.1.1 remote-as external
|
||
|
neighbor 11.1.1.1 timers 3 10
|
||
|
neighbor 11.1.2.2 remote-as external
|
||
|
neighbor 11.1.2.2 timers 3 10
|
||
|
neighbor 11.1.2.6 remote-as external
|
||
|
neighbor 11.1.2.6 timers 3 10
|
||
|
!
|