DXS-3600-32S CLI Reference Guide

Add to My manuals
596 Pages

advertisement

DXS-3600-32S CLI Reference Guide | Manualzz

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

IGMP Snooping Commands

23-1 ip igmp snooping

This command is used to enable the IGMP Snooping state. Use the no form of this command to disable the IGMP

Snooping state.

ip igmp snooping no ip igmp snooping

Parameters

Default

Command Mode

None.

Disabled on global switch and each VLAN interface.

Global Configuration Mode and Interface Configuration Mode.

Command Default Level

Level: 8

Usage Guideline

In the global configuration mode, you can enable or disable the IGMP Snooping global state, and in the interface configuration mode, you can enable or disable the

IGMP Snooping interface state.

For a VLAN to operate with IGMP Snooping, both the global state and per interface state must be enabled.

You can verify your configuration through command show ip igmp snooping.

Example

This example shows how to enable the IGMP Snooping global state.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#ip igmp snooping

DXS-3600-32S(config)#

Example

This example shows how to disable the IGMP Snooping state on interface VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#no ip igmp snooping

DXS-3600-32S(config-vlan)#

23-2 ip igmp snooping fast-leave

This command is used to enable IGMP Snooping fast leave function. Use the no form of this command to disable this function.

ip igmp snooping fast-leave no ip igmp snooping fast-leave

Parameters

Default

None.

By default, this option is disabled.

Command Mode

Interface Configuration Mode.

Command Default Level

Level: 8

Usage Guideline

IGMP Snooping fast-leave processing allows removing a member interface from the membership entry without sending out IGMP group-specific queries, so that make the leaving more quickly. Upon receiving a group-specific IGMPv2 leave message or

IGMPv3 TO_INCLUDE(NULL), if the host is the last member of group on the interface, IGMP Snooping immediately removes the interface from the membership table entry for that multicast group.

To verify your configuration, use show ip igmp snooping.

238

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to enable the IGMP Snooping fast leave function.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#ip igmp snooping fast-leave

DXS-3600-32S(config-vlan)#

Example

This example shows how to disable IGMP Snooping fast leave.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#no ip igmp snooping fast-leave

DXS-3600-32S(config-vlan)#

23-3 ip igmp snooping mrouter

This command is used to configure the specified interface(s) as the multicast router interface(s) or as forbidden to be multicast router interface(s) on the switch. Use the no form of this command to remove the interface(s) from multicast router interface(s) or forbidden multicast router ports.

ip igmp snooping mrouter [forbidden] {interface INTERFACE-TYPE INTERFACE-ID [, | -] | port-channel

GROUP-ID}

no ip igmp snooping mrouter [forbidden] {interface INTERFACE-TYPE INTERFACE-ID [, | -] | port-channel

GROUP-ID}

Parameters forbidden

INTERFACE-TYPE

,

INTERFACE-ID

-

GROUP-ID

Specifies an interface that cannot be multicast router interface.

Specifies the interface type. Possible valid value is tenGigabitEthernet.

Specifies the port number.

Specifies a series of ports, or separate a range of ports from a previous range. No space before and after the comma.

Specifies a range of ports. No space before and after the hyphen.

Specifies the port-channel number.

Default

Command Mode

None.

Interface Configuration Mode.

Command Default Level

Level: 8

Usage Guideline

This command specifies the interfaces to be static multicast router interfaces or to be forbidden router interfaces.

To verify your configuration, use show ip igmp snooping mrouter.

Example

This example shows how to configure interface 1 to be static multicast router interface on VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#ip igmp snooping mrouter interface tenGigabitEthernet 1

DXS-3600-32S(config-vlan)#

Example

This example shows how to configure port-channel 5 as the static multicast router interface on VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#ip igmp snooping mrouter port-channel 5

DXS-3600-32S(config-vlan)#

239

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to delete port-channel 1 from the static multicast router interface in VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#no ip igmp snooping mrouter port-channel 1

DXS-3600-32S(config-vlan)#

Example

This example shows how to configure port-channel 1 as forbiddened multicast router interface in VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#ip igmp snooping mrouter forbidden port-channel 1

DXS-3600-32S(config-vlan)#

23-4 ip igmp snooping dyn-mr-aging-time

