单选题 若路由器的路由信息如下,则最后一行路由信息怎样得到的?______。
R3#show ip route
Gateway of last resort is not set
192.168.0.0/24 is subnetted, 6 subnets
C 192.168.1.0 is directly connected, Ethernet0
C 192.168.65.0 is directly connected, Serial0
C 192.168.67.0 is directly connected, Serial1
R 192.168.69.0[120/1] via 192.168.67.2, 00:00:15, Serial1
[120/1] via 192.168.65.2, 00:00:24, Serial0
R 192.168.69.0[120/1] via 192.168.67.2, 00:00:15, Serial1
R 192.168.69.0[120/1] via 192.168.652, 00:00:24, Serial0
A.串行口直接连接的 B.由路由协议发现的
C.操作员手工配置的 D.以太网端口直连的

【正确答案】 B
【答案解析】[解析] 在路由条目前都有一个字母表示连接的情况。C是connected的第一个字母,代表直连;R表示RIP协议,意思是该条目由RIP协议计算产生。