Дерево страниц
Перейти к концу метаданных
Переход к началу метаданных

ip igmp snooping enable

This command is used to enable IGMP snooping on all PLC modules in CONFIG mode for all VLANs and in VLAN mode for the configured VLAN.

The use of the negative form of the command (no) disables the IGMP snooping function.

IGMP Snooping is a feature that allows to determine which devices on the network participate in multicast groups and address traffic to the appropriate ports.

Syntax

[no] ip igmp snooping enable

Parameters

The command contains no arguments.

Command mode

CONFIG

VLAN

Example

ma4000(vlan-2)# ip igmp snooping enable

IGMP snooping function is enabled for VLAN 2.

ip igmp snooping pp4x enable

This command is used to enable the IGMP snooping function in CONFIG mode for the PP4X module and in VLAN mode for the configured VLAN.

The use of the negative form of the command (no) disables the IGMP snooping function.

Syntax

[no] ip igmp snooping pp4x enable

Parameters

The command contains no arguments.

Command mode

CONFIG

VLAN

Example

ma4000(vlan-2)# ip igmp snooping pp4x enable

ip igmp snooping slot enable

This command is used to enable IGMP snooping function:

  • in CONFIG mode for a specific PLC8 module globally;
  • in VLAN mode for configured VLAN on a specific PLC8 module.

The use of the negative form of the command (no) disables the IGMP snooping function.

Syntax     

[no] ip igmp snooping slot <ID> enable

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Command mode

CONFIG

VLAN

Example 1

ma4000(config)# ip igmp snooping slot 3 enable

IGMP snooping function is enabled for 3rd PLC8 module.

Example 2

ma4000(vlan-2)# ip igmp snooping slot 3 enable

For VLAN 2, IGMP snooping is enabled on 3rd PLC8 module.

ip igmp pp4x query-interval

This command is used to set the request interval for the current VLAN for the PP4X module.

The timeout by which the system sends requests to all members of the multicast group to check their activity. If a subscriber does not send a reply to this request within a certain period of time (sets by the  command), the system considers that the subscriber has left the multicast group and deletes it from the multicast group.

The use of a negative form (no) of the command sets the default request interval value.

Syntax     

ip igmp  pp4x query-interval <PARAM>
no ip igmp pp4x query-interval

Parameters

<PARAM> – request interval, may take values [30 .. 600], specified in seconds.

Default value

125 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp pp4x query-interval 100

The request period is set to 100 sec.

ip igmp slot query-interval

This command is used to set the request interval for the current VLAN for the certain PLC8 module.

The use of a negative form (no) of the command sets the default request interval value.

Default value is 125 seconds.

Syntax     

ip igmp  slot <ID>  query-interval <PARAM>
no ip igmp slot <ID>  query-interval

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers in using comma ( , ) or specify the range using hyphen ( - );

<PARAM> – request interval, may take values [30 .. 600], specified in seconds.

Default value

125 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp slot 4 query-interval 100

The request period is set to 100 s for the 4th PLC8 module.

ip igmp unregistered ip4-mc

This command is designed for processing unregistered multicast traffic of IPv4. Defines whether to discard unregistered multicast traffic or distribute it to all ports.

Syntax     

ip igmp unregistered ip4-mc <ACT>

Parameters

<ACT> – allocated action:

  • drop – drop packets, for which destination port is not defined;
  • flood – pass packets, for which destination port is not defined;

Default value

flood 

Command mode

CONFIG

Example

ma4000(config)# ip igmp unregistered ip4-mc drop

Unregistered multicast traffic of IPv4 will be discarded.

ip igmp pp4x query-response-interval

This command is used to set the reply interval for the current VLAN for the PP4X module.

The reply interval is the time during which a subscriber must send a request for the system to consider it active in the multicast group.

The use of a negative form (no) of the command sets the default value.                      

Syntax     

ip igmp pp4x query-response-interval <PARAM>
no ip igmp pp4x query-response-interval

Parameters

<PARAM> – reply interval, may take values [5 .. 200], specified in seconds.

Default value

100 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp pp4x query-response-interval 125

Reply interval is set to 125 seconds

ip igmp slot query-response-interval

This command is used to set the reply interval for the configured VLAN for the PLC8 module. 

The use of a negative form (no) of the command sets the default value.                       

Syntax     

ip igmp slot <ID> query-response-interval <PARAM>
no ip igmp slot <ID> query-response-interval

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers in using comma ( , ) or specify the range using hyphen ( - );

<PARAM> – reply interval, may take values [5 .. 200], specified in seconds.

Default value

100 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp slot 4 query-response-interval 125

The request response interval is set to 125 seconds for the 4th PLC8 module.

ip igmp pp4x last-member-query-interval

This command is used to set the request interval for the last participant for the PP4X module.

When leaving the multicast group, the subscriber sends the corresponding packets to the IGMP proxy server. The system sends a request to the last participant in response before deleting him from the multicast group. If a subscriber does not send a reply to this request within a certain period of time, the system considers that the subscriber has left the multicast group and deletes it from the multicast group.

