class-map nbar_rtp
match protocol rtp payload-type “0, 1, 4 – 0x10, 10001b – 10010b, 64”
The above NBAR configuration matches RTP traffic with which payload types?
A.
0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 64
B.
0, 1, 4, 5, 6, 7, 8, 9, 10
C.
0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 64
D.
0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 64
Explanation:
“b. The following example configures nBAR to match RTP traffic with the payload-types 0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 64
class-map nbar_rtp
match protocol rtp payload-type “0, 1, 4 – 0x10, 10001b – 10010b, 64”
To use hexadecimal notation, prepend “0x” to each value. To use binary notation, append a “b” after each value.”
http://www.cisco.com/en/US/products/ps6612/products_white_paper09186a0080110040.shtml#wp39307