Users Guide

Table Of Contents
Usage
Information
Enter the ip vrf management command only in non-transaction-based configuration mode. Do not
use transaction-based mode. The no version of this command removes the management VRF instance
configuration.
Example
OS10(config)# ip vrf management
OS10(conf-vrf)#
Supported
Releases
10.4.0E(R1) or later
match source-protocol
Matches the source routing protocol in a route map.
Syntax
match source-protocol {bgp {ebgp | evpn | ibgp} | connected | ospf |
static}
Parameters
bgp {ebgp | evpn | ibgp}Enter the BGP variant.
ebgpFilters external BGP routes.
evpnFilters EVPN BGP routes.
ebgpFilters internal BGP routes.
connectedFilters the connected routes.
ospfFilters OSPF routes.
staticFilters static routes.
Default None
Command Mode ROUTE-MAP
Usage
Information
Use this command to export only a set of routes from a specific routing protocol.
The no version of this command deletes a match.
Example
Route Map Configuration for BGP routes
OS10(config)# route-map match_protocol_bgp_all
OS10(config-route-map)# match source-protocol bgp evpn
OS10(config-route-map)# match source-protocol bgp ibgp
OS10(config-route-map)# match source-protocol bgp ebgp
Route Map Configuration for static routes
OS10(config)# route-map match_static_routes
OS10(config-route-map)# match source-protocol static
Route Map Configuration for connected routes
OS10(config)# route-map match_connected_routes
OS10(config-route-map)# match source-protocol connected
Route Map Configuration for OSPF routes
OS10(config)# route-map match_ospf_routes
OS10(config-route-map)# match source-protocol ospf
Supported
Releases
10.5.2.0 or later
762 Layer 3