# (c) Rapid-City Communications, Inc
# English language version of SNMP error messages
array set SnmpPropErrors {
101 "The system is out of some resource required by the specified operation.\n"
102	"The specified operation is not allowed.\n"
103 "A previous operation is still in progress.\n"
104 "The specified port number is invalid.\n"
105 "The specified IP subnet address is invalid or already in use.\n"
106 "The specified IP subnet mask is invalid or already in use.\n"
107 "The specified VLAN ID is invalid or already in use.\n"
108 "The specified VLAN name is invalid or already in use.\n" 
109 "The specified VLAN type is invalid or already in use.\n" 
110 "The specified STG ID is invalid or already in use.\n"
111 "The specified protocol ID is invalid or already in use.\n"
112 "The specified port members are invalid.\n"
113 "The specified static port members are invalid.\n"
114 "The specified NotAllowToJoin ports are invalid.\n"
115 "The specified destination is not reachable.\n"
116 "There is no more room in the trap receive table.\n"
117 "This port is not a dual connector gigabit port.\n"
118 "The test ID is not present in the agent request.\n"
119 "The test ID is not valid and doesn't match with TestAndIncr.\n"
120 "An invalid status change has been performed.\n"
121 "The card is not a CPU card.\n"
122 "The specified SrcPort is the same as the specified DestinationPort.\n"
123 "The mirror destination port is not set.\n"
124 "The mirror source port #1 is not set.\n"
125 "The mirror source port #2 is not set.\n"
126 "This functionality is not supported.\n"
127 "The username is not unique.  Enter a new username.\n"
130 "You may not change this field.\n"
131 "The password can only be 20 characters long.\n"
132 "An entry exists with this username.\n"
133 "The specified IP address is invalid.\n"
134 "The specified MAC address is invalid.\n"
135 "The specified MAC address is invalid.\n"
136 "Another loopback test is running.  A user can only run one loopback test at a time.\n"
}