The use of a negative form (no) of the command sets the default value.       

Syntax     

ip igmp pp4x last-member-query-interval <PARAM>
no ip igmp pp4x last-member-query-interval

Parameters

<PARAM> – last participant request interval, my take values [1 .. 25]  seconds.

Default value

10 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp pp4x last-member-query-interval 25

The last participant request period is set to 25 sec.

ip igmp slot last-member-query-interval

This command sets the request interval for the last participant for the specified PLC8 module. The use of a negative form (no) of the command sets the default value.    

Syntax     

ip igmp slot <ID>  last-member-query-interval <PARAM>
no ip igmp slot <ID>  last-member-query-interval <PARAM>

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

<PARAM> – last participant request interval, my take values [1 .. 25]  seconds.

Default value

10 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp slot 4 last-member-query-interval 25

The last participant request period is set to 25 s for the 4th PLC8 module.

ip igmp pp4x robustness

This command sets the robustness value (measure that determine the system reliability) for the PP4X module. Defines the validity period for the member and the packet retransmission counter. If the subnet is unstable and subject to packet loss, the robustness value should be increased. The use of a negative form (no) of the command sets the default value.

Syntax     

ip igmp pp4x robustness <PARAM>
no ip igmp pp4x robustness

Parameters

<PARAM> – robustness value, specified in the range [1 .. 10].

Default value

2

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp pp4x robustness 5

ip igmp slot <ID> robustness

This command sets the robustness value for PLC8 module.

The use of a negative form (no) of the command sets the default value.

Syntax     

ip igmp slot <ID>  robustness <PARAM>
no ip igmp slot <ID> robustness

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

<PARAM> – robustness value, specified in the range [1 .. 10].

Default value

2

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp slot 3 robustness 5

For the 3rd PLC8 module the system reliability value 5 is set for the current VLAN.

ip igmp snooping mrouter add

This command is used to add the port that is connected to a multicast router for the selected VLAN.

Syntax     

ip igmp snooping mrouter add <INTERFACE> <RANGE>

Parameters

<INTERFACE> – interface type: front-port; port-channel. The description of interfaces is given in Table 4.1.

<RANGE> – interface number. The range of values and numbering rules are described in Table 4.1. If you specify the value 'all' in the command, all interfaces of the given type will be specified.
You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Command mode

VLAN

Example

ma4000(vlan-2-5)# ip igmp snooping mrouter add front-port all

igmp snooping mrouter del

This command is used to remove the port that is connected to a multicast router for the selected VLAN.

Syntax     

ip igmp snooping mrouter del <INTERFACE> <RANGE>

Parameters

<INTERFACE> – interface type: front-port; port-channel. The description of interfaces is given in Table 4.1.

<RANGE> – interface number. The range of values and numbering rules are described in Table 4.1. If you specify the value 'all' in the command, all interfaces of the given type will be specified.

You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Command mode

VLAN

Example

ma4000(vlan-2-5)# ip igmp snooping mrouter del front-port all

ip igmp snooping mrouter learning

This command enables automatic detection of port connection to the multicast router.

The use of the negative form (no) of the command disables automatic detection of port connection to the multicast router.

Syntax     

[no] ip igmp snooping mrouter learning

Parameters

The command contains no arguments.

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp snooping mrouter learning	

ip igmp snooping querier enable

This command enables the querier mode.

Querier – a device that transmits IGMP queries.

The use of a negative form (no) of the command disables the querier mode.

Syntax     

[no] ip igmp snooping querier enable

Parameters

The command contains no arguments.

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp snooping querier enable	

ip igmp snooping querier fast-leave

This command enables the fast-leave mode for the current VLAN. If the device receives the 'igmp-leave' message, the port is immediately excluded from the IGMP group.

The use of the negative form (no) of the command disables the fast-leave mode for the current VLAN.

Syntax     

[no] ip igmp snooping querier fast-leave

Parameters

The command contains no arguments.

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp snooping querier fast-leave

ip igmp version

This command sets the IGMP compatibility version for the specified VLAN.

The use of a negative form (no) of the command sets the default value.

Syntax     

ip igmp version <VERSION>
no ip igmp version

Parameters

<VERSION> – IGMP version, may take values:  v1-only; v2-only;  v3-only; v1-v2; v1-v3; v2-v3; v1-v2-v3.

Default value

3 version

Command mode

VLAN

Example

ma4000(vlan-2)# ip igmp snooping version v3-only

ip igmp proxy report enable

This command enables IGMP request proxying mode on all PLC modules.

The use of a negative form (no) of the command sets the default value.

Syntax

[no] ip igmp proxy report enable

Parameters

The command contains no arguments.

Default value

Proxy mode is disabled by default.

Command mode

CONFIG

Example

ma4000(config)# ip igmp proxy report enable

ip igmp proxy report pp4x enable

This command enables the IGMP request proxying mode for PP4X.

The use of a negative form (no) of the command sets the default value.

Syntax

