Removes the specified deny or permit prefix-list rule from this IP prefix list
no [deny|permit]
no [deny|permit] prefix-list <1-4294967295> {<PREFIX-TO-MATCH/MASK>|any}
no <PARAMETERS>
no <PARAMETERS> | Removes a deny or permit rule from this IP prefix list |
The following example shows the IP prefix list ‘test‘ settings before the ‘no‘ command is executed:
nx9500-6C8809(config-bgp-ip-prefix-list-test)#show context bgp ip-prefix-list test deny prefix-list 1 168.192.13.0/24 permit prefix-list 2 172.122.10.0/24 nx9500-6C8809(config-bgp-ip-prefix-list-test)#
The following example shows the IP prefix list ‘test‘ settings after the ‘no‘ command is executed:
nx9500-6C8809(config-bgp-ip-prefix-list-test)#no deny prefix-list 1 168.192.13.0/24
nx9500-6C8809(config-bgp-ip-prefix-list-test)#show context bgp ip-prefix-list test permit prefix-list 2 172.122.10.0/24 nx9500-6C8809(config-bgp-ip-prefix-list-test)#