Table Of Contents
Managing Cisco AS5300 Voice Feature Cards
Downloading Software (VCWare Mode)
Downloading Software (ROM Monitor Mode)
Copying Flash Files to the VFC
Downloading VCWare to the VFC from the Router Motherboard
Downloading VCWare to the VFC from a TFTP Server
Adding Files to the Default File List
Adding Codecs to the Capability List
Deleting Files from VFC Flash Memory
Managing Cisco AS5300 Voice Feature Cards
This document explains how to manage voice feature cards (VFCs) for the Cisco AS5300 and contains the following sections:
For a complete description of the commands used in this document, refer to the Cisco IOS Voice Command Reference, Release 12.3. To locate documentation of other commands that appear in this document, use the command reference master index or search online.
Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at the login dialog box and follow the instructions that appear.
VFC Management Overview
Voice feature cards (VFCs) for the Cisco AS5300 come with a single bundled image of VCWare stored in VFC Flash memory.
DSPWare is stored as a compressed file within VCWare; you must unbundle VCWare to install DSPWare into Flash memory. During the unbundling process, two default lists (the default file list and the capability list) are automatically created, populated with default files from that version of VCWare, and stored in VFC Flash memory. The default file list contains the filenames indicating which files are initially loaded into DSP upon bootup. The capability list defines the set of codecs that can be negotiated for a voice call.
Table 1 shows the extension types defined for these embedded firmware files.
VFC Management Task List
VFC management enables you to add versions of VCWare to Flash memory (download and unbundle files), erase files contained in Flash memory, add files to the default file list and capability list, and delete files from the default file lists and capability lists. These tasks are described in the following sections:
•
Copying Flash Files to the VFC
•
Adding Files to the Default File List
•
Adding Codecs to the Capability List
•
Deleting Files from VFC Flash Memory
Downloading VCWare
To download software to your VFC, perform the following tasks:
•
Determine that the version of VFC ROM Monitor software is compatible with your installed Cisco IOS image. VFC ROM version 1.2 requires Cisco IOS image 0.14.1 (1.6 NA1) or later. VFC ROM Monitor version 1.2 can be made to work with Cisco IOS image 0.13 (or later) by appending the suffix ".VCW" to the VCWare image stored in VFC Flash memory.
•
Determine whether the VFC is in VCWare mode or ROM Monitor mode. The mode, whether VCWare or ROM Monitor, determines which procedure you will use to download software to the VFC.
•
Download the software using the appropriate procedure.
Note
For each installed VFC, perform the tasks described in the following sections to upgrade system software on that VFC.
Identifying the VFC Mode
To identify the mode (whether VCWare or ROM Monitor), use the following commands.
SUMMARY STEPS
1.
enable
2.
show vfc slot board
DETAILED STEPS
Downloading Software (VCWare Mode)
To download VFC software to the VFC while the VFC is in VCWare mode, use the following commands.
SUMMARY STEPS
1.
enable
2.
erase vfc slot
3.
show vfc slot directory
4.
copy flash: vfc:
Or
copy tftp: vfc:
5.
clear vfc slot
6.
show vfc slot board
7.
show vfc slot directory
8.
unbundle vfc slot
9.
show vfc slot directory
10.
show vfc slot default-file
11.
show vfc slot cap-list
DETAILED STEPS
Reboot the router in order for these changes to take effect.
Note
If the VFC ROM is version 1.1, the image name must end in ".VCW." If the VFC ROM is version 1.2, the image name must start with "vcv-."
Downloading Software (ROM Monitor Mode)
To download VFC software to the VFC while the VFC is in ROM Monitor mode, use the following commands.
SUMMARY STEPS
1.
enable
2.
clear vfc slot purge
3.
copy flash: vfc:
Or
copy tftp: vfc:
4.
clear vfc slot
5.
show vfc slot board
6.
show vfc slot directory
7.
unbundle vfc slot
8.
show vfc slot directory
9.
show vfc slot default-file
10.
show vfc slot cap-list
DETAILED STEPS
Reboot the router in order for these changes to take effect.
Note
The image name must start with "vcw-."
Copying Flash Files to the VFC
As mentioned, each VFC comes with a single bundled image of VCWare stored in Flash memory. VoIP for the Cisco AS5300 offers two different ways to copy new versions of VCWare to the VFC Flash memory: either by downloading the VCWare image from the router motherboard or by downloading the VCWare image from a TFTP server.
Downloading VCWare to the VFC from the Router Motherboard
To download the VCWare file from the router motherboard to VFC Flash memory, use the following commands.
SUMMARY STEPS
1.
enable
2.
copy flash: vfc:
DETAILED STEPS
Downloading VCWare to the VFC from a TFTP Server
To download the latest version of VCWare from a TFTP server, first ensure that the file is stored on the TFTP server. If you have a copy of the current version of VCWare on disk, you must store that image on a TFTP server before you can download the file to the VFC Flash memory.
To copy the flash file from a TFTP server, use the following commands.
SUMMARY STEPS
1.
enable
2.
copy tftp: vfc:
DETAILED STEPS
Unbundling VCWare
In order for the DSPWare to be loaded into the Flash memory on a VFC, the VCWare needs to be unbundled, and the two necessary default lists (default file list and capability list) need to be created and populated with the appropriate default files for that version of DSPWare. Table 2 shows the files associated with each firmware file.
To unbundle the current running image of VCWare, use the following commands.
SUMMARY STEPS
1.
enable
2.
unbundle vfc slot
DETAILED STEPS
Adding Files to the Default File List
When you unbundle VCWare, the default file list is automatically created and populated with the default files for that version of VCWare. The default file list indicates which files will be initially loaded into DSP when the router boots up. The following example shows the output from the show vfc default-file command, which displays the contents of the default file list:
router# show vfc 1 default-fileDefault List for VFC in slot 1:1. btl-vfc-1.0.13.0.bin2. cor-vfc-1.0.1.bin3. bas-vfc-1.0.1.bin4. cdc-g729-1.0.1.bin5. fax-vfc-1.0.1.bin6. jbc-vfc-1.0.13.0.binUnder most circumstances, these default files should be sufficient. If you need to, you can add a file (from those stored in VFC Flash memory) to the default file list or replace an existing file from the default file list. When you add a specific file to the default file list, it replaces the existing default for that extension type.
To select a file to be added to the default file list, use the following commands.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
default-file vfc
DETAILED STEPS
Adding Codecs to the Capability List
The capability list defines the set of codecs that can be negotiated for a voice call. Like the default file list, the capability list is created and populated when VCWare is unbundled and DSPWare added to VFC Flash memory. The following example shows the output from the show vfc cap-list command, which displays the contents of the capability list:
router# show vfc 1 cap-listCapability List for VFC in slot 1:1. fax-vfc-1.0.1.bin2. bas-vfc-1.0.1.bin3. cdc-g729-1.0.1.bin4. cdc-g711-1.0.1.bin5. cdc-g726-1.0.1.bin6. cdc-g728-1.0.1.bin7. cdc-gsmfr-1.0.1.binVFC management lets you add codec files to the capability list to meet the needs of your specific telephony network.
Note
The capability list does not indicate codec preference; it simply reports the codecs that are available. The session application decides which codec to use.
To add a codec overlay file to the capability list, use the following commands.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
cap-list file-name vfc slot-number
4.
exit
DETAILED STEPS
Deleting Files from VFC Flash Memory
In some instances, you might need to delete a file from the default file list or the capability list, or you might need to revert to a previous version of VCWare stored in Flash memory. To delete a file, you must identify and delete the file from VFC Flash memory. Deleting a file from Flash memory removes the file from the default file list and from the capability list (if the deleted file is included on those lists).
To delete a file from VFC Flash memory, use the following commands.
SUMMARY STEPS
1.
enable
2.
delete file-name vfc slot
DETAILED STEPS
Erasing the VFC Flash Memory
When you upgrade to a later version of VCWare, the new files are stored in VFC Flash memory, along with the existing files already stored in VFC Flash memory—the new files do not overwrite existing files. Consequently, you will eventually need to erase the contents of VFC Flash memory to free VFC Flash memory space. Erasing VFC Flash memory removes the entire contents stored in Flash memory, including the default file list and the capability list.
To erase the Flash memory on a specific VFC, use the following commands.
SUMMARY STEPS
1.
enable
2.
erase vfc slot
CautionThis command removes all files stored in the Flash memory of the VFC in the specified slot.
DETAILED STEPS
Note
For more information about VFC management commands, refer to the Cisco IOS Voice Command Reference, Release 12.3.