[no] ip igmp proxy report pp4x enable

Parameters

The command contains no arguments.

Default value

Proxy mode is disabled by default.

Command mode

CONFIG

Example

ma4000(config)# ip igmp proxy report pp4x enable

ip igmp proxy report slot enable

This command enables the IGMP request proxying mode for specified PLC8 module.

The use of a negative form (no) of the command sets the default value.

Syntax

[no] ip igmp proxy report slot <ID> enable

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Default value

disabled

Command mode

CONFIG

Example

ma4000(config)# ip igmp proxy report slot 3 enable

ip igmp proxy report range

This command sets the range of IGMP groups to be proxied on all PLC modules.

The use of a negative form (no) of the command removes the range.

Syntax

[no] ip igmp proxy report range <START RANGE> <END RANGE> from <FROM VLAN> to <TO VLAN>

Parameters

<START RANGE> – initial IP address of the range of IGMP groups to be proxied;

<END RANGE> – ending IP address of the range of IGMP groups to be proxied;

<FROM VLAN> – VLAN identification number from which IGMP requests must be proxied, may take values [1 .. 4094, all];

<TO VLAN> – VLAN identification number to which IGMP requests must be proxied, may take values [1 .. 4094].

Command mode

CONFIG

Example

ma4000(config)# ip igmp proxy report range 233.7.70.1 233.7.70.255 from all to 30

ip igmp proxy report pp4x range

This command specifies the range of IGMP groups to be proxied for the PP4X module.

The use of a negative form (no) of the command removes the range.

Syntax

[no] ip igmp proxy report pp4x range <START RANGE> <END RANGE> from <FROM VLAN> to <TO VLAN>

Parameters

<START RANGE> – initial IP address of the range of IGMP groups to be proxied;

<END RANGE> – ending IP address of the range of IGMP groups to be proxied;

<FROM VLAN> – VLAN identification number from which IGMP requests must be proxied, may take values [1 .. 4094];

<TO VLAN> – VLAN identification number to which IGMP requests must be proxied, may take values [1 .. 4094].

Command mode

CONFIG

Example

ma4000(config)# ip igmp proxy report pp4x range 233.7.70.1 233.7.70.254 from 500 to 30

ip igmp snooping static

This command adds a static entry to the IGMP snooping table.

The use of a negative form (no) of the command removes the entry.

Syntax

[no] ip igmp snooping static <IP> interface

Parameters

<INTERFACE> – interface type: front-port, port-channel, slot-channel, plc-slot-channel, plc-pon-port, plc-front-port. The description of interfaces is given in Table 4.1.

<RANGE> – interface number. The range of values and numbering rules are described in Table 4.1. If you specify the value 'all' in the command, all interfaces of the given type will be specified.

Command mode

CONFIG VLAN

Example

ma4000(vlan-100)# ip igmp snooping static 239.255.26.5 interface plc-pon-port 1/1 

ip igmp proxy report slot range

This command specifies the range of IGMP groups to be proxied.

The use of a negative form (no) of the command removes the range.

Syntax

[no] ip igmp proxy report slot <ID> range <START RANGE> <END RANGE> from <FROM VLAN> to <TO VLAN>

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - );

<START RANGE> – initial IP address of the range of IGMP groups to be proxied;

<END RANGE> – ending IP address of the range of IGMP groups to be proxied;

<FROM VLAN> – VLAN identification number from which IGMP requests must be proxied, may take values [1 .. 4094];

<TO VLAN> – VLAN identification number to which IGMP requests must be proxied, may take values [1 .. 4094].

Command mode

CONFIG

Example

ma4000(config)# ip igmp proxy report slot 3 range 233.7.70.1 233.7.70.254 from 500 to 30

show ip igmp snooping groups vlan

This command allows viewing information about registered IGMP-groups in the specified VLAN.

Syntax     

show ip igmp snooping groups vlan <VID>

Parameters

<VID> – VLAN ID,  may take values [1 .. 4094].

Command mode

ROOT

Example

ma4000# show ip igmp snooping groups vlan 100

   IMGP Groups
   ~~~~~~~~~~~
                           Group        Filter                              Member       
Vlan    Group Address      Expires      Mode         Group Member           Expires      
-----   ----------------   ----------   ----------   --------------------   ----------  	

show ip igmp snooping vlan config

This command is intended for viewing information about IGMP configuration in the specified VLAN.

IGMP snooping is disable/enable globally – IGMP snooping function disabled/enabled globally;

IGMP snooping is disable/enable for this VLAN – IGMP snooping function disabled/enabled on the current VLAN;

Querier disabled/enabled – querier mode is disabled/enabled;

IGMP version compatibility – IGMP compatibility version;

Query Interval – query interval;

Query Response Interval – reply interval (the time during which a subscriber must send a request for the system to consider it active in the multicast group);

Robustness Variable – robustness value;

Group Membership Int – amount of time that must pass before a group router decides that there are no more group members or a specific source on the network who want to participate in the mailing list;

