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

配置Frame relay子接口


2006-12-22 05:28:25
 标签:配置 路由 接口   [推送到技术圈]

版权声明:原创作品,谢绝转载!否则将追究法律责任。
   
  R1:R3 103:301
   R2:R3 203:302   
 

 1,多点子接口

R1
conf t
int s 0
encap frame
no arp f
no frame inver
ip ad 10.1.1.1 255.255.255.0
frame map ip 10.1.1.3 103 b
frame map ip 10.1.1.2 103 b
no shut
end
 
 
R2
conf t
int s 0
encap f
no arp f
no frame inver
ip ad 10.1.1.2 255.255.255.0
frame map ip 10.1.1.3 203 b
frame map ip 10.1.1.1 203 b
no shut
end
 
 
R3
conf t
int s 0
encap f
no arp f
no frame inv
no shut
exit
int s 0.1 m
no arp f
no frame inver
ip ad 10.1.1.3 255.255.255.0
frame map ip 10.1.1.1 301 b
frame map ip 10.1.1.2 302 b
end
 
 
R1#ping 10.1.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/66/228 ms
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 = 20/111/372 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 = 24/140/424 ms
R2#ping 10.1.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/79/164 ms
 
 
 
R3#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 = 8/82/224 ms
R3#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 = 12/75/232 ms
 
 

2,点到点子接口

R1
conf t
int s 0
encap f
no arp f
exit
int s 0.1 point-to-point
ip ad 10.1.1.1 255.255.255.0
frame interface-dlci 103
exit
no shut
end
 
R2
conf t
int s 0
encap f
no arp f
exit
int s 0.1 point-to-point
ip ad 10.1.2.2 255.255.255.0
frame interface-dlci 203
exit
no shut
end
 
 
R3
conf t
int s 0
encap f
no arp f
no shut
exit
int s 0.1 point-to-point
ip ad 10.1.1.3 255.255.255.0
frame interface-dlci 301
exit
int s 0.2 point-to-point
ip ad 10.1.2.3 255.255.255.0
frame interface-dlci 302
end
 
 
R1#ping 10.1.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/44/100 ms
 
R2#ping 10.1.2.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.2.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/72/216 ms
 
R3#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 = 8/69/204 ms
R3#ping 10.1.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/92/192 ms
 

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





    文章评论
 
2006-12-22 13:47:10
嘻嘻,能不能匿名评论啊??

好像很复杂的样子

真是人才啊~~

2006-12-22 13:53:14
楼主的帖了好棒呀.不错.真好多谢你了.学习了.

2006-12-22 13:54:32
希望多点文章出来,有点少。。。。。
“多点子接口”的字体大小很合适
标题2的字体太小啦
不要光用黄色加重嘛,颜色多点才能让人注意到呀。
光用黄色好单调喔

2006-12-22 13:57:14
第一篇文章就给推荐了啊~~牛人!

2006-12-22 14:07:39
太感谢楼主了,这个正好有用!收藏了

2006-12-23 21:09:25
学习一下。。。。

2008-01-25 10:41:57
不错;做过这实验,楼主应该加些标释进去,给没接触过的人容易理解。

 

发表评论

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