eigrp综合实验

上配置,供参考

INTERNET:

Current configuration : 1192 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname INTERNET

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

memory-size iomem 5

ip cef

!

!

!

!

no ip domain lookup

ip domain name lab.local

!

multilink bundle-name authenticated

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

archive

log config

hidekeys

!

!

!

!

!

!

!

!

interface Loopback1

ip address 1.1.1.1 255.255.255.255

!

interface Loopback2

ip address 2.2.2.2 255.255.255.255

!

interface Loopback3

ip address 3.3.3.3 255.255.255.255

!

interface Loopback4

ip address 4.4.4.4 255.255.255.255

!

interface Loopback5

ip address 5.5.5.5 255.255.255.255

!

interface FastEthernet0/0

ip address 192.168.14.4 255.255.255.0

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 192.168.14.1

!

!

no ip http server

no ip http secure-server

!

!

!

!

!

!

!

control-plane

!

!

!

!

!

!

!

!

!

!

line con 0

exec-timeout 0 0

privilege level 15

logging synchronous

line aux 0

exec-timeout 0 0

privilege level 15

logging synchronous

line vty 0 4

login

!

!

end

R1:

Building configuration...

Current configuration : 2144 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname R1

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

memory-size iomem 5

ip cef

!

!

!

!

no ip domain lookup

ip domain name lab.local

!

multilink bundle-name authenticated

!

!

!

key chain net                       //定义钥匙串

 key 1             

   key-string cisco                 //定义认证密码

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

archive

log config

hidekeys

!

!

!

!

!

!

!

!

interface Loopback0

ip address 192.168.0.1 255.255.255.0

!

interface Loopback1

ip address 192.168.1.1 255.255.255.0

!

interface Loopback2

ip address 192.168.2.1 255.255.255.0

!

interface Loopback3

ip address 192.168.3.1 255.255.255.0

!

interface Loopback4

ip address 192.168.10.1 255.255.255.0

!

interface FastEthernet0/0

ip address 12.2.2.1 255.255.255.0

ip authentication mode eigrp 90 md5

ip authentication key-chain eigrp 90 net                    //在接口上启用密钥认证

ip summary-address eigrp 90 192.168.0.0 255.255.252.0 5     //路由汇总

duplex auto

speed auto

!

interface Serial0/0

ip address 12.1.1.1 255.255.255.0

ip authentication mode eigrp 90 md5

ip authentication key-chain eigrp 90 net                    //在接口上启用密钥认证

ip summary-address eigrp 90 192.168.0.0 255.255.252.0 5     //路由汇总

clock rate 2000000

!

interface FastEthernet0/1

ip address 192.168.14.1 255.255.255.0

duplex auto

speed auto

!

interface Serial0/1

no ip address

shutdown

clock rate 2000000

!

router eigrp 90

variance 6                                  //定义非等价负载均衡值

passive-interface Loopback0                //定义被动接口

passive-interface Loopback1

passive-interface Loopback2

passive-interface Loopback3

passive-interface Loopback4

network 12.1.1.1 0.0.0.0

network 12.2.2.1 0.0.0.0

network 23.1.1.2 0.0.0.0

network 192.168.0.1 0.0.0.0

network 192.168.1.1 0.0.0.0

network 192.168.2.1 0.0.0.0

network 192.168.3.1 0.0.0.0

network 192.168.10.1 0.0.0.0

network 192.168.14.1 0.0.0.0

no auto-summary

!

ip default-network 192.168.14.0                       //定义默认网络

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 192.168.14.4

!

!

no ip http server

no ip http secure-server

!

!

!

!

!

!

!

control-plane

!

!

!

!

!

!

!

!

!

!

line con 0

exec-timeout 0 0

privilege level 15

logging synchronous

line aux 0

exec-timeout 0 0

privilege level 15

logging synchronous

line vty 0 4

login

!

!

end

R2:

Current configuration : 1629 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname R2

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

memory-size iomem 5

ip cef

!

!

!

!

no ip domain lookup

ip domain name lab.local

