5-2 Command Line Interface Commands Reference
Fatal syntax errors
; error -101: no match
This error indicates that you entered an unrecognized command.
; error -120: syntax error
This error indicates that you entered a command with a syntactic error for which the command line processor
was unable to provide a more specific error message. For example, you may have misspelled or omitted a
keyword or interchanged two keywords.
Example:
#frame-relay dlci 22 default
; error -120: syntax error
; error -121: illegal operation
This error indicates that you attempted to perform an unsuppor ted operation, or one that does not make
sense.
Example:
#no version
; error -121: illegal operation
#clear version
; error -121: illegal operation
; error -122: illegal value
This error indicates that you entered a properly formatted command, but that one of the values specified in the
command is not a valid value for the attribute you are trying to set. For example, this error would be generated
if you entered the interface intf-type id dle command and requested a datalink encapsulation that isn't
supported by the specified wan interface.
Example:
#interface sdsl 1 pvc 0 65536
; error -122: illegal value