This command is used to configure the aging out time for dynamic multicast router interface. To restore the default value, use the no form of this command.

ip igmp snooping dyn-mr-aging-time SECONDS

no ip igmp snooping dyn-mr-aging-time

Parameters

SECONDS

Specifies the aging out time for dynamic router port, in second. The range is 10 to

65535.

Default

Command Mode

300 seconds.

Global Configuration Mode.

Command Default Level

Level: 8

Usage Guideline

When you enable IGMP Snooping, the switch will consider an interface connected to a multicast router when receiving multicast packets which are PIM control messages, DVMRP control messages or IGMP query messages with non-zero source IP on that interface. This command is used to configure the aging out time of these dynamically learned router interfaces.

To verify your configuration, use command show ip igmp snooping.

Example

This example shows how to configure the aging out time of those dynamically learned router interface to 100 seconds.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#ip igmp snooping dyn-mr-aging-time 100

DXS-3600-32S(config)#

Example

This example shows how to restore the default value of dynamic router interface aging out time.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#no ip igmp snooping dyn-mr-aging-time

DXS-3600-32S(config)#

23-5 ip igmp snooping querier

This command is used to enable the IGMP Snooping querier state. To disable the querier state, use the no form of this command.

240

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

ip igmp snooping querier no ip igmp snooping querier

Parameters

Default

None.

By default, this option is disabled.

Command Mode

Interface Configuration Mode.

Command Default Level

Level: 8

Usage Guideline

This command is used to enable the IGMP Snooping querier state. Note that if IGMP is enabled, IGMP Snooping querier will be automatically disabled on the interface.

To verify your configuration, you can use show ip igmp snooping querier.

Example

This example shows how to enable IGMP Snooping querier state on VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#ip igmp snooping querier

DXS-3600-32S(config-vlan)#

Example

This example shows how to disable IGMP Snooping querier state on VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#no ip igmp snooping querier

DXS-3600-32S(config-vlan)#

23-6 ip igmp snooping static-group

This command is used to directly add an interface list or a port-group to a multicast group. Use the no form of this command to remove the setting.

ip igmp snooping static-group GROUP-ADDRESS {interface INTERFACE-TYPE INTERFACE-ID [, | -] | group-

channel GROUP-ID}

no ip igmp snooping static-group GROUP-ADDRESS {interface INTERFACE-TYPE INTERFACE-ID [, | -] |

group-channel GROUP-ID}

Parameters

GROUP-ADDRESS

,

INTERFACE-TYPE

INTERFACE-ID

-

GROUP-ID

Specifies the address of the multicast group. This is a multicast IP address in fourpart dotted-decimal notation.

Specifies the interface type. The only possible valid value is tenGigabitEthernet.

Specifies the port number.

Specifies a series of ports, or separate a range of ports from a previous range. No space before and after the comma.

Specifies a range of ports. No space before and after the hyphen.

Specifies the port-channel number.

Default

Command Mode

No any static group is configured.

Interface Configuration Mode.

Command Default Level

Level: 8

241

Usage Guideline

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

This command allows users to create an IGMP Snooping static group and add static members to this group. A member interface configured in a static group will be processed as the IGMP Snooping ever receiving IGMP group subscribing message on it. Any traffic destined to the static group in the VLAN will be forwarded to all dynamic learned and static configured member ports. Only one difference from dynamic group member, a static group member won’t be aged out, and it can only be manually removed.

To verify you configuration, use command show ip igmp snooping static-group.

Example

This example shows how to configure interface 2-4 to be static member interfaces for group 235.0.0.0 in VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#ip igmp snooping static-group 235.0.0.0 interface tenGigabitEthernet

2-4

DXS-3600-32S(config-vlan)#

Example

This example shows how to delete interface 2 from group 235.0.0.0 in VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#no ip igmp snooping static-group 235.0.0.0 interface tenGigabitEthernet 2

DXS-3600-32S(config-vlan)#

23-7 ip igmp snooping max-response-time

This command is used to configure the max response time in IGMP Snooping. To restore the default value, use the no form of this command.

ip igmp snooping max-response-time SECONDS

no ip igmp snooping max-response-time

Parameters

SECONDS

Specifies the maximum time in seconds of waiting for reports from members. The range is 1 to 25 seconds.

Default

10 seconds.

Command Mode

