
CLI Error Messages 
; error -131:  invalid text
This error indicates that an invalid string was supplied for a string item that must contain at least one required character.
; error -132:  invalid dotted string
This error indicates that an invalid dotted string was supplied for a string item that must contain characters in a standard dotted format, such as an IP address.
; error -133:  invalid address/mask
This error indicates either than you omitted a required IP address and/or mask.
Example:
#interface ethernet 0 ip address 192.168.1.2
;error 
;error -134:  invalid keyword
This error indicates either than you entered a keyword that is not a permissible or accepted keyword.
; error -135:  missing required text
This error indicates that you omitted a portion of the command.
Example:
#ip route
;error 
;error -136:  illegal or conflicting range
This error indicates that you entered an invalid or an inconsistent range of values. For example, you would receive this error if you entered a range of IP addresses with a starting address that is greater than the ending address.
Example:
#ip addr 163.176.12.100 163.176.12.50
; error 
