UMN:CLI User ManualV8102590Command Mode Descriptionshow ipv6 mld ssm-map[X:X::X:X]EnableGlobalShows a static SSM mapping informationX:X::X:X: IPv6 multicast group address11.3.10 IPv6 Prefix ListsFiltering through prefix list processes routing information in specific order by applying pol-icy defined in filter list. It is similar to access list but there are more detail rules as follow.• Allows all network information if there is no defined policy in prefix list.• Rejects specified network information unless policy applied to network in defined inprefix list.• Distinguishes each policy with the assigned number and applies policy which hasthe lowest number when there is more than one policy applied to one network.Routers search policy in prefix list in order. For faster operation, user can make quicksearch list by using seq provided from ip prefix-list. In order to view assigned number topolicy, use the show ipv6 prefix-list command.Policies configured by user are automatically assigned number. If you do not configure it,you should assign number to each policy by using the command, ipv6 prefix-list seq <1-4294967295>.11.3.10.1 Creating ipv6 prefix listTo create an entry of IPv6 prefix list, use the following command.Command Mode Descriptionipv6 prefix-list WORD {deny |permit} X:X::X:X/M ge <0-128> [le<0-128>]GlobalCreates an entry of IPv6 prefix list.WORD: name of IPv6 prefix listdeny: denies access of packet if conditions arematched.permit: permits access of packet if conditions arematched.X:X::X:X/M: IPv6 prefix to be matched (e.g. 3ffe::/16work/length>)any: any IPv6 prefix to match. (same as “::0/0 le128”)ge: minimum prefix length to be matchedle: maximum prefix length to be matched0-128: minimum/maximum prefix lengthipv6 prefix-list WORD {deny |permit} X:X::X:X/M le <0-128> [ge<0-128>]ipv6 prefix-list WORD {deny |permit} {X:X::X:X/M | any}ipv6 prefix-list WORD descriptionLINEWrites comments for the prefix list.LINE: prefix list description up to 80 charactersBy default, the sequence numbers are automatically generated in increments of 5.To display the contents of the running configuration, use the following command.i