[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring Static Host Mapping with the SRC CLI

Use the following statements to configure static host mapping:

system static-host-mapping host-name { 
     inet [inet...]; 
     alias [alias...]; 
} 

To configure static host mapping:

  1. From configuration mode, access the configuration statement that configures static host mapping and specify the fully-qualified name of the system.
  2. [edit]
    
    user@host# edit system static-host-mapping host-name 
    
    
    
  3. Specify the IPv4 or IPv6 addresses to which you want to map the hostname.
  4. [edit system static-host-mapping host-name] 
    
    user@host# set inet inet 
    
    
    
  5. (Optional) Specify the aliases for this host.
  6. [edit system static-host-mapping host-name] 
    
    user@host# set alias alias 
    
    
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]