Interface Configuration Mode.

Command Default Level

Level: 8

Usage Guideline

The max response time is used to calculate the Max Resp Code inserted into the periodic general queries. By varying the time, an administrator may tune the burstiness of IGMP messages on the network; larger values make the traffic less bursty, as host responses are spread out over a larger interval. The number of seconds represented by the max response time must be less than the Query

Interval.

To verify your configuration, you can use show ip igmp snooping.

Example

This example shows how to configure IGMP Snooping querier max response time to be 11 seconds on VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#ip igmp snooping max-response-time 11

DXS-3600-32S(config-vlan)#

242

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to restore the default value of IGMP Snooping max response time on VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#no ip igmp snooping max-response-time

DXS-3600-32S(config-vlan)#

23-8 ip igmp snooping query-interval

This command is used to configure the interval between general queries sent by IGMP Snooping querier. To restore the default value, use the no form of this command.

ip igmp snooping query-interval SECONDS

no ip igmp snooping query-interval

Parameters

SECONDS

Specifies the amount of time in seconds between general query transmissions. The range is 1 to 31744 seconds.

Default

Command Mode

125 seconds.

Interface Configuration Mode.

Command Default Level

Level: 8

Usage Guideline

The query interval is the interval between General Queries sent by the Querier. By varying the query interval, an administrator may tune the number of IGMP messages on the network; larger values cause IGMP Queries to be sent less often.

To verify your configuration, you can use show ip igmp snooping.

Example

This example shows how to configure the IGMP Snooping query interval to be 60 seconds on VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#ip igmp snooping query-interval 60

DXS-3600-32S(config-vlan)#

Example

This example shows how to restore the default value of IGMP Snooping query interval on VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#no ip igmp snooping query-interval

DXS-3600-32S(config-vlan)#

23-9 ip igmp snooping version

This command is used to configure the IGMP version in IGMP Snooping. To restore the default version, use the no form of this command.

ip igmp snooping version {1 | 2 | 3} no ip igmp snooping version

Parameters

{1 | 2 | 3}

Specifies the three version numbers, ranging 1 to 3.

243

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Default

Command Mode

By default, this value is 3.

Interface Configuration Mode.

Command Default Level

Level: 8

Usage Guideline

IGMP Snooping can be configured to one of the three versions: v1, v2 and v3. When it is configured to v1, it means the IGMP Snooping will run in v1 compatibility mode.

When it is configured to v2, it means the IGMP Snooping will run in v2 compatibility mode. Version 3 is just the IGMP Snooping running version.

In spite of the version configured on the switch, IGMP Snooping will process

IGMPv1/v2/v3 report/leave packet as defined in RFC 3376 (IGMPv3). The difference behaves in different version is the IGMP general query transmitting and the querier electing when the querier state is enabled.

General Query Transmit:

• When configured to version 1, IGMP Snooping will only send IGMPv1 general query packet.

• When configured to version 2, IGMP Snooping will only send IGMPv2 general query packet.

• When configured to version 3, IGMP Snooping will only send IGMPv3 general query packet.

Querier Elect:

• When configured to version 1, IGMP Snooping will always act as querier, and will not initiate a new Querier electing no matter what the IGMP query packet it received.

• When configured to version 2 or version 3, IGMP Snooping will initiate a new querier electing if any IGMP v2 or v3 query packet is received. When receiving an IGMP v1 Query packet, IGMP Snooping won’t initiate a new querier electing.

To verify your configuration, you can use show ip igmp snooping.

Example

This example shows how to configure the IGMP Snooping version to be 2 on VLAN

1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#ip igmp snooping version 2

DXS-3600-32S(config-vlan)#

Example

This example shows how to restore the default version on VLAN 1.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#vlan 1

DXS-3600-32S(config-vlan)#no ip igmp snooping version

DXS-3600-32S(config-vlan)#

23-10 clear ip igmp snooping statistics

This command is used to clear IGMP Snooping statistics counter on the switch.

clear ip igmp snooping statistics

Parameters

Default

None.

None.

Command Mode

Global Configuration Mode.

Command Default Level

Level: 8

244

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

This command is used to clear IGMP Snooping statistics counter.

Usage Guideline

Example

This example shows how to clear the IGMP Snooping statistics counter.

