domain-name
  
  
    Configures the Domain name search label
      advertised in RAs
    Supported on the following devices: 
         
         
            - Access Points: AP5010, AP310i/e, AP410i/e, AP505i, AP510i, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502,
               AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543,
               AP8533.
- Service Platforms:
               NX5500, NX7500, NX9500, NX9600
- Virtual Platforms: CX9000, VX9000
Syntax
      
      domain-name <WORD> {lifetime [<4-3600>|expired|infinite]}
    
    Parameters
      
      domain-name <WORD> {lifetime [<4-3600>|expired|infinite]}
      
            
              | domain-name <WORD> | Configures the Domain name search label advertised in
                RAs Enter a FQDN (fully qualified domain name) , which is an
                  unambiguous domain name available in a router advertisement resource. To
                  distinguish an FQDN from a regular domain name, a trailing period is added. For
                  example, somehost.example.com.  
                    <WORD> – Specify the Domain name search label. A maximum of four (4)
                      entries can be made per policy. | 
            
              | lifetime [<4-3600>| expired|infinite] | Optional. Configures the Domain name search label's
                lifetime 
                  <4-3600> – Configures a lifetime in seconds. Specify a value form 4 - 3600
                    seconds. The default is 600 seconds. expired – Advertises that this Domain name search label's lifetime has expired
                    and should not be used infinite – Advertises that this Domain name search label's lifetime is
                    infinite | 
          
    
    Examples
      
      nx9500-6C8809(config-ipv6-radv-policy-test)#domain-name TechPubs lifetime infinite
      nx9500-6C8809(config-ipv6-radv-policy-test)#show context
ipv6-router-advertisement-policy test
 advertise mtu
 advertise hop-limit
 check-ra-consistency
 dns-server 2002::2 lifetime 3000
 domain-name TechPubs lifetime infinite
nx9500-6C8809(config-ipv6-radv-policy-test)#