No. How else would you propose to configure it?
At the very least you would need
VPNPROC 2 And
IF $GROUP SEQ 0 GOTO NO96XXVPN
IF $GROUP SEQ 876 GOTO 96XXVPN in your 46XX
Put your defaulted handset in group 876 and it will pick up the data in the 96XXVPN.txt YOU will create.
TIP: I find that you need to put VPNPROC 2 at the top of the 46XX or the handset will not give you VPN programming options when it is in group 876.
Something like this at the top of your 46XX:
Set VPNROC 2
################ AVAYA SCREEN SAVER SETTINGS ###################
##
## Idle time before the Avaya Screen Saver is activated (minutes).
## Number of minutes without phone activity to wait
## before the screen saver is activated. A value of 0 means
## the screen saver is never activated. The default is 240 minutes.
## This parameter does not apply to 16cc SIP phones.
##
## Note:
## This setting activates the Avaya Screen Saver which is
## different than the "idle screen" accessed by WMLIDLEURI.
## While it is possible to use WMLIDLEURI as an "idle
## screen", it is recommended that the SCREENSAVERON
## timer and the Avaya Screen Saver display be used for
## screen saver purposes.
##
SET SCREENSAVERON 20
##
## The automatic default for Release 6 - applicable to 9600 phones
## This can be modified to add your companies own screen saver
##
SET SCREENSAVER SCFSCREENSAVER.jpg
##
############### DISPLAY BACKLIGHT CONTROL ################
##
## Idle Time Before Turning Off Backlight (minutes)
## Number of minutes without phone activity to wait
## before turning off backlight. A value of 0 means the
## backlight is never turned off. This parameter is
## supported only by phones which have a backlight.
## The default is 120 minutes.
SET BAKLIGHTOFF 20
# 96XXVPN
IF $GROUP SEQ 0 GOTO NO96XXVPN
IF $GROUP SEQ 876 GOTO 96XXVPN
# 96XXVPN
GET 96xxVPN.TXT
GOTO END
# NO96XXVPN
SET NVVPNMODE 0
SET PROCSTAT 0
SET VPNPROC 2
SET PROCPSWD 27238
GOTO END
<The rest of your 46xx text file here>
For brevity i did not post it all.
The 96xxVPN will look something like this while you work with it:
# 96XXVPN
################################################## #
## VPN Mode
## 0: Disabled, 1: Enabled.
################################################## #
SET NVVPNMODE 1
################################################## #
## Vendor.
## 1: Juniper/Netscreen, 2. Cisco
## 3: CheckPoint/ Nokia 4: Other
## 5: Nortel.
################################################## #
SET NVVPNSVENDOR 4
################################################## #
## Encapsulation Type.
## 0: 4500-4500, 1: Disabled
## 2: 2070-500, 3: ?
## 4: RFC (500-500)
################################################## #
SET NVVPNENCAPS 0
################################################## #
## Copy TOS.
## 1: Yes, 2: No
################################################## #
SET NVVPNCOPYTOS 0
################################################## #
## Authentication Type.
##
## [For Cisco/Juniper/Checkpoint/Other]
## 3: PSK, 4: PSK with Xauth
## 5: RSA signatures with Xauth, 6: Hybrid Xauth
## 7: RSA signatures.
##
## [Nortel Authentication Type]
## 1: Local credentials, 2: Radius Credentials.
## 3: Radius SecureID, 4: Radius Axent.
################################################## #
SET NVVPNAUTHTYPE 3
################################################## #
## VPN User Type.
## 1: Any, 2: User
################################################## #
SET NVVPNUSERTYPE 1
################################################## #
## Password Type.
## 1: Save in Flash, 2: Erase on reset
## 3: Numeric OTP, 4: Alpha-Numeric OTP
## 5: Erase on VPN termination.
################################################## #
SET NVVPNPSWDTYPE 1
################################################## #
## IKE ID (Group Name).
################################################## #
SET NVIKEID yourrouterID@xxxcontainers.com.au
################################################## #
## IKE ID Type.
## 1: IPv4_ADDR, 2: FQDN
## 3: USER_FQDN, 9: DER_ASN1_DN
## 11: Key ID
################################################## #
SET NVIKEIDTYPE 3
################################################## #
## IKE Xchg Mode.
## 1: Aggressive, 2: Identity Protect.
################################################## #
SET NVIKEXCHGMODE 1
################################################## #
## IKE DH Group.
################################################## #
SET NVIKEDHGRP 2
################################################## #
## IKE Encryption Algo.
## 1: AES-128, 2: 3DES
## 3: DEs 4: AEs-192
## 5: AES-256 0: Any
################################################## #
SET NVIKEP1ENCALG 2
################################################## #
## IKE Auth algo.
## 0: Any, 1: MD5
## 2: sHA-1
################################################## #
SET NVIKEP1AUTHALG 2
################################################## #
## IPsec PFS DH group.
################################################## #
SET NVPFSDHGRP 2
################################################## #
## IPsec Encryption Algo.
## 1: AES-128, 2: 3DES
## 3: DEs 4: AEs-192
## 5: AES-256 6: None
## 0: Any
################################################## #
SET NVIKEP2ENCALG 2
################################################## #
## IPsec Authentication Algo.
## 0: Any, 1: MD5
## 2: sHA-1
################################################## #
SET NVIKEP2AUTHALG 2
################################################## #
## Protected Network.
################################################## #
SET NVIPSECSUBNET 10.9.100.1
################################################## #
## IKE Over TCP.
## 0: Never, 1: Auto
## 2: Always
################################################## #
SET NVIKEOVERTCP 0
################################################## #
## Craft access
## 0: Enabled, 1: only view option is available?
################################################## #
SET PROCSTAT 0
################################################## #
## VPN craft access
## 0: disabled, 1: view only
## 2: View and edit.
################################################## #
SET VPNPROC 2
################################################## #
## Call Server address
################################################## #
SET MCIPADD 10.9.100.250
################################################## #
## craft access code
################################################## #
SET PROCPSWD 27238
GOTO END
# END
Your finished 96xxvpn file which you upload to the system will look better in a format like this:
# 96XXVPN
SET VPNPROC 2
SET NVVPNMODE 1
SET NVVPNSVENDOR 4
SET NVVPNENCAPS 0
SET NVVPNCOPYTOS 0
SET NVVPNAUTHTYPE 3
SET NVVPNUSERTYPE 1
SET NVVPNPSWDTYPE 1
SET NVIKEID abc
SET NVIKEIDTYPE 3
SET NVIKEXCHGMODE 1
SET NVIKEDHGRP 2
SET NVIKEP1ENCALG 2
SET NVIKEP1AUTHALG 2
SET NVPFSDHGRP 2
SET NVIKEP2ENCALG 2
SET NVIKEP2AUTHALG 2
SET NVIPSECSUBNET 10.9.100.1
SET NVIKEOVERTCP 2
SET PROCSTAT 0
SET MCIPADD 10.9.100.250
SET PROCPSWD 27238
SET SCREENSAVERON 20
SET SCREENSAVER YOURSCREENSAVER.jpg
SET BAKLIGHTOFF 20
GOTO END
# END
************************************************************************************************************
After that you has uploaded to the handset you craft in and program your passwords and PSKs programmed in the router.