路由器配置中,在外部地址连接的一端需要配置的命令,错误的是()。
第1题:
阅读以下说明,回答问题1~3,将答案填入对应的解答栏内。
网络地址转换(NAT)的主要目的是解决IP地址短缺问题以及实现TCP负载均衡等。在图4-1的设计方案中,与Internet连接的路由器采用网络地址转换。
某学校通过专线上网,申请的合法Internet IP地址202.168.10.1~202.168.10.10,使用路由器的NAT功能进行地址转换,具体配置如下,解释配置命令含义。
version 11.3
no service password-encryption
!
hostname 2601 (1)
!
enable password cisc02006 (2)
ip nat pool aaa 202.168.10.2 202.168.10.10 netmask 255.255.255.240
(3)
ip nat inside source list 1 pool aaa overload (4)
!
interface Ethernet0
ip address 10.1.1.1 255.255.255.0
ip nat inside (5)
!
interface Serial0
ip address 202.1 68.10.1 255.255.255.240
ip nat outside (6)
bandwidth 2000 (7)
clockrate 2000000
!
no ip classless
ip route 0.0.0.0 0.0.0.0 Serial0 (8)
access-list 1 permit 10.1.1.0 0.0.0.255 (9)
!
!
end
第2题:
随着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 //串口0
ip address 218.94.86.2 255.255.255.248 //串口0的ip地址
ip nat outside (1)
!
interface FastEthernet 0 //快速以太口0
ip 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.4
ip nat inside source list 1 pool natpool overload (6)
……(略)
end
第3题:
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
第4题:
在启用PAT的锐捷路由器上查看PAT转换条目的命令是()
第5题:
路由器配置中,创建一个名字为cisco含有30个地址的动态NAT池的命令是()。
第6题:
下面关于Easy IP的说法中,正确的是()
第7题:
静态NAT的cisco路由器的配置,正确的指令是()
第8题:
What is the function of the Cisco IOS command ip nat inside source static 10.1.1.5 172.35.16.5?()
第9题:
路由器配置中,在内部地址连接的一端需要配置的命令是()。
第10题:
下面关于Easy IP的说法中,错误的是()
第11题:
The summarized address for all internal subnetted addresses.
A private IP address assigned to a host on the inside network.
A registered address that represents an inside host to an outside network.
A unique IP address used on an internal network
Non of the above
第12题:
ip nat inside
ip nat outside
ip outside global
ip inside local
ip inside global
第13题:
为了保障内部网络安全,某公司在Internet的连接处安装了PIX防火墙,其网络结构如图12-6所示。
完成下列命令行,对网络接口进行地址初始化配置:
Firewall(config)ip address ins.ide ______ ______
Firewall(config)ip address outside ______ ______
阅读以下防火墙配置命令,为命令选择正确的解释。
Firewall(config)global(outside)1 61.144.51.46 ______
Firewall(config)nat(inside)1 0.0.0.0 0.0.0.0
Firewall(config)static(inside,outside) 192.168.0.1 61.144.51.42
第14题:
A. The summarized address for all internal subnetted addresses.
B. A private IP address assigned to a host on the inside network.
C. A registered address that represents an inside host to an outside network.
D. A unique IP address used on an internal network
E. Non of the above
第15题:
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
第16题:
路由器配置中,下列()命令不是用来显示路由器上的发生实时地址转换信息的命令。
第17题:
路由器配置中,静态NAT映射的命令是()。
第18题:
某公司的机房有一台服务器,其IP地址为172.16.5.3,公司路由器的外网口为Fastethernet0/1,其IP地址为219.14.71.5。管理员要在下班回家后通过windows远程桌面访问该服务器,以下哪种操作均可以实现此需求?()
第19题:
What is the function of the Cisco IOS command ip nat inside source static 10.1.1.5 172.35.16.5()。
第20题:
设置NAT时,要在路由器外部端口上设置()。
第21题:
在MSR路由器上,使用()命令配置NAT地址池。
第22题:
In any NAT (network address translation) configuration, what is the Inside Global IP address?()
第23题:
ip nat inside
ip nat outside
ip outside global
ip inside local