DSCP – DSCP field value for IGMP packets generated by the device;

User-prio – p-bit value for IGMP packets generated by the device;

Fast Leave – fast-leave mode state;

Last Member Query Int – IGMP request interval for the last participant (in seconds);

Last Member Query Time – IGMP reply interval for the last participant (in seconds).

Syntax     

show ip igmp snooping vlan config <VID>

Parameters

<VID> – VLAN ID, may take values [1 .. 4094]. You can specify several VIDs separated by commas ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show ip igmp snooping vlan config 1-6
VLAN 1
  IGMP snooping is disabled globally
  IGMP snooping is disabled for this VLAN
  IGMP version compatibility: v2-v3
  Querier disabled
    Query Interval:                      125 seconds
    Query Response Interval:             10 seconds
    Robustness Variable:                 2
    Group Membership Int.:               260 seconds
    DSCP:                                0
    User-prio:                           0
    Fast Leave:                          disabled
      Last Member Query Int.:              1 seconds
      Last Member Query Time:              2 seconds

show ip igmp snooping vlan hosts

This command allows viewing information about IGMP hosts in the specified VLAN.

Syntax     

show ip igmp snooping vlan hosts <VID>

Parameters

<VID> – VLAN ID, may take values [1 .. 4094].

You can specify several VIDs separated by commas ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show ip igmp snooping vlan hosts 100

Hosts ports. VLAN 100.
   ~~~~~~~~~~~~~~~~~~~~~~
Interface                                  Timer        
----------------------------------------   ----------     

show ip igmp snooping vlan mrouter

This command is used to view ports to which multicast routers are connected for the selected VLAN.

Syntax     

show ip igmp snooping vlan mrouter <VID>

Parameters

<VID> – VLAN ID, may take values [1 .. 4094]. You can specify several VIDs separated by commas ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show ip igmp snooping vlan mrouter 1

Multicast routers ports. VLAN 1.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Interface                                  Static   Timer        
----------------------------------------   ------   ----------

show ip igmp proxy report

This command allows viewing the ranges of IGMP groups that were specified for proxying in certain VLANs on the PP4x module.

Syntax

show ip igmp proxy report

Parameters

The command contains no arguments.

Command mode

ROOT

Example

ma4000# show ip igmp proxy report
IGMP PROXY for reports: disabled

   IGMP PROXY for reports ranges
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#     First group        Last group         From VID      To VID        
---   ----------------   ----------------   -----------   -----------

show slot <SLOT> ip igmp snooping groups

This command allows viewing information about registered IGMP-groups in the specified VLAN on the PLC line card.

Syntax     

show slot <SLOT> ip igmp snooping groups <VID>

Parameters

<SLOT> – PLC8 module number, may take values (0..15). You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

<VID> – VLAN ID, may take values [1 .. 4094].

Command mode

ROOT

Example

ma4000# show slot 6 ip igmp snooping groups 30

show slot <SLOT> ip igmp snooping vlan config

This command is intended for viewing information about IGMP configuration in the specified VLAN on the PLC line card.

IGMP snooping is disable/enable globally – IGMP snooping function disabled/enabled globally;

IGMP snooping is disable/enable for this VLAN – IGMP snooping function disabled/enabled on the current VLAN;

Query Interval – query interval;

Query Response Interval – reply interval (the time during which a subscriber must send a request for the system to consider it active in the multicast group);

Robustness Variable – robustness value;

Group Membership Int – amount of time that must pass before a group router decides that there are no more group members or a specific source on the network who want to participate in the mailing list;

Fast Leave – fast-leave mode state;

Last Member Query Int – IGMP request interval for the last participant (in seconds);

Last Member Query Time – IGMP reply interval for the last participant (in seconds).

Syntax     

show slot <SLOT> ip igmp snooping vlan config <VID>

Parameters

<SLOT> – PLC8 module number, may take values (0..15). You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

<VID> – VLAN ID, may take values [1 .. 4094]. You can specify several VIDs separated by commas ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show slot 6 ip igmp snooping vlan config 30 
VLAN 30
  IGMP snooping is disabled globally
  IGMP snooping is disabled for this VLAN
    Query Interval:                      125 seconds
    Query Response Interval:             10 seconds
    Robustness Variable:                 2
    Group Membership Int.:               260 seconds
    Fast Leave:                          disabled
      Last Member Query Int.:              1 seconds
      Last Member Query Time:              2 seconds

show slot <SLOT>ip igmp proxy report

This command allows viewing the ranges of IGMP groups, which were specified for proxying in certain VLANs for PLC line cards.

Syntax

show slot <SLOT> ip igmp proxy report

Parameters

<SLOT> – PLC8 module number, may take values (0..15). You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show slot 6 ip igmp proxy report
IGMP PROXY for reports: disabled

   IGMP PROXY for reports ranges
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#     First group        Last group         From VID      To VID        
---   ----------------   ----------------   -----------   -----------

ipv6 mld snooping enable

This command is used to enable MLD snooping on all PLC modules in CONFIG mode for all VLANs and in VLAN mode for the configured VLAN.

