What is the function of the Cisco IOS command ip nat inside source static 10.1.1.5 172.35.16.5()。 A.It creates a global address pool for all outside NAT transactionsB.It establishes a dynamic address pool for an inside static addressC.It creates dynamic source translations for all inside local PAT transactionsD.It creates a one-to-one mapping between an inside local address and an inside global addressE.It maps one inside source address to a range of outside global addresses

What is the function of the Cisco IOS command ip nat inside source static 10.1.1.5 172.35.16.5()。

A.It creates a global address pool for all outside NAT transactions

B.It establishes a dynamic address pool for an inside static address

C.It creates dynamic source translations for all inside local PAT transactions

D.It creates a one-to-one mapping between an inside local address and an inside global address

E.It maps one inside source address to a range of outside global addresses


相关考题:

Cisco IOS命令ip nat inside source static 10.1.1.5 172.35.16.5的作用是什么()A.为所有的外部NAT创建一个全局的地址池B.为内部的静态地址创建动态的地址池C.它为所有内部本地PAT创建创建了动态源地址转换D.为内部本地地址和内部全局地址创建一对一的映射关系

随着Internet迅速发展,公网IP地址短缺已成为一个十分突出的问题。为了解决这一问题,出现了多种解决方案。而使用路由器的NAT/NAPT(Network Address Translation/Network Address Port Translation)功能是其中一种解决方法。如图5-1所示,某企业通过租用ISP的线路(获得的公网IP网段为:218.94.86.0/29,除去两个互联的IP地址),实现企业的电子商务。其中,有一对外的Web服务器(内网IP地址为192.168.0.100/24),一OA服务器(内网IP地址为192.168.0.101/24)。以下是本端路由器的配置摘要,请解释其中部分语句的含义(“//”后为注释内容)。version 11.2 //版本!hostname RouterCOM //路由器名称!interface Seria10 //串口0ip address 218.94.86.2 255.255.255.248 //串口0的ip地址ip nat outside (1)!interface FastEthernet 0 //快速以太口0ip address 192.168.0.1 255.255.255.0 //快速以太口0的ip地址ip nat inside (2)!access-list 1 permit 192.168.0.0 0.0.0.255 (3)!ip nat pool natpool 218.94.86.5 218.94.86.6 netmask 255.255.255.248(4)ip nat inside source static 192.168.0.100 218.94.86.3 (5)ip nat inside source statiC 192.168.0.101 218.94.86.4ip nat inside source list 1 pool natpool overload (6)……(略)end

In the Cisco IOS, what is the definition of a global command?() A. A command that can be entered in any configuration mode.B. A command that supports all protocols.C. A command that is implemented in all IOS versions.D. A command that is set once and affects the entire router.E. A command that is available in every release of IOS.

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 NATB. Dynamic NATC. Dynamic NAT with overloadD. Port Address TranslationE. None of the above

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 overloadB.(config-if) ip nat outside overloadC.(config) ip nat inside source list 1 interface ethernet1 overloadD.(config-if) ip nat inside overload

路由器配置中,静态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

某公司的机房有一台服务器,其IP地址为172.16.5.3,公司路由器的外网口为Fastethernet0/1,其IP地址为219.14.71.5。管理员要在下班回家后通过windows远程桌面访问该服务器,以下哪种操作均可以实现此需求?()A、ip nat inside source static tcp 172.16.5.33389219.14.71.59000B、ip nat inside source static udp 172.16.5.33389219.14.71.59000C、ip nat inside source static tcp 172.16.5.33389 interface fastethernet 0/19000D、ip nat inside source static udp 172.16.5.33389 interface fastethernet 0/19000

静态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

What is the function of the Cisco IOS command ip nat inside source static 10.1.1.5 172.35.16.5()。A、It creates a global address pool for all outside NAT transactionsB、It establishes a dynamic address pool for an inside static addressC、It creates dynamic source translations for all inside local PAT transactionsD、It creates a one-to-one mapping between an inside local address and an inside global addressE、It maps one inside source address to a range of outside global addresses

Which IOS security feature is configured by the ip inspect inspection-name {in | out} command?()A、IPsec site-to-site VPNB、Cisco AutoSecureC、Cisco IOS FirewallD、IPS

What is the function of the Cisco IOS command ip nat inside source static 10.1.1.5 172.35.16.5?()A、It creates a global address pool for all outside NAT transactions.B、It establishes a dynamic address pool for an inside static address.C、It creates dynamic source translations for all inside local PAT transactions.D、It creates a one-to-one mapping between an inside local address and an inside global address.E、It maps one inside source address to a range of outside global addresses.

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 NATB、Dynamic NATC、Dynamic NAT with overloadD、Port Address TranslationE、None of the above

Given the topology of a server (with IP 209.165.202.150) protected behind the inside interface of an ASA/PIX,and the Internet on the outside interface. Users on the Internet need to access the server at any time, but the firewall administrator does not want to NAT the address of the server - since itis currentlya public address. Which of the following commands can be used to accomplish this? ()A、 nat (inside) 0 209.165.202.150 255.255.255.255B、 access-list no-nat permit ip host209.165.202.150 anynat(inside) 0 access-list no-natC、 static(inside,outside) 209.165.202.150 209.165.202.150 netmask 255.255.255.255D、 no nat-controlE、 nat (inside) 1 209.165.202.150 255.255.255.255

Which three methods of source NAT does the Junos OS support?() (Choose three.)A、interface-based source NATB、source NAT with address shiftingC、source NAT using static source poolD、interface-based source NAT without PATE、source NAT with address shifting and PAT

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.

Which three methods of source NAT does JUNOS Software support?()A、interface-based source NATB、source NAT with address shiftingC、source NAT using static source poolD、interface-based source NAT without PATE、source NAT with address shifting and PAT

You are logged into a router and with to view the layer 3 information about your neighboring Cisco routers. What IOS command gives layer 3 information for of the directly connected router interfaces?()A、show ip linksB、show cdp neighborC、show cdp neighbor detailD、show ip clientsE、show ip routeF、None of the above

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

In the Cisco IOS, what is the definition of a global command?()A、A command that can be entered in any configuration mode.B、A command that supports all protocols.C、A command that is implemented in all IOS versions.D、A command that is set once and affects the entire router.E、A command that is available in every release of IOS.

Which statement is true about source NAT?()A、Source NAT works only with source pools.B、Destination NAT is required to translate the reply traffic.C、Source NAT does not require a security policy to function.D、The egress interface IP address can be used for source NAT

单选题路由器配置中,静态NAT映射的命令是()。Aip nat inside source static 61.51.3.104 10.83.91.2Bip nat insideCip nat outsideDaccess-list 1 permit 10.83.91.0 0.0.1.255

单选题What is the function of the Cisco IOS command ip nat inside source static 10.1.1.5 172.35.16.5?()AIt creates a global address pool for all outside NAT transactions.BIt establishes a dynamic address pool for an inside static address.CIt creates dynamic source translations for all inside local PAT transactions.DIt creates a one-to-one mapping between an inside local address and an inside global address.EIt maps one inside source address to a range of outside global addresses.

单选题In the Cisco IOS, what is the definition of a global command?()AA command that can be entered in any configuration mode.BA command that supports all protocols.CA command that is implemented in all IOS versions.DA command that is set once and affects the entire router.EA command that is available in every release of IOS.

单选题Which statement is true about source NAT?()ASource NAT works only with source pools.BDestination NAT is required to translate the reply traffic.CSource NAT does not require a security policy to function.DThe egress interface IP address can be used for source NAT

单选题What is the function of the Cisco IOS command ip nat inside source static 10.1.1.5 172.35.16.5()。AIt creates a global address pool for all outside NAT transactionsBIt establishes a dynamic address pool for an inside static addressCIt creates dynamic source translations for all inside local PAT transactionsDIt creates a one-to-one mapping between an inside local address and an inside global addressEIt maps one inside source address to a range of outside global addresses

单选题You are logged into a router and with to view the layer 3 information about your neighboring Cisco routers. What IOS command gives layer 3 information for of the directly connected router interfaces?()Ashow ip linksBshow cdp neighborCshow cdp neighbor detailDshow ip clientsEshow ip routeFNone of the above

单选题Which statement describes the behavior of source NAT with address shifting?()ASource NAT with address shifting translates both the source IP address and the source port of a packet.BSource NAT with address shifting defines a one-to-one mapping from an original source IP address to a translated source IP address.CSource NAT with address shifting can translate multiple source IP addresses to the same translated IP address.DSource NAT with address shifting allows inbound connections to be initiated to the static source pool IP addresses.

单选题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?()AStatic NATBDynamic NATCDynamic NAT with overloadDPort Address TranslationENone of the above