欢迎来到代码驿站!

当前位置:首页 >

multicast的两条命令

时间:2021-01-15 11:15:11|栏目:|点击:

ip igmp join-group与ip igmp static-group的区别?

To configure the router to be a statically connected member of the specified group on the interface, use the ip igmp static-group command in interface configuration mode

To have the router join a multicast group, use the ip igmp join-group command in interface configuration mode

以下有例为证

ip igmp static-group 224.5.5.5

(*, 224.5.5.5), 00:01:06/00:02:24, RP 0.0.0.0, flags: DC
  Incoming interface: Null, RPF nbr 0.0.0.0
  Outgoing interface list:
    Loopback0, Forward/Sparse, 00:01:06/00:02:24

ip igmp join-group 224.6.6.6

(*, 224.6.6.6), 00:00:02/00:02:58, RP 0.0.0.0, flags: DCL
  Incoming interface: Null, RPF nbr 0.0.0.0
  Outgoing interface list:
    Loopback0, Forward/Sparse, 00:00:02/00:02:58

文章录入:csh    责任编辑:csh 

上一篇:小心你的 ADSL猫被黑

栏    目:

下一篇:Powershell小技巧之通过EventLog查看近期电脑开机和关机时间

本文标题:multicast的两条命令

本文地址:http://www.codeinn.net/misctech/45697.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有