Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TFTP Service on which servers??

Status
Not open for further replies.

Neily

Programmer
Jul 27, 2000
342
GB
Hi

When we had our CCM4 servers installed I was told that the TFTP service can only be run on one CM at at time.

This seems funny to us, so we'd like to check that we can activate it on both the subsciber (which it isn't) and the publisher (which it is).

THANKS
 
i have TFTP split across both the pub and subscriber...
always have...


 
Can you explain how you have the TFTP split in the pub and Sub. Thanks

Stay cool; it’s not over yet!
 
To achieve both redundancy and load sharing between the TFTP servers, you can configure Option 150 to provide the two TFTP server addresses in reverse order for half of the DHCP scopes.

For example:

•In subnet 10.1.1.0/24: Option 150: TFTP1_P, TFTP1_S

•In subnet 10.1.2.0/24: Option 150: TFTP1_S, TFTP1_P

Under normal operations, a phone in subnet 10.1.1.0/24 will request TFTP services from TFTP1_P, while a phone in subnet 10.1.2.0/24 will request TFTP services from TFTP1_S. If TFTP1_P fails, then phones from both subnets will request TFTP services from TFTP1_S.

Load balancing avoids having a single TFTP server hot spot, where all phones from multiple clusters rely on the same server for service. TFTP load balancing is especially important when phone software loads are transferred, such as during a Cisco CallManager upgrade, because more files of larger size are being transferred, thus imposing a bigger load on the TFTP server.



 
so for option 150 in my DHCP scop I can specify two IPs??

Interesting. I was told that wasn't possible!

So 150: 192.168.10.1, 192.168.10.2 for CCM1 & CCM2

Great!!

THANKS
 
Hello,
if you specify/check Array on the DHCP Option 150, you can specify several IP adresses.
Bye
Joachim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top