[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   //关闭所有调试
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

网工菜鸟-小陈

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

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

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

打赏作者

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

抵扣说明:

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

余额充值