Problema Annuncio Network BGP
Inviato: mer 01 feb , 2012 12:25 pm
salve, ho un problema. ho 3 router in cascata:
R1 -> R2 -> R3 ( il router R1 ed R3 non sono collegati direttamente tra loro.)
ho configurato il BGP in tutti e tre i router con AS 10 su tutti e tre.
R3 annuncia le sue network a R2 ma R2 non le annuncia a R1.
vi posto le conf
R3
router bgp 10
no synchronization
bgp log-neighbor-changes
network 172.16.0.0 mask 255.255.255.0
network 192.168.100.0
network 192.168.170.0
network 192.168.200.0
neighbor 172.16.0.2 remote-as 10
no auto-summary
R2
router bgp 10
no synchronization
bgp log-neighbor-changes
network 10.0.0.0 mask 255.255.255.0
network 172.16.0.0 mask 255.255.255.0
neighbor 10.0.0.1 remote-as 10
neighbor 172.16.0.3 remote-as 10
maximum-paths 2
no auto-summary
R1
router bgp 10
no synchronization
bgp log-neighbor-changes
network 10.0.0.0 mask 255.255.255.0
neighbor 10.0.0.2 remote-as 10
no auto-summary
le network 10.0.0.0/24 e 172.16.0.0/24 sono le network delle interfacce che collegano direttamente i router
in questo lab vogli ke le network di R3 arrivino ad R1.(pultroppo si fermano su R2 e non vanno oltre.)
vi posto uno sh ip route
R1#sh ip ro
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/24 is subnetted, 1 subnets
B 172.16.0.0 [200/0] via 10.0.0.2, 00:14:05
10.0.0.0/24 is subnetted, 1 subnets
C 10.0.0.0 is directly connected, FastEthernet0/0
in R1 mancano le network 192.168.100.0 192.168.170.0 192.168.200.0
R1 -> R2 -> R3 ( il router R1 ed R3 non sono collegati direttamente tra loro.)
ho configurato il BGP in tutti e tre i router con AS 10 su tutti e tre.
R3 annuncia le sue network a R2 ma R2 non le annuncia a R1.
vi posto le conf
R3
router bgp 10
no synchronization
bgp log-neighbor-changes
network 172.16.0.0 mask 255.255.255.0
network 192.168.100.0
network 192.168.170.0
network 192.168.200.0
neighbor 172.16.0.2 remote-as 10
no auto-summary
R2
router bgp 10
no synchronization
bgp log-neighbor-changes
network 10.0.0.0 mask 255.255.255.0
network 172.16.0.0 mask 255.255.255.0
neighbor 10.0.0.1 remote-as 10
neighbor 172.16.0.3 remote-as 10
maximum-paths 2
no auto-summary
R1
router bgp 10
no synchronization
bgp log-neighbor-changes
network 10.0.0.0 mask 255.255.255.0
neighbor 10.0.0.2 remote-as 10
no auto-summary
le network 10.0.0.0/24 e 172.16.0.0/24 sono le network delle interfacce che collegano direttamente i router
in questo lab vogli ke le network di R3 arrivino ad R1.(pultroppo si fermano su R2 e non vanno oltre.)
vi posto uno sh ip route
R1#sh ip ro
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
172.16.0.0/24 is subnetted, 1 subnets
B 172.16.0.0 [200/0] via 10.0.0.2, 00:14:05
10.0.0.0/24 is subnetted, 1 subnets
C 10.0.0.0 is directly connected, FastEthernet0/0
in R1 mancano le network 192.168.100.0 192.168.170.0 192.168.200.0