12 lines
260 B
Text
12 lines
260 B
Text
|
!
|
||
|
interface r1-eth0
|
||
|
ip address 10.0.0.1/24
|
||
|
!
|
||
|
router bgp 65000
|
||
|
no bgp ebgp-requires-policy
|
||
|
neighbor 10.0.0.2 remote-as 65002
|
||
|
neighbor 10.0.0.2 local-as 65001 no-prepend replace-as dual-as
|
||
|
neighbor 10.0.0.2 timers 3 10
|
||
|
neighbor 10.0.0.2 timers connect 1
|
||
|
!
|