The use of the negative form of the command (no) disables the MLD snooping function.

MLD Snooping – function that allows you to determine which devices on the network participate in multicast groups and address traffic to the appropriate ports.

Syntax

[no] ipv6 mld snooping enable

Parameters

The command contains no arguments.

Command mode

CONFIG

VLAN

Example

ma4000(vlan-2)# ipv6 mld snooping enable

For VLAN 2, MLD snooping is enabled on all PLC modules.

ipv6 igmp snooping pp4x enable

This command is used to enable the MLD snooping function in CONFIG mode for the PP4X module and in VLAN mode for the configured VLAN.

The use of the negative form of the command (no) disables the MLD snooping function.

Syntax

[no] ipv6 mld snooping pp4x enable

Parameters

The command contains no arguments.

Command mode

CONFIG

VLAN

Example

ma4000(vlan-2)# ipv6 mld snooping pp4x enable

For VLAN 2, MLD snooping is enabled on PP4X module.

ipv6 mld snooping slot enable

This command is used to enable MLD snooping function:

  • in CONFIG mode for a specific PLC8 module globally;
  • in VLAN mode for configured VLAN on a specific PLC8 module.

The use of the negative form of the command (no) disables the MLD snooping function.

Syntax                                      

[no] ipv6 mld snooping slot <ID> enable

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Command mode

CONFIG

VLAN

Example 1

ma4000(config)# ipv6 mld snooping slot 3 enable

MLD snooping function is enabled for 3rd PLC8 module.

Example 2

ma4000(vlan-2)# ipv6 mld snooping slot 3 enable

For VLAN 2, MLD snooping is enabled on 3rd PLC8 module.

ipv6 mld pp4x query-interval

This command is used to set the request interval for the current VLAN for the PP4X module.

The timeout by which the system sends requests to all members of the multicast group to check their activity. If a subscriber does not send a reply to this request within a certain period of time (sets by the  command), the system considers that the subscriber has left the multicast group and deletes it from the multicast group.

The use of a negative form (no) of the command sets the default request interval value.

Syntax     

ipv6 mld  pp4x query-interval <PARAM>
no ipv6 mld pp4x query-interval

Parameters

<PARAM> – request interval, may take values [30 .. 600], specified in seconds.

Default value

125 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld pp4x query-interval 100

The request period is set to 100 sec.

ipv6 mld slot query-interval

This command is used to set the request interval for the current VLAN for the certain PLC8 module.

The use of a negative form (no) of the command sets the default request interval value.

Default value is 125 seconds.

Syntax     

ipv6 mld  slot <ID>  query-interval <PARAM>
no ipv6 mld slot <ID>  query-interval

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - );

<PARAM> – request interval, may take values [30 .. 600], specified in seconds.

Default value

125 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld slot 4 query-interval 100

The request period is set to 100 s for the 4th PLC8 module.

ipv6 mld unregistered ip4-mc

This command is designed for processing unregistered multicast traffic of IPv6. Defines whether to discard unregistered multicast traffic or distribute it to all ports.

Syntax                                      

ipv6 mld unregistered ip6-mc <ACT>

Parameters

<ACT> – allocated action:

  • drop – drop packets, for which destination port is not defined;
  • flood – pass packets, for which destination port is not defined.

Default value

flood

Command mode

CONFIG

Example

ma4000(config)# ipv6 mld unregistered ip4-mc drop

Unregistered multicast traffic of IPv6 will be discarded.

ipv6 mld pp4x query-response-interval

This command is used to set the reply interval for the current VLAN for the PP4X module.

The reply interval is the time during which a subscriber must send a request for the system to consider it active in the multicast group.

The use of a negative form (no) of the command sets the default value.                      

Syntax     

ipv6 mld pp4x query-response-interval <PARAM>
no ipv6 mld pp4x query-response-interval

Parameters

<PARAM> – reply interval, may take values [5 .. 200], specified in seconds.

Default value

100 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld pp4x query-response-interval 125

Reply interval is set to 125 seconds

ipv6 mld slot query-response-interval

This command is used to set the reply interval for the configured VLAN for the PLC8 module. 

The use of a negative form (no) of the command sets the default value.                       

Syntax     

ipv6 mld slot <ID> query-response-interval <PARAM>
no ipv6 mld slot <ID> query-response-interval

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - );

<PARAM> – reply interval, may take values [5 .. 200], specified in seconds.

Default value

100 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld slot 4 query-response-interval 125

The request response interval is set to 125 seconds for the 4th PLC8 module.

ipv6 mld pp4x last-member-query-interval

This command is used to set the request interval for the last participant for the PP4X module.

When leaving the multicast group, the subscriber sends the corresponding packets to the MLD proxy server. The system sends a request to the last participant in response before deleting him from the multicast group. If a subscriber does not send a reply to this request within a certain period of time, the system considers that the subscriber has left the multicast group and deletes it from the multicast group.

The use of a negative form (no) of the command sets the default value.       

