その他

RT2 (BGP Additional path)

RT2:
Conf t
!
Int eth 0/0
Ip add 192.168.12.2 255.255.255.0
No shut
!
Int eth 0/1
Ip add 192.168.23.2 255.255.255.0
No shut
!
Int eth 0/2
Ip add 192.168.24.2 255.255.255.0
No shut
!
Router bgp 100
Bgp router-id 2.2.2.2
Nei 192.168.12.1 remote-as 100
Nei 192.168.12.1 next-hop-self
Nei 192.168.23.3 remote-as 200
Nei 192.168.24.4 remote-as 200
!
End