Ip Domain-List - Cisco Nexus 3548 Command Reference Manual

Nx-os system management
Hide thumbs Also See for Nexus 3548:
Table of Contents

Advertisement

ip domain-list

ip domain-list
To configure the IP domain list, use the ip domain-list command. To disable the IP domain list, use the
no form of the command.
Syntax Description
domain-name
use-vrf name
Command Default
None
Command Modes
Global configuration mode
VRF context configuration mode
Command History
Release
5.0(3)A1(1)
Usage Guidelines
Use the ip domain-list command to configure additional domain names for the device. Use the vrf
context command to enter the VRF context mode to configure additional domain names for a particular
VRF.
Examples
This example shows how to configure the IP domain list for the default VRF:
switch# configure terminal
switch(config)# ip domain-list Mysite.com
switch(config)#
This example shows how to configure the IP domain list for the management VRF:
switch# configure terminal
switch(config)# vrf context management
switch(config-vrf)# ip domain-list Mysite.com
switch(config-vrf)#
This example shows how to configure the IP domain list for the default VRF to use the management VRF
as a backup if the domain name cannot be resolved through the default VRF:
switch# configure terminal
switch(config)# vrf context management
switch(config-vrf)# exit
switch(config)# ip domain-name Mysite.com use-vrf management
Cisco Nexus 3548 Switch NX-OS System Management Command Reference
62
ip domain-list domain-name [use-vrf name]
no ip domain-list domain-name [use-vrf name]
Domain name for the IP domain list. The name can be any case-sensitive,
alphanumeric string up to 63 characters.
(Optional) Specifies the virtual routing and forwarding (VRF) to use to
resolve the domain domain name for the IP domain list. The name can be any
case-sensitive, alphanumeric string up to 32 characters.
Modification
This command was introduced.
System Management Commands
OL-27851-02

Advertisement

Table of Contents
loading

Table of Contents