In the following BGP networking applications, EBGP neighbor relationships are established between the three routers. RTA receives Internet routes from RTB and RTC at the same time, so that it can reach the Internet 192.10.0.0/ through two links. 16.
The main configurations of RTA, RTB, and RTC are as follows:
RTA]
bgp 700
network 190.10.0.0 mask 255.255.0.0
undo snchronization
group as500 external
peer as500 as-path-acl 1 export
peer 201.1.1.1 group as500 as-number 500
group as600 external
peer as600 as-path-acl 1 export
peer 160.1.1.1 group as600 as-number 600
ip as-path-acl 1 permit ^$
RTB]
bgp 500
network 192.10.0.0 mask 255.255.0.0
undo snchronization
group as700 external
peer as700 route-policsetmed export
peer 201.1.1.2 group as700 as-number 700
route-policsetmed permit node 10
applcost 50
RTC]
bgp 600
network 192.10.0.0 mask 255.255.0.0
undo snchronization
group as700 external
peer as700 route-policsetmed export
peer 160.1.1.2 group as700 as-number 700
route-policsetmed permit node 10
applcost 100
According to the above configuration, which router will pass through the 190.10.0.0/16 network segment on RTA to access the 192.10.0.0/16 network segment?
Which attribute of BGP routing determines the principle of route selection through this router?
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?
Among the following types of LSAs, they must be generated by ASBR: ______
If the BGP neighbor is successfully established, the neighbor status viewed by the displabgp peer command is ______.
Regarding the Stub area and NSSA area of the OSPF protocol, the following statements are incorrect: _______