Configures, retrieves, and modifies standard BGP extended community filter.
| URI | Description |
|---|---|
| <base_URI>/config/running/ip/extcommunity-list | Configures a standard BGP extended community filter. |
| GET URIs | Description |
|---|---|
| <base_URI>/config/running/ip/extcommunity-list | Sets a standard BGP extended community filter. |
| <base_URI>/config/running/ip/extcommunity-list/standard/{extcommunity-list-name} | Sets a standard BGP extended community list filter. |
| PATCH URIs | Payload | Description |
|---|---|---|
| <base_URI.//config/running/ip/extcommunity-list/standard/{extcommunity-list-name} | <standard><ext-community-action>{action-t}</ext-community-action><ext-community-expr>{extcommunity-list-expr-t}</ext-community-expr></standard> | Configures a standard BGP extended community list filter. |
| POST URIs | Payload | Description |
|---|---|---|
| <base_URI>/config/running/ip/extcommunity-list | <standard><extcommunity-list-name>{ip-extcommunity-list-name-t}</extcommunity-list-name><ext-community-action>{action-t}</ext-community-action><ext-community-expr>{extcommunity-list-expr-t}</ext-community-expr></standard> | Sets a standard BGP extended community list filter. |
| DELETE URIs |
|---|
| <base_URI>/config/running/ip/extcommunity-list/standard/{extcommunity-list-name} |
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/config/running/ip/extcommunity-list
None
<extcommunity-list xmlns="urn:brocade.com:mgmt:brocade-ip-policy" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/ip/extcommunity-list"> </extcommunity-list>
The following example uses the POST option to configure standard BGP extended community filter.
http://host:80/rest/config/running/config/running/ip/extcommunity-list
<standard><extcommunity-list-name>{ip-extcommunity-list-name-t}</extcommunity-list-name><ext-community-action>
{action-t}</ext-community-action><ext-community-expr>{extcommunity-list-expr-t}</ext-community-expr></standard>
None
The following example uses the DELETE option to remove standard BGP extended community filter.
http://host:80/rest/config/running/ip/extcommunity-list/standard/ip-extcommunity-list-name-t
None
None