!

multilink bundle-name authenticated

!

!

!

key chain cisco

key 1

key-string net

key chain net

key 1

key-string cisco

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

archive

log config

hidekeys

!

!

!

!

!

!

!

!

interface Loopback0

ip address 192.168.20.1 255.255.255.0

!

interface FastEthernet0/0

ip address 12.2.2.2 255.255.255.0

ip authentication mode eigrp 90 md5

ip authentication key-chain eigrp 90 net

duplex auto

speed auto

!

interface Serial0/0

ip address 12.1.1.2 255.255.255.0

ip authentication mode eigrp 90 md5

ip authentication key-chain eigrp 90 net

clock rate 2000000

!

interface FastEthernet0/1

ip address 23.1.1.2 255.255.255.0

ip authentication mode eigrp 90 md5

ip authentication key-chain eigrp 90 cisco

duplex auto

speed auto

!

interface Serial0/1

no ip address

shutdown

clock rate 2000000

!

router eigrp 90

passive-interface Loopback0

offset-list 1 in 30                                       //偏移列表使用增加30metric值

network 12.1.1.2 0.0.0.0

network 12.2.2.2 0.0.0.0

network 23.1.1.2 0.0.0.0

network 192.168.20.1 0.0.0.0

no auto-summary

!

ip forward-protocol nd

!

!

no ip http server

no ip http secure-server

!

access-list 1 permit 192.168.30.0 0.0.0.255                //定义ACL抓取30网段路由

!

!

!

!

!

!

control-plane

!

!

!

!

!

!

!

!

!

!

line con 0

exec-timeout 0 0

privilege level 15

logging synchronous

line aux 0

exec-timeout 0 0

privilege level 15

logging synchronous

line vty 0 4

login

!

!

end

R3:

Current configuration : 1262 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname R3

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

memory-size iomem 5

ip cef

!

!

!

!

no ip domain lookup

ip domain name lab.local

!

multilink bundle-name authenticated

!

!

!

key chain cisco

key 1

key-string net

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

archive

log config

hidekeys

!

!

!

!

!

!

!

!

interface Loopback0

ip address 192.168.30.1 255.255.255.0

!

interface FastEthernet0/0

ip address 23.1.1.3 255.255.255.0

ip authentication mode eigrp 90 md5

ip authentication key-chain eigrp 90 cisco

duplex auto

speed auto

!

interface FastEthernet0/1

no ip address

ip authentication mode eigrp 90 md5

ip authentication key-chain eigrp 90 cisco

shutdown

duplex auto

speed auto

!

router eigrp 90

passive-interface Loopback0                          //定义环回口为被动接口

network 23.1.1.3 0.0.0.0

network 192.168.30.0

no auto-summary

eigrp stub connected summary                               //定义stub区域

!

ip forward-protocol nd

!

!

no ip http server

no ip http secure-server

!

!

!

!

!

!

!

control-plane

!

!

!

!

!

!

!

!

!

!

line con 0

exec-timeout 0 0

privilege level 15

logging synchronous

line aux 0

exec-timeout 0 0

privilege level 15

logging synchronous

line vty 0 4

login

!

!

end

eigrp综合实验,布布扣,bubuko.com

时间: 2024-12-14 18:20:33

eigrp综合实验的相关文章

CCNP第三天 EIGRP综合实验

实验题如图所示:其中R2连R3 R5为快速以太网线,其他均为串线,帧中继默认是富曼斯(全连网状结构),即所有接入的路由之间的PVC都已经打通,所有  要关闭R5和R8的逆向arp功能,来手工配置R5到R8的Map 实验所使用的拓扑为CCNP标准版拓扑图,如下: -----------------------------------------------------------------------------------------------------------------------

eigrp综合实验笔记

   实际拓扑应该是这样的:        GNS3比较容易理解的拓扑是这样的:     FRAME-RELAY 如图所示:配FRAME-RELAY SWITCH,使R2.R3.R4之间的FRAME-RELAY PVC为FULL-MESH. 但只使用图中所示的PVC. 由图可以看出来,只允许使用4个DLCI,所以需要配置为hub-spoke模式.其中R4是HUB R2,R3,R4的物理接口连接FRAME-RELAY SWITCH, R4与R5间.请使用PPP链路. 请消除多余的32位的主机路由

