Layer 3 Routing Commands 1391The command no ip prefix-list list-name deletes the entire prefix list. Toremove an individual statement from a prefix list, you must specify thestatement exactly, with all its options.Up to 128 prefix lists may be configured. The maximum number ofstatements allowed in prefix list is 64.Command HistoryIntroduced in version 6.2.0.1 firmware.ExampleThe following example configures a prefix list that allows routes with one oftwo specific destination prefixes, 172.20.0.0 /16 and 192.168.1.0 /24:console(config)# ip prefix-list apple seq 10 permit 172.20.0.0/16console(config)# ip prefix-list apple seq 20 permit 192.168.10 0.0.0.255The following example disallows only the default route.console(config)# ip prefix-list orange deny 0.0.0.0/0console(config)# ip prefix-list orange permit 0.0.0.0/0 ge 1ip prefix-list descriptionTo apply a text description to a prefix list, use the ip prefix-list descriptioncommand in global configuration mode. To remove the text description, usethe no form of this command.Syntaxip prefix-list list-name description textno ip prefix-list list-name description• list-name—The text name of the prefix list.• text—Text description of the prefix list. Up to 80 charactersDefault ConfigurationNo description is configured by default.