iis服务器助手广告广告
返回顶部
  • 236
分享到

ppp 3

ppp 2023-01-31 05:01:13 236人浏览 安东尼

Python 官方文档:入门教程 => 点击学习

摘要

PPP 3   r1:  en  config t  hostname R1  no ip domain-lookup  lin 0  exec-timeout 0 0

PPP 3

 


r1:
 en
 config t
 hostname R1
 no ip domain-lookup
 lin 0
 exec-timeout 0 0
 logging syn
 exit

r2:
 en
 config t
 hostname R2
 no ip domain-lookup
 lin 0
 exec-timeout 0 0
 logging syn
 exit

r3:
 en
 config t
 hostname R3
 no ip domain-lookup
 lin 0
 exec-timeout 0 0
 logging syn
 exit

r4:
 en
 config t
 hostname R4
 no ip domain-lookup
 lin 0
 exec-timeout 0 0
 logging syn
 exit

r1 config t
   frame-relay switching
   int s1/0
   encapsulation frame-relay
   frame-relay intf-type dce
   no shutdown
   clockrate 64000
   exit
   int s1/1
   encapsulation frame-relay
   frame-relay intf-type dce
   no shutdown
   clockrate 64000
   exit
   int s1/2
   encapsulation frame-relay
   frame-relay intf-type dce
   no shutdown
   clockrate 64000
   end

r1 show ip int bri


-----------------------------------------------------------
建立客户的PVC
R1 int s1/2    连R4
   frame-relay route ?
   frame-relay route 402 interface s1/0 204
   no shutdown
   exit
   int s1/0    连R2
   frame-relay route 204 interface s1/2 402
   no shutdown
   exit
  
   int s1/2    连R4
   frame-relay route ?
   frame-relay route 403 interface s1/1 304
   no shutdown
   exit
   int s1/1
   frame-relay route 304 interface s1/2 403
   no shutdown
   exit

   int s1/0   
   frame-relay route ?
   frame-relay route 203 interface s1/1 302
   no shutdown
   exit
   int s1/1
   frame-relay route 302 interface s1/2 203
   no shutdown
   exit

r1 show frame-relay route
帧中继的R1的PVC 就做完了
----------------------------------------------
r4  234路由器在不在一个网段 如在一网段你直接用一个物理接口就好了
现在我们做一个类似以太网环境 在同一个网段

r4 config t
   int s1/2
   encapsulation frame-relay
   no shutdown
   end
r4 show frame-relay pvc
看它学到的DSLC
r3  show frame-relay map

r2  int s1/1
    encapsulation frame-relay
    no shutdown
    end
r3  int s1/0
    encapsulation frame-relay
    no shutdown
    end

r4  config t
    int s1/2
    ip add 10.1.1.4 255.255.255.0
    end
r2   config t
     int s1/1
     ip add 10.1.1.2 255.255.255.0
     end
r3   config t
     int s1/0
     ip add 10.1.1.3 255.255.255.0
     end
r3 show ip int bri

r4 show frame-relay pvc
r4 show frame-relay map
必须是对方配了ip地址你才能学到 要是没有 那反向ARP是学不到
r2  show frame-relay pvc
r3  show frame-relay map

------------------------------------------------------------------
点到点的子接口

r4 config t
   int s1/2
   shutdown  关了
   end
r2 config t
   int s1/1
   shutdown  关了
   end
r3 config t
   int s1/0
   shutdown  关了
   end
r4 show run int s1/2

r4 config t
   int s1/2
   no ip add  不要以前的ip地址了
   exit
   int s1/2 ?
   int s1/2. ?  (起子接口)
   int s1/2. 42 ?
   int s1/2.42 point-to-point
   frame-relay interface-dlci 402   (DLCI是不能在子接口下获取的所以靠手工)
   exit
   exit
r4  int s1/2.43 point-to-point

r4  frame-relay interface-dlci 403
    end
