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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do you load VPNremote phone on 4620???????? 1

Status
Not open for further replies.

phneguy

Technical User
Dec 7, 2005
119
US
im new at this....hence the questions....

im trying to load the VPNremote phone on a 4620SWIP phone for a remote user. we have the Netgear FVS338 which Avaya has given instuctions on how to program the phone, but i cant get the phone to run the VPN software???

we have the 406v2 running 4.1.9 software. i have a VPN remote phone license that is valid. i have tried to enter the code(mute 47687#) and i change the group to 876. after that nothing happens??

i have the following files in the manager directory...


46vpnsetting_readme.txt
46vpnsetting_Template.txt
46vpnupgrade.scr
46xxxvpn.mib
46xxvpn.scr
a10bVPN232_4.bin
a20bVPN232_4.bin
a25VPN252_4.bin
b10d01b2_3.bin
b20d01a2_3.bin
b20d01b2_3.bin
b25d01a2_5.bin


is there anything else i need in the manager directory?

i know i have to change something in a screen saver, but dont know how or which one???

some help would be great!
 
You need to put this in your 46xxupgrade.scr file

IF $GROUP SEQ 876 goto DEFVPN
GOTO NOVPN
# DEFVPN
GET 46xxvpn.scr
GOTO END
# NOVPN

ACA - Implement IP Office
ACA - Voice Services Management
______________
Women and cats can do as they please and men and dogs should relax and get used to the idea!
 
After you changed the group did you reboot the phone? you also have to add some lines to your regular 46xxsetting file. there is a sample file in there that shows you what you need to add in

 
how do i put in the 46xxupgrade.scr file and where?
 
In the folder c:/Program Files/Avaya/IP Office/Manager there is a 46xxupgrade.scr and a 46xxsettings.txt file
Change the 46xxupgrade.scr file
Add the bit i gave to you

This is in the docs that are in the vpnremote folder where you did find the files



ACA - Implement IP Office
ACA - Voice Services Management
______________
Women and cats can do as they please and men and dogs should relax and get used to the idea!
 
Rename the 46xxupgrade.scr to 46xxupgrade.txt

y1pzZTEUdok1vrI5cLb3FdPX4PgTPlSONkb5WPjz0x50etSujaMSmhdRCbOx9vASnrRNzzXv0IxNQA

___________________________________________
It works! Now if only I could remember what I did...
___________________________________________
 
so i put it at the end of the script? or can i just put it anywhere?
 
Do you have the 4.1 manager on you PC?

then it's already in the file.

y1pzZTEUdok1vrI5cLb3FdPX4PgTPlSONkb5WPjz0x50etSujaMSmhdRCbOx9vASnrRNzzXv0IxNQA

___________________________________________
It works! Now if only I could remember what I did...
___________________________________________
 
In the begin
So it is the first thing that is checked

IF the phone has group 876 then it will download the other .scr file and so on and on

But there is more to do to get it working
There is a pdf file wich you need to read



ACA - Implement IP Office
ACA - Voice Services Management
______________
Women and cats can do as they please and men and dogs should relax and get used to the idea!
 
i do have 4.1 manager on the PC.

when i try to press (mute 876663#) the phone does nothing?

i have rebooted and still get the same thing????
 
it looks like its in file (46xxupgrade) but not at the beginning??
 
You also need to do this:

Configuring 4600 Series VPN Remote Phones for IP Office Licensing
By default, 5600 Series phones running VPNremote firmware use licenses available from the IP Office to
which they connect. However 4600 Series phones running VPNremote can be licensed in a number of
ways and so need to be instructed to use the IP Office for licensing.
In order to inform that 4600 Series VPNremote phones to use IP Office licensing, the following line must
be added to the 46vpnsettings.txt file:
• SET SMBLIC 1

ACA - Implement IP Office
ACA - Voice Services Management
______________
Women and cats can do as they please and men and dogs should relax and get used to the idea!
 
When the phone boots you should see it grabing the 46xx file. If you see it timing out your tftp server isn't set correctly or isn't working.
 
i have no clue where to put that command as well... that is a huge script!

do i put it at the end of the script or the front?

can you just post a script that works that i can copy?
 
IF $GROUP SEQ 876 goto VPN
IF $GROUP SEQ 0 goto NEXT

# VPN
GET 46xxvpn.scr

# NEXT

##################################################
# Release Date: July 31, 2006
#
# H323-Centric 46XX/56XX Software Upgrade Script
# Single byte software version
# For IP Office
# Additions for 460x+ and 560x+
#
# This file upgrades the following telephones to the
# indicated releases:
# 4601 - GA Release 2.3
# 4601+ - GA Release 2.3
# 4602D, 4602SW H.323 - GA Release 2.3
# 4602+ - GA Release 2.3
# 4602D, 4602SW SIP - GA Release 2.2.2
# 4602SW+ SIP - GA Release 2.2.2
# 4606, 4612, 4624 - GA Release 1.8.3
# 4610SW, 4620SW, 4621SW, 4622SW H.323 - GA Release 2.3
# 4620 H.323 - GA Release 2.3
# 4610SW, 4620SW, 4621SW SIP - GA Release 2.2.2
# 4625 - GA Release 2.5
# 4690 - GA Release 2.0
# 5601 - GA Release 2.3
# 5601+ - GA Release 2.3
# 5602D, 5602SW - GA Release 2.3
# 5602+ - GA Release 2.3
# 5610SW, 5620SW, 5621SW - GA Release 2.3
#
#
#
#################################################
# BOOTAPP VERSION NUMBERS
# 46xx: 83
# 4601: 2.3
# 4601+: 2.3
# 4602: 2.3
# 4602+: 2.3
# 4602/02SW SIP: 2.3
# 4602SW+ SIP: 2.3
# 4610: 2.3
# 4620: 2.3
# 4620SW: 2.3
# 4621SW: 2.3
# 4622SW: 2.3
# 4625SW: 2.5
# 4690: 2.0
# 5601: 2.3
# 5602: 2.3
# 5601+: 2.3
# 5602+: 2.3
# 5610: 2.3
# 5620SW: 2.3
# 5621SW: 2.3

#################################################
#################################################
# BIGAPP VERSION NUMBERS
# 46xx: 1.8.3
# 4601: 2.3
# 4601+: 2.3
# 4602: 2.3
# 4602+: 2.3
# 4602/02SW SIP: 2.2.2
# 4602SW+ SIP: 2.3
# 4610: 2.3
# 4610 SIP: 2.2.2
# 4620: 2.3
# 4620SW: 2.3
# 4620SW SIP: 2.2.2
# 4621SW: 2.3
# 4621SW SIP: 2.2.2
# 4622SW: 2.3
# 4625SW: 2.5
# 4690: 2.0
# 5601: 2.3
# 5601+: 2.3
# 5602: 2.3
# 5602+: 2.3
# 5610: 2.3
# 5620SW: 2.3
# 5621SW: 2.3
#################################################

#check bootApp version

IF $MODEL4 SEQ 4601 goto BOOTAPP4601
IF $MODEL4 SEQ 4602 goto BOOTAPP4602
IF $MODEL4 SEQ 4606 goto BOOTAPP46XX
IF $MODEL4 SEQ 4610 goto BOOTAPP4610
IF $MODEL4 SEQ 4612 goto BOOTAPP46XX
IF $MODEL4 SEQ 4620 goto BOOTAPP4620
IF $MODEL4 SEQ 4624 goto BOOTAPP46XX
IF $MODEL4 SEQ 4621 goto BOOTAPP4620
IF $MODEL4 SEQ 4622 goto BOOTAPP4620
IF $MODEL4 SEQ 4625 goto BOOTAPP4625
IF $MODEL4 SEQ 4690 goto BOOTAPP4690
IF $MODEL4 SEQ 5601 goto BOOTAPP5601
IF $MODEL4 SEQ 5602 goto BOOTAPP5602
IF $MODEL4 SEQ 5610 goto BOOTAPP5610
IF $MODEL4 SEQ 5620 goto BOOTAPP5620
IF $MODEL4 SEQ 5621 goto BOOTAPP5621
goto END

# BOOTAPP4601
IF $MODEL SEQ 4601D01A goto BOOTAPP4601D
IF $MODEL SEQ 4601D01B goto BOOTAPP4601P
goto END

# BOOTAPP4601D
IF $BOOTNAME SEQ 4601dbte1_82.bin goto CONVERT01
IF $BOOTNAME SEQ cvt01_2_3.bin goto AVAYACODE01
IF $BOOTNAME SEQ b01d01b2_3.bin goto DEF46XX
IF $APPNAME SEQ a01d01b2_3.bin goto END
goto GET01_182
goto END

# GET01_182
SET APPNAME 4601dbte1_82.bin
goto END

# CONVERT01
SET APPNAME cvt01_2_3.bin
goto END

# AVAYACODE01
SET APPNAME b01d01b2_3.bin
goto END

# BOOTAPP4601P
IF $BOOTNAME SEQ b01d01p2_3.bin goto DEF46XX
SET APPNAME b01d01p2_3.bin
goto END

# BOOTAPP4602
IF $MODEL SEQ 4602D01A goto BOOTAPP4602D
IF $MODEL SEQ 4602D02A goto BOOTAPP4602SW
IF $MODEL SEQ 4602D02B goto BOOTAPP4602P
goto END

# BOOTAPP4602D
IF $BOOTNAME SEQ 4602dbte1_82.bin goto CONVERT02
IF $BOOTNAME SEQ cvt02_2_3.bin goto AVAYACODE02
IF $BOOTNAME SEQ b02d01b2_3.bin goto DEF46XX
IF $APPNAME SEQ a02d01b2_3.bin goto END
goto GET02_182
goto END

# GET02_182
SET APPNAME 4602dbte1_82.bin
goto END

# CONVERT02
SET APPNAME cvt02_2_3.bin
goto END

# BOOTAPP4602SW
IF $BOOTNAME SEQ 4602sbte1_82.bin goto CONVERT02SW
IF $BOOTNAME SEQ cvt02sw_2_3.bin goto AVAYACODE02
IF $BOOTNAME SEQ b02d01b2_3.bin goto DEF46XX
IF $APPNAME SEQ a02d01b2_3.bin goto END
goto GET02S_182
goto END

# GET02S_182
SET APPNAME 4602sbte1_82.bin
goto END

# AVAYACODE02
SET APPNAME b02d01b2_3.bin
goto END

# CONVERT02SW
SET APPNAME cvt02sw_2_3.bin
goto END

# BOOTAPP4602P
IF $BOOTNAME SEQ b02d02p2_3.bin goto DEF46XX
SET APPNAME b02d02p2_3.bin
goto END

# BOOTAPP4620
IF $MODEL SEQ 4620D01A goto BOOTAPP4620A
IF $MODEL SEQ 4620D01B goto BOOTAPP4620B
IF $MODEL SEQ 4621D01A goto BOOTAPP4620B
IF $MODEL SEQ 4622D01A goto BOOTAPP4620B
goto END

# BOOTAPP4610
IF $BOOTNAME SEQ b10d01b2_3.bin goto DEF46XX
SET APPNAME b10d01b2_3.bin
goto END

# BOOTAPP4620A
IF $BOOTNAME SEQ b20d01a2_3.bin goto DEF46XX
SET APPNAME b20d01a2_3.bin
goto END

# BOOTAPP4620B
IF $BOOTNAME SEQ b20d01b2_3.bin goto DEF46XX
SET APPNAME b20d01b2_3.bin
goto END

# BOOTAPP4625
IF $BOOTNAME SEQ b25d01a2522.bin goto DEF46XX
SET APPNAME b25d01a2522.bin
goto END

# BOOTAPP4690
IF $BOOTNAME SEQ 4690_020005.bin goto DEF4690
SET APPNAME 4690_020005.bin
goto END


# BOOTAPP46XX
IF $BOOTNAME SEQ 46XXCOMMON.V83 goto DEF46XX
SET APPNAME bbla0_83.bin
goto END

# BOOTAPP5601
IF $MODEL SEQ 5601D01A goto BOOTAPP5601D
IF $MODEL SEQ 5601D01B goto BOOTAPP5601P
goto END

# BOOTAPP5601D
IF $BOOTNAME SEQ 5601bte1810.bin goto CONVERT501
IF $BOOTNAME SEQ cvt51_2_3.bin goto AVAYACODE501
IF $BOOTNAME SEQ x01d01a2_3.bin goto DEF46XX
IF $APPNAME SEQ i01d01a2_3.bin goto END
goto GET501_182
goto END

# GET501_182
SET APPNAME 5601bte1810.bin
goto END


# CONVERT501
SET APPNAME cvt51_2_3.bin
goto END

# AVAYACODE501
SET APPNAME x01d01a2_3.bin
goto END

# BOOTAPP5601P
IF $BOOTNAME SEQ x01d01p2_3.bin goto DEF46XX
SET APPNAME x01d01p2_3.bin
goto END

# BOOTAPP5602
IF $MODEL SEQ 5602D01A goto BOOTAPP5602D
IF $MODEL SEQ 5602D02A goto BOOTAPP5602SW
IF $MODEL SEQ 5602D02B goto BOOTAPP5602P
goto END

# BOOTAPP5602D
IF $BOOTNAME SEQ 5602dbte1806.bin goto CONVERT502
IF $BOOTNAME SEQ cvt5_2_3.bin goto AVAYACODE502
IF $BOOTNAME SEQ x02d01a2_3.bin goto DEF46XX
IF $APPNAME SEQ i02d01a2_3.bin goto END
goto GET502_182
goto END

# GET502_182
SET APPNAME 5602dbte1806.bin
goto END

# CONVERT502
SET APPNAME cvt5_2_3.bin
goto END

# BOOTAPP5602SW
IF $BOOTNAME SEQ 5602sbte1806.bin goto CONVERT502SW
IF $BOOTNAME SEQ cvt5sw_2_3.bin goto AVAYACODE502
IF $BOOTNAME SEQ x02d01a2_3.bin goto DEF46XX
IF $APPNAME SEQ i02d01a2_3.bin goto END
goto GET502S_182
goto END

# GET502S_182
SET APPNAME 5602sbte1806.bin
goto END

# AVAYACODE502
SET APPNAME x02d01a2_3.bin
goto END

# CONVERT502SW
SET APPNAME cvt5sw_2_3.bin
goto END

# BOOTAPP5602P
IF $BOOTNAME SEQ x02d02p2_3.bin goto DEF46XX
SET APPNAME x02d02p2_3.bin
goto END

# BOOTAPP5610
IF $BOOTNAME SEQ x10d01a2_3.bin goto DEF46XX
SET APPNAME x10d01a2_3.bin
goto END


# BOOTAPP5620
IF $BOOTNAME SEQ x20d01a2_8_3.bin goto DEF46XX
SET APPNAME x20d01a2_8_3.bin
goto END

# BOOTAPP5621
IF $BOOTNAME SEQ x20d01a2_8_3.bin goto DEF46XX
SET APPNAME x20d01a2_8_3.bin
goto END

################################
# download bigApp #
################################
# DEF46xx
IF $MODEL4 SEQ 4601 goto DEF4601
IF $MODEL4 SEQ 4602 goto DEF4602
IF $MODEL4 SEQ 4606 goto DEF4606
IF $MODEL4 SEQ 4610 goto DEF4610
IF $MODEL4 SEQ 4612 goto DEF4624
IF $MODEL4 SEQ 4620 goto DEF4620
IF $MODEL4 SEQ 4624 goto DEF4624
IF $MODEL4 SEQ 4621 goto DEF4620
IF $MODEL4 SEQ 4622 goto DEF4620
IF $MODEL4 SEQ 4625 goto DEF4625
IF $MODEL4 SEQ 5601 goto DEF5601
IF $MODEL4 SEQ 5602 goto DEF5602
IF $MODEL4 SEQ 5610 goto DEF5610
IF $MODEL4 SEQ 5620 goto DEF5620
IF $MODEL4 SEQ 5621 goto DEF5621

goto END

#bigApp for 4601 model
# DEF4601
IF $MODEL SEQ 4601D01A goto DEF4601D
IF $MODEL SEQ 4601D01B goto DEF4601P
goto END

# DEF4601D
SET APPNAME a01d01b2_3.bin
goto END

# DEF4601P
SET APPNAME a01d01p2_3.bin
goto END

#bigApp for 4602 and 4602SW SIP model
# DEF4602
IF $SIG SEQ 2 goto SIP_4602
IF $MODEL SEQ 4602D01A goto DEF4602D
IF $MODEL SEQ 4602D02A goto DEF4602SW
IF $MODEL SEQ 4602D02B goto DEF4602P
goto END

#bigApp for 4602D model
# DEF4602D
SET APPNAME a02d01b2_3.bin
goto END

#bigApp for 4602SW model
# DEF4602SW
SET APPNAME a02d01b2_3.bin
goto END

# SIP_4602
#bigApp for 4602 SIP model
IF $MODEL SEQ 4602D02B goto SIP_4602P
SET APPNAME s02d01b2_2_2.bin
goto END

# SIP_4602P
#bigApp for 4602+ model
SET APPNAME s02d02p2_3.bin
goto END


# DEF4602P
SET APPNAME a02d02p2_3.bin
goto END

#bigApp for 4606 model
# DEF4606
SET APPNAME def06r1_8_3.bin
goto END

# DEF4610
#bigApp for 4610 ACP model
IF $SIG SEQ 2 goto SIP_4610
SET APPNAME a10d01b2_3.bin
goto END

# SIP_4610
#bigApp for 4610 SIP model
SET APPNAME s10d01b2_2_2.bin
goto END


#bigApp for 4620 models
# DEF4620
IF $MODEL SEQ 4620D01A goto DEFAPP4620A
IF $MODEL SEQ 4620D01B goto DEFAPP4620B
IF $MODEL SEQ 4621D01A goto DEFAPP4620B
IF $MODEL SEQ 4622D01A goto H323_4620SW
goto END

# DEFAPP4620A
#bigApp for 4620 ACP model
SET APPNAME a20d01a2_3.bin
goto END

# DEFAPP4620B
IF $SIG SEQ 2 goto SIP_4620SW

# H323_4620SW
#bigApp for 4620SW ACP model
SET APPNAME a20d01b2_3.bin
goto END

# SIP_4620SW
#bigApp for 4620SW SIP model
SET APPNAME s20d01b2_2_2.bin
goto END

#bigApp for 4612 & 4624 model
# DEF4624
SET APPNAME def24r1_8_3.bin
goto END

#bigApp for 4625SW models
# DEF4625
SET APPNAME a25d01a2522.bin
goto END

#bigApp for 4690 model
# DEF4690
#SET APPNAME XXXXXXXXXXXXXX.bin
goto END

# DEF5601
IF $MODEL SEQ 5601D01A goto DEF5601D
IF $MODEL SEQ 5601D01B goto DEF5601P
goto END

#bigApp for 5601 model
# DEF5601D
SET APPNAME i01d01a2_3.bin
goto END

#bigApp for 5601+ model
# DEF5601P
SET APPNAME i01d01p2_3.bin
goto END

#bigApp for 5602 model
# DEF5602
IF $MODEL SEQ 5602D01A goto DEF5602D
IF $MODEL SEQ 5602D02A goto DEF5602D
IF $MODEL SEQ 5602D02B goto DEF5602P
goto END

#bigApp for 5602D model
# DEF5602D
SET APPNAME i02d01a2_3.bin
goto END

#bigApp for 5602+ model
# DEF5602P
SET APPNAME i02d02p2_3.bin
goto END

#bigApp for 5610 model
# DEF5610
SET APPNAME i10d01a2_3.bin
goto END

#bigApp for 5620SW model
# DEF5620
SET APPNAME i20d01a2_8_3.bin
goto END

#bigApp for 5621SW model
# DEF5621
SET APPNAME i20d01a2_8_3.bin
goto END

# END
GET 46xxsettings.txt



ACA - Implement IP Office
ACA - Voice Services Management
______________
Women and cats can do as they please and men and dogs should relax and get used to the idea!
 
This work for a 5620
But it could be you have add that line (SET SMBLIC 1) in the 46vpnsettings.txt file

ACA - Implement IP Office
ACA - Voice Services Management
______________
Women and cats can do as they please and men and dogs should relax and get used to the idea!
 
tlpeter...

i just rebooted my phone and it started running the VPN software??? i have NOT made any changes to any script????

i wonder why it did that?? i hope you dont think im stupid???

do i still have to add the other line you told me about to the other script...SET SMBLIC 1

i noticed you had a bullet in front of that command and if so, was it the 46vpnsetting_Template.txt file?
 
It was out of the doc so do nto copy that

And yes you have to add it
It has to do with licensing
The 56xx does not need it but the 4620 needs it, it works a bit different


ACA - Implement IP Office
ACA - Voice Services Management
______________
Women and cats can do as they please and men and dogs should relax and get used to the idea!
 
tlpeter...

sorry for the repeated questions.... but do i need to add this line in the 46vpnsettings_Template.txt

if so, do you know where?
 
You need to put it in the 46vpnsettings.txt file

The _template is just a template :)


ACA - Implement IP Office
ACA - Voice Services Management
______________
Women and cats can do as they please and men and dogs should relax and get used to the idea!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top