Dell PowerConnect 6248 Configuration Guide - Page 157

Multicast Routing and IGMP Snooping, Enable IGMP snooping on VLAN 100.

Page 157 highlights

Multicast Routing and IGMP Snooping In this example, ports 1/g5 and 1/g10 are members of VLAN 100, and port 1/g15 is a member of VLAN 200. Both VLANs are configured as VLAN routing interfaces and are in different subnets. IGMP snooping is configured on VLAN 100 so that a member port will receive multicast data only if it sends an IMGP join message for that multicast group. IGMP and PIM-DM are enabled on each VLAN so that multicast data sent from a port on VLAN 200 can be routed to VLAN 100. NOTE: If multicast routing and IGMP snooping are configured on the same switch, do not use the commands bridge multicast filtering forward-all or bridge multicast filtering forbidden on the VLAN interfaces. These commands should be used in IGMP Snooping configurations only. 1 Create VLANs 100 and 200. console#configure console(config)#vlan database console(config-vlan)#vlan 100,200 2 Enable IGMP snooping on VLAN 100. console(config-vlan)#ip igmp snooping 100 console(config-vlan)#exit 3 Enable routing on the switch. console(config)#ip routing 4 Configure VLAN 100 as a VLAN routing interface and assign an IP address and subnet mask. console(config)#interface vlan 100 console(config-if-vlan100)#routing console(config-if-vlan100)#ip address 10.10.10.1 255.255.255.0 5 Enable IGMP and PIM-DM on the VLAN routing interface console(config-if-vlan100)#ip igmp console(config-if-vlan100)#ip pimdm NOTE: When you enable PIM-DM on the VLAN routing interface, PIM-SM is automatically enabled. This is a known limitation. Only one multicast routing protocol can be enabled globally on the switch at a time, so the PIM mode that is enabled globally is the PIM mode that is active on the interface. 6 Configure VLAN 200 as a VLAN routing interface and assign an IP address and subnet mask. console(config)#interface vlan 200 console(config-if-vlan200)#routing console(config-if-vlan200)#ip address 20.20.20.1 255.255.255.0 7 Enable IGMP and PIM-DM on the VLAN routing interface console(config-if-vlan200)#ip igmp console(config-if-vlan200)#ip pimdm Multicast 157

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176

Multicast
157
Multicast Routing and IGMP Snooping
In this example, ports 1/g5 and 1/g10 are members of VLAN 100, and port 1/g15 is a member of VLAN
200. Both VLANs are configured as VLAN routing interfaces and are in different subnets. IGMP
snooping is configured on VLAN 100 so that a member port will receive multicast data only if it sends an
IMGP join message for that multicast group. IGMP and PIM-DM are enabled on each VLAN so that
multicast data sent from a port on VLAN 200 can be routed to VLAN 100.
NOTE:
If multicast routing and IGMP snooping are configured on the same switch, do not use the commands
bridge multicast filtering forward-all
or
bridge multicast filtering forbidden
on the VLAN interfaces. These
commands should be used in IGMP Snooping configurations only.
1
Create VLANs 100 and 200.
console#
configure
console(config)#
vlan database
console(config-vlan)#
vlan
100,200
2
Enable IGMP snooping on VLAN 100.
console(config-vlan)#
ip igmp snooping 100
console(config-vlan)#
exit
3
Enable routing on the switch.
console(config)#
ip routing
4
Configure VLAN 100 as a VLAN routing interface and assign an IP address and subnet mask.
console(config)#
interface vlan 100
console(config-if-vlan100)#
routing
console(config-if-vlan100)#
ip address
10.10.10.1
255.255.255.0
5
Enable IGMP and PIM-DM on the VLAN routing interface
console(config-if-vlan100)#
ip igmp
console(config-if-vlan100)#
ip pimdm
NOTE:
When you enable PIM-DM on the VLAN routing interface, PIM-SM is automatically enabled. This is a
known limitation. Only one multicast routing protocol can be enabled globally on the switch at a time, so the
PIM mode that is enabled globally is the PIM mode that is active on the interface.
6
Configure VLAN 200 as a VLAN routing interface and assign an IP address and subnet mask.
console(config)#
interface vlan 200
console(config-if-vlan200)#
routing
console(config-if-vlan200)#
ip address
20.20.20.1
255.255.255.0
7
Enable IGMP and PIM-DM on the VLAN routing interface
console(config-if-vlan200)#
ip igmp
console(config-if-vlan200)#
ip pimdm