DXS-3600-32S#configure terminal

DXS-3600-32S(config)#clear ip igmp snooping statistics

DXS-3600-32S(config)#

23-11 show ip igmp snooping

This command is used to display the IGMP Snooping related configurations.

show ip igmp snooping [vlan VLAN-ID]

Parameters

VLAN-ID

Specifies the VLAN ID. Display information on the specified VLAN. The range is 1 to

4094.

Default

None.

Command Mode

Privileged EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

This command is used to display IGMP Snooping related configurations. If no parameter is specified, this command will display IGMP Snooping configurations on all VLANs.

Example

This example shows how to display the IGMP Snooping configurations on all VLANs.

DXS-3600-32S#show ip igmp snooping

IGMP Snooping Global State : Enabled

Dynamic Mrouter Aging Time : 300 seconds

VLAN #1 Configuration

IGMP Snooping State : Disabled

Fast Leave : Disabled

Querier State : Disabled

Version : V3

Query Interval : 125 seconds

Max Response Time : 10 seconds

Total Entries: 1

DXS-3600-32S#

Example

This example shows how to display the IGMP Snooping configurations on VLAN 1.

DXS-3600-32S#show ip igmp snooping vlan 1

IGMP Snooping State : Disabled

Fast Leave : Disabled

Querier State : Disabled

Version : V3

Query Interval : 125 seconds

Max Response Time : 10 seconds

DXS-3600-32S#

245

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Display Parameters Description

IGMP Snooping Global State Specify IGMP Snooping global state. Use the ip igmp snooping command, in the global configuration mode, to configure this state.

Dynamic Mrouter Aging Time Specify IGMP Snooping dynamically learned multicast router interface aging out time, as specified with command ip igmp snooping dyn-mr-aging-time.

IGMP Snooping State

Specify IGMP Snooping VLAN state, as specified with the ip igmp snooping command in interface configuration mode.

Fast Leave

Querier State

Specify IGMP Snooping fast-leave state, as specified with the ip igmp snooping

fast-leave command.

Specify IGMP Snooping querier state, as specified with the ip igmp snooping

querier command.

Query Interval

Max Response Time

Specify the IGMP Snooping query interval which is configured by command ip igmp

snooping query-interval.

Indicates the max response time which is configured by command ip igmp

snooping max-response-time.

23-12 show ip igmp snooping querier

This command is used to display IGMP Snooping querier electing information.

show ip igmp snooping querier [vlan VLAN-ID]

Parameters

VLAN-ID

Specifies the VLAN ID. Display the specified VLAN information.

Default

None.

Command Mode

Privileged EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

Use this command to check the IGMP Snooping querier electing information. If no parameter is added, this command will display querier information on all VLANs.

Example

This example shows how to display querier information for all VLANs.

DXS-3600-32S#show ip igmp snooping querier

VLAN #1

Querier Role : Non-Querier

Querier IP : 0.0.0.0

Querier Expiry Time : -

DXS-3600-32S#

Example

This example shows how to display querier information for VLAN 1.

DXS-3600-32S#show ip igmp snooping querier vlan 1

VLAN #1

Querier Role : Non-Querier

Querier IP : 0.0.0.0

Querier Expiry Time : -

DXS-3600-32S#

246

Display Parameters

Querier Role

Querier IP

Querier Expiry Time

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Description

The querier role of the querier electing. It can be Querier or Non-Querier. Querier means the local switch is selected as IGMP querier on the VLAN, and Non-Querier means the local switch is not selected as IGMP querier.

The querier’s IP address on this VLAN.

The elected querier expiring time. ”-” means the local switch is querier, and it won’t be expired.

23-13 show ip igmp snooping groups

This command is used to display IGMP Snooping dynamic group information.

show ip igmp snooping groups [GROUP-ADDRESS | vlan VLAN-ID]

Parameters

GROUP-ADDRESS

VLAN-ID

Specifies the group IP address you want to display. If no group address specified, all

IGMP group information will be displayed.

Specifies the VLAN ID. Display the specified VLAN information.

Default

None.

Command Mode

Privileged EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

This command is used to display IGMP Snooping dynamically learned group information.

Example

This example shows how to display the IGMP Snooping group information of all

VLANs.

DXS-3600-32S#show ip igmp snooping groups

