Monitoring the Routes Permitted by IP Community Lists

Purpose

Display community list information.

The display varies if you issue the ip bgp community new-format command.

Action

To display community list information without issuing the ip bgp community new-format command:

host1#show ip community-list
Community List 1:
    permit  81200109
    permit  81200110
    permit  81200108
Community List 2:
    deny  81200109
    permit  81200110
    permit  81200108
Community List 4:
    permit local-as
Community List 5:
    permit no-advertise
Community List 6:
    permit no-export
Community List 7:
    permit internet

To display the community list information by issuing the ip bgp community new-format command:

host1#show ip community-list
Community List 1:
    permit 1239:1005
    permit 1239:1006
    permit 1239:1004
Community List 2:
    deny 1239:1005
    permit 1239:1006
    permit 1239:1004
Community List 4:
    permit local-as
Community List 5:
    permit no-advertise
Community List 6:
    permit no-export
Community List 7:
    permit internet

Meaning

Table 48 lists the show ip community-list command output fields.

Table 48: show ip community-list Output Fields

Field Name

Field Description

Community List 1

Name of the community list

permit, deny

Condition statement for routes matching the condition

Related Documentation