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   查看中继信息

  • 相关阅读:
    Spring-3
    Spring-2
    Spring-1
    SpringMVC-视图解析器
    SpringMVC起步
    jsp中引用的jstl 和fmt标签-详解
    Spring-JDBCTemplate介绍
    Spring框架详解介绍-基本使用方法
    VIP邮箱有什么好处,北京外贸邮箱品牌原来这个最好用?
    网易企业邮箱申请,申请企业邮箱流程分享~
  • 原文地址:https://www.cnblogs.com/guoshiyu/p/9322311.html
Copyright © 2011-2022 走看看