User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 813
6.10.2.61. ip community-list
This command is used to create or configure a BGP community list. A community list statement with no
community values is considered a match for all routes, regardless of their community membership. So the
statement ip community-list standard testlist permit is a permit all statement.
A community number may be entered in either format, as a 32-bit integer or a pair of 16-bit integers separated
by a colon, regardless of whether the ip bgp-community new-format command is active. Up to 16 communities,
including the well-known communities, can be listed in a single command. Up to 32 statements may be
configured with a given community list name. Up to 128 unique community list names may be configured.
To delete a community list, use the no form of this command.
Format ip community-list standard <list-name> {permit | deny} [community] [no-advertise] [no-export] [no-
export-subconfed] [no-peer]
no ip community-list standard <list-name>
Default None
Mode Global Config
6.10.2.62. show ip as-path-access-list
This command is used to display the contents of AS path access lists.
Format show ip as-path-access-list [<0-500>]
Fields
Definition
list-name
Identifies a named standard community list. The name may contain up to 32
characters.
Permit
Indicates that matching routes are permitted.
Deny
Indicates that matching routes are denied.
Community
Specify a community number formatted as a 32-bit integers or in AA:NN format,
where AA is a 2-byte AS number and NN is a 16 bit integer. The range is from 1 to
4294967295 (any 32-bit integer other than 0). Communities are separated by
spaces.
no-advertise
Specify the routes that are not advertised to any peer.
no-export
Specify the routes that are not exported outside of the local AS.
no-export-subconfed
Specify the routes that are not exported to other external peers.
no-peer
Specify the routes that are not exported to other peers.