Código fonte Wiki de TFTP to Cisco Phones

Última modificação por Jean Franco em 2022/06/23 22:09

Show last authors
1 = TFTP Server To Cisco VoIP Phones =
2
3 Cisco 7900 series phones will want a TFTP server via DHCP options on boot in order to configure themselves.
4
5 {{{ set service dhcp-server global-parameters 'option tftp66 code 66 = ip-address;'
6 set service dhcp-server global-parameters 'option tftp150 code 150 = ip-address;'}}}
7
8 {{{ set service dhcp-server shared-network-name VoIP subnet 192.168.0.0/24 subnet-parameters 'option tftp66 192.168.0.253;'
9 set service dhcp-server shared-network-name VoIP subnet 192.168.0.0/24 subnet-parameters 'option tftp150 192.168.0.253;'}}}
10
11 While we're at it, lets also tell new Unifi devices where to pick up the controller!
12
13 {{{ set service dhcp-server shared-network-name LAN subnet 192.168.0.0/24 unifi-controller 192.168.0.253}}}
Maila Networks