实验来源:工大瑞普Cisco网络技术论坛

注:这个实验同样出现了上个实验所出现的问题,配置好后,接口怎么都起不来,不管它,过了10分钟左右自己莫名其妙的UP起来。郁闷!还是仅把配置贴出来。。

R1配置:

Router#show run
Building configuration...

Current configuration : 1031 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/2
 no ip address
 encapsulation frame-relay
 serial restart_delay 0
 frame-relay lmi-type ansi
!
interface Serial1/2.1 multipoint
 ip address 172.16.1.1 255.255.255.0
 frame-relay map ip 172.16.1.3 200
 frame-relay map ip 172.16.1.2 100
!
interface Serial1/3
 no ip address
 shutdown
 serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!         
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

R2配置:

Router#show run
Building configuration...

Current configuration : 946 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/2
 ip address 172.16.1.2 255.255.255.0
 encapsulation frame-relay
 serial restart_delay 0
 frame-relay map ip 172.16.1.1 101
 frame-relay lmi-type ansi
!
interface Serial1/3
 no ip address
 shutdown
 serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

R3配置:

Router#show run
Building configuration...

Current configuration : 946 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/2
 ip address 172.16.1.3 255.255.255.0
 encapsulation frame-relay
 serial restart_delay 0
 frame-relay map ip 172.16.1.1 201
 frame-relay lmi-type ansi
!
interface Serial1/3
 no ip address
 shutdown
 serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

R4配置:

Router#show run
Building configuration...

Current configuration : 1292 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
frame-relay switching
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart_delay 0
 clockrate 64000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 100 interface Serial1/1 101
 frame-relay route 200 interface Serial1/2 201
!
interface Serial1/1
 no ip address
 encapsulation frame-relay
 serial restart_delay 0
 clockrate 64000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 101 interface Serial1/0 100
!
interface Serial1/2
 no ip address
 encapsulation frame-relay
 serial restart_delay 0
 clockrate 64000
 frame-relay lmi-type ansi
 frame-relay route 201 interface Serial1/0 200
!
interface Serial1/3
 no ip address
 shutdown
 serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

以上为全部配置。
出自

实验来源:工大瑞普Cisco网络技术论坛

注:这个实验同样出现了上个实验所出现的问题,配置好后,接口怎么都起不来,不管它,过了10分钟左右自己莫名其妙的UP起来。郁闷!还是仅把配置贴出来。。

R1配置:

Router#show run
Building configuration...

Current configuration : 1031 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/2
 no ip address
 encapsulation frame-relay
 serial restart_delay 0
 frame-relay lmi-type ansi
!
interface Serial1/2.1 multipoint
 ip address 172.16.1.1 255.255.255.0
 frame-relay map ip 172.16.1.3 200
 frame-relay map ip 172.16.1.2 100
!
interface Serial1/3
 no ip address
 shutdown
 serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!         
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

R2配置:

Router#show run
Building configuration...

Current configuration : 946 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/2
 ip address 172.16.1.2 255.255.255.0
 encapsulation frame-relay
 serial restart_delay 0
 frame-relay map ip 172.16.1.1 101
 frame-relay lmi-type ansi
!
interface Serial1/3
 no ip address
 shutdown
 serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

R3配置:

Router#show run
Building configuration...

Current configuration : 946 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart_delay 0
!
interface Serial1/2
 ip address 172.16.1.3 255.255.255.0
 encapsulation frame-relay
 serial restart_delay 0
 frame-relay map ip 172.16.1.1 201
 frame-relay lmi-type ansi
!
interface Serial1/3
 no ip address
 shutdown
 serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

R4配置:

Router#show run
Building configuration...

Current configuration : 1292 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
frame-relay switching
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
 serial restart_delay 0
 clockrate 64000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 100 interface Serial1/1 101
 frame-relay route 200 interface Serial1/2 201
!
interface Serial1/1
 no ip address
 encapsulation frame-relay
 serial restart_delay 0
 clockrate 64000
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 101 interface Serial1/0 100
!
interface Serial1/2
 no ip address
 encapsulation frame-relay
 serial restart_delay 0
 clockrate 64000
 frame-relay lmi-type ansi
 frame-relay route 201 interface Serial1/0 200
!
interface Serial1/3
 no ip address
 shutdown
 serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

以上为全部配置。

转载于:https://blog.51cto.com/lanyue24/30136