r4  show frame-relay map
r4  config t
    int s1/2.42
    ip add 42.1.1.4 255.255.255.0
    int s1/2.43
    ip add 34.1.1.4 255.255.255.0
    int s1/2.42
    ip add 24.1.1.4 255.255.255.0
    end
r4 show ip int bri

r2 config t
   int s1/1
   no ip add
   exit
   int s1/1.24 po
   frame-relay interface-dlci 204
   exit
   int s1/1.23 po
   frame-relay interface-dlci 203
   exit
   end
r2 config t
   interface s1/1.24
   ip add 24.1.1.2 255.255.255.0
   no shutdown
   end
r2 config t
   int s1/1.23
   ip add 23.1.1.2 255.255.255.0
   end
r2 show frame-relay map
r2 config t
   interface s1/0
   no shutdown
   end
r2 show fram-relay map

r3 config t
   int s1/0
   no ip add
   exit
   int s1/0.34 po
   fram-relay interface-dlci 304
   exit
   inter s1/0.23 po
   frame-relay interface-dlci 302
   exit
   int s1/0.34
   ip add 34.1.1.3 255.255.255.0
   inter s1/0.33
   ip add 34.1.1.3 255.255.255.0
   end
r3 config t
   interface s1/0
   no shutdown
   end
r3 show frame-relay map
r4 show frame-relay map  (看状态active  要等一段时间)

r4 ping 24.1.1.2
   !!!!!
r4 show ip int bri
r4 show ip route
r4 show frame-relay map
r4 ping 34.1.1.3
  !!!!!
  


  

 

 

 

 

 

 

 

 

 

 

帧中继客户的需求
全互联
半互联
HUB and spoke 连接
解决方案
ISP 通过单独的客户建立多条PVC连接 全互联/半互联/hub and spoke方式
用户的接口 用户可以用不同的接口来满足自己向运营商的PVC.
PVC 是虚链路 这点要记住哦
用户接口
点到点的物理接口

LMI 学习一个或多个DLCI,反向ARP协议可以为物理接口进行动态的映谢。通过物理接口可以形成点到点以及点到多点的TOP。但最好用静态映谢因为稳定些


点到点的子接口
LMI无法为逻辑接口动态解析DLCI 需要通过手工指定逻辑接口的DLCI号码,且点到点子接口只能制定一个DLCI。

点到多点的子接口
LMI无法为逻辑接口动态解析DLCI 需要通过手工制定逻辑接口的DLCI号码 点到多点子接口可以拥有多个DLCI和不同站点建立PVC
 

--结束END--

本文标题: ppp 3

