/[dynamips]/trunk/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.6-RC1/README revision 2 by dpavlin, Sat Oct 6 16:03:58 2007 UTC upstream/dynamips-0.2.8-RC1/README revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 1  Line 1 
1  Help for Cisco 7200/3600 simulator (dynamips-0.2.5)  Help for Cisco router simulator (dynamips-0.2.8)
2  =====================================================  ================================================
3  Authors of this document: Fabien Devaux, Christophe Fillot, MtvE  Authors of this document: Fabien Devaux, Christophe Fillot, MtvE
4    
5  Emulated hardware  Emulated hardware
6  *****************  *****************
7    
8  The emulator currently supports Cisco 7200 and Cisco 3600 series.  The emulator currently supports the following platforms:
9      - Cisco 7200 (NPE-100 to NPE-400)
10      - Cisco 3600 (3620, 3640 and 3660)
11      - Cisco 2691
12      - Cisco 3725
13      - Cisco 3745
14      - Cisco 2600 (2610 to 2650XM)
15      - Cisco 1700 (1710 to 1760)
16    
17  By default, a Cisco 7206VXR with NPE-200 (256 Mb of DRAM) is emulated.  By default, a Cisco 7206VXR with NPE-200 (256 Mb of DRAM) is emulated.
18    
19  To emulate a Cisco 3600, use the "-P 3600" command line option.  To emulate another platform, use the "-P" command line option (for example,
20    "-P 3725" or "-P 3600").
21    
22  For the 7200, you can change the NPE type with the "-t" option.  For the 7200, you can change the NPE type with the "-t" option.
23  It is possible to select "npe-100", "npe-150", "npe-175", "npe-200",  It is possible to select "npe-100", "npe-150", "npe-175", "npe-200",
# Line 70  Options specific to the Cisco 7200 serie Line 79  Options specific to the Cisco 7200 serie
79  Options specific to the Cisco 3600 series ("dynamips -P 3600 --help"):  Options specific to the Cisco 3600 series ("dynamips -P 3600 --help"):
80    
81    -t <chassis_type>  : Select Chassis type (default: "3640")    -t <chassis_type>  : Select Chassis type (default: "3640")
82      --iomem-size <val> : IO memory (in percents, default: 5)
83      -p <nm_desc>       : Define a Network Module
84      -s <nm_nio>        : Bind a Network IO interface to a Network Module
85    
86    Options specific to the Cisco 2691 series ("dynamips -P 2691 --help"):
87    
88      --iomem-size <val> : IO memory (in percents, default: 5)
89      -p <nm_desc>       : Define a Network Module
90      -s <nm_nio>        : Bind a Network IO interface to a Network Module
91    
92    Options specific to the Cisco 3725 series ("dynamips -P 3725 --help"):
93    
94      --iomem-size <val> : IO memory (in percents, default: 5)
95    -p <nm_desc>       : Define a Network Module    -p <nm_desc>       : Define a Network Module
96    -s <nm_nio>        : Bind a Network IO interface to a Network Module    -s <nm_nio>        : Bind a Network IO interface to a Network Module
97    
98    Options specific to the Cisco 3745 series ("dynamips -P 3745 --help"):
99    
100      --iomem-size <val> : IO memory (in percents, default: 5)
101      -p <nm_desc>       : Define a Network Module
102      -s <nm_nio>        : Bind a Network IO interface to a Network Module
103    
104    
105    
106  Command Line Options details  Command Line Options details
107  ****************************  ****************************
# Line 144  Cisco 3600 Network Module Description "< Line 173  Cisco 3600 Network Module Description "<
173          - NM-4E        (Ethernet, 4 ports)          - NM-4E        (Ethernet, 4 ports)
174          - NM-1FE-TX    (FastEthernet, 1 port)          - NM-1FE-TX    (FastEthernet, 1 port)
175          - NM-4T        (Serial, 4 ports)          - NM-4T        (Serial, 4 ports)
176            - NM-16ESW     (Ethernet switch module, 16 ports)
177          - Leopard-2FE  (Cisco 3660 FastEthernet in slot 0, automatically used)          - Leopard-2FE  (Cisco 3660 FastEthernet in slot 0, automatically used)
178    
179    
180    Cisco 2691/3725/3745 Network Module Description "<nm_desc>":
181    ------------------------------------------------------------
182       Format: slot:nm_driver
183    
184       slot: the number of the physical slot (starts from 0)
185    
186       nm_driver: the name of a Network Module driver in:
187            - NM-1FE-TX    (FastEthernet, 1 port)
188            - NM-4T        (Serial, 4 ports)
189            - NM-16ESW     (Ethernet switch module, 16 ports)
190            - GT96100-FE   (2 integrated ports, automatically used)
191    
192    
193  NIO binding to Port Adapter "<pa_nio>" and Network Modules "<nm_nio>":  NIO binding to Port Adapter "<pa_nio>" and Network Modules "<nm_nio>":
194  ----------------------------------------------------------------------  ----------------------------------------------------------------------
195    
# Line 244  h : JIT hash table statistics Line 287  h : JIT hash table statistics
287  l : MTS64 cache statistics  l : MTS64 cache statistics
288  c : Write IOS configuration to disk (ios_cfg.txt)  c : Write IOS configuration to disk (ios_cfg.txt)
289  j : Non-JIT mode statistics  j : Non-JIT mode statistics
290    i : Determine an idling pointer counter
291  x : Experimentations (can crash the box!)  x : Experimentations (can crash the box!)
292  ^]: Send ^]  ^]: Send ^]
293    

Legend:
Removed from v.2  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26