Selasa, 06 Desember 2011

Hari ke 4: Lab 11: BGP Peers Group


Konfig R1

!
router bgp 123
 no synchronization
 bgp log-neighbor-changes
 network 11.11.11.11 mask 255.255.255.255
 neighbor INTERNAL peer-group
 neighbor INTERNAL remote-as 123
 neighbor 2.2.2.2 peer-group INTERNAL
 neighbor 3.3.3.3 peer-group INTERNAL
 no auto-summary
!

konfig R2

router eigrp 1
 network 2.2.2.2 0.0.0.0
 network 12.12.12.2 0.0.0.0
 network 23.23.23.2 0.0.0.0
 auto-summary
router bgp 123
 no synchronization
 bgp log-neighbor-changes
 network 22.22.22.22 mask 255.255.255.255
 neighbor INTERNAL peer-group
 neighbor INTERNAL remote-as 123
 neighbor INTERNAL update-source Loopback0
 neighbor INTERNAL next-hop-self
 neighbor 1.1.1.1 peer-group INTERNAL
 neighbor 3.3.3.3 peer-group INTERNAL
 neighbor 24.24.24.4 remote-as 4
 no auto-summary
R2#



konfig R3


!
router bgp 123
 no synchronization
 bgp log-neighbor-changes
 network 33.33.33.33 mask 255.255.255.255
 neighbor INTERNAL peer-group
 neighbor INTERNAL remote-as 123
 neighbor INTERNAL update-source Loopback0
 neighbor 1.1.1.1 peer-group INTERNAL
 neighbor 2.2.2.2 peer-group INTERNAL
 no auto-summary
!

Tidak ada komentar:

Posting Komentar