I have successfully configured a cisco 7960 and 7940 via TFTP but I can't seem to change the line label. The UserID is displayed .
Can anyone provide the correct cisco-79xx_line.cfg. Below is my current TL MT file
Cisco 79xx Line Configuration
line${LINE}_name: "${USERID}" ; Line Extension\User ID
line${LINE}_displayname: "${USERID}" ; Line Display Name
line${LINE}_shortname: "${USERID}" ; Line Short Name
line${LINE}_authname: "${USERID}" ; Line Registration Authentication
line${LINE}_password: "${PASSWORD}" ; Line Registration Password
Submitted by nocadmin on Tue, 04/28/2009
Permalink
Submitted by ggaillard on Wed, 04/29/2009
Permalink
The label is set via displayname/shortname (I can't recall which...), you have it set to USERID in the template.
I usually use just the extension for the label:
line${LINE}_displayname: "${EXTENSION}"
line${LINE}_shortname: "${EXTENSION}"
-Darryl