一起答
主观

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做认证,如图1所示。

 

 设置如下:

 Router1:

 hostname 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 Seria10

 ip address 192.200.10.2 255.255.255.0

 encapsulation ppp

 ppp authentication chap

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

试题出自试卷《软件水平考试(中级)网络工程师下午(应用技术)试题模拟试卷24》
参考答案
查看试卷详情
相关试题
  1. 此配置中采用了那种转换方式?

  2. NAT英文全称是“Network Address Translation”,中文意思是“网络地址转换”,它是一个 IETF(Internet Engineering Task Force, Internet工程任务组)标准,允许一个整体机构以一个公用IP(Internet Protocol)地址出现在Internet上。顾名思义,它是一种把内部私有网络地址(IP地址)翻译成合法网络IP地址的技术,如图4所示。

     某公司通过专线上网,申请的合法Internet IP地址段为192.1.1.1~192.1.1.10,使用路由器的NAT功能进行地址转换,具体配置如下:

     Current configuration:

     version 11.3

     no service password-encryption

     hostname 2501

     ip nat pool aaa 192.1.1.2 192.1.1.10 netmask 255.255.255.0

     ip nat inside source list 1 pool aaa

     interface Ethernet0

     ip address 10.1.1.1 255.255.255.0

     ip nat inside

     interface Seria10

     ip address 192.1.1.1 255.255.255.0

     ip nat outside

     no ip mroute-Cache

     bandwidth 2000

     no fair-queue

     clockrate 2000000

     interface Serial1

     no ip address

     shutdown

     no ip classless

     ip route 0.0.0.0.0.0.0.0 Serial0

     access-list 1 permit 10.1.1.0.0.0.0.255

     line con 0

     line aux 0

     line vty 0 4

     password cisco

     end

    NAT按技术类型分为哪3种转换方式?

  3. 请解释画线部分内容含义?

  4. 填充VLAN信息表,见表1,将答案填写在相应位置。

  5. 阅读以下说明,然后解释(n)处标有下划线的部分含义。

    现有两台Cisco路由器,如图6所示,现在要求实现router1和router2连通并且要有MD5认证。

     有认证的情况下实现两台路由器的互联,这两台路由器必须配置相同的认证方式和密钥才能进行双方的路由的交换,双方必须发送版本2。

     Router1(config)#key chain wan

     Router1(config-keychain)#key1

     Router1(config-keychain-key)#key-string wan

     Router1(config-keychain-key)#exit

     Router1(config-keychain)#exit

     Router1(config)#interface eth0/0

     Router1(config-if-eth0/0)#ip rip authentication key-chain wan

     Router1(config-if-eth0/0)#ip rip authentication mode md5  (1) 

     Router1(config-if-eth0/0)#ip rip send version 2  (2) 

     Router1(config-if-eth0/0)#ip rip receive version 2  (3) 

     坚实和维护RIP

    显示IP数据库信息

    Router#show ip rip database

  6. 阅读以下说明和交换机的配置信息,回答问题1~3,将解答填入对应栏内。

    某公司下设3个部门,为了便于管理,每个部门组成一个VLAN,公司网络结构如图1所示。

     [交换机Switch1的部分配置信息]

     Switch1(config)#tinterface fO/9

     Switch1(config-if)#switchport mode access

     Switch1(config-if)#switchport access vlan 11

     Switch1(config)#interface fO/10

     Switch1(config-if)#switchport mode access

     Switch1(config-if)#switchport access vlan 12

     Switch1(config)#interface fO/17

     Switch1(config-if)#switchport mode access

     Switch1(config-if)#switchport access vlan 13

     [交换机Switch2的部分配置信息]

     Switch2(config)#interface fO/6

     Switch2(config-if)#switchport mode access

     Switch2(config-if)#switchport access vlan 11

     Switch2(config)#interface fO/8

     Switch2(config-if)#switchport modeaccess

     Switch2(config-if)#switchport access vlan 12

     Switch2(config)#interface fO/11

     Switch2(config-if)#switchport mode access

     Switch2(config-if)#SWitchport access vlan 13

     [交换机Switch3的部分配置信息]

     Switch3(config)#interface fO/3

     Switch3(config-if)#switchport mode access

     Switch3(config-if)#switchport access vlan 11

     Switch3(config-if)#exit

     Switch3(config)#interface fO/7

     Switch3(config-if)#switchport mode access

     Switch3(config-if)#switchport access vlan 12

     Switch3(config)#interface fO/13

     Switch3(config-if)#switchport mode access

     Switch3(config-if)#switchport aocess vlan 13

    划分VLAN有哪几种划分方式?

  7. 在VLAN中,STP和VTP是什么协议?各有什么作用?

  8. 解释配置中画线部分内容含义?

  9. 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做认证,如图1所示。

     

     设置如下:

     Router1:

     hostname 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 Seria10

     ip address 192.200.10.2 255.255.255.0

     encapsulation ppp

     ppp authentication chap

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

  10. 按照C.1ite的最高速率标准,上传24MB的文件需要多少秒时间?