<P>
Hi ,<BR>
<BR>
Thanks to all for the response.<BR>
<BR>
I made=
 changes In fragment.seq and now script is working fine.<BR>
<BR>
one m=
ore problem is there.<BR>
<BR>
My TN is sending a packet<BR>
<BR>
v=
Send(Link1,echo_request_LINK1_v4_tn2nut_OFFLINK)<BR>
TN(Offlink address) =
--ICMPv4 Echo Request (size 1450)--&gt;NUT<BR>
<BR>
and it is expecting=
 <BR>
vRecv(Link1,echo_reply_LINK1_v4_nut2tn_OFFLINK)<BR>
TN(Offlink ad=
dress) &lt;--ICMPv4 Echo Reply (size 1450)--NUT<BR>
<BR>
the problem is=
 that while sending DF bit is SET,and while receving DF is NOT SET.<BR>
c=
an anyone pls tell me that is it necessary that DF should be<BR>
set in r=
eply??<BR>
or in other words is it nessary that DF bit should be same in<=
BR>
ICMP ECHO REPLY in a response to ICMP ECHO REQUEST??<BR>
<BR>
Tha=
nks <BR>
Pramendra SIngh<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
=
On Wed, 21 Sep 2005 Lv Liangying wrote :<BR>
&gt;Hello<BR>
&gt;<BR>
&=
gt;In fragment.seq, try to change<BR>
&gt;%ret=vRecv($IF1,2,0,0,v6overv=
4_echo_request_LINK1_nut2tn_1300,v6overv4_echo_request_LINK1_nut2tn_1300_DF=
);<BR>
&gt;to<BR>
&gt;%ret=vRecv($IF1,2,0,0,v6overv4_echo_request_LIN=
K1_nut2tn_1300_DF,v6overv4_echo_request_LINK1_nut2tn_1300);<BR>
&gt;<BR>=
&gt;For the definition of DF flag in v6eval, send is 0 and receive is an=
y. In other words, the v6eval will not verify the value of DF.<BR>
&gt;so=
 the script judge the receive packets according to the packet sequence spec=
ified by vRecv.<BR>
&gt;<BR>
&gt;<BR>
&gt;&nbsp;  ----- Original Mess=
age -----<BR>
&gt;&nbsp;  From: PRAMENDRA SINGH<BR>
&gt;&nbsp;  To: use=
rs@tahi.org<BR>
&gt;&nbsp;  Cc: Yukiyo.Akisada@jp.yokogawa.com<BR>
&gt;=
&nbsp;  Sent: Wednesday, September 21, 2005 1:08 PM<BR>
&gt;&nbsp;  Subje=
ct: [users:00117] Re: Problem with Routers test cases in Tunnel Module<BR>=
&gt;<BR>
&gt;<BR>
&gt;&nbsp;  Hi&nbsp; Akisada,<BR>
&gt;<BR>
&gt=
;&nbsp;  Thanks for the response.<BR>
&gt;<BR>
&gt;&nbsp;  yes, you are=
 right!<BR>
&gt;&nbsp;  My packet should match with &quot;v6overv4_echo_r=
equest_LINK1_nut2tn_1300_DF&quot;,<BR>
&gt;&nbsp;  but log says your pack=
et is &quot;v6overv4_echo_request_LINK1_nut2tn_1300&quot;.<BR>
&gt;<BR>=
&gt;&nbsp;  but when you check the packet data in the log you will come =
to know that the<BR>
&gt;&nbsp;  packet being received is &quot;v6overv4_=
echo_request_LINK1_nut2tn_1300_DF&quot;,<BR>
&gt;&nbsp;  as you can see t=
here that DF bit is set.<BR>
&gt;<BR>
&gt;&nbsp;  But it is the script =
who says that packet is &quot;v6overv4_echo_request_LINK1_nut2tn_1300&quot;=
.<BR>
&gt;&nbsp;  so problem is with the script and I don,t know where an=
d how to modify script or packet definition for the same?<BR>
&gt;<BR>
=
&gt;&nbsp;  I have modified the code and now it is sending a packet &quot;v=
6overv4_echo_request_LINK1_nut2tn_1300&quot; and DF is not set.<BR>
&gt;&=
nbsp;  In this scenario my test case is passing.<BR>
&gt;&nbsp;  But, I w=
ant a case where packet is &quot;v6overv4_echo_request_LINK1_nut2tn_1300_DF=
&quot; ,<BR>
&gt;&nbsp;  and DF bit is set.<BR>
&gt;<BR>
&gt;&nbsp;  =
pls check it and let me know.<BR>
&gt;<BR>
&gt;&nbsp;  Thanks and Regar=
ds.<BR>
&gt;&nbsp;  Pramendra Singh<BR>
&gt;<BR>
&gt;&nbsp;  Here I a=
m sending you the comlete directory for that particular test.<BR>
&gt;&nb=
sp;  You can check the packet data there.<BR>
&gt;<BR>
&gt;<BR>
&gt;<=
BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;&nbsp;  On=
 Tue, 20 Sep 2005 Yukiyo Akisada wrote :<BR>
