set extended-community ip-site-of-origin

Use this command to specify an action for an extended community IP site of origin when all match clauses match for this route map.

Syntax

set extended-community ip-site-of-origin set-value {remove-all | remove-specific | set-specific | remove-all-and-set}
no set extended-community ip-site-of-origin set-value {remove-all | remove-specific | set-specific | remove-all-and-set}

Parameters

ip-site-of-origin set-value Specifies that an IPv4 specific site-of-origin extended community with a set value in the format: valid IPv4 address followed by a colon (:) followed by a number in the range 0 - 65535 as defined in RFC 4360.
remove-all Specifies that the action is to remove all extended communities from the route for this match
remove-specific Remove all matching extended communities from the route
set-specific Append the specified extended community to the route
remove-all-and-set Replace any existing extended communities in the route with the specified extended community

Defaults

None.

Mode

BGP route map configuration.

Usage

The default value for the set extended-community ip-site-of-origin command is no IP site of origin specified.

The no set extended-community ip-site-of-origin command removes the specified IP site of origin clause from the route map.

Example

This example shows how remove all matching extended communities from the IP site of origin 1.1.1.1:150 when all match clauses match for route map bgprm1:

System(su)->configure
System(su-config)->route-map bgp bgprm1 permit
System(su-config-route-map-bgp)->set extended-community ip-site-of-origin 1.1.1.1:150 remove-specific
System(su-config-route-map-bgp)->