CCIE-06-EIGRP_TS

实验条件

网络拓朴

在这里插入图片描述
逻辑拓扑图
在这里插入图片描述
要求输出以下数据
在这里插入图片描述

路由器基础配置

R11 4组以太网接口

!
hostname R11
!
enable secret 5 $1$ixiY$3Lw0yIdKtcQnWVtqnj8vq/
!
no aaa new-model
!
interface Loopback0
 ip address 145.11.11.11 255.255.255.255
!
interface Ethernet0/0
 ip address 145.67.89.1 255.255.255.252
 duplex auto
!
interface Ethernet1/0
 ip address 145.67.89.5 255.255.255.252
 ip authentication mode eigrp 145 md5
 duplex auto
!
interface Ethernet2/0
 ip address 145.67.89.9 255.255.255.252
 duplex auto
!
!
interface Ethernet3/0
 ip address 145.67.89.13 255.255.255.252
 duplex auto
!
router eigrp 145
 metric weights 0 1 1 1 1 1
 network 145.11.11.11 0.0.0.0
 network 145.67.89.1 0.0.0.0
 network 145.67.89.5 0.0.0.0
!
router bgp 14567
 bgp router-id 145.11.11.11
 bgp log-neighbor-changes
 network 145.67.89.8 mask 255.255.255.252
 network 145.67.89.12 mask 255.255.255.252
 neighbor IBGP peer-group
 neighbor IBGP remote-as 14567
 neighbor IBGP update-source Loopback0
 neighbor IBGP route-reflector-client
 neighbor IBGP next-hop-self
 neighbor 145.12.12.12 peer-group IBGP
 neighbor 145.13.13.13 peer-group IBGP
 neighbor 145.14.14.14 peer-group IBGP
 neighbor 145.67.89.10 remote-as 65200
 neighbor 145.67.89.10 default-originate
 neighbor 145.67.89.14 remote-as 65200
!
ip forward-protocol nd
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
 transport input none
!
end

R12 3组以太网接口、4组串口

hostname R12
!
enable secret 5 $1$tM4m$6cO5WZCiuX8zfSzuSkiFd.
!
no aaa new-model
!
no ip domain lookup
!
username UberMarket_spoke_R17 password 0 ccie
!
bba-group pppoe CCIE
 virtual-template 1
!
!
interface Loopback0
 ip address 145.12.12.12 255.255.255.255
!
interface Ethernet0/0
 ip address 145.67.89.2 255.255.255.252
 duplex auto
!
interface Ethernet1/0
 ip address 145.67.89.17 255.255.255.252
 duplex auto
!
!
interface Ethernet2/0
 ip address 123.45.67.44 255.255.255.248
 duplex auto
!
!
interface Serial4/0
 ip address 145.67.89.21 255.255.255.252
 encapsulation ppp
 peer default ip address pool SPOKE1
 ppp authentication chap
 serial restart-delay 0
!
router eigrp 145
 metric weights 0 1 1 1 1 1
 network 145.12.12.12 0.0.0.0
 network 145.67.89.2 0.0.0.0
 network 145.67.89.17 0.0.0.0
 network 145.67.89.21 0.0.0.0
 offset-list 1 in 1000 Ethernet1/0 
 passive-interface Ethernet2/0
 passive-interface Serial4/0
!
router bgp 14567
 bgp router-id 145.12.12.12
 bgp log-neighbor-changes
 network 123.45.67.20 mask 255.255.255.252
 network 123.45.67.40 mask 255.255.255.248
 neighbor 123.45.67.45 remote-as 12345
 neighbor 123.45.67.45 shutdown
 neighbor 123.45.67.46 remote-as 12345
 neighbor 145.11.11.11 remote-as 14567
 neighbor 145.11.11.11 update-source Loopback0
 neighbor 145.11.11.11 next-hop-self
!
ip local pool SPOKE1 145.67.89.222
ip forward-protocol nd
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
 transport input none
!
end

R13 2组以太网接口、4组串口

!
hostname R13
!
enable secret 5 $1$Hksu$3RrwGTLlPepcJNn5RMubO0
!
no aaa new-model
!
no ip domain lookup
!
!
username UberMarket_spoke_R19 password 0 CCIE
!
!
interface Loopback0
 ip address 145.13.13.13 255.255.255.255
!
interface Ethernet0/0
 ip address 145.67.89.66 255.255.255.252
 duplex auto
!
!
interface Ethernet1/0
 ip address 145.67.89.25 255.255.255.252
 duplex auto
!
interface Serial4/0
 ip address 145.67.89.33 255.255.255.252
 encapsulation ppp
 peer default ip address pool SPOKE3
 ppp authentication chap
 serial restart-delay 0
!
!
router eigrp 145
 metric weights 0 1 1 1 1 1
 network 145.13.13.13 0.0.0.0
 network 145.67.89.6 0.0.0.0
 network 145.67.89.25 0.0.0.0
!
router bgp 14567
 bgp router-id 145.13.13.13
 bgp log-neighbor-changes
 network 145.67.89.32 mask 255.255.255.252
 neighbor 145.11.11.11 remote-as 14567
 neighbor 145.11.11.11 update-source Loopback0
 neighbor 145.11.11.11 next-hop-self
 distribute-list 10 out
!
ip local pool SPOKE3 145.67.89.34
ip forward-protocol nd
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
 transport input none
!
end

R14 2组以太网接口、4组串口

hostname R14
!
enable secret 5 $
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

烈火蜓蜻

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值