Hi Michael, It is the regex command itself that is decieving you in this case. The second variable is actually the regex itself and not the name of a configured regex.
tsannfw02(config)# sho run | i regex regex BOB "b...@*" tsannfw02# test regex [email protected] ? LINE < 101 char Specify the regular expression to be tested. Use '"' around the regular expression if leading or trailing spaces are desired. tsannfw02(config)# test regex [email protected] BOB INFO: Regular expression match failed. tsannfw02# test regex [email protected] b...@* INFO: Regular expression match succeeded. HTH, Roger On Sun, Apr 4, 2010 at 2:24 AM, Brandon Carroll <[email protected]>wrote: > Michael, > > Can you show me the output from the test regex command? > > Regards, > > Brandon Carroll - CCIE #23837 > Senior Technical Instructor - IPexpert > Mailto: [email protected] > Telephone: +1.810.326.1444 > Live Assistance, Please visit: www.ipexpert.com/chat > eFax: +1.810.454.0130 > > IPexpert is a premier provider of Self-Study Workbooks, Video on Demand, > Audio Tools, Online Hardware Rental and Classroom Training for the Cisco > CCIE (R&S, Voice, Security & Service Provider) certification(s) with > training locations throughout the United States, Europe, South Asia and > Australia. Be sure to visit our online communities at > www.ipexpert.com/communities and our public website at www.ipexpert.com > > > > On Apr 3, 2010, at 11:18 PM, Michael Davis wrote: > > Hi Everyone – I am working through lab 14, and creating a regular > expression for b...@* to match bob in any case. My expression I configured > is: > “[bb][oo][...@*” > My test on the ASA is failing, though 3rd party regex builders say my > command is o.k? I have made sure I am using the command correctly > I looked at the solution guide and the expression is almost the same but > even that does not match. Any ideas? > Thanks > Michael > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > >
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
