Command Guide of WGSW-28040
227
4.17.9 ipv6 mld profile
Command:
ipv6 mld profile <1-128>
profile range ipv6 <ipv6-addr> [ipv6-addr] action (permit | deny)
show ipv6 mld profile [<1-128>]
Parameter:
Start ipv6 multicast address
End ipv6 multicast address
permit: allow Multicast address range ipv6 address learning
Mode:
ipv6 mld profile <1-128>
Global Configuration
profile range ipv6 <ipv6-addr> [ipv6-addr] action (permit | deny)
mld profile config mode
Usage Guide:
Use ‘ipv6 mld profile 1’ entry to the mld profile config mode.
User ‘profile range ipv6 ff12::1 ff12::8 action permit’ to configure the profile entry.
The profile entry is used by port filter.
The configure can use ‘show ipv6 mld profile [<1-128>]’ to display
Example:
This example shows how to set ipv6 mld profile.
Switch(config)# ipv6 mld profile 1
Switch(config-mld-profile)# profile range ipv6 ff13::1 ff13::10 action permit
Switch(config-mld-profile)#show ipv6 mld profile
IPv6 mld profile index: 1
IPv6 mld profile action: permit
Range low ip: ff13::1
Range high ip: ff13::10
Switch(config-mld-profile)#exit
Switch(config)# ipv6 mld profile 5
Switch(config-mld-profile)# profile range ipv6 ff12::1 ff12::12 action deny
Switch(config-mld-profile)#show ipv6 mld profile