锐捷(七)可靠性技术——DLDP

该实验旨在通过配置DLDP(DownstreamLinkDetectionProtocol)和浮动静态路由,在R1和R2之间建立可靠的通信。当运营商网络中的sw3或sw4出现问题时,能自动切换到备用链路,确保R1和R2之间的通信不中断。实验包括配置静态和浮动路由,以及在R1和R2接口上启用DLDP进行链路故障检测。通过模拟故障(关闭sw3接口)验证了配置的有效性,实现了路径切换以避免通信故障。
摘要由CSDN通过智能技术生成

一、实验拓扑

二、实验需求

  • sw3和sw4为运营商网络,为了防止运营商中的设备出现问题而导致R1和R2两个客户毫不知情而出现通信故障,因此需要使用dldp技术来解决问题

  • 中间设备出现故障后,可以切换到另一个链路

  • R1: 1.1.1.1 R2: 2.2.2.2

  • R1-SW3-R2为非直连检测

  • R1-SW4-R4为直连检测

  • 为方便实验效果,使用浮动路由的方式实现R1和R2的loopbback口通信

三、实验分析

  • 完成 R1、R2 基本 IP 地址配置、环回口地址配置;

  • 完成静态路由和浮动静态路由配置;

  • 完成 DLDP 配置,其中 ISP-1 为非直连地址检测,ISP-2 为直连地址检测。

四、实验配置

4.1配置静态和浮动路由

不要忘记32.1.1.0

R1:

r1(config)#ip route 2.2.2.2 255.255.255.255 GigabitEthernet 0/0 13.1.1.3
r1(config)#ip route 2.2.2.2 255.255.255.255 GigabitEthernet 0/1 12.1.1.2 20
r1(config)#ip route 32.1.1.0 255.255.255.0 13.1.1.3

R2:

r2(config)#ip route 1.1.1.1 255.255.255.255 GigabitEthernet 0/0 32.1.1.3
r2(config)#ip route 1.1.1.1 255.255.255.255 GigabitEthernet 0/1 12.1.1.1 20
r2(config)#ip route 13.1.1.0 255.255.255.0 32.1.1.3

SW1:

sw1(config)#ip route 2.2.2.2 255.255.255.255 32.1.1.2
sw1(config)#ip route 1.1.1.1 255.255.255.255 13.1.1.1

4.2配置dldp

R1:

interface GigabitEthernet 0/0
 no switchport
 dldp 32.1.1.2 interval 200 
 ip address 13.1.1.1 255.255.255.0
interface GigabitEthernet 0/1
 no switchport
 dldp 12.1.1.2 interval 200 
 ip address 12.1.1.1 255.255.255.0

R2:

interface GigabitEthernet 0/0
 no switchport
 dldp 13.1.1.1 interval 200 
 ip address 32.1.1.2 255.255.255.0
interface GigabitEthernet 0/1
 no switchport
 dldp 12.1.1.1 interval 200 
 ip address 12.1.1.2 255.255.255.0

ping 2.2.2.2 source 1.1.1.1 n 1000 ,向2.2.2.2 ping1000个包,然后将sw3的口shutdown掉模拟故障事故

发现丢包后再次切换道路,原因dldp检测故障后切换道路


欢迎各位大佬在评论区或私信批评指正!!

Table of contents Overview ..................................................................................................................................... 2 Introduction to UDLD.................................................................................................................. 2 UDLD protocol architecture ......................................................................................................... 2 UDLD detection modes ............................................................................................................... 3 UDLD packet format .................................................................................................................. 3 Introduction to DLDP ...................................................................................................................... 5 Device Link Detection Protocol (DLDP) overview ............................................................................ 5 DLDPDU format ......................................................................................................................... 6 Unidirectional link detection procedure ........................................................................................ 7 DLDP operating modes .............................................................................................................. 8 Port shutdown modes ................................................................................................................. 8 UDLD configuration and verification procedures ............................................................................... 9 Network diagram ..................................................................................................................... 9 Default settings ......................................................................................................................... 9 Configuring UDLD ................................................................
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

天亮之前_ict

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

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

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

打赏作者

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

抵扣说明:

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

余额充值