在如图所示的拓扑中, RTA 上通过执行 import-route direct 命令,注入 192.168.0.0/24 、 192.168.1.0/24 、 192.168.2.0/24 、 192.168.3.0/24 和 192.168.4.0/24 这五条路由,并且在 RTA 、 RTB 和 RTC 上分别执行如下配置:
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-area-0.0.0.1]nssa
RTA-ospf-1]asbr-summar192.168.0.0 255.255.192.0 not-advertise
RTA-ospf-1]import direct
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]nssa default-route-advertise
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 direct
RTC]ospf 1
RTC-ospf-1]area 0
RTC-ospf-1-area-0.0.0.0]network 3.3.3.3 0.0.0.0
RTC-ospf-1-area-0.0.0.0]network 20.0.0.0 0.0.0.255 则 RTC 的路由表中不可能存在的路由有 _____
图示的三个自治系统 AS200 为 AS100 和 AS300 的过滤 AS ,其中 AS100 向 AS200 发布了路由 10.1.1.0/24 。
主要设备配置如下所示:
RTC :
bgp 100
network 10.1.1.0 255.255.255.0
undo snchronization
peer 200.1.2.2 as-number 200
peer 200.1.2.2 route-policCOM export
peer 200.1.2.2 advertise-communit# ,
route-policCOM permit node 10
applcommunit100:100
#
RTB
#
bgp 200
undo snchronization
peer 200.1.2.1 as-number 100
peer 200.1.3.2 as-number 300
peer 200.1.2.1 route-policCOM import
peer 200.1.3.2 advertise-communit#
route-policCOM permit node 10
if-match communit10
applcommunit200:200
#
ip communit-list 10 permit 100:100
则在 RTC 上,关于 10.1.1.0/24 的路由说法正确的是 ____ 。
如图所示 IS-IS 网络中,各路由器配置如下。
RTA-isis-1]cost-ste compatible
RTB-isis-1]cost-ste wide-compatible
RTC-isis-1]cost-ste narrow-compatible
那么能够相互之间正确计算链路开销的是 _______ 。