Syntax     

ipv6 mld pp4x last-member-query-interval  <PARAM>
no ipv6 mld pp4x last-member-query-interval

Parameters

<PARAM> – last participant request interval, my take values [1 .. 25]  seconds.

Default value

10 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld pp4x last-member-query-interval 25

The last participant request period is set to 25 sec.

ipv6 mld slot last-member-query-interval

This command sets the request interval for the last participant for the specified PLC8 module. The use of a negative form (no) of the command sets the default value.    

Syntax     

ipv6 mld slot <ID>  last-member-query-interval <PARAM>
no ipv6 mld slot <ID>  last-member-query-interval

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

<PARAM> – last participant request interval, my take values [1 .. 25]  seconds.

Default value

10 seconds

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld slot 4 last-member-query-interval 25

The last participant request period is set to 25 s for the 4th PLC8 module.

ipv6 mld pp4x robustness

This command sets the robustness value (measure that determine the system reliability) for the PP4X module. Defines the validity period for the member and the packet retransmission counter. If the subnet is unstable and subject to packet loss, the robustness value should be increased. The use of a negative form (no) of the command sets the default value.

Syntax     

ipv6 mld pp4x robustness <PARAM>
no ipv6 mld pp4x robustness

Parameters

<PARAM> – robustness value, specified in the range [1 .. 10].

Default value

2

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld pp4x robustness 5

ipv6 mld slot <ID> robustness

This command sets the robustness value for PLC8 module.

The use of a negative form (no) of the command sets the default value.

Syntax     

ipv6 mld slot <ID>  robustness <PARAM>
no ipv6 mld slot <ID> robustness

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

<PARAM> – robustness value, specified in the range [1 .. 10].

Default value

2

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld slot 3 robustness 5

For the 3rd PLC8 module the system reliability value 5 is set for the current VLAN.

ipv6 mld snooping mrouter add

This command is used to add the port that is connected to a multicast router for the selected VLAN.

Syntax     

ipv6 mld snooping mrouter add <INTERFACE> <RANGE>

Parameters

<INTERFACE> – interface type: front-port; port-channel. The description of interfaces is given in Table 4.1.

<RANGE> – interface number. The range of values and numbering rules are described in Table 4.1. If you specify the value 'all' in the command, all interfaces of the given type will be specified.

You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Command mode

VLAN

Example

ma4000(vlan-2-5)# ipv6 mld snooping mrouter add front-port all

ipv6 mld snooping mrouter del

This command is used to remove the port that is connected to a multicast router for the selected VLAN.

Syntax     

ipv6 mld snooping mrouter del <INTERFACE> <RANGE>

Parameters

<INTERFACE> – interface type: front-port; port-channel. The description of interfaces is given in Table 4.1.

<RANGE> – interface number. The range of values and numbering rules are described in Table 4.1. If you specify the value 'all' in the command, all interfaces of the given type will be specified.

You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Command mode

VLAN

Example

ma4000(vlan-5)# ipv6 mld snooping mrouter del front-port all	

ipv6 mld snooping mrouter learning

This command enables automatic detection of port connection to the multicast router.

The use of the negative form (no) of the command disables automatic detection of port connection to the multicast router.

Syntax     

[no] ipv6 mld snooping mrouter learning

Parameters

The command contains no arguments.

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld snooping mrouter learning	

ipv6 mld snooping querier enable

This command enables the querier mode.

Querier – a device that transmits IGMP queries.

The use of a negative form (no) of the command disables the querier mode.

Syntax     

[no] ipv6 mld snooping querier enable

Parameters

The command contains no arguments.

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld snooping querier enable

ipv6 mld snooping querier fast-leave

This command enables the fast-leave mode for the current VLAN. If the device receives the 'igmp-leave' message, the port is immediately excluded from the MLD group.

The use of the negative form (no) of the command disables the fast-leave mode for the current VLAN.

Syntax     

[no] ipv6 mld snooping querier fast-leave

Parameters

The command contains no arguments.

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld snooping querier fast-leave

ipv6 mld version

This command sets the IGMP compatibility version for the specified VLAN.

The use of a negative form (no) of the command sets the default value.

Syntax     

ipv6 mld version <VERSION>
no ipv6 mld version

Parameters

<VERSION> – IGMP version, may take values:  v1-only;  v1-v2.

Default value

v1-v2

Command mode

VLAN

Example

ma4000(vlan-2)# ipv6 mld snooping version v1-only	

ipv6 mld proxy report enable

This command enables MLD request proxying mode on all PLC modules.

The use of a negative form (no) of the command sets the default value.

Syntax

[no] ipv6 mld proxy report enable

Parameters

The command contains no arguments.

Default value

Proxy mode is disabled by default.

Command mode

CONFIG

Example

ma4000(config)# ipv6 mld proxy report enable

ipv6 mld proxy report pp4x enable

This command enables the MLD request proxying mode for PP4X.

The use of a negative form (no) of the command sets the default value.

