ipv6 prefix-list
Creates an IPv6 prefix list for route filtering; specifies a list entrya permit or deny clause for a network address. The no version removes the specified prefix list or the specified list entry.
ipv6 prefix-list listName { description desc | { [ seq sequence ] { permit | deny } ipv6Prefix [ ge geNumber ] [ le leNumber ] } }
no ipv6 prefix-list listName [ description | [ seq sequence ] [ { permit | deny } ipv6Prefix
[ ge geNumber ] [ le leNumber ] ] ]
- listNameName of the IPv6 prefix list; a string of up to 32 characters
- descDescription of the prefix list
- sequenceNumber in the range 065535 that indicates the position the prefix list entry has in the already existing list of entries for the prefix list; if you do not specify a sequence, the command uses the value of the last sequence number + 5
- permitWhen specified, the router redistributes any prefix that matches the filtered route based on the set actions
- denyWhen specified, the router drops any prefix that matches the filtered route
- ipv6PrefixNetwork route that you want to filter, in the format ipv6Address/length, where
- ipv6AddressBase IPv6 address of the network route that you want to filter (for example, ::ffff:a:b:c:d)
- lengthLength of the network prefix; number of bits masking base address to produce address to be matched
- geNumberRoute being filtered matches if its prefix is within the range specified: greater than or equal to geNumber and less than or equal to 32
- leNumberRoute being filtered matches if its prefix is within the range specified: greater than or equal to length and less than or equal to leNumber
Global Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.