FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
adimailig
Staff & Editor
Staff & Editor
Article Id 271079
Description This article describes how to configure DHCP Options (176 and 242) for IP Phone.
Scope FortiGate.
Solution

Configuration using GUI:

 

  1. Go to Network -> Interfaces.
  2. Edit the interface where DHCP is enabled and where the IP Phones are connected.
  3. Expand Advanced.
  4. Below Additional DHCP Options select Create New.

    interface.PNG
  5. Configure DHCP Option 176  and select OK. Do the same to DHCP Option 242.

    dhcp option 176.PNG

HIT OK.PNG

 

Select OK to commit changes on the interface.

Configuration using CLI:


config system dhcp server
    edit <ID>
        config options
            edit 0
                set code 176
                set type string
                set value "MCIPADD=192.168.15.35,MCPORT=1719,TFTPSRVR=192.168.15.35,TFTPDIR=,L2Q=1,L2QVLAN=0,VLANTEST=0"
            next
            edit 0
                set code 242
                set type string
                set value "MCIPADD=192.168.1.86,MCPORT=1719,HTTPSRVR=192.168.1.86,VLANTEST=0"
            next
        end
    next
end



For the details regarding the DHCP options 176 and 242, refer to:

Technical Note: Configuring DHCP Options for Avaya IP Phones.