首页 > 其他分享 >(路由卷1)-2-CCIE_RIP综合实验

(路由卷1)-2-CCIE_RIP综合实验

时间:2024-08-15 22:53:01浏览次数:8  
标签:CCIE relay int ip frame RIP 255.255 s1 路由

rip分解实验

物理拓扑图

需求:

ip地址分配情况;r1-r2-r3=123.1.1.0/24,r2-r3-r4=10.1.234.0/24,r4-r5=45.1.1.0/24

如:r2-f0/0=10.1.234.2/24,r5-s1/3=45.1.1.5/24

其他网段ip地址配置同理,每台路由器各有一个lo0,

地址分别是:x.x.x.x/24(x是你的路由器号),在r1上添加4个换回接口,模拟r1连接内网4个部门的网关

lo1:172.16.4.1/24

lo2:172.16.5.1/24

lo3:172.16.6.1/24

lo4:172.15.7.1/24

use the following requirements to configure r1 and r2 and r3 for frame relay and r4(r4为帧中继交换机)

as the frame relay switch.(r4_s1/0.s1/1,s1/2,s1/3为dce端)

use ansi lmi on frame relay switch and auto-sensing on r1 and r2

do not use inver se address resolutions protocol and after finishing your lab you haven't got and dynamic maps and maps of 0.0.0.0(不能产生逆向arp解析,不能产生动态map)

use rfc 1490/rf2427 encapsulation(使用公有协议封装帧中继,思科默认封装类型cisco)

use the data-link connection identifier(dlci)assignments from the topl(单纯使用dlci)

r1使用frame-relay多点子接口,而r2/r3使用frame-relay点到点子接口建立连接,要求完成此配置后能ping通各自的frame-relay接口ip地址,(r2/r3 do not use any static frame relay maps)

配置:r1:int lo0

ip add 1.1.1.1 255.255.255.0

int lo4

ip add 172.16.4.1 255.255.255.0

int lo5

ip add 172.16.5.1 255.255.255.0

int lo6

ip add 172.16.6.1 255.255.255.0

int lo7

ip add 172.16.7.1 255.255.255.0

r2:

int lo0

ip add 2.2.2.2 255.255.255.0

int f0/0

ip add 10.1.234.2 255.255.255.0

no sh

r3:

int lo0

ip add 3.3.3.3 255.255.255.0

int f0/0

ip add 10.1.234.3 255.255.255.0

no sh

r4:

int lo0

ip add 4.4.4.4 255.255.255.0

int f0/0

ip add 10.1.234.4 255.255.255.0

no sh

int s1/3

ip add 45.1.1.4 255.255.255.0

no sh

clock rate 64000

r5:

int lo0

ip add 5.5.5.5 255.255.255.0

int s1/3

ip add 45.1.1.5 255.255.255.0

no sh

clock rate 64000

r4:

frame-relay switching(启用帧中继交换机功能)

int s1/0

encapslation frame-relay ietf(封装为帧中继接口,协议类型公有ietf,默认cisco)

clock rate 64000

frame-relay lmi-type ansi(本地管理接口,用来建立维护帧中继链路,像ospf的hello包作用,配置帧中继的本地管理接口类型为ansi,类型有cisco,ansi,q933a)

frame-relay intf-type dce(指定接口为dce管理端)

frame-relay route 102(本地dlci号) int s1/1 201(指定号码102到r2连接的帧中继接口s1/1接口对方的dlci号201)

frame-relay route 103 int s1/2 301(对方连接帧中继接口和dlci号)

no sh

int s1/1

en frame-relay ietf

frame-relay lmi-type ansi

frame-relay intf-type dce

frame-relay route 201 int s1/0 102

clock rate 64000

no sh

int s1/2

en frame-relay ietf

frame-relay lmi-type ansi

frame-relay intf-type dce

frame-relay route 301 int s1/0 103

clock rate 64000

no sh

r1:

int s1/0

encapsulation frame-relay ietf(使用ietf封装)

no arp frame-relay (关掉正向arp)no frame-relay inverse-arp(关掉逆向arp)

no sh

int s1/0.123 mutipoint(多点子接口)

ip add 123.1.1.1 255.255.255.0

frame-relay map ip 123.1.1.2(对方的ip) 102(本地的dlci号)broadcast ietf(使用静态指map,开启广播功能)

frame-relay map ip 123.1.1.3 103 broadcast ietf(使用ietf封装)

frame-relay map ip 123.1.1.1 103/102 broadcst ietf(可以ping通自己的接口,使用103或102的dlci号都行)

r2:

int s1/1

en frame-relay ietf

no arp frame-relay

no frame-relay inverse-arp

no sh

