In the topology shown in the figure, the following configurations are performed on RTA, RTB, RTC and RTD respectively:
RTA-LoopBack0] ip address 1.1.1.1 255.255.255.255
RTA]ospf 1
RTA-ospf-1]area 1
RTA-ospf-1-area-0.0.0.1]network 10.0.0.0 0.0.0.255
RTA-ospf-1]import-route direct
RTB-LoopBack0] ip address 2.2.2.2 255.255.255.255
RTB]ospf 1
RTB-ospf-1]area 1
rtb-ospf-1-area-0.0.0.1]network 10.0.0.0 0.0.0.255
RTB-ospf-1-area-0.0.0.1]area 0
RTB-ospf-1-area-0.0.0.0]network 20.0.0.0 0.0.0.255
RTB-ospf-1]import-route direct
RTC-LoopBack0] ip address 3.3.3.3 255.255.255.255
rtc]ospf 1
RTC-ospf-1]area 0
RTC-ospf-1-area-0.0.0.0]network 20.0.0.0 0.0.0.255
rtc-ospf-1-area-0.0.0.0]area 2
RTC-ospf-1-area-0.0.0.2]stub no-summarRTC-ospf-1-area-0.0.0.2]network 30.0.0.0 0.0.0.255
rtc-ospf-1-area-0.0.0.2]network 3.3.3.3 0.0.0.0
RTD-LoopBack0] ip address 4.4.4.4 255.255.255.255
RTD]ospf 1
RTD-ospf-1]area 2
RTD-ospf-1-area-0.0.0.2]network 4.4.4.4 0.0.0.0
RTD-ospf-1-area-0.0.0.2]network 30.0.0.0 0.0.0.255
RTD-ospf-1-area-0.0.0.2]stub
Which of the following routes ______ cannot possibly exist in the RTD's routing table.
L is a network design engineer. In a certain network project, in order to reduce the complexity, the small L design network adopts a two-layer architecture, and the access layer functions are incorporated into the convergence layer. In the design, the small L takes into account that the core layer needs to have a fast convergence function, and the convergence layer performs route aggregation to reduce the number of routes. Among the following routing protocols, which should be used by L as the aggregation layer routing protocol? (Choose two)
as the picture shows.
The figure is an OSI routing network, the route between RTC and RTE in the figure should be _______ route.
As shown in the figure, RTA and RTB are located in AS 100. The two establish IBGP neighbors. There is no route for RTA and RTC Internet segments on RTB: RTC is located in AS 200, and EBGP neighbors are established with RTA.
The main configuration is as follows:
RTA]
bgp 100
peerRTC as-number 200
peerRTB as-number 100
RTB]
bgp 100
peerRTA as-number 100
RTC]
bgp 200
peerRTA as-number 100
RTC cannot send the 192.168.1.0/24 route to RTA, but the 92.168.1.0/24 route does not appear in the IP 1 routing table of RTB.
To solve the above problems, what adjustments should be made in the configuration?
As shown in the figure, RTA, RTB, and RTC run OSPF, and the process number is 100; OSPF process 200 runs between RTA, RTB, and RTD. The cost of all interconnected links is set to 10. Set the external route priority of OSPF 100 on RTA and RTB to 190, and import an external route 172.16.1.0/24 into OSPF 100 on RTC. RTA is set to redistribute OSPF100 routes to OSPF200, and RTB is set to redistribute OSPF200 routes to OSPF100. After the operation is stable, suppose that the external route 172.16.1.0/24 imported on the RTC disappears suddenly.
Based on the above scenario analysis, the correct description below is ______.