CHAPTER 1: Using the Command Line Interface10 WatchGuard Vclass 5.1Deleting text in the Command Line InterfaceTo delete characters to the left of the cursor, press the Back-space key, or press ^h.To delete all characters from the current position of the cur-sor back to the beginning of the command line, press ^u.Using the CLI to add to or replace existingsettings and policiesExisting settings can be modified using the WatchGuardCLI in two ways:1 An existing item can be overwritten/replaced with anentirely new item2 Additional entries or qualifications can be appended toan existing itemAdding entries to an existing item requires use of the“plus” character (+).If a setting or entry already exists in this WatchGuardappliance, add a “plus” character (+) before additional ele-ments to edit that setting. In the following example, anadditional host with an IP address of 199.86.77.100 is addedto the address group “VPNnet”WG(config)#address VPNnet + -host199.86.77.100WG(config)#exitCommit before exit? (Y/N):yWG#_The named address group object VPNnet now has an addi-tional (host) member with an IP address of 199.86.77.100.Grouping parameters in a commandGroups of parameters may be repeated in a command lineby surrounding the groups with “curly” brackets ({group1param1 param2} {group2 param1 param2} etc.). In the fol-