综合实验DMVPN+EZVPN+Eigrp&OSPF+路由重发布

互联基本配置 !Internet: conf t int f0/0 ip add 100.1.1.1 255.255.255.0 no shut exit int f1/0 ip add 210.1.1.1 255.255.255.0 no shut exit int f1/1 ip add 200.1.1.1 255.255.255.0 no shut exit !Beijing-Center: Route# conf t int f0/0 ip add 100.1.1.2 255.255.2

CCNP第二天 帧中继综合实验

实验题如图所示: 要求全网可达 R5为帧中继交换机 R6 和 R1之间为快速以太网接口 所使用的拓扑为CCNA标准版拓扑图,如下所示: --------------------------------------------------------------------------------------------------------------------------------- 1.首先在帧中继交换机上打通各条PVC frsw#conf tfrsw(config)#no ip ro

LAB OSPF 综合实验

OSPF 综合实验 1. 实验目的1) 理解和掌握 OSPF stub 区域的特点和配置2) 理解和掌握 OSPF totally stub 区域的特点和配置3) 理解和掌握 OSPF NSSA 区域的特点和配置4) 理解和掌握 OSPF totally NSSA 区域的特点和配置5) 掌握被动接口的作用6) 掌握 OSPF LSA7 的作用7) 掌握 OSPF 邻居间的验证2. 实验拓扑3. 实验需求1) 参考拓扑,完成各路由器的基本配置,除图示地址标识外,设备间的地址自己规划.2) 完成各路

网络必备——动态路由(默认路由+静态+OSPF+RIP综合实验)

本章目的:全网互通,R2设置静态路由,R2和R3在AREA1区域中使用OSPF协议 ,R3设置默认路由回来,R4和R5使用RIP协议 本章环境:GNS3,5台路由器,4台主机,1个外部网. 实验图: 路由器接口地址 R1: f0/0(192.168.10.1/24) f0/1(192.168.20.1/24) R2: f0/1(192.168.20.2/24) f0/0(192.168.30.1/24) R3: f0/0(192.168.30.2/24) f0/1(192.168.40.1/24

【Linux程序设计】之环境系统函数综合实验

这个系列的博客贴的都是我大二的时候学习Linux系统高级编程时的一些实验程序,都挺简单的.贴出来纯粹是聊胜于无. 实验题目:Linux环境下系统函数综合实验 实验目的:熟悉并掌握Linux环境下数学函数.字符函数.系统时间与日期函数.环境控制函数.内存分配函数以及数据结构中常用函数的使用方法. 一.Linux环境下数学函数的使用 设计程序,满足如下要求: 1.使用rand函数产生10个介于1到10之间的随机数值.要求在程序中对每行代码添加注释. 1 #include<stdio.h> 2 #i

Keepalived+Haproxy双主高可用负载均衡web和mysql综合实验

日期及版本:2014.5.4v1.0 架构图 实验目的: 1.Haproxy+Keepalived双主双机高可用模型,keepalived为Haproxy主从提供高可用保证haproxy-master若挂掉haproxy-backup能无缝接管,haproxy为后端Web提供负载均衡,缓解并发压力,实现WEB站点负载均衡+高可用性: 2. Haproxy反代web做动静分离: 3. Haproxy反代mysql 算法leastconn和roundrobin的不同效果: 系统环境: OS:cent

CCNP第四天 OSPF综合实验(1)

ospf综合实验(1) 本实验主要考察ospf中的接口上的多种工作方式 实验如图所示: 所用拓扑为CCNP标准版,如图: ------------------------------------------------------------------------------------------------------------------------------------- 1. 全网可达 由于CCNP中帧中继是默认全部开启,而且是全连通的,所以在物理接口和多点子接口上建议关闭逆向a