Syntax

[no] ipv6 mld proxy report pp4x enable

Parameters

The command contains no arguments.

Default value

Proxy mode is disabled by default.

Command mode

CONFIG

Example

ma4000(config)# ipv6 mld proxy report pp4x enable

ipv6 mld proxy report slot enable

This command enables the MLD request proxying mode for specified PLC8 module.

The use of a negative form (no) of the command sets the default value.

Syntax

[no] ipv6 mld proxy report slot <ID> enable

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Default value

disabled

Command mode

CONFIG

Example

ma4000(config)# ipv6 mld proxy report slot 3 enable

ipv6 mld proxy report range

This command sets the range of MLD groups to be proxied on all PLC modules.

The use of a negative form (no) of the command removes the range.

Syntax

[no] ipv6 mld proxy report range <START RANGE><END RANGE> from <FROM VLAN> to <TO VLAN>

Parameters

<START RANGE> – initial IP address of the range of MLD groups to be proxied;

<END RANGE> – ending IP address of the range of MLD groups to be proxied;

<FROM VLAN> – VLAN identification number from which MLD requests must be proxied, may take values [1 .. 4094, all];

<TO VLAN> – VLAN identification number to which MLD requests must be proxied, may take values [1 .. 4094].

Command mode

CONFIG

Example

ma4000(config)# ipv6 mld proxy report range ff15:: ff15::ffff from all to 30

ipv6 mld proxy report pp4x range

This command specifies the range of MLD groups to be proxied for the PP4X module.

The use of a negative form (no) of the command removes the range.

Syntax

[no] ipv6 mld proxy report pp4x range <START RANGE> <END RANGE> from <FROM VLAN> to <TO VLAN>

Parameters

<START RANGE> – initial IP address of the range of MLD groups to be proxied;

<END RANGE> – ending IP address of the range of MLD groups to be proxied;

<FROM VLAN> – VLAN identification number from which MLD requests must be proxied, may take values [1 .. 4094, all];

<TO VLAN> – VLAN identification number to which MLD requests must be proxied, may take values [1 .. 4094].

Command mode

CONFIG

Example

ma4000(config)# ipv6 mld proxy report pp4x range ff15:: ff15::ffff from all to 30

ipv6 mld proxy report slot range

This command specifies the range of MLD groups to be proxied.

The use of a negative form (no) of the command removes the range.

Syntax

[no] ipv6 mld proxy report slot <ID> range <START RANGE> <END RANGE> from <FROM VLAN> to <TO VLAN>

Parameters

<ID> – PLC8 module number, may take values [0..15]. You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - );

<START RANGE> – initial IP address of the range of MLD groups to be proxied;

<END RANGE> – ending IP address of the range of MLD groups to be proxied;

<FROM VLAN> – VLAN identification number from which MLD requests must be proxied, may take values [1 .. 4094, all];

<TO VLAN> – VLAN identification number to which MLD requests must be proxied, may take values [1 .. 4094].

Command mode

CONFIG

Example

ma4000(config)# ipv6 mld proxy report slot 3 range ff15:: ff15::ffff from all to 30

show ipv6 mld snooping groups vlan

This command allows viewing information about registered MLD groups in the specified VLAN.

Syntax     

show ipv6 mld snooping groups vlan <VID>

Parameters

<VID> – VLAN ID, may take values [1 .. 4094].

Command mode

ROOT

Example

ma4000# show ipv6 mld snooping groups vlan 100
   MLD Groups
   ~~~~~~~~~~~
                           Group        Filter                              Member       
Vlan    Group Address      Expires      Mode         Group Member           Expires      
-----   ----------------   ----------   ----------   --------------------   ----------  

show ipv6 mld snooping vlan config

This command is intended for viewing information about MLD configuration in the specified VLAN.

MLD snooping is disable/enable globally – MLD snooping function disabled/enabled globally;

MLD snooping is disable/enable for this VLAN – MLD snooping function disabled/enabled on the current VLAN;

Querier disabled/enabled – querier mode is disabled/enabled;

MLD version compatibility – MLD compatibility version;

Query Interval – query interval;

Query Response Interval – reply interval (the time during which a subscriber must send a request for the system to consider it active in the multicast group);

Robustness Variable – robustness value;

Group Membership Int – amount of time that must pass before a group router decides that there are no more group members or a specific source on the network who want to participate in the mailing list;

DSCP – DSCP field value for MLD packets generated by the device;

User-prio – p-bit value for IGMP packets generated by the device;

Fast Leave – fast-leave mode state;

Last Member Query Int – MLD request interval for the last participant (in seconds);

Last Member Query Time – MLD reply interval for the last participant (in seconds).

Syntax     

show ipv6 mld snooping vlan config <VID>

Parameters

