Cisco PVDM2-12DM, PVDM2-24DM, and PVDM2-36DM Digital Modem Packet Voice Data Modules
How to Configure Digital Modem PVDM2s
14
Cisco IOS Release 12.4(9)T, 12.4(11)XW, and 12.4(20)T
DETAILED STEPS
Verification of Firmware Loading
Use the
show modem version
command to verify that the new firmware version has been downloaded
to the modems. In the example shown here, the router has a PVDM2-24DM module with 24 digital
modems (channel numbers 386 to 409). Version 3.07 of the firmware is replaced with version 3.08.
Version 3.08 is stored in the file
flash:V3_08.axf
in the router’s flash memory.
Before the download takes place, the
show modem version
command shows the following:
Router#show modem version
Slot 0:
PVDM 1: PVDM2-24DM - HW Version 1, FPGA Version 3.2, NiOS(2) 5.0.1
Modem 0/386-0/397:
PCI Classid: 0x07800001 Bootrom Rev: 0x00005601 Diag Result: 0x0000007F
Firmware: V3.07
Modem 0/398-0/409:
PCI Classid: 0x07800001 Bootrom Rev: 0x00005601 Diag Result: 0x0000007F
Firmware: V3.07
Router#
Download the firmware as follows:
Router>configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#modem firmware slot 0 location flash:V3_08.axf
This command will disconnect any active calls.
Proceed with firmware upgrade? [confirm]
Modem Slot 0: Started firmware download.
Modem 0/386 - 0/409 ...
Modem Slot 0: Completed firmware download
Router(config)#exit
Router#
Command or Action
Purpose
Step 1
configure terminal
Example:
Router# configure terminal
Enters router configuration mode.
Step 2
modem firmware
slot
slot-number
location
ifsfilename
Example:
Router(config)# modem firmware slot 0 location
flash:V3_08.axf
Loads a different version of CSM V12 firmware into the
digital modem PVDM2s.
•
slot-number
specifies the chassis slot that contains the
PVDM modules with CSM V12 digital modems. In ISR
routers, slot 0, the router’s motherboard, is the chassis
slot for all digital modem PVDM2s.
•
ifsfilename
specifies the Cisco IOS file system (IFS)
filename of the CSM V12 firmware to be loaded into
the modem.
Step 3
exit
Example:
Router(config)# exit
Exits global configuration mode.