&gt;&nbsp;  &gt;Hi, Pramendr=
a.<BR>
&gt;&nbsp;  &gt;<BR>
&gt;&nbsp;  &gt;On 9 Sep 2005 04:23:37 -000=
0<BR>
&gt;&nbsp;  &gt;&quot;PRAMENDRA&nbsp; SINGH&quot; &lt;parma_it@redi=
ffmail.com&gt; wrote:<BR>
&gt;&nbsp;  &gt;<BR>
&gt;&nbsp;  &gt; &gt; Hi=
 to all,<BR>
&gt;&nbsp;  &gt; &gt; I am a new member to this list.<BR>
=
&gt;&nbsp;  &gt; &gt; I am working on IPv6 Implementation for Montavista Li=
nux ( MVL-3.1, RTOS by Samsung).<BR>
&gt;&nbsp;  &gt; &gt;<BR>
&gt;&nbs=
p;  &gt; &gt; I am sending you all my problem. pls check it.<BR>
&gt;&nbs=
p;  &gt; &gt;<BR>
&gt;&nbsp;  &gt; &gt; While Conformance testing for IPv=
6-Over-IPv4 Tunnel , I am facing problem. I am using BSD as Tester node and=
 MVL as NUT and configured as router.<BR>
&gt;&nbsp;  &gt; &gt;<BR>
&gt=
;&nbsp;  &gt; &gt; While testing for 12th test case ( Fragment.seq ) Tester=
 Node sends a packet of 1280 and expecting a reply from Node under Test wti=
h a packet length of 1300 with DF either SET or NOT SET. From the packet da=
ta it is clear that NUT is sending a packet with 1300 length and DF bit is =
SET. But, the script says that it has got a packet wtih a packet length of =
1300 with DF bit NOT SET and depending upon that it sets:<BR>
&gt;&nbsp; =
 &gt; &gt;<BR>
&gt;&nbsp;  &gt; &gt; IPv4-PMTU = OFF;<BR>
&gt;&nbsp; =
 &gt; &gt;<BR>
&gt;&nbsp;  &gt; &gt; but It should set it as: IPv4-PMTU =
= ON;<BR>
&gt;&nbsp;  &gt;<BR>
&gt;&nbsp;  &gt;Here is the cause of t=
his problem.<BR>
&gt;&nbsp;  &gt;Your packet should match with &quot;v6ov=
erv4_echo_request_LINK1_nut2tn_1300_DF&quot;,<BR>
&gt;&nbsp;  &gt;but you=
r attached log says your packet is &quot;v6overv4_echo_request_LINK1_nut2tn=
_1300&quot;.<BR>
&gt;&nbsp;  &gt;<BR>
&gt;&nbsp;  &gt;Did you already m=
odify script or packet definition?<BR>
&gt;&nbsp;  &gt;<BR>
&gt;&nbsp; =
 &gt;Thanks,<BR>
&gt;&nbsp;  &gt;<BR>
&gt;&nbsp;  &gt;-----------------=
-------------------------------------------------------<BR>
&gt;&nbsp;  &=
gt;Yukiyo Akisada &lt;Yukiyo.Akisada@jp.yokogawa.com&gt;<BR>
&gt;&nbsp;  =
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;
</P>
<br><b=
r>
<a href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.=
rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3"><IMG SRC="h=
ttp://adworks.rediff.com/cgi-bin/AdWorks/sigimpress.cgi/www.rediff.com/sign=
ature-home.htm/1963059423@Middle5?OAS_query=null&PARTNER=3" BORDER=0 =
VSPACE=0 HSPACE=0></a>