[There are only 3 vowels, a,u, and e, and there are 4 odd places. So
one of the odd spaces must contain a consonant.]
we can choose 3 of the 4 odd places to put the vowels in C(4,3) or 4 ways.
For each of those we can rearrange the vowels in P(3,3) or 3! or 6 ways.
And we can rearrange the 5 consonants in P(5,5) or 5! or 120 ways.
C(4,3)稰(3,3)稰(5,5) = 420 = 2880 ways.
Edwin