42-9
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 42 IPv6 Multicast
Configuring IPv6 Multicast

Configuring MLD Protocol on an Interface

To configure Multicast Listener Discovery Protocol on an interface, complete the following steps:
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
4. ipv6 mld query-interval seconds
5. ipv6 mld query-max-response-time seconds
6. ipv6 mld query-timeout seconds
7. ipv6 mld join-group [group-address] [[include | exclude] {source-address | source-list [acl]}
8. ipv6 mld static-group [group-address] [[include | exclude] {source-address | source-list [acl]}
DETAILED STEPS
Step 3 interface
type number
Example:
Router(config)# interface
GigabitEthernet 0/1
Specifies an interface type and number, and places the device in
interface configuration mode.
Step 4 no ipv6 mld router
Example:
Router(config)# no ipv6 mld router
Disables MLD device-side processing on a specified interface.
Command Purpose
Command Purpose
Step 1 enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3 interface
type number
Example:
Router(config)# interface
gigabitethernet 0/1
Specifies an interface type and number, and enters interface
configuration mode.