Netopia CLI 874 Network Router User Manual


 
CLI Error Messages 5-5
; 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 -133: invalid address/mask
; 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 -135: missing required text
; 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 -136: illegal or conflicting range