18 lines
351 B
Text
18 lines
351 B
Text
access-list access seq 10 permit 192.168.1.1/32
|
|
!
|
|
ip route 192.168.1.1/32 10.0.0.10
|
|
!
|
|
!debug bgp bestpath
|
|
!debug bgp nht
|
|
!debug bgp updates
|
|
!debug bgp update-groups
|
|
!debug bgp zebra
|
|
!debug zebra rib detail
|
|
!
|
|
router bgp 2
|
|
address-family ipv4 uni
|
|
redistribute static
|
|
neighbor 10.0.0.10 allowas-in 1
|
|
neighbor 10.0.0.1 allowas-in 1
|
|
!
|
|
!
|