Users Guide

Table Of Contents
Configure administrative distance for leaked routes
1. Enter the VRF from which you want to leak routes in CONFIGURATION mode.
ip vrf source-vrf-name
2. Export all routes that belong to one VRF instance in VRF-CONFIGURATION mode.
IPv4:
ip route-export route-target route-map route-map-name
IPv6:
ipv6 route-export route-target route-map route-map-name
3. Create a route-map.
route-map rmap-name
4. Change the administrative distance for leaked routes in ROUTE-MAP mode.
set distance value
The following example shows configuration of administrative distance for routes that are exported from one VRF to another
using a route-map:
OS10# configure terminal
OS10(config)# ip vrf vrf1
OS10(conf-vrf)# ipv6 route-export 1:1 route-map ExportOSPFBGProutes
OS10(conf-vrf)#exit
OS10(config)# route-map ExportOSPFBGProutes
OS10(config-route-map)# set distance 100
VRF commands
interface management
Adds a management interface to the management VRF instance.
Syntax
interface management
Parameters None
Default Not configured
Command Mode VRF CONFIGURATION
Usage
Information
The no version of this command removes the management interface from the management VRF instance.
Example
OS10(config)# ip vrf management
OS10(conf-vrf)# interface management
Supported
Releases
10.4.0E(R1) or later
ip domain-list vrf
Configures a domain list for the management VRF instance or any non-default VRF instance that you create.
Syntax
ip domain-list vrf {management | vrf-name} domain-names
Layer 3 755