From: http://cciepursuit.wordpress.com/2008/05/15/lab-tip-remembering-ip-precedence-values/
You could look this up in the DOC CD, but there’s a quick and dirty way to do this on the command line.
1) Create a class-map.
2) Type ‘match ip precedence ?’ to see the context-sensitive help. This will give you a list of the IP Precedence values along with their descriptions.
3) Get what you need and remember to delete the class-map.
Rack13R6(config)#class-map FAKE
Rack13R6(config-cmap)#match ip precedence ?
<0-7> Enter up to 4 precedence values separated by white-spaces
critical Match packets with critical precedence (5)
flash Match packets with flash precedence (3)
flash-override Match packets with flash override precedence (4)
immediate Match packets with immediate precedence (2)
internet Match packets with internetwork control precedence (6)
network Match packets with network control precedence (7)
priority Match packets with priority precedence (1)
routine Match packets with routine precedence (0)
Rack13R6(config-cmap)#exit
Rack13R6(config)#no class-map FAKE