Results 1 to 1 of 1
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 ...
- 06-18-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 4
Usage of Match if option in dhcpd config file
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.


Reply With Quote