必威体育Betway必威体育官网
当前位置:首页 > IT技术

WAN(广域网)

时间:2019-10-18 03:45:40来源:IT技术作者:seo实验室小编阅读:71次「手机版」
 

wan

WAN简介

•分区或分支机构的员工需要与总部通信并共享数据

•组织经常需要与其它组织远距离共享信息。

•经常出差的员工需要访问公司网络信息。

•广域网链路类型

•专线

•电路交换

•分组交换

VPN

WAN 技术概述

•WAN 操作主要集中在第 1 层和第 2 层上。

•物理层(OSI 第 1 层)协议描述连接通信服务提供商提供的服务所需的电气、机械、操作和功能特性。

•数据链路层(OSI 第 2 层)协议定义如何封装传向远程位置的数据以及最终数据帧的传输机制。

HDLC帧格式

配置HDLC封装

RouterX(config-if)# encapsulation hdlc

启用HDLC封装;

HDLC是同步串口的缺省封装格式;

PPP

PPP 可以通过 NCP 携带多个协议的数据包;

PPP 可以通过 LCP 建立和控制连接;

PPP会话建立:

1.  链路建立阶段

2.  认证阶段 (可选)

两种PPP认证协议: PAP and CHAP

3.  网络层协议阶段

配置PPP和PPP认证

PAP单向认证

使用PAP单向认证:(验证方R1—被验证方R2)

Router(config)#hostname R1

R1(config)#username R2 password cisco

R1(config)#int s1/0

R1(config-if)#encapsulation ppp

R1(config-if)#ppp authentication pap

Router(config)#hostname R2

R2(config)#int s1/0

R2(config-if)#encapsulation ppp

R2(config-if)#ppp pap sent-username R2 password 0 cisco

使用ping命令验证连通性。(注意,这里在R2上发送的用户名和密码必须和在R1上建立的用户名密码一致)

PAP双向认证

Router(config)#hostname R1       //设置主机名为R1

R1(config)#username R2 password cisco       //建立用户R2,密码cisco

R1(config)#int s1/0

R1(config-if)#encapsulation ppp         //用PPP封装

R1(config-if)#ppp authentication pap   //PPP验证方式为pap

R1(config-if)#ppp pap sent-username R1 password 0 cisco   

       //发送用户名R1,密码cisco

Router(config)#hostname R2

R2(config)#username R1 password cisco

R2(config)#int s1/0

R2(config-if)#encapsulation ppp

R2(config-if)#ppp authentication pap

R2(config-if)#ppp pap sent-username R2 password 0 cisco

使用ping命令验证连通性。(注意,这里在R1上发送的用户名和密码必须和在R2上建立的用户名密码一致)

CHAP单向认证

(验证方R1—被验证方R2)

Router(config)#hostname R1

R1(config)#username R2 password cisco

R1(config)#int s1/0

R1(config-if)#encapsulation ppp

R1(config-if)#ppp authentication chap

Router(config)#hostname R2

R2(config)#int s1/0

R2(config-if)#encapsulation ppp

R2(config-if)#ppp chap hostname R2

R2(config-if)#ppp chap password 0 cisco

CHAP双向认证

Router(config)#hostname R1

R1(config)#username R2 password cisco

R1(config)#int s1/0

R1(config-if)#encapsulation ppp

R1(config-if)#ppp authentication chap

Router(config)#hostname R2

R2(config)#username R1 password cisco

R2(config)#int s1/0

R2(config-if)#encapsulation ppp

R2(config-if)#ppp authentication chap

帧中继(Frame Relay)简介

帧中继(Frame Relay)地址映射

  • 从提供商那里得到本地的DLCI
  • 建立目的地址和本地DLCI之间的映射关系

配置静态的帧中继(Frame Relay)映射

什么时候需要配置静态帧中继映射:

  • 帧中继对端不支持反向ARP( Inverse ARP)
  • 你想在PVC上控制广播流量
  • 你想在 PVCs上有不同的帧中继封装;

相关阅读

常见广域网协议及特点

一、常用的广域网协议      PPP(Point to Point Protocol)、HDLC(High level Data Link Control)、fram-relay。      PP

阿尔法路由器说明书 轻松完成广域网设置

在“wan”菜单下面,共有“连接类型”、“动态ip”、“静态ip”、“pppoe”和

分享到:

栏目导航

推荐阅读

热门阅读