neighbor 10.1.1.2 remote-as 3
___________________________________________________________________________
network 172.17.2.0 mask 255.255.255.0
neighbor 10.1.2.1 remote-as 3
___________________________________________________________________________
network 10.1.1.0 mask 255.255.255.252
network 10.1.2.0 mask 255.255.255.252
neighbor 10.1.1.1 remote-as 1
neighbor 10.1.2.2 remote-as 2
Because EBGP has a lower administrative distance than EIGRP, the EBGP route is installed in Router A's IP routing table. 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, * - candidate default
U - per-user static route, o - ODR, P - periodic downloaded static route
T - traffic engineered route
Gateway of last resort is not set
172.17.0.0/24 is subnetted, 2 subnets
C
172.17.1.0 is directly connected, Ethernet0 B
172.17.2.0 [20/0] via 10.1.1.2
10.0.0.0/30 is subnetted, 2 subnets
B
10.1.2.0 [20/0] via 10.1.1.2 C
10.1.1.0 is directly connected, Serial0 |