Hi Experts,

I'm trying to assign a config file to my device that does not match a specific criteria.

This Im doing my defining a class.

The definition of the class is:

class "Non Cisco Modems" {
match if not opton vendor-class-identifier = "cisco"; filename "noncisco.cfg";
}

this definition does not seem to work. Im not sure if the syntax "match if not" is correct.

The match if option vendor-class-identifier = "cisco" seem to work..

Any advice would be greatly appreciated.

Thanks in advance.

Regards,
- Vijay Swaminathan.