5-4 Command Line Interface Commands Reference
Example:
#ping 192.168.1.1 count abc
; error -126: number required
; error -127: index out of bounds
This error indicates that an out of range value was specified in a command that requires an index, such as
attempting to access connection profile 17 on a router that supports only sixteen connection profiles. The value
supplied is never a valid index value in the context in which it was used.
Example:
#sh cp 17
; error -127: index out of bounds
; error -128: 'yes' or 'no' required
This error indicates that a value other than 'yes' or 'no' was entered where only 'yes' or 'no' are acceptable.
Example:
#cp 1 enable foo
; error -128: 'yes'or 'no' required
; error -129: text too long
This error indicates that a string value was entered that was longer than the permissible length for the
particular string.
Example:
#cp 1 tag "A overly long connection profile name"
; error -129: text too long
; error -130: text can't be empty
This error indicates that an empty string was supplied for a string item that must contain at least one character,
such as a connection profile name.
Example:
#cp 1 tag ""
; error -130: text can't be empty