Monday, February 20, 2006
BGP prefix advertisement problem. (Question #19)
Consider the following router configured to run BGP. Here is some relevant configuration from the router
and "show ip route" from the router shows the following
It is seen that this router's BGP neighbors are not learning the route to 10.1.3.0/24 in spite of the fact that this router is advertising that prefix. What is the problem here? How can it be fixed?
interface Ethernet0/0
ip address 10.1.3.1 255.255.255.252
no keepalive
!
router bgp 300
no synchronization
bgp log-neighbor-changes
network 10.1.3.0 mask 255.255.255.0
neighbor 10.1.1.1 remote-as 100
neighbor 10.1.2.1 remote-as 200
no auto-summary
and "show ip route" from the router shows the following
Gateway of last resort is not set
10.0.0.0/30 is subnetted, 3 subnets
C 10.1.3.0 is directly connected, Ethernet0/0
C 10.1.2.0 is directly connected, Serial3/0
C 10.1.1.0 is directly connected, Serial2/0
It is seen that this router's BGP neighbors are not learning the route to 10.1.3.0/24 in spite of the fact that this router is advertising that prefix. What is the problem here? How can it be fixed?
Summarizing routes with EIGRP and RIP. (Question #18)
Assume two routers connected to each other over ethernet. Router1 is advertising the following prefixes
Next assume that the routers are running RIPv2 instead of EIGRP. Specify the command to be used for RIPv2 to achieve the same goal.
- 192.168.1.0/24
- 192.168.2.0/24
Next assume that the routers are running RIPv2 instead of EIGRP. Specify the command to be used for RIPv2 to achieve the same goal.