Reference Guide

Table Of Contents
Command Mode CONFIGURATION
Usage
Information
The no version of this command removes the extended community list.
Example
OS10(config)# ip extcommunity-list standard STD_LIST permit 4byteas-
generic transitive 1.65412:60
Supported
Release
10.3.0E or later
ip prefix-list description
Configures a description of an IP prefix list.
Syntax
ip prefix-list name description
Parameters
name Enter the name of the prefix list.
description Enter the description for the named prefix list.
Defaults Not configured
Command Mode CONFIGURATION
Usage
Information
The no version of this command removes the specified prefix list.
Example
OS10(config)# ip prefix-list TEST description TEST_LIST
Supported
Release
10.3.0E or later
ip prefix-list deny
Creates a prefix list to deny route filtering from a specified network address.
Syntax
ip prefix-list name deny [A.B.C.D/x [ge | le]] prefix-len
Parameters
name Enter the name of the prefix list.
A.B.C.D/x (Optional) Enter the source network address and mask in /prefix format (/x).
ge Enter to indicate the network address is greater than or equal to the range specified.
le Enter to indicate the network address is less than or equal to the range specified.
prefix-len Enter the prefix length.
Defaults Not configured
Command Mode CONFIGURATION
Usage
Information
The no version of this command removes the specified prefix-list.
Example
OS10(config)# ip prefix-list denyprefix deny 10.10.10.2/16 le 30
Supported
Release
10.3.0E or later
ip prefix-list permit
Creates a prefix-list to permit route filtering from a specified network address.
Syntax
ip prefix-list name permit [A.B.C.D/x [ge | le]] prefix-len
Access Control Lists 585