if ospf-area in ospf-area-set* then
set ospf-metric 200
elseif ospf-area in (10.0.0.1, 10.0.0.2) then
set ospf-metric 300
endif
end-policy
!
end
This completes the configuration of routing policy with wildcards for OSPF area sets.
VRF Import Policy Configuration: Example
This is a sample configuration for VRF import policy.
router bgp 100
address-family vpnv4 unicast
vrf all
source rt import-policy
!
Additional References
The following sections provide references related to implementing RPL.
Related Documents
Document TitleRelated Topic
Routing Policy Language Commands on Cisco ASR
9000 Series Router module of the Cisco ASR 9000
Series Aggregation Services Router Routing
Command Reference
Routing policy language commands: complete
command syntax, command modes, command history,
defaults, usage guidelines, and examples
Understanding Regular Expressions, Special
Characters and Patterns appendix in the
Cisco ASR 9000 Series Aggregation Services Router
Getting Started Guide
Regular expression syntax
Standards
TitleStandards
—
No new or modified standards are supported by this
feature, and support for existing standards has not
been modified by this feature.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
OL-30423-03 551
Implementing Routing Policy
VRF Import Policy Configuration: Example