多点子接口的帧中继配置相关推荐

  1. 多点子接口的帧中继配置(MP SubInterface FrameRealy)

    实验来源:工大瑞普Cisco网络技术论坛 注:这个实验同样出现了上个实验所出现的问题,配置好后,接口怎么都起不来,不管它,过了10分钟左右自己莫名其妙的UP起来.郁闷!还是仅把配置贴出来.. R1配置 ...

  2. 帧中继和路由协议详解-在帧中继多点子接口上运行EIGRP

    上一篇我们介绍了<帧中继和路由协议详解-在帧中继点到点子接口上运行EIGRP>,本篇我们开始介绍<在帧中继多点子接口上运行EIGRP>的配 置.相关概念,如子接口.IARP.D ...

  3. 帧中继和路由协议详解-在帧中继点到点子接口上运行EIGRP

    上一篇我们介绍了在帧中继物理里接口点对点上运行EIGRP的配置,本篇我们开始介绍在帧中继点到点子接口上运行EIGRP的配置. 背景 当有多个分部的局域网通过帧中继和总部进行连接时,为了减少对总部路由器 ...

  4. 帧中继点到多点子接口

    一.实验目的 掌握帧中继多点子接口控制方式,与路由协议相结合实现跨网络连通 (1)掌握点到多点子接口配置 (2)实现跨网络连通 二.实验仪器设备及软件 四台路由器 软件:Cisco Packet Tr ...

  5. ipv4 帧中继配置(GNS3)

    1.拓扑图 2.网络地址规划 设备名称 接口 地址 R1 S0/0 192.168.123.1 R3 S0/1 192.168.123.3 R4 S0/2 192.168.123.4 R2 S0/0. ...

  6. 交换机接口trunk的配置和vlan的划分

    交换机接口trunk的配置和vlan的划分 试验目的:了解交换机接口的trunk的配置和vlan的划分 试验环境:如下图所示的拓扑图 我们要实现pc1和pc3在一个vlan2上,pc2和pc4在一个v ...

  7. php api 无符号整数基数为16的整数参数的字符串表示形式,[1.12]-参数规则:接口参数规则配置 | PhalApi(π框架) - PHP轻量级开源接口框架 - 接口,从简单开始!...

    "播下一种思想,收获一种行为:播下一种行为,收获一种习惯:播下一种习惯,收获一种性格:播下一种性格,收获一种命运." --<成君忆:水煮三国> 1.12.1 参数解析 ...

  8. 路由器子接口及VLAN配置

    路由器子接口及VLAN配置 1.实验目的 本次实验,为了判断和验证路由器子接口和交换机接口对接的配置问题而进行的. 目的: 1.验证子接口的配置 2.验证子接口的数据帧是否带有标签 3.交换机的配置 ...

  9. SW转发与接口类型 DHCP配置

    失败的人只有一种,就是在抵达成功之前放弃的人. 文章目录 一.VLAN 二.接口模式 三.交换机的三种接口类型 四.拓扑 五.DHCP配置 六.基础配置 七.分析与总结 一.VLAN 1.将接口划入v ...

最新文章

  1. 直播回放 | 人工智能强化金融风控(附PPT)
  2. Requests请求库
  3. 从《黎明杀机》看非对称对抗游戏的魅力
  4. python 在互联网应用是如此强大
  5. php线上问题排查,线上问题排查神器 Arthas
  6. 一个42KB的文件,解压完其实是个4.5PB的“炸弹”
  7. 源码:Hadoop-2.7.4 启动过程中执行start-all.sh开始
  8. 有些投资人从机构出来,自己单干做投资,募资一毛钱都没募到
  9. pku 2387 Til the Cows Come Home
  10. 新东方年会节目员工吐槽公司问题 俞敏洪:奖励12万
  11. 3 Git服务器搭建
  12. 杰控连接mysql_杰控FameView软件首秦ERP系统L2级中的应用
  13. # 搭建用户行为分析系统(一)——概述
  14. 《软件工程》网上书店项目需求规格说明书
  15. 软件评测师教程——软件测试基础
  16. crio电压采集 labview_基于cRIO远程数据采集终端
  17. DNS域名解析全过程
  18. html+css制作静态小米商城页面(含css手动轮播图)
  19. 关于linux python3.7版本 No module named ‘_ssl‘报错
  20. 「项目进度管理」如何编制有效的进度计划?

热门文章

  1. python库下载哪些_Windows 下各种Python库的下载与安装
  2. flask异步操作_从Flask到FastAPI的平滑迁移
  3. 又拍云 php,GitHub - NoDurex/php-sdk: 又拍云存储PHP SDK
  4. java中paint_java中paint()的具体用法是什么?
  5. pytorch torch.arange
  6. TensorFlow tf.keras.layers.RNN
  7. nsx很可爱的公众号 vSAN 文章合集
  8. VMware VMFS文件系统元数据不一致问题处理
  9. 消息中间件学习总结(13)——Kafka与RocketMQ的单机系统可靠性比较分析
  10. 定时发送信息_vx能定时发送信息了 朋友生日 5201314精确到秒定时发送消息!