12.11.2014 Views

Route reflektory protokolu BGP

Route reflektory protokolu BGP

Route reflektory protokolu BGP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

3. KONFIGURACE ROUTERŮ<br />

a) Konfigurace reflective routeru RR1:<br />

Konfigurace FastEthernetu:<br />

interface FastEthernet0/0<br />

ip address 172.0.0.1 255.255.255.0<br />

b) Konfigurace reflective routeru RR2:<br />

Konfigurace FastEthernetu:<br />

interface FastEthernet0/0<br />

ip address 172.0.0.2 255.255.255.0<br />

Konfigurace tunnelu:<br />

interface Tunnel0<br />

ip address 10.0.1.1 255.255.255.0<br />

tunnel source FastEthernet0/0<br />

tunnel destination 172.0.0.2<br />

!<br />

interface Tunnel1<br />

ip address 10.0.4.1 255.255.255.0<br />

tunnel source FastEthernet0/0<br />

tunnel destination 172.0.0.4<br />

!<br />

interface Tunnel2<br />

ip address 10.0.2.1 255.255.255.0<br />

tunnel source FastEthernet0/0<br />

tunnel destination 172.0.0.3<br />

Konfigurace <strong>BGP</strong>:<br />

router bgp 60055<br />

no synchronization<br />

bgp cluster-id 1<br />

bgp log-neighbor-changes<br />

network 10.0.1.0 mask 255.255.255.0<br />

network 10.0.2.0 mask 255.255.255.0<br />

network 10.0.4.0 mask 255.255.255.0<br />

neighbor 10.0.1.2 remote-as 60055<br />

neighbor 10.0.2.2 remote-as 60055<br />

neighbor 10.0.2.2 route-reflector-client<br />

neighbor 10.0.4.2 remote-as 60055<br />

neighbor 10.0.4.2 route-reflector-client<br />

no auto-summary<br />

Konfigurace tunnelu:<br />

interface Tunnel0<br />

ip address 10.0.1.2 255.255.255.0<br />

tunnel source FastEthernet0/0<br />

tunnel destination 172.0.0.1<br />

!<br />

interface Tunnel1<br />

ip address 10.0.3.1 255.255.255.0<br />

tunnel source FastEthernet0/0<br />

tunnel destination 172.0.0.3<br />

!<br />

interface Tunnel2<br />

ip address 10.0.5.1 255.255.255.0<br />

tunnel source FastEthernet0/0<br />

tunnel destination 172.0.0.4<br />

Konfigurace <strong>BGP</strong>:<br />

router bgp 60055<br />

no synchronization<br />

bgp cluster-id 1<br />

bgp log-neighbor-changes<br />

network 10.0.1.0 mask 255.255.255.0<br />

network 10.0.3.0 mask 255.255.255.0<br />

network 10.0.5.0 mask 255.255.255.0<br />

neighbor 10.0.1.1 remote-as 60055<br />

neighbor 10.0.3.2 remote-as 60055<br />

neighbor 10.0.3.2 route-reflector-client<br />

neighbor 10.0.5.2 remote-as 60055<br />

neighbor 10.0.5.2 route-reflector-client<br />

no auto-summary<br />

květen 2009 6/12

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!