niusouti.com

请参照图5-1,在路由器上完成销售部网段NAT的部分配置。……Router(config)ip nat pool xiaoshou 61.246.100.99 61.246.100.99 netmask(7)!设置地址池!Router(config)access-list 2 permit(8)(9)!定义访问控制列表!Router(config)ip nat inside source list 2 pool xiaoshou!使用访问控制列表完成地址映射

题目

请参照图5-1,在路由器上完成销售部网段NAT的部分配置。

……

Router(config)ip nat pool xiaoshou 61.246.100.99 61.246.100.99 netmask(7)

!设置地址池

!

Router(config)access-list 2 permit(8)(9)

!定义访问控制列表

!

Router(config)ip nat inside source list 2 pool xiaoshou

!使用访问控制列表完成地址映射


相似考题
更多“请参照图5-1,在路由器上完成销售部网段NAT的部分配置。 …… Router(config)ip nat pool xiaoshou 6 ”相关问题
  • 第1题:

    试题四(共15分)

    阅读以下说明,回答问题1至问题5,将解答填入答题纸对应的解答栏内。

    【说明】

    某公司两分支机构之间的网络配置如图4-1所示,为保护通信安全,在路由器router-a和router-b上配置IPSec安全策略,对192.168.8.0/24网段和 192.168.9.0/24网段之间的数据进行加密处理。

    【问题1】(3分)

    为建立两分支机构之间的通信,请完成下面的路由配置命令。

    router-a (config) iproute 0.0.0.0 0.0.0.0 (1)

    router-b(config)iproute 0.0.0.0 0.0.0.0 (2)

    【问题2】(3分)

    下面的命令是在路由器router-a中配置IPSec隧道。请完成下面的隧道配置命令。

    router-a(config) crypto tunnel tun1 (设置IPSec隧道名称为tunl)

    router-a(config-tunnel) peer address (3) (设置隧道对端IP地址,

    router-a(config-tunnel)local address (4) 设置隧道本端IP地址)

    router-a(config-tunnel) set auto-up (设置为自动协商)

    router-a(config-tunnel) exit (退出隧道设置)

    【问题3】(3分)

    router-a 与 router-b之间采用预共享密钥“12345678”建立IPSec关联,请完成下面

    配置router-a(config) cryptike key 12345678 address

    router_a(config)cryt ike key 12345678 addresS (5)

    router-b(config) crypt ike key 12345678 address (6)

    【问题4】(3分)

    下面的命令在路由器router-a中配置了相应的IPSec策略,请说明该策略的含义。

    router-a(config) crypto policypl

    router-a(config-policy) flow

    192.168.8.0255.255.255.0192.168.9.0.255.255.255.255.0

    ip tunnel tunl

    router-a(config-policy)exit

    【问题5】(3分)

    下面的命令在路由器router-a中配置了相应的IPSec提议。

    router-a(config) crypto ipsec proposal secpl

    router-a(config-ipsec-prop) esp 3des shal

    router-a(config-ipsecprop)exit

    该提议表明:IPSec采用ESP报文,加密算法 (7) ,认证算法采用 (8) 。


    正确答案:
    试题四分析
    本题考查考生在路由器上配置IPSec安全策略的实际操作能力。
    【问题1】
    本问题考查如何在两个路由器上配置默认路由,从图4-1中可以得到router-a的默认路由是203.25.25.254,router-b的默认路由是201.18.8.254。
    【问题2】
    本问题考查如何在router-a上配置IPSec隧道,对端IP地址应该是router-b的f1口地址201.18.8.1,本地地址是router-b的fl口地址203.25.25.1。
    【问题3】
    本问题考查如何在router-a与router-b之间预设共享密钥,address后面是对端的id,默认是对端的IP地址。
    【问题4】
    本问题考查如何配置相应的IPSec策略,该策略说明从192.168.8.0/24子网到
    1 92.168.9.0/24子网的所有IP报文经由IPSec隧道到达。
    【问题5】
    本问题考查如何配置IPSec提议,提议表明IPSec采用ESP报文,加密算法采用
    3DES,认证算法采用SHA-1。
    参考答案
    【问题1】
    (1) 203.25.25.254(2) 201.18.8.254
    【问题2】
    (3) 201.18.8.1(4) 203.25.25.1
    【问题3]
    (5) 201.18.8.1(6) 203.25.25.1
    【问题4]
    从192.168.8.0/24子网到192.168.9.0/24子网的所有IP报文经由IPSec隧道到达。
    【问题5】
    (7) 3DES(8) SHA-1

  • 第2题:

    在静态NAT转换中将IP地址192.168.1.7转换成IP地址200.8.7.3的命令是:

    A.Router(config)#ip nat inside source static 192.168.1.7 200.8.7.3

    B.Router#ip nat inside source static 192.168.1.7 200.8.7.3

    C.Router(config)#ip nat inside source static 200.8.7.3 192.168.1.7

    D.Router#ip nat inside source static 200.8.7.3 192.168.1.7


    Router(config)#ip nat inside source static 192.168.1.7 200.8.7.3

  • 第3题:

    2、在静态NAT转换中将IP地址192.168.1.7转换成IP地址200.8.7.3的命令是:

    A.Router(config)#ip nat inside source static 192.168.1.7 200.8.7.3

    B.Router#ip nat inside source static 192.168.1.7 200.8.7.3

    C.Router(config)#ip nat inside source static 200.8.7.3 192.168.1.7

    D.Router#ip nat inside source static 200.8.7.3 192.168.1.7


    Router(config)#ip nat inside source static 192.168.1.7 200.8.7.3

  • 第4题:

    管理员在Router上进行了如下配置,完成之后,在该路由器的G1/0/0接口下连接了一台交换机,则关于此主机的IP地址描述正确的是( )。[Router]ip pool pool1[Router-ip-pool-pool1]network 10.10.10.0 mask 255.255.255.0[Router-ip-pool-pool1]gateway-list 10.10.10.1[Router-ip-pool-pool1]quit[Router]ip pool pool2[Router-ip-pool-pool2]network 10.20.20.0 mask 255.255.255.0[Router-ip-pool-pool2]gateway-list 10.20.20.1[Router-ip-pool-pool2]quit[Router]interface GigabitEthernet 1/0/0[Router-GigabitEthernet 1/0/0]ip address 10.10.10.1.24[Router-GigabitEthernet 1/0/0]dhcp select global

    A.获取的IP地址属于10.10.10.0/24网络
    B.获取的IP地址属于10.20.20.0/24网络
    C.主机获取不到IP地址
    D.获取的IP地址可能属于10.10.10.0/24网络,也可能属于10.20.20.0/24网络

    答案:A
    解析:
    华为DHCP地址配置

  • 第5题:

    在NAT配置过程中需要将端口f0配置成内网接口,将接口f1配置成外网接口,下列配置正确的是:

    A.Router(config)#interface fastethernet 0 Router(config-if)#ip nat outside

    B.Router(config)#interface fastethernet 1 Router(config-if)#ip nat inside

    C.Router(config)#interface fastethernet 0 Router(config-if)#ip nat inside

    D.Router(config)#interface fastethernet 1 Router(config-if)#ip nat outside


    Router(config)#interface fastethernet 0 Router(config-if)#ip nat inside;Router(config)#interface fastethernet 1 Router(config-if)#ip nat outside