当前位置: 首页 > article >正文

[IP组播]IGMP配置实验

华为ensp拓补图

![[Pasted image 20241103211749.png]]

实验步骤

1.配置IP地址

  1. AR1配置
#
interface GigabitEthernet0/0/0
 ip address 192.168.1.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 12.1.1.1 255.255.255.0 
#
interface GigabitEthernet0/0/2
 ip address 13.1.1.1 255.255.255.0 
#
  1. AR2配置
#
interface GigabitEthernet0/0/0
 ip address 12.1.1.2 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 10.1.1.252 255.255.255.0 
#
  1. AR3配置
#
interface GigabitEthernet0/0/0
 ip address 13.1.1.3 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 10.1.1.253 255.255.255.0 
#

2.配置IGP-ospf

  1. AR1
#
ospf 1 router-id 1.1.1.1 
 area 0.0.0.0 
  network 12.1.1.0 0.0.0.255 
  network 13.1.1.0 0.0.0.255 
  network 192.168.1.0 0.0.0.255 
#
  1. AR2
#
ospf 1 router-id 2.2.2.2 
 area 0.0.0.0 
  network 10.1.1.0 0.0.0.255 
  network 12.1.1.0 0.0.0.255 
#
  1. AR3
#
ospf 1 router-id 3.3.3.3 
 area 0.0.0.0 
  network 10.1.1.0 0.0.0.255 
  network 13.1.1.0 0.0.0.255 
#

3.运行PIM-DM

  1. AR1
#
multicast routing-enable
#
pim dm
  1. AR2
#
multicast routing-enable
#
pim dm
  1. AR3
#
multicast routing-enable
#
pim dm

4.运行IGMPV1

  1. R2配置
 interface GigabitEthernet0/0/1
 igmp enable
 igmp version 1
#
  1. R3配置
 interface GigabitEthernet0/0/1
 igmp enable
 igmp version 1
#

5.实验验证
1.

在R2中输入
# 
dis igmp interface

![[Pasted image 20241103214431.png]]

  1. 在R2中开启调试信息
<Huawei>debugging igmp report //启用 IGMP 报告(Report)消息的调试信息。
<Huawei>debugging igmp event //启用所有 IGMP 事件的调试信息。
<Huawei>debugging igmp leave //启用 IGMP 离开(Leave)消息的调试信息。
<Huawei>terminal monitor  //当前终端上启用实时日志输出。
<Huawei>terminal debugging //当前终端上启用调试信息的输出。
[Huawei]info-center enable //开启日志

undo debugging all   //关闭所有调试

http://www.kler.cn/a/396994.html

相关文章:

  • lua-lru缓存算法解析
  • 英伟达基于Mistral 7B开发新一代Embedding模型——NV-Embed-v2
  • 基本数据类型和包装类型的区别、缓存池、自动拆箱装箱(面试题)
  • Python习题 250:删除空文件夹
  • 【C++】list 与 string 基础与实现字符串操作
  • [Python学习日记-67] 封装
  • WebSocket Endpoint端点
  • 【Go语言——数据结构】稀疏数组(SparseArray)
  • AutoUpdater.NET 实现 dotNET应用自动更新
  • paramiko 库实现的暴力破解 SSH 密码
  • 建筑企业新闻稿怎么写?工程行业评职称品牌宣传背书的报纸期刊杂志媒体有哪些
  • 实现 MVC 模式
  • 第23课-C++-红黑树的插入与旋转
  • 新增支持Elasticsearch数据源,支持自定义在线地图风格,DataEase开源BI工具v2.10.2 LTS发布
  • Godot的开发框架应当是什么样子的?
  • .NET 9 中 IFormFile 的详细使用讲解
  • ubuntu16.04配置网卡
  • Python毕业设计选题:基于django+vue的二手物品交易系统
  • (一)机器学习、深度学习基本概念简介
  • 鸿蒙next版开发:使用HiDebug获取调试信息(ArkTS)
  • ini-parser 使用
  • 大模型(LLMs)微调篇
  • Linux 用户账户信息配置文件详解
  • 快速认识和上手Protobuf
  • 无插件H5播放器EasyPlayer.js网页web无插件播放器选择全屏时,视频区域并没有全屏问题的解决方案
  • 如何使用 XML Schema