用GNS3配置cisco设备组播协议方法如下:
配置结果:
配置文件一段如下:
interface Ethernet0/3.100
encapsulation dot1Q 100
ip address 168.1.1.1 255.255.255.0
ip pim sparse-mode
ip igmp static-group 237.200.10.1
ip igmp static-group 237.200.11.1
vrrp 1 ip 168.1.1.2
vrrp 1 priority 140
!
interface Ethernet0/3.200
encapsulation dot1Q 200
ip address 168.1.2.1 255.255.255.0
ip pim sparse-mode
ip igmp static-group 237.200.10.1
ip igmp static-group 237.200.11.1
vrrp 2 ip 168.1.2.2
vrrp 2 priority 160
!
配置方法:
在边缘路由器上做如下配置:
Router(config-if)#int vlan 200
Router(config-if)#ip add 168.1.2.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#vrrp 1 ip 168.1.2.1
Router(config-if)#vrrp 1 priority 140
ip pim sparse-mode
绑定是:(config-if)#vlan-id dot1q 200
interface Ethernet0/0
ip address 10.110.5.2 255.255.255.0
ip pim sparse-mode
half-duplex
vlan-id dot1q 100
exit-vlan-config
!
SwitchC(config)#ip igmp snooping vlan 100 mrouter interface fa0/0
SwitchC(config)#ip igmp snooping vlan 200 mrouter interface fa0/0
SwitchC(config)#end
SwitchC#sh ip igmp snooping mrouter
Vlan ports
---- -----
100 Fa0/0(static)
200 Fa0/0(static)
SwitchC(config)#ip igmp ?
immediate-leave Leave groups immediately without sending last member query,
use for one host network only
limit IGMP limit
snooping Global IGMP Snooping enable for Catalyst VLANs
ssm-map SSM mapping commands
vrf Select VPN Routing/Forwarding instance
全局使能igmp snooping(默认状态下是使能的)
SwitchC(config)#ip igmp snooping
二层组播静态加入
SwitchC(config)#int vlan 100
SwitchC(config-if)#ip igmp join-group 224.1.1.4
SwitchC(config)#int fa0/0
SwitchC(config-if)#switchport trunk allowed vlan remove 1,1001-1005
相应配置文件会有 interface FastEthernet0/0
switchport trunk allowed vlan 1,100,200,1001-1005
switchport mode trunk
如果console不断提示;
*Mar 1 00:05:25.691: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on Ethernet1/1 (not full duplex), with SwitchA FastEthernet0/0 (full duplex).
则在路由器一端端口配置一条 :
Router(config-if)#duplex full
完整边界路由子接口配置命令列表:(igmp 默认已配置好,为version2,如果没有显示更改版本不显示,否则显示相应版本号)
Router#conf t
Router(config)#int eth1/0.200
Router(config-subif)#encapsulation dot1q 200
Router(config-subif)#vrrp 1 ip 168.1.2.13
Router(config-subif)#vrrp 1 priority 150
Router(config-subif)#ip pim sparse-mode
证明igmp-snooping不能配置证据:
SwitchD(config)#int vlan 100
SwitchD(config-if)#ip igmp ?
access-group IGMP group access group
explicit-tracking Enable/Disable IGMP explicit-tracking
helper-address IGMP helper address
immediate-leave Leave groups immediately without sending last
member query, use for one host network only
join-group IGMP join multicast group
last-member-query-count IGMP last member query count
last-member-query-interval IGMP last member query interval
limit IGMP limit
mroute-proxy Mroute to IGMP proxy
proxy-service Enable IGMP mroute proxy service
querier-timeout IGMP previous querier timeout
query-interval IGMP host query interval
query-max-response-time IGMP max query response value
static-group IGMP static multicast group
unidirectional-link IGMP unidirectional link multicast routing
v3lite Enable/disable IGMPv3 Lite
version IGMP version
参考链接:http://www.docin.com/p-154720926.html
发现:
SwitchD(config)#ip igmp snooping vlan 100 mrouter interface fa0/0
fa0/0是多播的来源端口,配置了其他端口才不会接受不相关的组播 fa0/0为路由连接口
ip igmp snooping vlan 100 配置文件没更改
分享到:
相关推荐
GNS3利用这些设备的IOS(Internetwork Operating System)镜像文件,能够创建虚拟的网络设备实例,让用户在不实际拥有硬件设备的情况下进行配置、实验和故障排查。IOS是思科设备的核心操作系统,包含了网络协议、...
现阶段学习经常使用的路由交换设备主要来自于思科、华为和华三三家 厂商,当然还有中兴、锐捷、神州数码等厂商,这三家的设备操作配置大 致类似,却又不尽相同。...GNS3、 Cisco Packet Tracer、 WEB-IOU、 EVE-NG。
### 如何在GNS3中配置Host与路由器互连 #### 实验背景 GNS3是一款功能强大的网络仿真软件,广泛应用于网络工程师的学习与实验之中。通过GNS3,用户可以模拟复杂的网络环境,进行各种网络配置实验。本文将详细介绍...
GNS3(Graphical Network Simulator 3)是一款强大的网络模拟软件,允许用户在虚拟环境中配置、测试和学习Cisco等网络设备的路由协议和功能。本文将详细探讨"Cisco思科GNS3路由固件-c3640-jk9o3s-mz.124-16a.bin"的...
2. **设备配置与连接**:在GNS3中创建路由器和交换机,通过拖拽和连接线来建立网络连接。 3. **监控与调试**:学习如何使用GNS3的命令行接口(CLI)和日志功能,进行配置验证和故障排查。 通过这个案例,你不仅...
GNS3安装配置指南视频,帮助设置GNS3.
gns3路由配置
gns3防火墙配置 本实验的目的是使用GNS3平台,通过配置两台路由器和防火墙,实现内网可以ping通外网,而外网无法访问内网。下面是实验的详细步骤和知识点总结: 一、实验拓扑图 在GNS3平台上,创建了一个简单的...
例如,GNS3中的某些功能可能与真实设备的行为不完全一致,尤其是在处理内存和配置文件方面。 3. **GNS3版本的影响**:不同的GNS3版本可能有不同的行为特征。确保使用的是最新版本的GNS3,因为新版本通常包含了对...
- **设置设备**:在GNS3工作区,通过“设备”菜单导入需要的Cisco IOS镜像,这些镜像通常以`.bin`或`.iso`格式提供。 - **构建拓扑**:从“库”中选择需要的设备,用鼠标拖放到工作区,然后使用线缆连接它们,形成...
在GNS3中配置网络设备,如路由器,主要通过命令行接口(CLI)进行。用户可以模拟多种Cisco设备,并使用IOS命令进行配置,例如设置接口状态、配置IP地址、启用路由协议等。此外,GNS3还支持图形化界面(GUI)操作,为...
在标签中,“CISCO模拟器”指的是GNS3的主要功能,即模拟Cisco网络设备。Cisco是全球领先的网络解决方案提供商,其设备广泛应用于企业级网络,因此,能够熟练操作和理解Cisco设备对于网络专业人员至关重要。而“GNS3...
GNS3配置详解 GNS3最新发现,端口能起来了 GNS3最新发现,端口能起来了
gns 3 iso 所有cisco的 iso gns 3 iso 所有cisco的 isogns 3 iso 所有cisco的 iso
GNS3(图形化网络模拟器3)是一款强大的网络仿真工具,它允许用户在软件环境中构建、配置和测试网络拓扑。这个压缩包文件包含了GNS3的相关组件,包括虚拟机镜像和IOU(Infrastructure on User-Mode Linux)镜像,...
GNS3中VirtualBox配置!
本资源为思科模拟器GNS3经典版本中文菜单显示,用来做思科模拟实验得心用手。
这些镜像文件在GNS3中作为虚拟设备运行,使得用户可以在不实际拥有物理设备的情况下,模拟和测试Cisco路由器的配置和功能。例如,c3660适用于中小型企业环境,c3725和c3745则提供了更强大的处理能力和更多的接口选项...
GNS3(图形网络模拟器3)是一款强大的网络模拟软件,它允许用户在虚拟环境中配置、测试和学习网络协议及设备。GNS3的核心功能是通过模拟Cisco IOS(Internetwork Operating System)来运行路由器和交换机,使得网络...
3. **GNS3基本配置**:安装后,需要进行一些基本设置,包括配置GNS3的工作路径、安装所需的Cisco IOS镜像以及计算设备的idle值。 **GNS3基本配置** - **路径配置**:设置GNS3启动时需要用到的各种工具和脚本的路径...