1. QUESTION 198:Which two optionsare requirements for configuring RIPv2 on the IPv4 network router? (choose two) A. enabling RIP authentication B. connecting RIP to a WAN Interface C. enabling auto route sumamrization D. allowing unicast updates for RIP E. enabling RIP on the router Section: part 4 Correct Answer: DE ========================以下理解是否正确?谢谢================================ 问题翻译:哪2个选项是在IPv4网络上配置RIPv2的必要配置项? A. 错, 默认不做配置时RIPv2不启用认证功能,不必要做此配置。(理解是否正确?) 参考依据:If no keychain is configured with the key-chain command, noauthentication is performed on the interface (not even the defaultauthentication). B. 错,WAN Interface 端口一般做passiveRIP抑制,而不是在WAN开启RIP。 C.错,RIPv2 支持手动汇总,默认是开启自动汇总的,一般是关闭自动汇总而不是开启。 D. 需要开启 单播RIP update 网络搜索的参考信息:配置完RIP后,网络互通,但是出现RIP广播/组播流窜,为此可以将各RIP端口都passive掉,然后手动配置neighbor 10.108.20.4 在本路由器具体指定邻居的一个端口IP为邻居,之后RIP Update将以单播方式进行此操作做了会更好,但是不是必须要做的,而且此操作不是RIPv2独有的,所以此选项勉强是对的。(理解是否正确?)E. 正确,不论RIPv2还是RIPv1 配置RIP都必须要配置命令router rip开启RIP路由协议。
|