Hello, I am attempting to get my router to accept a translation rule, but for some reason (I cannot see why) it is not accepting the match string. I have altered it in every way I can think of, but to my eyes, the syntax seems sound. DHCP_ROUTER(config-translate)#Rule 1 /^1919454\(....\)$/ /\1/
DHCP_ROUTER(config-translate)#Rule 1 /^1919454\(....\)$/ /\1/
Here is the output rejection
DHCP_ROUTER(config-translate)#Rule 1 /^1919454\(....\)$/ /\1/
Incorrect format for Translation Match Pattern
regular expression must be of the form ^(\^)?(\+)?([0-9,A-F.*%?#]+)$
Invalid match pattern string input /^1919454\(....\)$/
From what I can tell, it doesn't like the input, but I don't see why.