ip prefix-tree
Creates a prefix tree for best-match route filtering; specifies a tree entrya deny or permit clause for a network address. The no version removes the specified prefix tree or the specified tree entry.
ip prefix-tree treeName { description desc | { permit | deny } ipPrefix }
no ip prefix-tree treeName [ description | { permit | deny } ipPrefix ]
- treeNameName of the prefix list; a string of up to 32 characters
- descDescription of the prefix list
- denyIf the prefix of the route being filtered matches the specified prefix and deny is specified, the route is not redistributed
- 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
- 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
Router Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.