好消息,超酷的在线虚拟网络实验室上线了!点击开始实验

为获得更好的浏览效果,建议您使用 Firefox 或者 Chrome 浏览器



MSR系列路由器PPPoFR功能的典型配置

 

关键词:MSR;PPPOFR;

 

一、组网需求

路由器A与路由器B通过PPPoFR PPP over Frame Relay)链路连接,路由器在帧中继网上建立一个端到端的PPP会话

设备清单:MSR系列路由器2

二、组网图:

三、配置步骤:

设备和版本:MSR系列、Version 5.20, Release 1508P02

RTA关键配置脚本

#

//创建虚接口模板,配置IP地址

interface Virtual-Template1

ip address 1.0.0.1 255.255.255.0

#

interface serial S0/0

//设置链路类型为FR

link-protocol fr

//中继DLCI映射到PPP

fr map ppp 100 interface virtual-template 1

#

RTB关键配置脚本

#

//创建虚接口模板,配置IP地址

interface Virtual-Template1

ip address 1.0.0.2 255.255.255.0

#

interface serial S0/0

//设置链路类型为FR

link-protocol fr

//设置链路类型为fr

fr interface-type dce

//中继DLCI映射到PPP

fr map ppp 100 interface virtual-template 1

#

*

X Close
X Close