IP Networking Configuration
Configuration Guide 30 Document #: LTRT-31657
The same selector can’t be defined in multiple zones.
Command Description
(conf-zone meep)# selector option
60 MSBR
Accepts packets where the value of Option 60 is
exactly ‘MSBR’
(conf-zone meep)# selector option
60 substr MSBR
Accepts packets where the value of Option 60
contains ‘MSBR’, ex MSBR500
(conf-zone meep)# selector option
61 01008F58C0EE
Accepts packets where the value of Option 61 is
the hex value 0x01008F58C0EE
(conf-zone meep)# selector option
61 prefix 01008F58
Accepts packets where the value of Option 61
starts with the hex value 0x01008F58
(conf-zone meep)# selector option
77 phone
Accepts packets where the value of Option 77 is
exactly ‘phone’
(conf-zone meep)# selector option
77 substr phone
Accepts packets where the value of Option 77
contains ‘phone’, ex ip-phone
(conf-zone meep)# selector mac
00:8F:58:C0:22:EE
Accepts packets where the client’s mac address
is 00:8F:58:C0:22:EE
(conf-zone meep)# selector mac
prefix 00:8F:58
Accepts packets where the client’s mac address
starts with 00:8F:58
(conf-zone meep)# selector relay
3.3.3.3
Accepts packets received from the relay agent
whose IP is 3.3.3.3
(conf-zone meep)# selector relay
3.3.3.3 3.3.3.16
Accepts packets received from the relay agent
whose IP is in the range between 3.3.3.3 and
3.3.3.16
5.2.1.2 Default Zone
The DHCP server also has a default zone, which if configured will accept and respond to
any DHCP request that no other zone accepts. See configuration details above.