Download commands - D-Link
Transcript
DAS-3600 Series Ethernet over VDSL Switch CLI Reference Manual show igmp_snooping rate_limit Purpose Used to show rate limitation. Syntax show igmp_snooping rate_limit [ports <portlist>|vlanid <vlanid_list>] Description This command is used to display the rate of IGMP control packet that is allowed per port or VLAN. Parameters <portlist> − Specifies a port or range of ports that will be displayed. <vlanid_list> − Specifies a VLAN or range of VLANs that will be displayed. Restrictions Only Administrator and Operator-level users can issue this command. Example usage: To show rate limitation: DAS-3626:admin#show igmp_snooping rate_limit ports 1 Command: show igmp_snooping rate_limit ports 1 Port -------1 Rate Limitation --------------No Limitation Total Entries: 1 DAS-3626:admin# config igmp_snooping rate_limit Purpose Used to show rate limitation. Syntax config igmp_snooping rate_limit [ports <portlist>|vlanid <vlanid_list>] [<value 1-1000> | no_limit] Description This command is used to configure the rate of IGMP control packets that are allowed per port or VLAN. Parameters <portlist> − Specifies a port or range of ports that will be displayed. <vlanid_list> − Specifies a VLAN or range of VLANs that will be displayed. <value 1-1000> − Specifies the rate of IGMP control packet that the switch can process on a specific port. The rate is specified in packets per second. The packets that exceeds the limited rate will be dropped. The default setting is no_limit. no_limit – Allows users to configure the rate limitation to no limit. Restrictions Only Administrator and Operator-level users can issue this command. Example usage: To configure rate limitation: DAS-3626:admin#config igmp_snooping rate_limit ports 1 100 Command: config igmp_snooping rate_limit ports 1 100 Success. DAS-3626:admin# 169