Selasa, 06 Desember 2011

Hari ke 4: Lab 13: BGP Local AS


Konfig R1

R1(config)#do show run | sec router
router bgp 100
 no synchronization
 bgp log-neighbor-changes
 network 1.1.1.1 mask 255.255.255.255
 network 1.1.1.2 mask 255.255.255.255
 network 1.1.1.3 mask 255.255.255.255
 neighbor 12.12.12.2 remote-as 65000
 no auto-summary
R1(config)#


!

Konfig R2
!
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/0
 ip address 12.12.12.2 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 23.23.23.2 255.255.255.0
 duplex auto
 speed auto
!
router bgp 200
 no synchronization
 bgp log-neighbor-changes
 neighbor 12.12.12.1 remote-as 100
 neighbor 12.12.12.1 local-as 65000 no-prepend replace-as
 neighbor 23.23.23.3 remote-as 300
 neighbor 23.23.23.3 local-as 65000 no-prepend replace-as
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http s


konfig R3

router bgp 300
 no synchronization
 bgp log-neighbor-changes
 network 3.3.3.3 mask 255.255.255.255
 neighbor 23.23.23.2 remote-as 65000
 no auto-summary
R3(config)#

Tidak ada komentar:

Posting Komentar