CHAPTER 3. Data Network Function
© SAMSUNG Electronics Co., Ltd.
page 135 of 689
3.5.6
OS-AWARE
OS-AWARE is a function to use the option value of the DHCP Discover/Request
transmitted from a station to check the type of the operating system used by the station.
The procedures to set OS-AWARE and apply the OS-AWARE settings to ACL are
described below.
3.5.6.1
OS-AWARE Configuration
Configuration using CLI
1) Go to configure
os-aware mode of CLI.
APC# configure terminal
APC/configure# os-aware
APC/configure/os-aware # ?
delete Os-aware delete operation
exit Exit from os-aware mode
os-aware Os-aware add operation
update Os-aware update
2) Set the OS-AWARE. Use the ‘delete’ parameter to delete the OS-AWARE.
os-aware [OS_AWARE NAME] dhcp-option [OPTION_NUM] dhcp-option
[OPTION_NUM] eq [VALUE] os-type [OS_TYPE NAME]
delete os-aware [OS_AWARE NAME]
update os-aware [OS_AWARE NAME] dhcp-option [OPTION_NUM] dhcp-option
[OPTION_NUM] eq [VALUE] os-type [OS_TYPE NAME]
Parameter
Description
OS_AWARE NAME
os-aware name to configure
SEQUENCE_NUM
Fingerprint pattern match sequence (1~255)
OPTION_NUM
dhcp option value (1~255)
VALUE
Fingerprint value (HEX)
OS_TYPE NAME
os-type name to configure (Unknown, android, ios, windows, mac)
os-aware ‘window7’ creation:
APC# configure terminal
APC/configure# os-aware
APC/configure/os-aware # os-aware window7 seq 5 dhcp-option 1 eq AA
os-type windows