IGMP Snooping Connected Group Membership:

VLAN ID Group address Source address FM Exp(sec) Interface

------- --------------- --------------- -- -------- ---------

1 232.0.0.1 192.168.1.11 IN 258 21

EX 244 11

1 232.0.0.1 192.168.1.12 IN 258 21

EX 244 11

1 232.0.0.1 * EX 244 -

Total entries: 3

DXS-3600-32S#

247

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows IGMP Snooping group information on VLAN 1.

DXS-3600-32S#show ip igmp snooping groups vlan 1

IGMP Snooping Connected Group Membership:

VLAN ID Group address Source address FM Exp(sec) Interface

------- --------------- --------------- -- -------- ---------

1 232.0.0.1 192.168.1.11 IN 257 21

1 232.0.0.1 192.168.1.12 IN 257 21

Total entries: 2

DXS-3600-32S#

Example

This example shows IGMP Snooping group information for specific group 230.1.1.1.

DXS-3600-32S#show ip igmp snooping groups 230.1.1.1

IGMP Snooping Connected Group Membership:

VLAN ID Group address Source address FM Exp(sec) Interface

------- --------------- --------------- -- -------- ---------

1 230.1.1.1 14.1.1.11 EX 258 1

Total entries: 1

DXS-3600-32S#

Display Parameters

VLAN ID

Group address

FM

Source address

Exp

-

Port

Description

Displays the VLAN ID.

Displays the Group IP address.

Group filter mode. “EX” means exclude and “IN” means include.

Displays the Source IP address.

The expiring time of this group.

This group is auto created by protocol.

The physic interface or port-channel which learned this group.

23-14 show ip igmp snooping static-group

This command is used to display the statically configured IGMP groups.

show ip igmp snooping static-group [GROUP-ADDRESS | vlan VLAN-ID]

Parameters

GROUP-ADDRESS

VLAN-ID

Specifies the group IP address you want to display. If no group address specified, all static IGMP group information will be displayed.

Specifies the VLAN ID. Display the specified VLAN information.

Default

Command Mode

None.

Privileged EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

This command is used to display IGMP snooping static group information. If no parameter is specified, this command will display IGMP snooping static group information on all VLANs.

248

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to display the IGMP snooping static group information of all

VLANs.

DXS-3600-32S#show ip igmp snooping static-group

VLAN ID Group address Interface

-------------- --------------- ----------------------

1 235.0.0.0 3-4

2 234.1.1.1 4

Total Entries : 2

DXS-3600-32S#

Example

This example shows how to display the IGMP snooping static group information on

VLAN 1.

DXS-3600-32S#show ip igmp snooping static-group vlan 1

VLAN ID Group Address Interface

------- --------------- ------------------------

1 235.0.0.0 3-4

Total Entries: 1

DXS-3600-32S#

Example

This example shows how to display the IGMP snooping static group information for specific group 235.0.0.0

DXS-3600-32S#show ip igmp snooping static-group 235.0.0.0

VLAN ID Group Address Interface

------- --------------- ------------------------

1 235.0.0.0 3-4

Total Entries: 1

DXS-3600-32S#

Display Parameters

Group address

Port

Description

Specify the group address.

The member interfaces configured in the static group.

23-15 show ip igmp snooping mrouter

This command is used to display IGMP Snooping multicast router interface information.

show ip igmp snooping mrouter [vlan VLAN-ID]

Parameters

VLAN-ID

Specifies the VLAN ID. Display the specified VLAN information.

Default

None.

Command Mode

Privileged EXEC Mode.

Command Default Level

Level: 3

249

Usage Guideline

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

This command is used to display IGMP Snooping multicast router interface information. If no parameter is specified, this command will display IGMP Snooping multicast router interface information on all VLANs.

Example

This example shows how to display the IGMP Snooping multicast router interface information of all VLANs.

DXS-3600-32S#show ip igmp snooping mrouter

VLAN ID Interface

-----------------------------------

1 1,T5 (static)

T1 (forbidden)

2 4 (static)

9 (dynamic)

DXS-3600-32S#

Example

This example shows how to display the IGMP Snooping multicast router interface information on VLAN 1.

DXS-3600-32S#show ip igmp snooping mrouter vlan 1

VLAN ID Interface

-----------------------------------

