User Tools

Site Tools


операции_с_файловыми_системами_в_ios

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
операции_с_файловыми_системами_в_ios [2009/10/02 16:42]
val created
операции_с_файловыми_системами_в_ios [2021/07/22 10:12] (current)
admin [Современный синтаксис]
Line 1: Line 1:
 ====== Операции с файловыми системами в IOS ====== ====== Операции с файловыми системами в IOS ======
 +
 +===== Устаревший синтаксис =====
 <​code>​ <​code>​
-wg_sw_X#dir system: +router#write ?                                                              ​ 
- +  ​erase ​    Erase NV memory ​                                                     
-wg_sw_X#dir nvram: +  ​memory ​   Write to NV memory ​                                                 ​ 
- +  ​network ​  Write to network TFTP server ​                                       ​ 
-wg_sw_X#dir flash: +  ​terminal ​ Write to terminal ​                                                   
-… +  <​cr>​
-wg_sw_X#​more system:​running-config+
  
-wg_sw_X#more nvram:​startup-config+router#configure ?                                                           
 +  memory ​            ​Configure from NV memory ​                                   
 +  network ​           Configure from a TFTP network host                          
 +  overwrite-network ​ Overwrite NV memory from TFTP network host                  
 +  terminal ​          ​Configure from the terminal ​                                
 +  <​cr> ​                                                                          
 +</​code>​
  
-wg_sw_X#more flash:config.text+===== Современный синтаксис ===== 
 +<​code>​ 
 +router#dir system:/
  
-wg_sw_X#more flash:c2950-i6q4l2-mz.121-11.EA1.bin+router#dir nvram:/
  
-wg_sw_X#more tftp://10.X+1.X+1.2/stop.conf+router#dir flash:/ 
 + 
 +router#more system:/​running-config 
 + 
 +router#more nvram:/​startup-config 
 + 
 +router#copy system:/​running-config nvram:/​startup-config 
 + 
 +router#copy running-config startup-config 
 + 
 +router#copy running-config ​tftp://server/​rw/​router.conf  !!!не во всех реализациях tftp 
 + 
 +router#more tftp://​server/​firewall.acl 
 + 
 +router#copy tftp://​server/​firewall.acl running-config
 </​code>​ </​code>​
 +
операции_с_файловыми_системами_в_ios.1254487334.txt.gz · Last modified: 2013/05/22 13:50 (external edit)