网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
判断题
显示当前NAT转换状况的指令是“show ip nat translations”。
A

B


参考答案

参考解析
解析: 暂无解析
更多 “判断题显示当前NAT转换状况的指令是“show ip nat translations”。A 对B 错” 相关考题
考题 将专用IP地址转换为公用IP地址的技术是( )。A) ARPB) DHCPC) UTMD) NAT

考题 设置NAT时,要在路由器外部端口上设置()。 A.ip nat insideB.ip nat ousideC.ip nat inboundD.ip nat outbound

考题 下列关于NAT缺点描述正确的是()。 A.NAT增加了延迟B.NAT增加对端IP的tracebilityC.NAT通过内部网的私有化来节约合法的注册寻址方案D.NAT技术使得NAT设备维护一个地址转换表,用来把私有的IP地址映射到合法的IP地址上去

考题 NAT的主要技术类型有3种,它们是() A.静态NAT、动态NAT和网络地址端口转换NAPTB.集中NAT、分布NAT和网络地址端口转换NAPTC.并行NAT、串行NAT和网络地址端口转换NAPTD.主动NAT、被动NAT和网络地址端口转换NAPT

考题 网络地址转换(NAT)的三种类型是()A.静态NAT、动态NAT和混合NATB.静态NAT、网络地址端口转换NAPT和混合NATC.静态NAT、动态NAT和网络地址端口转换NAPTD.动态NAT、网络地址端口转换NAPT和混合NAT

考题 Refer to the exhibit. Which command would allow the translations to be created on the router?() A.ip nat pool mynats 1.1.128.1 1.1.135.254 prefix-length 19B.ip nat outside mynats 1.1.128.1 1.1.135.254 prefix-length 19C.ip nat pool mynats 1.1.128.1 1.1.135.254 prefix-length 18D.ip nat outside mynats 1.1.128.1 1.1.135.254 prefix-length 18

考题 查看静态NAT映射条目的命令为() A.show ip interfaceB.show ip nat routeC.show ip nat statisticsD.show nat ip statistics

考题 阅读以下说明,回答问题1至问题4,将解答填入答题纸对应的解答栏内。 【说明】 某公司上网用户较少(约50台上网机器),因此公司网管申请了公网IP地址(117.112.2.101/30),拟通过NAT方式结合ACL提供公司内部员工上网,公司内网IP地址段为192.168.1.0/24。 该公司的网络拓扑结构如图3-1所示。 【问题3】(6分) 为实现该公司员工通过出口设备访问互联网的需求,必须在路由器Rl上配置基于端口的动态地址转换,也就是PAT,请解释或完成下列配置命令。 ..... Rl(config)# ip route 0.0.0.0 0.0.0.0 s0 // (12) Rl(config)# access-list 1 permit 192.168.1.0 0.0.0.255 // (13) R1 (config)#ip nat pool public 117.112.2.101 117.112.2.101 netmask 255.255.255.0 Rl(config)#ip nat inside source list l pool public // 定义NAT转换关系 Rl(config)#interface (14) Rl(config-if)#ip nat inside lRl(config)#interhce (15) Rl(config-if)#ip nat outside // 定义NAT的内部和外部接口 ...... Rl#show ip nat transWions // 显示NAT转换表 Rl#show ip nat statistics // 显示当前NAT状态 Rl#write // (16) Rl#reload // (17) ......

考题 在启用PAT的锐捷路由器上查看PAT转换条目的命令是()A、show ip nat translationsB、show ip nat statisticsC、show ip nat convertD、show ip nat table

考题 查看静态NAT映射条目的命令为()A、show ip interfaceB、show ip nat routeC、show ip nat statisticsD、show nat ip statistics

考题 路由器配置中,下列()命令不是用来显示路由器上的发生实时地址转换信息的命令。A、show ip nat translationsB、show ip nat statisticsC、debug ip natD、clear ip nat translationE、clear ip nat translation *

