注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 网工人才缺口大 传统网管..
 帮助

配置ppp over Frame-Relay


2007-02-27 14:45:22
 标签:配置 路由   [推送到技术圈]

版权声明:原创作品,谢绝转载!否则将追究法律责任。
R1, R2通过FRAME-RELAY交换机连接,配置虚拟接口,以PPP的方式实现两台路由器的互访
 
配置实例
R1
conf t
int s2/0
encap f
no arp f
no frame inver
no shut
exit
int s2/0.1 point-to-point
frame interface-dlci 102 ppp vritual-template 1
exit
exit
int virtual-template 1
ip ad 10.1.1.1 255.255.255.0
end
 
 
R2
conf t
int s2/0
encap f
no arp f
no frame inver
no shut
int s2/0.1 point-to-point
frame interface-dlci 201 ppp virtual-template 1
exit
exit
int virtual-template 1
ip ad 10.1.1.2 255.255.255.0
end
 
校验
 
R1#ping 10.1.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/55/100 ms
R2#ping 10.1.1.1               
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/53/172 ms
 

本文出自 “穿过地狱去看海” 博客,谢绝转载!





    文章评论
 
2007-02-27 19:58:09
楼主又开始有新贴啦

2007-02-27 19:58:12
楼主又开始有新贴啦

2007-03-01 07:57:57
步骤详细!

2007-03-01 13:41:18
恩,很清晰不错

2007-03-01 13:41:20
恩,很清晰不错

2007-03-09 18:01:03
这就是距离

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: