Users Guide

Table Of Contents
set distance
Sets the administrative distance (AD) for the routes, which are exported from one VRF to another using a route-map.
Syntax
[no] set distance value
Parameters valueEnter a number to assign to routes, from 1 to 255.
Default None
Command Mode ROUTE-MAP
Security and
Access
netadmin, sysadmin, and secadmin
Usage
Information
Use this command when exporting routes from one VRF to another.
The no version of this command deletes the AD configuration.
Example
Setting AD for IPv4 routes
OS10(conf-vrf)# ip route-export 1:1 route-map ExportOSPFBGProutes
OS10(config)# route-map ExportOSPFBGProutes
OS10(config-route-map)# set distance 100
Setting AD for IPv6 routes
OS10(conf-vrf)# ipv6 route-export 1:1 route-map ExportOSPFBGProutes
OS10(config)# route-map ExportOSPFBGProutes
OS10(config-route-map)# set distance 100
Supported
Releases
10.5.2.3 or later
show hosts vrf
Displays the host table in the management or non-default VRF instance.
Syntax
show hosts vrf {management | vrf-name}
Parameters
managementEnter the keyword management to display the host table in the management VRF
instance.
vrf-nameEnter the name of the non-default VRF instance to display the host table in that VRF
instance.
Default Not configured
Command Mode EXEC
Usage
Information
None
Example
OS10# show hosts vrf management
Default Domain Name : dell.com
Domain List : abc.com xyz.net
Name Servers : 10.16.126.1
=================================================
Static Host to IP mapping Table
=================================================
Host IP-Address
-------------------------------------------------
google.com 172.217.160.142
yahoo.com 98.139.180.180
Supported
Releases
10.4.0E(R1) or later
Layer 3 765