node458.html
来自「相关搜索: ns2仿真结果分析 all-awk ns2 ns2 无限网络中awk」· HTML 代码 · 共 171 行
HTML
171 行
<html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><!--Converted with jLaTeX2HTML 2002 (1.62) JA patch-1.4patched version by: Kenshi Muto, Debian Project.LaTeX2HTML 2002 (1.62),original version by: Nikos Drakos, CBLU, University of Leeds* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan* with significant contributions from: Jens Lippmann, Marek Rouchal, Martin Wilck and others --><HTML><HEAD><TITLE>33.9 Commands at a glance</TITLE><META NAME="description" CONTENT="33.9 Commands at a glance"><META NAME="keywords" CONTENT="everything"><META NAME="resource-type" CONTENT="document"><META NAME="distribution" CONTENT="global"><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"><META NAME="Generator" CONTENT="jLaTeX2HTML v2002 JA patch-1.4"><META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"><LINK REL="STYLESHEET" HREF="everything.css" tppabs="http://www.isi.edu/nsnam/ns/doc/everything.css"><LINK REL="previous" HREF="node457.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node457.html"><LINK REL="up" HREF="node427.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node427.html"><LINK REL="next" HREF="node459.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node459.html"></HEAD><BODY ><!--Navigation Panel--><A NAME="tex2html8415" HREF="node459.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node459.html"><IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="file:/usr/share/latex2html/icons/next.png"></A> <A NAME="tex2html8409" HREF="node427.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node427.html"><IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="file:/usr/share/latex2html/icons/up.png"></A> <A NAME="tex2html8405" HREF="node457.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node457.html"><IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="file:/usr/share/latex2html/icons/prev.png"></A> <A NAME="tex2html8411" HREF="node1.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node1.html"><IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="file:/usr/share/latex2html/icons/contents.png"></A> <A NAME="tex2html8413" HREF="node590.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node590.html"><IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="file:/usr/share/latex2html/icons/index.png"></A> <BR><B> Next:</B> <A NAME="tex2html8416" HREF="node459.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node459.html">34. PLM</A><B> Up:</B> <A NAME="tex2html8410" HREF="node427.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node427.html">33. Agent/SRM</A><B> Previous:</B> <A NAME="tex2html8406" HREF="node457.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node457.html">33.8 SRM objects</A>   <B> <A NAME="tex2html8412" HREF="node1.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node1.html">Contents</A></B>   <B> <A NAME="tex2html8414" HREF="node590.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node590.html">Index</A></B> <BR><BR><!--End of Navigation Panel--><H1><A NAME="SECTION06490000000000000000"></A><A NAME="sec:srmcommand"></A><BR>33.9 Commands at a glance</H1><P>The following is a list of commands to create/manipulate srm agents insimulations:<DIV ALIGN="LEFT"><TT>set srm0 [new Agent/SRM]</TT><BR>This creates an instance of the SRM agent. In addition to the base class,two extensions of the srm agent have been implemented. They areAgent/SRM/Fixed and Agent/SRM/Adaptive. See section <A HREF="node451.html#sec:extensions" tppabs="http://www.isi.edu/nsnam/ns/doc/node451.html#sec:extensions">33.7</A>for details about these extensions.</DIV><P><DIV ALIGN="LEFT"><TT>ns_ attach-agent node srm-agent</TT><BR>This attaches the srm agent instance to the given <node>.</DIV><P><DIV ALIGN="LEFT"></DIV><PRE>set grp [Node allocaddr]\$srm set dst\_ \$grp</PRE><DIV ALIGN="LEFT">This assigns the srm agent to a multicast group represented by the mcastaddress <grp>.</DIV><P><DIV ALIGN="LEFT">Configuration parameters for srm agent may be set as follows:<BR></DIV><PRE>\$srm set fid\_ \<flow-id\>\$srm set tg\_ \<traffic-generator-instance\>.. etc</PRE><DIV ALIGN="LEFT">For all possible parameters and their default values please lookup /tcl/mcast/srm.tcland /tcl/mcast/srm-adaptive.tcl.</DIV><P><DIV ALIGN="LEFT"></DIV><PRE>set exp [new Application/Traffic/Exponential]\$exp attach-agent \$srm</PRE><DIV ALIGN="LEFT">This command attaches a traffic generator (an exponential one in this example),to the srm agent.</DIV><P><DIV ALIGN="LEFT"><TT>$srm start; $exp start</TT><BR>These commands start the srm agent and traffic generator. Note that the srmagent and traffic generator have to be started separately. Alternatively, thetraffic generator may be started through the agent as follows:<BR><TT>$srm start-source</TT>.</DIV><P><DIV ALIGN="LEFT">See /tcl/ex/srm.tcl for a simple example of setting up a SRM agent.</DIV><P><DIV ALIGN="LEFT"></DIV><HR><!--Navigation Panel--><A NAME="tex2html8415" HREF="node459.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node459.html"><IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="file:/usr/share/latex2html/icons/next.png"></A> <A NAME="tex2html8409" HREF="node427.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node427.html"><IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="file:/usr/share/latex2html/icons/up.png"></A> <A NAME="tex2html8405" HREF="node457.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node457.html"><IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="file:/usr/share/latex2html/icons/prev.png"></A> <A NAME="tex2html8411" HREF="node1.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node1.html"><IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="file:/usr/share/latex2html/icons/contents.png"></A> <A NAME="tex2html8413" HREF="node590.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node590.html"><IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="file:/usr/share/latex2html/icons/index.png"></A> <BR><B> Next:</B> <A NAME="tex2html8416" HREF="node459.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node459.html">34. PLM</A><B> Up:</B> <A NAME="tex2html8410" HREF="node427.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node427.html">33. Agent/SRM</A><B> Previous:</B> <A NAME="tex2html8406" HREF="node457.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node457.html">33.8 SRM objects</A>   <B> <A NAME="tex2html8412" HREF="node1.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node1.html">Contents</A></B>   <B> <A NAME="tex2html8414" HREF="node590.html" tppabs="http://www.isi.edu/nsnam/ns/doc/node590.html">Index</A></B> <!--End of Navigation Panel--><ADDRESS>2003-09-23</ADDRESS></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?