Difference between revisions of "Cisco handy configs"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "=== Copy files to Cisco device ===  ip tftp source-interface GigabitEthernet0/1 '<-- set source tftp interface'  conf t   #copy tftp flash   Address or name of remote host []?...")  | 
				|||
| Line 11: | Line 11: | ||
   16844800 bytes copied in 36.452 secs (462109 bytes/sec)  |    16844800 bytes copied in 36.452 secs (462109 bytes/sec)  | ||
=== Upgrade modem Firmware ===  | |||
[http://www.cisco.com/en/US/docs/routers/access/1800/1861/software/feature/guide/mrwlsgsm.html#wp1338495 Cisco Reference process guide]  | |||
Once FW file has been copied onto flash memory, please follow as below:  | |||
Make sure that modem FW file is on flash memory  | |||
 sh flash0: | inc 8790  | |||
 240   16844800 Aug 29 2013 12:55:56 +00:00 8790_k2_0_7_19.tar  | |||
Extract archive onto flash  | |||
 #archive tar /xtract flash0:8790_k2_0_7_19.tar flash0:  | |||
  extracting FWUpgradeConfigFile.txt (151 bytes)  | |||
  extracting K2.0.7.18bt.cwe (619976 bytes)  | |||
  extracting K2.0.7.19ap.cwe (16214913 bytes)  | |||
Initiates the firmware upgrade process.  | |||
Syntax is <code>microcode reload cellular pa-bay slot gsm modem-provision</code> <tt>pa-bay</tt> — Use 0 for HWIC, <tt>slot</tt> — slot number where the HWIC is plugged in. Use command below for Cisco Router 1941 with EHWIC card in slot 0.  | |||
 microcode reload cellular 0 0 gsm modem-provision  | |||
Revision as of 14:27, 29 August 2013
Copy files to Cisco device
ip tftp source-interface GigabitEthernet0/1 '<-- set source tftp interface' conf t #copy tftp flash Address or name of remote host []? 192.168.100.11 Source filename []? 8790_k2_0_7_19.tar Destination filename [8790_k2_0_7_19.tar]? Accessing tftp://192.168.100.11/8790_k2_0_7_19.tar... Loading 8790_k2_0_7_19.tar from 192.168.100.11 (via GigabitEthernet0/1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [OK - 16844800 bytes] 16844800 bytes copied in 36.452 secs (462109 bytes/sec)
Upgrade modem Firmware
Cisco Reference process guide Once FW file has been copied onto flash memory, please follow as below: Make sure that modem FW file is on flash memory
sh flash0: | inc 8790 240 16844800 Aug 29 2013 12:55:56 +00:00 8790_k2_0_7_19.tar
Extract archive onto flash
#archive tar /xtract flash0:8790_k2_0_7_19.tar flash0: extracting FWUpgradeConfigFile.txt (151 bytes) extracting K2.0.7.18bt.cwe (619976 bytes) extracting K2.0.7.19ap.cwe (16214913 bytes)
Initiates the firmware upgrade process.
Syntax is microcode reload cellular pa-bay slot gsm modem-provision pa-bay — Use 0 for HWIC, slot — slot number where the HWIC is plugged in. Use command below for Cisco Router 1941 with EHWIC card in slot 0.
microcode reload cellular 0 0 gsm modem-provision