本文链接: https://www.lsjlt.com/news/188100.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • ppp 3
    PPP 3   r1:  en  config t  hostname R1  no ip domain-lookup  lin 0  exec-timeout 0 0...
    99+
    2023-01-31
    ppp
  • 全面了解PPP Multilink
    PPP Multilink是一种使用多个物理链路组合形成一个逻辑链路的协议。它将多个串行链路绑定在一起,使它们在逻辑上像一个高带宽的...
    99+
    2023-09-23
    PPP
  • Linux的ppp命令有什么用
    本篇内容介绍了“Linux的ppp命令有什么用”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!Linux常用命令ppp命令用于关闭ppp连线。...
    99+
    2023-06-28
  • Linux的ppp-off命令有什么用
    本篇内容介绍了“Linux的ppp-off命令有什么用”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!Linux常用命令ppp-off命令是S...
    99+
    2023-06-28
  • 华为---PPP协议简介及示例配置
    PPP协议简介         PPP是Point-to-Point Protocol的简称,中文翻译为点到点协议。与以太网协议一样,PPP也是一个数据链路层协议。以太网协议定义了以太帧的格式,PPP协议也定义了自己的帧格式,这种格式的帧称...
    99+
    2023-10-24
    网络
  • H3C PPP认证试验报告(h3c网上学
          实验环境:两台H3C路由器,使用串行线缆相连; 实验目的:两台路由器之间实现PAP和CHAP认证,熟练掌握认证的配置; 实验步骤: 根据实验拓扑合理的规划IP,并正确的对相应的接口配置IP地址; 为了摸 拟PC...
    99+
    2023-01-31
    报告 网上 H3C
  • 错误消息:错误720:没有PPP控制协议配置
    错误720通常是指在Windows操作系统中使用PPP(Point-to-Point Protocol)进行网络连接时遇到的问题。它...
    99+
    2023-09-08
    错误720
  • 2008-3-3
    发现eva老是出现问题,版本过时。。现在用了webim就是舒服多了[url]http://www-c2.meebo.com.cn/index.html[/url]注册一下,可以绑定msn和qq,不需要再安装其他软件啦。哈哈ubuntu下安装...
    99+
    2023-01-31
  • 马哥3-3
    命令别名:        alias在shell中定义的别名只在当前shell生命周期有效,别名的有效范围为当前shell进程        unalias  撤销 命令替换        $,  反引号文件名通配:*:任意长度的任意字符?...
    99+
    2023-01-31
    马哥
  • 3.redis集群部署3主3从
    redis集群部署 一:安装redis (使用redis3.0.6版本),同《1.redis安装》1.下载源码$ tar xzf redis-3.0.6.tar.gz$ cd redis-3.0.6$ make   2、编译完成后,在Src...
    99+
    2023-01-31
    集群 redis
  • 2017.12.27 3周3次课
    三周第三次课(12月27日)3.7 su命令3.8 sudo命令3.9 限制root远程登录3.7 su命令su命令就是切换用户的工具,通过su可以在用户之间切换,如果超级权限用户root向普通用户切换不需要密码,而普通用户切换到其它任何用...
    99+
    2023-01-31
  • 3-3 SQL Server 2005数
    3-3 SQL Server 2005数据库优化 u      了解数据库引擎优化顾问基本内容 u      掌握数据库引擎优化顾问的使用 u      掌握通过命令行的方式进行索引的优化——DTA     一个数据库系统的性能依赖于组成...
    99+
    2023-01-31
    SQL Server
  • ×××3
       ...
    99+
    2023-01-31
  • ⒉设置 Bash 选项[3-3]
    <!-- @font-face {font-family:宋体; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-alt:SimS...
    99+
    2023-01-31
    选项 Bash
  • python学习整理--3/3
    今天又重新学起了python这门语言,带着新的目的和又涨一岁的自己,其实早在去年的暑期曾学过一段时间,但是最后无疾而终,这次我真心希望可以掌握一门实用的语言来充实自己,之前的学的不论是c还是java,自我感觉除了做题以外一点都用不上,但感觉...
    99+
    2023-01-31
    python
  • 树莓派3(Raspberry Pi 3)
    ·树莓派3(Raspberry Pi 3)安装Win10 IOT1、格式化SD卡(用SDFormatter工具) 2、下载noobs lite即可(https://www.raspberrypi.org/downloads/noobs/),...
    99+
    2023-01-31
    树莓派 Raspberry Pi
  • Python -- 操作字符串[3/3]
     1,splitlines() yuan@ThinkPad-SL510:~$ ipython -nobanner  In [1]: multiline_string = """This    ...: is    ...: a multi...
    99+
    2023-01-31
    字符串 操作 Python
  • iptables(3)
    iptables/netfilter网络防火墙: 打开本机的核心转发功能:echo 1 > /proc/sys/net/ipv4/ip_forward 网关上有两个网卡,一个内网网卡,一个内网网卡, 内网网卡ip:192.168.25...
    99+
    2023-01-31
    iptables
  • SCN(3)
    1、系统正常关闭:system scn=datafile scn=start scn=stop scn1)system scn=datafile scn=start scn,不需要介质恢复2)stopscn not null,不需要实例恢复...
    99+
    2023-01-31
    SCN
  • Linux------3
    **计算机性能:** ...
    99+
    2023-01-31
    Linux
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作