ip prefix-list
Creates a 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.
ip prefix-list listName { description desc |
[ seq sequence ] { permit | deny } ipPrefix [ ge geNumber ] [ le leNumber ] }no ip prefix-list listName [ description |
[ seq sequence ] [ { permit | deny } ipPrefix [ ge geNumber ] [ le leNumber ] ] ]
- listNameName of the 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 is to have in the list of entries already configured for the prefix list; if sequence is not specified, the value of the last sequence number + 5 is used
- permitIf the prefix of the route being filtered matches the specified prefix and permit is specified, the route is redistributed as controlled by the set actions
- denyIf the prefix of the route being filtered matches the specified prefix and deny is specified, the route is not redistributed
- ipPrefixNetwork route to be filtered, in the format network/length, where
- networkBase address of the network route to be filtered; for example, 192.168.32.0 or 10.10.0.0
- 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.