zoukankan      html  css  js  c++  java
  • framerelay

    帧中继的几个概念
    dlci,lmi


    3种拓扑:星型,全网络,部分网络;

    inverse arp :dlci与ip等上层协议之间的map关系


    设置pvc
    首先 设置frame relay类型
         接口模式下: encapsulation frame-relay [cisco | ietf]
    设置ip地址和带宽(Kbps)
           ip address
          bandwidth
    设置lmi
          frame-relay lmi-type [ansi | cisco | q933a](默认cisco)
    This command is only needed if using Cisco IOS Release 11.1 or earlier. With IOS Release 11.2 or later, the LMI-type is autosensed and no configuration is needed.

    配置静态映射
    frame-relay map protocol protocol-address dlci [broadcast]


    配置nbma环境下的frame-relay
    An NBMA environment is viewed like other multiaccess media environments such as Ethernet, where all the routers are on the same subnet

    配置动态映射
    frame-relay interface-dlci #

    子接口 两种形式

  • 相关阅读:
    jquery 选择器总结
    jQuery 添加元素和删除元素
    jQuery 操作
    jquery 事件
    jQuery对象与DOM对象
    jquery 在页面中三种写法
    CSS3制作立体导航
    开发常用技巧之css字体编码
    c语言快速入门3
    c语言快速入门2
  • 原文地址:https://www.cnblogs.com/goodloop/p/77172.html
Copyright © 2011-2022 走看看