CCIE学习笔记之重分布实验整理

本文详细记录了CCIE学习过程中的路由协议重分布实验,包括OSPF与RIP互相重分布、静态路由及直连路由重分布进RIP、ISIS和EIGRP互相重分布以及使用distribute list、prefix list和route map进行路由过滤和策略调整。实验涵盖了多种路由协议和路由策略,旨在理解路由重分布原理和防止路由环路。
摘要由CSDN通过智能技术生成

#lab Redis1# OSPF和RIP互相重分布

实验拓扑:

配置:

R1-

interface Serial1/0
 ip address 12.1.1.1 255.255.255.0
 serial restart-delay 0
 clock rate 1008000
!
interface Serial1/1
 ip address 13.1.1.1 255.255.255.0
 serial restart-delay 0
 clock rate 1008000
!
router ospf 110
 router-id 1.1.1.1
 log-adjacency-changes
 redistribute rip subnets                //RIP重分布进OSPF,默认metric是20
 network 13.1.1.0 0.0.0.255 area 0
!
router rip
 version 2
 redistribute ospf 110 metric 1               //OSPF重分布进RIP,默认metric无穷大,所以需要修改
 network 12.0.0.0
 no auto-summary
!
 R2-

interface Loopback0
 ip address 2.2.2.2 255.255.255.0
!
interface Serial1/0
 ip address 12.1.1.2 255.255.255.0
 serial restart-delay 0
!
router rip
 version 2
 network 2.0.0.0
 network 12.0.0.0
 no auto-summary
!
R3-

interface Loopback0
 ip address 3.3.3.3 255.255.255.0
!
interface Serial1/0
 ip address 13.1.1.3 255.255.255.0
 serial restart-delay 0
!
router ospf 110
 router-id 3.3.3.3
 log-adjacency-changes
 network 3.3.3.0 0.0.0.255 area 0
 network 13.1.1.0 0.0.0.255 area 0
!
实验结果:

#lab Redis2# 静态路由重分布进RIP

实验拓扑:

配置:

R1-

interface FastEthernet0/0
 ip address 200.1.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface Serial1/0
 ip address 12.1.1.1 255.255.255.0
 serial restart-delay 0
 clock rate 1008000
!
interface Serial1/1
 ip address 13.1.1.1 255.255.255.0
 serial restart-delay 0
 clock rate 1008000
!
router ospf 110
 router-id 1.1.1.1
 log-adjacency-changes
 redistribute rip subnets
 network 13.1.1.0 0.0.0.255 area 0
!
router rip
 version 2
 redistribute static                 //重分布静态路由到RIP,默认metric是1
 redistribute ospf 110 metric 1
 network 12.0.0.0
 no auto-summary
!
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0                 //静态路由
!
R2,R3配置同上

R4-

interface FastEthernet0/0
 ip address 200.1.1.2 255.255.255.0
 duplex auto
 speed auto
!
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
实验结果:

#lab Redis3# 将直连路由重分布进RIP

实验拓扑:

配置:

interface Loopback0
 ip address 1.1.1.1 255.255.255.0
!
interface FastEthernet0/0
 ip address 200.1.1.1 255.255.255.0
 duplex auto

CCIE LAB ccie实验和题库 CCIE LAB Table of Contents TestKing Lab CCIM TM Preparation: Frame Relay .............................................................................................. 4 TestKing Lab CCIE TM Preparation OSPF ......................................................................................................... 15 TestKing CCIE TM Lab Preparation IGRP/EIGRP ............................................................................................. 33 TestKing CCIE TM Lab Preparation: EIGRP ...................................................................................................... 48 CCIE Lab Preparation Scenario: IS-IS ................................................................................................................. 65 TestKing CCIE TM Lab Preparation Scenario: RIP............................................................................................. 83 TestKing CCIE TM Lab Preparation Scenario: BGP......................................................................................... 100 TestKing Lab Preparation Scenario: IGP Redistribution.................................................................................... 112 TestKing CCIE TM Lab Preparation Scenario: Catalyst TM Switch Configuration ......................................... 126 TestKing CCIE TM Lab Preparation Scenario: Avanced Routing..................................................................... 143 Section A – Older labs ........................................................................................................................................ 163 Section B – Newer labs....................................................................................................................................... 225
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值