niusouti.com

配置动态 NAT 时, ip nat pool 命令定义的内容是什么?A.全局地址池B.可用的 NAT 服务器池C.转换的内部 IP 地址范围D.允许内部主机访问的外部 IP 地址范围

题目

配置动态 NAT 时, ip nat pool 命令定义的内容是什么?

A.全局地址池

B.可用的 NAT 服务器池

C.转换的内部 IP 地址范围

D.允许内部主机访问的外部 IP 地址范围


相似考题
更多“配置动态 NAT 时, ip nat pool 命令定义的内容是什么?”相关问题
  • 第1题:

    A Cisco router has been configured with the following command:IP nat pool nat-test 192.168.6.10 192.168.6.20 netmask 255.255.255.0his is an example of what type of NAT?()

    A. Static NAT

    B. Dynamic NAT

    C. Dynamic NAT with overload

    D. Port Address Translation

    E. None of the above


    参考答案:B

  • 第2题:

    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 19

    B.ip nat outside mynats 1.1.128.1 1.1.135.254 prefix-length 19

    C.ip nat pool mynats 1.1.128.1 1.1.135.254 prefix-length 18

    D.ip nat outside mynats 1.1.128.1 1.1.135.254 prefix-length 18


    参考答案:A

  • 第3题:

    阅读以下说明,回答问题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)
    ......


    答案:
    解析:
    12.设置默认静态路由,从S0接口连接到互联网
    13.允许 192.168.1.0 的内部网进行地址转换
    14. F0/1
    15 S0
    16 保存配置文件
    17 重新启动设备

  • 第4题:

    路由器配置中,创建一个名字为cisco含有30个地址的动态NAT池的命令是()。

    • A、ip nat pool cisco 171.16.10.65 171.16.10.94 net 255.255.255.240
    • B、ip nat pool cisco 171.16.10.65 171.16.10.94 net 255.255.255.224
    • C、ip nat pool CISCO 171.16.10.65 171.16.10.94 net 255.255.255.224
    • D、ip nat pool cisco 171.16.10.1 171.16.10.254 net 255.255.255.0

    正确答案:B

  • 第5题:

    静态NAT的cisco路由器的配置,正确的指令是()

    • A、ip nat inside source static 192.168.0.3 211.139.250.234
    • B、ip nat inside source static 192.168.0.3 255.255.255.248 211.139.250.234
    • C、ip nat inside source static 192.168.0.3 211.139.250.234 255.255.255.248
    • D、ip nat inside source static 211.139.250.234 192.168.0.3

    正确答案:B

  • 第6题:

    设置NAT时,要在路由器外部端口上设置()。

    • A、ip nat inside
    • B、ip nat ouside
    • C、ip nat inbound
    • D、ip nat outbound

    正确答案:B

  • 第7题:

    路由器配置中,在内部地址连接的一端需要配置的命令是()。

    • A、ip nat inside
    • B、ip nat outside
    • C、ip outside global
    • D、ip inside local

    正确答案:A

  • 第8题:

    NAT配置中如果在定义地址映射的语句中含有overload,则表示()。

    • A、配置需要重启才能够生效 
    • B、启用 NAPT   
    • C、启用动态 NAT  
    • D、无意义

    正确答案:B

  • 第9题:

    下面关于Easy IP的说法中,错误的是()

    • A、Easy IP是NAPT的一种特例
    • B、配置Easy IP时不需要配置ACL来匹配需要被NAT 转换的报文
    • C、配置Easy IP时不需要配置NAT地址池
    • D、Easy IP适合用于NAT设备拨号或动态获得公网IP地址的场合

    正确答案:B

  • 第10题:

    某企业使用H3CICG2000通过ADSL拨号共享上网,应该使用何种NAT技术()。

    • A、静态NAT映射
    • B、基于IP的动态NAT映射
    • C、基于接口的动态NAT映射

    正确答案:C

  • 第11题:

    单选题
    查看静态NAT映射条目的命令为()
    A

    show ip interface

    B

    show ip nat route

    C

    show ip nat statistics

    D

    show nat ip statistics


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    Which statement describes the behavior of source NAT with address shifting?()
    A

    Source NAT with address shifting translates both the source IP address and the source port of a packet.

    B

    Source NAT with address shifting defines a one-to-one mapping from an original source IP address to a translated source IP address.

    C

    Source NAT with address shifting can translate multiple source IP addresses to the same translated IP address.

    D

    Source NAT with address shifting allows inbound connections to be initiated to the static source pool IP addresses.


    正确答案: D
    解析: 暂无解析

  • 第13题:

    Refer to the exhibit. What command sequence will enable PAT from the inside to outside network?()

    A.(config) ip nat pool isp-net 1.2.4.2 netmask 255.255.255.0 overload

    B.(config-if) ip nat outside overload

    C.(config) ip nat inside source list 1 interface ethernet1 overload

    D.(config-if) ip nat inside overload


    参考答案:C

  • 第14题:

    查看静态NAT映射条目的命令为()

    A.show ip interface

    B.show ip nat route

    C.show ip nat statistics

    D.show nat ip statistics


    参考答案:C

  • 第15题:

    在启用PAT的锐捷路由器上查看PAT转换条目的命令是()

    • A、show ip nat translations
    • B、show ip nat statistics
    • C、show ip nat convert
    • D、show ip nat table

    正确答案:A

  • 第16题:

    路由器配置中,静态NAT映射的命令是()。

    • A、ip nat inside source static 61.51.3.104 10.83.91.2
    • B、ip nat inside
    • C、ip nat outside
    • D、access-list 1 permit 10.83.91.0 0.0.1.255

    正确答案:A

  • 第17题:

    A Cisco router has been configured with the following command:IP nat pool nat-test 192.168.6.10 192.168.6.20 netmask 255.255.255.0his is an example of what type of NAT?()

    • A、Static NAT
    • B、Dynamic NAT
    • C、Dynamic NAT with overload
    • D、Port Address Translation
    • E、None of the above

    正确答案:B

  • 第18题:

    Interface ge-0/0/2.0 of your device is attached to the Internet and is configured with an IP address andnetwork mask of 71.33.252.17/24. A webserver with IP address 10.20.20.1 isrunning an HTTP service on TCP port 8080. The webserver is attached to the ge-0/0/0.0 interface of yourdevice. You must use NAT to make the webserver reachable from the Internet using port translation.Which type of NAT must you configure?()

    • A、source NAT with address shifting
    • B、pool-based source NAT
    • C、static destination NAT
    • D、pool-based destination NAT

    正确答案:D

  • 第19题:

    路由器配置中,在外部地址连接的一端需要配置的命令,错误的是()。

    • A、ip nat inside
    • B、ip nat outside
    • C、ip outside global
    • D、ip inside local
    • E、ip inside global

    正确答案:A,C,D,E

  • 第20题:

    在MSR路由器上,使用()命令配置NAT地址池。

    • A、nat address-group
    • B、nat ip pool
    • C、nat net pool
    • D、nat pool

    正确答案:A

  • 第21题:

    下面关于EasyIP的说法中,错误的是()。

    • A、EasyIP是NAPT的一种特例
    • B、配置EasyIP时不需要配置ACL来匹配需要被NAT转换的报文
    • C、配置EasyIP时不需要配置NAT地址池
    • D、EasyIP适合用于NAT设备拨号或动态获得公网IP地址的场合

    正确答案:B

  • 第22题:

    单选题
    路由器配置中,创建一个名字为cisco含有30个地址的动态NAT池的命令是()。
    A

    ip nat pool cisco 171.16.10.65 171.16.10.94 net 255.255.255.240

    B

    ip nat pool cisco 171.16.10.65 171.16.10.94 net 255.255.255.224

    C

    ip nat pool CISCO 171.16.10.65 171.16.10.94 net 255.255.255.224

    D

    ip nat pool cisco 171.16.10.1 171.16.10.254 net 255.255.255.0


    正确答案: C
    解析: 暂无解析

  • 第23题:

    多选题
    路由器配置中,下列()命令不是用来显示路由器上的发生实时地址转换信息的命令。
    A

    show ip nat translations

    B

    show ip nat statistics

    C

    debug ip nat

    D

    clear ip nat translation

    E

    clear ip nat translation *


    正确答案: A,C
    解析: 暂无解析

  • 第24题:

    单选题
    A Cisco router has been configured with the following command:IP nat pool nat-test 192.168.6.10 192.168.6.20 netmask 255.255.255.0his is an example of what type of NAT?()
    A

    Static NAT

    B

    Dynamic NAT

    C

    Dynamic NAT with overload

    D

    Port Address Translation

    E

    None of the above


    正确答案: D
    解析: 暂无解析