set orf-association local

Use this command to set local ORF association when all match clauses in the route map match.

Syntax

set orf-association local
no set orf-association local

Parameters

None.

Defaults

None.

Mode

BGP route map configuration.

Usage

The local ORF association advertises filtering information contained within this route map to peers that advertise the appropriate ORF support.

Local ORF association is specified on an inbound route map. Match clauses supported for local ORF association are prefix-list, community string, or extended community string.

The ORF capability is configured using the bgp orf comm-filter, bgp orf extcomm-filter, or commands. The ORF protocol is defined in RFC 5291.

Use the set orf-association local command to set local association as the behavior when all match clauses in the route map match.

The no set orf-association command removes the specified ORF association clause from the route map.

Example

This example shows how to set the ORF association to advertise matching routes to neighbors that support ORF, if all match clauses in the bgprm1 route map match:

System(su)->configure
System(su-config)->route-map bgp bgprm1 permit
System(su-config-route-map-bgp)->set orf-association local
System(su-config-route-map-bgp)->