1 1,T5 (static)

T1 (forbidden)

DXS-3600-32S#

Display Parameters static forbidden dynamic

Description

Static mrouter interface information, which is configured by command ip igmp

snooping vlan mrouter.

Forbidden mrouter interface information, which is configured by command ip igmp

snooping vlan mrouter forbidden.

Dynamically learned mrouter interface information.

23-16 show ip igmp snooping forwarding-table

This command is used to display IGMP Snooping forwarding information.

show ip igmp snooping forwarding-table [vlan VLAN-ID]

Parameters

VLAN-ID

Specifies the VLAN ID. Display the information on the specified VLAN. The range is

1 to 4094.

Default

Command Mode

None.

Privileged EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

This command is used to display IGMP Snooping forwarding information. If no parameter is specified, this command will display IGMP Snooping forwarding information on all VLANs.

250

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to display all IGMP Snooping forwarding information on the switch.

DXS-3600-32S#show ip igmp snooping forwarding-table

(Group, Source) Forwarding Interface

-------------------------------------------------------------

VLAN #1

(225.0.0.3, 10.71.57.1) 3-10

(225.0.0.4, 10.71.57.1) 3, 8

(225.0.0.5, 10.71.57.1) 1, 7

VLAN #3

(226.0.0.1, 3.3.2.1) 3-10

Total Entries : 4

DXS-3600-32S#

Example

This example shows how to display IGMP Snooping forwarding information on VLAN

1.

DXS-3600-32S#show ip igmp snooping forwarding-table vlan 1

(Group, Source) Forwarding Interface

-------------------------------------------------------------

(225.0.0.3, 10.71.57.1) 3-10

(225.0.0.4, 10.71.57.1) 3, 8

(225.0.0.5, 10.71.57.1) 1, 7

Total Entries : 3

DXS-3600-32S#

Display Parameters

Group

Source

Forwarding Interface

Description

Group IP address of the multicast stream.

Source IP of the multicast stream.

Forwarding outgoing interface of the multicast stream.

23-17 show ip igmp snooping statistics

This command is used to display IGMP Snooping statistics counter information.

show ip igmp snooping statistics [vlan VLAN-ID]

Parameters

VLAN-ID

Specifies the VLAN ID. Display the specified VLAN information.

Default

None.

Command Mode

Privileged EXEC Mode.

Command Default Level

Level: 3

Usage Guideline

This command is used to display IGMP Snooping statistics counter information. If no parameter is specified, this command will display IGMP Snooping statistics counter information on all VLANs.

251

DXS-3600-32S 10GbE Layer 2/3 Switch CLI Reference Guide

Example

This example shows how to display IGMP Snooping statistics counter information on the whole switch, and it will only display the IGMP Snooping enabled VLAN interface.

DXS-3600-32S#show ip igmp snooping statistics

VLAN #1

--------------------------------------------------

Group Number : 2

Receive Statistics

IGMP Query v1/v2/v3 : 0/29/76

IGMP Report v1/v2/v3 : 0/65/0

IGMP Leave : 6

Transmit Statistics

IGMP Query v1/v2/v3 : 0/38/76

IGMP Report v1/v2/v3 : 0/0/0

IGMP Leave : 0

VLAN #2

--------------------------------------------------

Group Number : 1

Receive Statistics

IGMP Query v1/v2/v3 : 0/0/2

IGMP Report v1/v2/v3 : 0/0/6

IGMP Leave : 2

Transmit Statistics

IGMP Query v1/v2/v3 : 0/0/6

IGMP Report v1/v2/v3 : 0/0/0

IGMP Leave : 0

DXS-3600-32S#

Example

This example shows how to display IGMP Snooping statistics counter information on

VLAN 1.

DXS-3600-32S#show ip igmp snooping statistics vlan 1

VLAN #1

--------------------------------------------------

Group Number : 1

Receive Statistics

IGMP Query v1/v2/v3 : 0/29/76

IGMP Report v1/v2/v3 : 0/65/0

IGMP Leave : 6

Transmit Statistics

IGMP Query v1/v2/v3 : 0/38/76

IGMP Report v1/v2/v3 : 0/0/0

IGMP Leave : 0

DXS-3600-32S#

252

advertisement

Related manuals

advertisement

Table of contents