GS-4210-Series (V2) User Manual

Table Of Contents
Command Guide of GS-4210 Series
227
ipv6 mld profile <1-128>
profile range ipv6 <ipv6-addr> [ipv6-addr] action (permit | deny)
show ipv6 mld profile [<1-128>]
Parameter:
<1-128>
specifies profile ID
<ipv6-addr>
Start ipv6 multicast address
[ipv6-addr]
End ipv6 multicast address
(permit | deny)
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
IPv6 mld profile index: 5
IPv6 mld profile action: deny
Range low ip: ff12::1
Range high ip: ff12::12