int s1/1.123  point-to-point(使用点到点子接口)

ip add 123.1.1.2 255.255.255.0

frame-relay interface-dlci 201 ietf(不用手工指定map使用)

r3:

int s1/2

en frame-relay

no arp frame-relay

no frame-relay inverse-arp

no sh

int s1/2.123 point-to-point

ip add 123.1.1.3 255.255.255.0

frame-relay interface-dlci 301 ietf

标签:CCIE,relay,int,ip,frame,RIP,255.255,s1,路由
From: https://www.cnblogs.com/smoke520/p/18361971

相关文章

  • (路由卷1)-1课程介绍_网络架构
    企业架构campus园区网datacenter数据中心branch分支机构teleworker远程办公人员网络模型access接入层distribution分布层做策略core核心层高速数据转发企业符合网络模型enterprisecampus企业园区enterpriseedge企业边缘serviceprovideredge服务提供商边缘网络......
  • (路由卷1)-9-EIGRP被动接口_负载
    被动接口减少流量传递routereigrp100passive-interfacef0/0net1.1.1.10.0.0.0eigrp一边单播一边组播无法建立邻居,两边单播能建立邻居,接口设置为passive接口不管如何都不能建立邻居。eigrppassive接口不会发送hello包,但是可以通告路由,干掉hello包。passive-interface......
  • (路由卷1)-8-EIGRP手工汇总实验
    eigrp手工汇总减小路由表条目更新条目减小在一个主类网络边界,子网将会自动被汇总为一个有类的主类网络。默认情况下,自动汇总时开启的。(一般都需要关闭auto-summary)手工汇总特点1.在路由的出方向做2.在接口汇总本地会创建一个指向空接口的路由,阻止环路机制3.明细路由全部......
  • (路由卷1)-7-EIGRP 5种默认路由
    eigrp默认路由(从发布静态默认路由)"全零"静态默认路由可用于当今支持的任何路由协议可用于当今支持的任何路由协议通常配置在连续到eigrp路由域外的网络(例如通向isp)的路由器上eigrp需要使用redistributestatic命令才能将次静态默认路由(全零)包括在其他eigrp路由更新中iprout......
  • (路由卷1)-11-EIGRP over WAN实验
    framerelaynbma网络没有广播多路访问网络静态map动态map帧中继拓扑结构full全互联(不建议使用)部分互联hubandspoke一个中心多个分支eigrp工作帧中继网络hello包围60sholdtime为180sfr接口1.物理接口2.点到点子接口3.多点子接口eigrpunicast邻居neighbor1.1.1......
  • (路由卷1)-10-EIGRP不等价_认证
    eigrp不等价负载均衡需要关闭ipcefnoipcefroutereigrp100variance20(更改v值为最大的metric包含内)思科特快转发通过routingtable路由表生成cef的转发表(fib)把routingtable路由表作为控制层面把fib作为转发层面工程中拓展(如果有客户需要在没有fs做不等价)(10^7/mi......
  • (路由卷1)-13-EIGRP Stub网络设计
    默认eigrpsutbconnectedsummaryeigrpstubconnected只会通告直连redistributed只会通告冲发布static只会通告静态summary只会通告汇总r4:intlo4ipadd40.4.4.4255.255.255.0routerripver2noaunet40.0.0.0routereigrp200redistributeripmetric100......
  • (路由卷1)-12-DUAL原理_SIA原因
    企业中部署eigrp/以及带来的问题1.私有2.本身算法问题dual算法,查询报文,回复报文。限制范围路由条目路由跳数底太路径fd最小的时successor,fs路由器为successor的路由器的fd>ad,没有fs时候就会往外发查询包。当一条路由丢失的时候eigrp路由器会发送查询报文,而且没有fs的时候......
  • (路由卷1)-15-CCIE_EIGRP综合实验
    eigrp综合实验fr:ip地址分配情况:r1-r2-r3=123.1.1.0/24,r2-r3-r4=10.1.234.0/24,r4-r5=45.1.1.0/24如:r2-f0/0=10.1.234.2/24,r5-s1/3=45.1.1.5/24其他网段ip地址配置同理,每台路由器各有一个lo0其他网段ip地址配置同理,每台路由器各有一个lo0,地址分配是:x.x.x.x/24(x是你的......
  • (路由卷1)-16-OSPF基础知识介绍
    ospf高级features链路状态路由协议路由变化收敛速度比较快(传递lsa)支持vlsm/cidr/不连续子网触发更新-快速响应网络变化每30分发定期更新叫链路状态刷新支持区域(area)划分并有三张表没有跳数的限制使用tag(路由标记)可跟踪外部路由适合多厂商大型网络设计方案使用组播和......