SOLUTION
!!! R1
router bgp 65000
no bgp listen range 10.1.234.0/24 peer-group IBGP-PEER
bgp listen range 10.0.0.0/24 peer-group IBGP-PEER
!!! R102
interface FastEthernet0/0
shutdown
ip address dhcp client-id FastEthernet0/0 hostname R102
no shutdown
interface Tunnel0
ip nhrp map multicast dynamic
!!! R103
interface Tunnel0
no ip nhrp map 172.16.2.102 192.168.234.102
ip nhrp map 192.168.234.102 172.16.2.102
!!! R104
interface Tunnel0
no ip nhrp map 172.16.2.102 192.168.234.102
ip nhrp map 192.168.234.102 172.16.2.102
REFERENCE
BGP Dynamic BGP Peering
DHCP Client
コメント