What type of ANOVA you want to run? One way anova command is oneway DependentVariable(scores) IndependentVariables(categorical)
It will give you an output of between group and withing groups summaries and F-test value. if it is significant that mean significant mean differences between groups.
Twoway anova is for testing the interaction between two independent variables. the command is anova DependentVariable FirstIndependentVariable##SecondIndependentVariable
you can combined it as well for example anova DependentVariable FirstIndependentVariable secondIndependentVariable##thirdIndependentVariable
output is same except for the interaction term.
several other post hoc options are there too. you can type help oneway or help anova to see other options in stata. I am using Stata 12. I am quite sure it also same in Stata 11
trapsite variable must be numeric and only interaction term will had ##. other dependent variable will be as it is. for example anova trapsite april june september##december if you interest in interaction in only september and december