<VID> – VLAN ID, may take values [1 .. 4094]. You can specify several VIDs separated by commas ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show ipv6 mld snooping vlan config 1-6
VLAN 1
  MLD snooping is disabled globally
  MLD snooping is enabled for this VLAN
  MLD version compatibility:          v1-v2
  Query Interval:                      125 seconds
  Query Response Interval:             10 seconds
  Robustness Variable:                 2
  Group Membership Int.:               260 seconds
  Last Member Query Int.:              1 seconds
  Last Member Query Time:              2 seconds
  Querier disabled
    Fast Leave:                          disabled
    VLAN user prio:                      0
    IP DSCP:                             0

show ipv6 mld snooping vlan hosts

This command allows viewing information about MLD hosts in the specified VLAN.

Syntax     

show ipv6 mld snooping vlan hosts <VID>

Parameters

<VID> – VLAN ID,  may take values [1 .. 4094].

You can specify several VIDs separated by commas ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show ip igmp snooping vlan hosts 100

Hosts ports. VLAN 100.
   ~~~~~~~~~~~~~~~~~~~~~~
Interface                                  Timer        
----------------------------------------   ----------     

show ipv6 mld snooping vlan mrouter

This command is used to view ports to which multicast routers are connected for the selected VLAN.

Syntax     

show ipv6 mld snooping vlan mrouter <VID>

Parameters

<VID> – VLAN ID, may take values [1 .. 4094]. You can specify several VIDs separated by commas ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show ipv6 mld snooping vlan mrouter 1

Multicast routers ports. VLAN 1.
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Interface                                  Static   Timer        
----------------------------------------   ------   ----------

show ipv6 mld proxy report

This command allows viewing the ranges of MLD groups that were
specified for proxying in certain VLANs on the PP4x module.

Syntax

show ipv6 mld proxy report

Parameters

The command contains no arguments.

Command mode

ROOT

Example

ma4000# show ipv6 mld proxy report
MLD PROXY for reports: disabled

   MLD PROXY for reports ranges
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#     First group        Last group         From VID      To VID        
---   ----------------   ----------------   -----------   -----------

show slot <SLOT> ipv6 mld snooping groups

This command allows viewing information about registered MLD groups in the specified VLAN on the PLC line card.

Syntax     

show slot <SLOT> ipv6 mld snooping groups <VID>

Parameters

<SLOT> – PLC8 module number, may take values (0..15). You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

<VID> – VLAN ID, may take values [1 .. 4094].

Command mode

ROOT

Example

ma4000# show slot 6 ipv6 mld snooping groups 30

show slot <SLOT> ipv6 mld snooping vlan config

This command is intended for viewing information about MLD configuration in the specified VLAN on the PLC line card.

MLD snooping is disable/enable globally – MLD snooping function disabled/enabled globally;

MLD snooping is disable/enable for this VLAN – MLD snooping function disabled/enabled on the current VLAN;

Query Interval – query interval;

Query Response Interval – reply interval (the time during which a subscriber must send a request for the system to consider it active in the multicast group);

Robustness Variable – robustness value;

Group Membership Int – amount of time that must pass before a group router decides that there are no more group members or a specific source on the network who want to participate in the mailing list;

Fast Leave – fast-leave mode state;

Last Member Query Int – MLD request interval for the last participant (in seconds);

Last Member Query Time – MLD reply interval for the last participant (in seconds).

Syntax     

show slot <SLOT> ipv6 mld snooping vlan config <VID>

Parameters

<SLOT> – PLC8 module number, may take values (0..15). You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

<VID> – VLAN ID, may take values [1 .. 4094]. You can specify several VIDs separated by commas ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show slot 6 ipv6 mld snooping vlan config 30 
VLAN 30
  MLD snooping is disabled globally
  MLD snooping is disabled for this VLAN
    Query Interval:                      125 seconds
    Query Response Interval:             10 seconds
    Robustness Variable:                 2
    Group Membership Int.:               260 seconds
    Fast Leave:                          disabled
      Last Member Query Int.:              1 seconds
      Last Member Query Time:              2 seconds

show slot <SLOT>ipv6 mld proxy report

This command allows viewing the ranges of MLD groups, which were specified for proxying in certain VLANs for PLC line cards.

Syntax

show slot  <SLOT> ipv6 mld proxy report

Parameters

<SLOT> – PLC8 module number, may take values (0..15). You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - ).

Command mode

ROOT

Example

ma4000# show slot 6 ipv6 mld proxy report
MLD PROXY for reports: disabled

   MLD PROXY for reports ranges
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#     First group        Last group         From VID      To VID        
---   ----------------   ----------------   -----------   -----------

show interface gpon-port <GPON-PORT> igmp groups

The command is used for viewing the log of MC channels for the plc line card.

Syntax

show interface gpon-port <GPON-PORT> igmp groups

Parameters

<GPON-PORT> - gpon-port number in format of <SLOT>/<port>;

<SLOT> – PLC8 module number, may take values (0..15). You may specify the list of numbers using comma ( , ) or specify the range using hyphen ( - );

<port> – GPON port number of PLC8 module.

Command mode

ROOT

Example

ma4000# show interface gpon-port 1/0 igmp groups
All IGMP groups (0):
<no groups>
  • Нет меток