/
set prompt
set prompt
Use the set prompt
command to change the prompt to the host name, user@host name, host IP address, or user@ host IP address. Note that the prompt displayed in the command line interface (CLI) can be set only on the active Grid Master node. Once you execute the set
prompt
command, the prompt displayed for all Grid members is set accordingly and you can see the prompt when you log in to the CLI for each Grid member.
Syntax
set prompt {hostname | user@hostname | ip | user@ip | default}
Argument | Description |
---|---|
hostname | Sets the prompt to the host name of the computer from which you access the appliance. |
user@hostname | Sets the prompt to the user name@ the host name of the computer from which you access the appliance. |
ip | Sets the prompt to the IP address of the host. |
user@ip | Sets the prompt to the user name@ the IP address of the host. |
default | Sets the prompt to "Infoblox >". |
Example
Infoblox > set prompt user@hostname
admin@infoblox >
admin@infoblox > set prompt user@ip
admin@172.31.1.254 >