一起答
主观

PPP(Point-to-Point Protocol)是SLIP(Serial Line IP protocol)的继承者,它提供了跨过同步和异步电路实现路由器到路由器(router-to-router)和主机到网络(host-to-network)的连接。

 CHAP(Challenge Handshake Authentication Protocol,挑战-握手验证协议)和PAP(Pass- word Authentication Protocol,口令验证协议)通常被用于在PPP封装的串行线路上提供安全性认证。使用CHAP和PAP认证,每个路由器通过名字来识别,可以防止未经授权的访问。

 路由器Router1和Router2的S0口均封装PPP协议,采用CHAP做认证,如图6-2所示。

                 

 设置如下:

  Router1:

  hosname router1

  username router1 password xxx

  interface Serial0

  ip address 192.200.10.1 255.255.255.0

  encapsulation ppp

  clockrate 1000000

  ppp authentication chap

  Router2:

  hostname router2

  username router2 password xxx

  interface Serial0

  ip address 192.200.10.2 255.255.255.0

  encapsulation ppp

  ppp authentication chap

上述配置中是否有问题?请指出并说明理由。

试题出自试卷《软件水平考试(中级)网络工程师下午(应用技术)试题模拟试卷5》
参考答案
查看试卷详情
相关试题
  1. 从(2)处可以看出此交换机的哪些信息?

  2. 请把(1)处填写完整。

  3. VALN2与VLAN3分别映射哪些端口?

  4. 从上述配置是静态还是动态的?

  5. 要求对划分后的某个子网再划分两个子网,请求其出子网掩码。

  6. 在交换机上可以配置虚拟局域网(VLAN),以下是部分配置清单。回答问题1、问题2、问题3、问题4和问题5,将解答填入对应栏内。

     >enable

     gconfigt

     Enter configuration commands,one perline.End with CNTL/Z

     (config)#//了安全和方便起见,我们给这个交换机起个名字,并且设置登录密码。

     (config)#hostname Cisco

     Cisco(config)#enable password level 15 goodluck

     Cisco(config)#

     Cisco(config)#vlan 2 name ciu_teacher//设置两个VLAN

     Cisco(config)#vlan 3 name ciu_student

     Cisco(config)#interface ethernet0/2 //把VLAN都定义到了交换机的端口上

     Cisco(config-if)#vlan-membership static 2

     Cisco(config-if)#int e0/3

     Cisco(config-if)#vlan-membership static 2

     Cisco(config-if)#inte 0/4

     Cisco(config-if)#vlan-membership static 2

    Cisco (config-if) #int e0/5

    Cisco (config-if) #vlan-membership static 2

    Cisco (config-if) #iht e0/17

    Cisco (config-if) #vlan-membership static 3

    ......

    Cisco (config-if) #int e0/22

    Cisco (config-if) #vlan-membership static 3

    Cisco (config-if) #

    Cisco (config) # (1) //验证配置

    VLAN Name Status Ports

    1 default Enabled 1,6-16,22-24,AUI,A,B (2)

    2 ciu teacher Enabled 2-5

    3 ciu student Enabled 17-22

    ......

    为什么要从vlan2,而不是从vlan1开始配置?

  7. 为了划分4个子网,请求出子网掩码,并写出所求的所有子网数。

  8. 每个子网可容纳的主机数是多少?

  9. (1)DNS正常启动后,请说出验证其工作正常的命令。

    (2)假如本地DiNS服务器出现了故障,是否可以上Internet?如果可以请说出理由?

  10. 某公司申请到的IP地址为193.136.99.0,如图7-4所示,为了便于管理,需建立4个子网(要求每个子网的掩码必须相同),请回答如下问题。

    IP地址193.135.99.0是属于哪类地址,其默认子网掩码是什么?