zoukankan      html  css  js  c++  java
  • 神州数码广域网Frame-Relay封装配置(即帧中继)

    实验要求:了解帧中继的配置方法

    拓扑如下

    R1

    enable  进入特权模式

    config  进入全局模式

    hostname R1  修改名称

    interface s0/1  进入端口

    ip address 192.168.1.1 255.255.255.0  设置IP地址

    physical-layer speed 64000  设置同步时钟

    encapsulation frame-relay   封装端口为帧中继

    frame-relay local-dlci 16    创建本地链路

    frame-relay map 192.168.1.2 pvc 16 将本地链路与对端IP进行映射 

    frame-relay intf-type dce    设置帧中继端口模式

    R2

    enable  进入特权模式

    config  进入全局模式

    hostname R2  修改名称

    interface s0/2  进入端口

    ip address 192.168.1.2 255.255.255.0  设置IP地址

    physical-layer speed 64000  设置同步时钟

    encapsulation frame-relay  封装端口为帧中继

    frame-relay local-dlci 16   创建本地链路

    frame-relay map 192.168.1.1 pvc 16  将本地链路与对端IP进行映射

    相关命令

    encapsulation frame-relay   封装为中继端口

    frame-relay local-dlci [ID]   创建本地DLCI

    frame-relay map [IP地址] pvc [ID]   设置对端IP与本地DLCI映射

    frame-relay intf-type [DCE|DTE|NNI]   设置端口模式

    show frame-relay   查看中继信息

  • 相关阅读:
    买书求如何获得折扣使价格最低
    团队开发NABC特点
    《梦断代码》读后感3
    结对开发5
    找水王问题续
    对搜狗输入法的评价
    团队项目之典型用户
    找水王问题
    电梯调度练习
    团队项目用户需求调研报告
  • 原文地址:https://www.cnblogs.com/guoshiyu/p/9322311.html
Copyright © 2011-2022 走看看