考题 路由器配置中,静态NAT映射的命令是()。A、ip nat inside source static 61.51.3.104 10.83.91.2B、ip nat insideC、ip nat outsideD、access-list 1 permit 10.83.91.0 0.0.1.255

考题 静态NAT的cisco路由器的配置,正确的指令是()A、ip nat inside source static 192.168.0.3 211.139.250.234B、ip nat inside source static 192.168.0.3 255.255.255.248 211.139.250.234C、ip nat inside source static 192.168.0.3 211.139.250.234 255.255.255.248D、ip nat inside source static 211.139.250.234 192.168.0.3

考题 清除NAT转换表中所有动态地址转换条目的指令是“clear ip nat translation *”。

考题 显示当前NAT转换状况的指令是“show ip nat translations”。

考题 Which of the following commands will remove all dynamic entries for a router’s NAT table?()A、clear nat translationsB、clear ip nat translations*C、clear ip nat statisticsD、clear ip nat transactions*E、clear ip nat translationsF、clear ip nat translations all

考题 设置NAT时,要在路由器外部端口上设置()。A、ip nat insideB、ip nat ousideC、ip nat inboundD、ip nat outbound

考题 使用一对一或者多对多方式的NAT转换,当所有外部IP地址均被使用后,后续的内网用户如需上网,NAT转换设备会执行什么样的动作?()A、挤掉前一个用户,强制进行NAT转换B、直接进行路由转发C、不做NAT转换D、将报文转移到其他NAT转换设备进行地址转换

考题 You have just installed a new web server on the Testking network. You are required to ensure that the web server is accessible from the Internet. The network uses private addressing, so an IP-to-registered address mapping is required.To do this, you enter the following command:TestKing(config)# ip nat inside source static 192.168.2.1 198.18.1.254 You unsuccessfully try to ping the Internet from a PC host on the LAN. During the troubleshooting process, you enter the "show ip nat translations" command but the output is blank. What is the most likely cause of the problem?()A、The keyword overload is missing from the command.B、The NAT pool must be defined first.C、An access list must be defined to create static NAT translations.D、The interfaces must be configured for NAT.E、None of the above

考题 Which of the following types of NAT allows multiple private internal IP addresses to use a singlepublic external IP address?()A、NAT mappingB、NAT overloadingC、NAT cachingD、Static NATE、Dynamic NATF、Overlapping NAT

考题 下列关于NAT技术的说法中,正确的是()。A、用于将公有IP地址转换为私有IP地址B、私有网络在实施NAT时,需向外部网络通告其地址和内部拓扑C、NAT可分为静态NAT和动态NAT两类D、NAT功能既可以部署在网络硬件设备上,也可以部署在各种软件代理服务器上

考题 下列关于NAT缺点描述正确的是()。A、NAT增加了延迟B、NAT增加对端IP的tracebilityC、NAT通过内部网的私有化来节约合法的注册寻址方案D、NAT技术使得NAT设备维护一个地址转换表,用来把私有的IP地址映射到合法的IP地址上去

考题 判断题清除NAT转换表中所有动态地址转换条目的指令是“clear ip nat translation *”。A 对B 错

考题 单选题Which of the following commands will remove all dynamic entries for a router’s NAT table?()A clear nat translationsB clear ip nat translations*C clear ip nat statisticsD clear ip nat transactions*E clear ip nat translationsF clear ip nat translations all

考题 单选题查看静态NAT映射条目的命令为()A show ip interfaceB show ip nat routeC show ip nat statisticsD show nat ip statistics

考题 多选题路由器配置中,下列()命令不是用来显示路由器上的发生实时地址转换信息的命令。Ashow ip nat translationsBshow ip nat statisticsCdebug ip natDclear ip nat translationEclear ip nat translation *

考题 单选题使用一对一或者多对多方式的NAT转换,当所有外部IP地址均被使用后,后续的内网用户如需上网,NAT转换设备会执行什么样的动作?()A 挤掉前一个用户,强制进行NAT转换B 直接进行路由转发C 不做NAT转换D 将报文转移到其他NAT转换设备进行地址转换