You can configure network elements to use customized user and password prompts. Notify VRC of the new prompts by editing the properties file.
VRC uses the customized prompts for all elements in the Administrative Domain.
Use the following procedure to configure customized user prompts in VRC.
Locate the following lines in the GDPM.properties file (~vnm/gdpm/config/GDPM.properties):
# ----- login prompt configuration for telnet based operation.
#DistributionService.Telnet.Login.Prompt.Username=Login:
#DistributionService.Telnet.Login.Prompt.Password=Password:
Uncomment (remove the pound sign (#)) from the bottom two lines.
If you want to add more prompts, you must separate them with commas. "Login:" and "Password:" are example prompts.
The result should look like one of the following examples:
# ----- login prompt configuration for telnet based operation.
DistributionService.Telnet.Login.Prompt.Username=Login:
DistributionService.Telnet.Login.Prompt.Password=Password:
or
# ----- login prompt configuration for telnet based operation.
DistributionService.Telnet.Login.Prompt.Username=LoginPrompt1:,LoginPrompt2:,LoginPrompt3:
DistributionService.Telnet.Login.Prompt.Password=PasswordPrompt1:,PasswordPrompt2:,PasswordPrompt3
Note: You cannot use the pound sign (#) or the dollar sign ($) as ending characters in your user prompts.