首页 | 互联网 | IT动态 | IT培训 | Cisco | Windows | Linux | Java | .Net | Oracle | 软件测试 | C/C++ | 嵌入式开发 | 存储世界 | 服务器
网络设备 | IDC | 安全 | 求职招聘 | 数字网校 | 网页设计 | 平面设计 | 技术专题 | 电子书下载 | 教学视频 | 源码下载 | 搜索 | 博客 | 论坛
欢迎光临中国IT实验室思科频道
Google
您现在的位置: 中国IT实验室 >> Cisco >> 交换技术 >> 交换配置 >> 正文

帧中继交换机配置实例

    拓扑
     _____
    |  R4  |
    --------
       |
       |
     __|___           _______          _____         _______
    |  R2   |--------|   SW    |------|  R5   |------|   R3    |
    ---------        -----------      ---------      -----------
       |
       |
     __|___
    |  R1   |
    ---------
    通过配置使R2 ,R5成为一个FRSW,R2与R5之间通过以太网连接,配置一条Tunnel在R2 与R5之间。
     ________
    |  R4       |
    ------------
       |
       |
     __|___           _____            _____
    |  R2   |====|   R5   |------|   R3    |
    ---------        ----------      ----------
       |
       |
     __|___
    |  R1   |
    ---------
    最后通过配置成为一下拓扑(逻辑拓扑)
     _____
    |  R4  |
    --------
       |
       |
     __|_____         ______
    |  FRSW  |------|   R3    |
    ---------        ----------
       |
       |
     __|___
    |  R1   |
    ---------

    R2中的配置:
    interface Tunnel0
    no ip address
    tunnel source Ethernet0
    tunnel destination 172.16.0.2
    !
    interface Ethernet0
    ip address 172.16.0.5 255.255.255.0
    !
    interface Serial0
    no ip address
    encapsulation frame-relay
    frame-relay lmi-type cisco
    frame-relay intf-type dce
    frame-relay route 301 interface Tunnel0 100
    frame-relay route 302 interface Tunnel0 101
    R5的配置:
    interface Tunnel0
    no ip address
    tunnel source Ethernet0
    tunnel destination 172.16.0.2
    !
    interface Ethernet0
    ip address 172.16.0.5 255.255.255.0
    !
    interface Serial0
    no ip address
    encapsulation frame-relay
    frame-relay lmi-type cisco
    frame-relay intf-type dce
    frame-relay route 301 interface Tunnel0 100
    frame-relay route 302 interface Tunnel0 101
    DLCI的分配:
    R4:201------->R1 ; 203---------->R3
    R3:302------->R4 ; 301---------->R1
    R1:103------->R3 ; 102---------->R4
    注意要在全局配置模式启用fr switching。

 

【责编:Zenghui】
中国IT教育
相关产品和培训
文章评论
 友情推荐精华
 专题推荐

 ·节省成本才是“王道” VOIP案例应用…
 ·巧用网络流量 打造健康内网…
 ·无线路由器设置从入门到精通
 ·企业网管如何部署你的网络监控系统?
 ·负载均衡技术方案攻略
 ·中国IT实验室2007年技术热点盘点
 ·利用路由实现VPN的配置方法
 ·让你的局域网网速更上一层楼
 ·小命令大作用---Ping
 ·OSPF路由协议专题
 今日更新
 认证培训
 频道精选
 思科频道导航