28 lines
683 B
Groff
28 lines
683 B
Groff
--- dynamips.1.orig Thu Sep 13 18:45:02 2007
|
|
+++ dynamips.1 Thu Sep 13 19:45:49 2007
|
|
@@ -44,7 +44,7 @@
|
|
.SH OPTIONS
|
|
A summary of options is included below.
|
|
.TP
|
|
-.B -H <tcp_port>
|
|
+.B -H [<ip_address>:]<tcp_port>
|
|
Enable hypervisor mode.
|
|
.br
|
|
The hypervisor mode of dynamips allows you to run simultaneously
|
|
@@ -133,7 +133,7 @@
|
|
The command "show clock" at the IOS' CLI will help you set this value.
|
|
|
|
.TP
|
|
-.B -T <port>
|
|
+.B -T [<ip_address>:]<port>
|
|
Console is on TCP <port>
|
|
.TP
|
|
.B -U <si_desc>
|
|
@@ -141,6 +141,7 @@
|
|
.TP
|
|
.B -A <port>
|
|
AUX is on TCP <port>
|
|
+AUX binding IP == Console binding IP
|
|
.TP
|
|
.B -B <si_desc>
|
|
AUX is on serial interface <si_desc> (default is no AUX port)
|