<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Iwan Hoogendoorn</title>
	<atom:link href="http://blog.i-1.nl/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.i-1.nl</link>
	<description>a beautiful mind of a triple CCIE</description>
	<lastBuildDate>Mon, 28 Jun 2010 08:30:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>packet capture of an iPhone4 facetime call</title>
		<link>http://blog.i-1.nl/?p=553</link>
		<comments>http://blog.i-1.nl/?p=553#comments</comments>
		<pubDate>Mon, 28 Jun 2010 08:24:48 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[network utilities]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[system and network management]]></category>
		<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[voice over ip]]></category>
		<category><![CDATA[wireless & radio]]></category>
		<category><![CDATA[facetime]]></category>
		<category><![CDATA[facetime SIP phonecall]]></category>
		<category><![CDATA[iphone4]]></category>
		<category><![CDATA[iphone4 facetime]]></category>
		<category><![CDATA[sip call]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=553</guid>
		<description><![CDATA[Hi Guys, This blog article is based on the blog article that was written by FryGuy. This article will explain what is happening on the low level when a Facetime call is made between 2 x iPhone 4 devices. FryGuy tested facetime and enabled packet capturing in his ASA to see what is actually happening [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>This blog article is based on the <a href="http://fryguypa.wordpress.com/2010/06/25/iphone-4-and-facetime/" target="_blank">blog article</a> that was written by FryGuy.</p>
<p>This article will explain what is happening on the low level when a Facetime call is made between 2 x iPhone 4 devices.</p>
<p>FryGuy tested facetime and enabled packet capturing in his ASA to see what is actually happening on the network when you make a simple facetime call.</p>
<p>ASA packet capturing is explained <a href="http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a00807c35e7.shtml#s1" target="_blank">HERE</a>.</p>
<blockquote><p>iPhone 4 #1 = IP Private – 192.168.0.128<br />
iPhone 4 #1 = IP NAT – 216.164.100.100<br />
iPhone 4 #2 = IP Private 192.168.2.106<br />
iPhone 4 #2 = IP NAT – 72.81.200.200</p></blockquote>
<p>Apple Video Servers = 17.155.5.251 / 17.155.5.252 / <em>17.155.4.14</em><br />
Note: NATs change to protect the guilty</p>
<p><strong><span style="text-decoration: underline;">1.  The call is first initiated via regular Celluar networks.  In the contact list you will see an icon called FaceTime.</span></strong></p>
<p><img title="facetime" src="http://blog.i-1.nl/wp-content/uploads/2010/06/facetime.png" alt="" width="500" height="182" /></p>
<p><strong><span style="text-decoration: underline;">2.  The phones then communicate to a server at Apple (17.155.5.251 is what he saw).  Communication is sourced from port 16402 via UDP initially and then looks to dynamically allocate ports for communication (16385 and 16386 are what appeared on his end).</span></strong></p>
<pre>1 0.000000 192.168.0.128 17.155.5.251 UDP Source port: 16402 Destination port: connected
2 0.431054 17.155.5.251 192.168.0.128 UDP Source port: connected Destination port: 16402
3 0.715713 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: connected
4 0.716064 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: 16385
5 0.717147 192.168.0.128 17.155.5.252 UDP Source port: 51136 Destination port: 16386
6 0.958285 17.155.5.252 192.168.0.128 UDP Source port: 16386 Destination port: 51136
7 0.960329 17.155.5.251 192.168.0.128 UDP Source port: 16385 Destination port: 51136
8 0.960588 17.155.5.251 192.168.0.128 UDP Source port: connected Destination port: 51136
9 1.016402 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
10 1.018172 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585</pre>
<p><strong><span style="text-decoration: underline;">3. The phone then negotiates an HTTPS connection to the servers at Apple for the setup and communication. There also seems to be some communication to other servers (in this case  RCN 208.59.216.10) – and they are FryGuys cable provider.</span></strong></p>
<pre>11 1.019912 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=2 TSV=469580285 TSER=0
12 1.020140 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
13 1.298294 17.155.4.14 192.168.0.128 TCP https &gt; 50697 [SYN, ACK] Seq=0 Ack=1 Win=8190 Len=0 MSS=1360 WS=4
14 1.318312 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [ACK] Seq=1 Ack=1 Win=131920 Len=0
15 1.321211 192.168.0.128 17.155.4.14 TLSv1 Client Hello
16 1.645657 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: connected
17 1.645978 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: 16385
18 1.646130 192.168.0.128 17.155.5.252 UDP Source port: 51136 Destination port: 16386
19 1.662234 192.168.0.128 208.59.216.10 TCP 50698 &gt; http [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=2 TSV=469580291 TSER=0
20 1.730834 17.155.4.14 192.168.0.128 TCP [TCP segment of a reassembled PDU]
21 1.731963 17.155.4.14 192.168.0.128 TLSv1 Server Hello, Certificate, Server Hello Done
22 1.808298 208.59.216.10 192.168.0.128 TCP http &gt; 50698 [SYN, ACK] Seq=0 Ack=1 Win=5792 Len=0 MSS=1380 TSV=941715237 TSER=469580291 WS=1
23 1.832208 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [ACK] Seq=160 Ack=1361 Win=130560 Len=0
24 1.834588 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [ACK] Seq=160 Ack=2490 Win=130788 Len=0
25 1.834954 192.168.0.128 208.59.216.10 TCP 50698 &gt; http [ACK] Seq=1 Ack=1 Win=131328 Len=0 TSV=469580293 TSER=941715237
26 1.836526 192.168.0.128 208.59.216.10 HTTP GET /WebObjects/VCInit.woa/wa/getBag?ix=1 HTTP/1.1
27 1.881018 17.155.5.252 192.168.0.128 UDP Source port: 16386 Destination port: 51136
28 1.882147 17.155.5.251 192.168.0.128 UDP Source port: connected Destination port: 51136
29 1.883124 17.155.5.251 192.168.0.128 UDP Source port: 16385 Destination port: 51136
30 1.884207 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
31 1.886053 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
32 1.886343 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
33 1.930729 192.168.0.128 17.155.4.14 TLSv1 Client Key Exchange
34 1.930835 192.168.0.128 17.155.4.14 TLSv1 Change Cipher Spec
35 1.931583 192.168.0.128 17.155.4.14 TLSv1 Encrypted Handshake Message
36 2.190008 208.59.216.10 192.168.0.128 TCP http &gt; 50698 [ACK] Seq=1 Ack=229 Win=6432 Len=0 TSV=941715619 TSER=469580293
37 2.190313 208.59.216.10 192.168.0.128 TCP [TCP segment of a reassembled PDU]
38 2.191366 208.59.216.10 192.168.0.128 TCP [TCP segment of a reassembled PDU]
39 2.192312 208.59.216.10 192.168.0.128 HTTP/XML HTTP/1.1 200 OK
40 2.242678 192.168.0.128 208.59.216.10 TCP 50698 &gt; http [ACK] Seq=229 Ack=2737 Win=128592 Len=0 TSV=469580297 TSER=941715619
41 2.243014 192.168.0.128 208.59.216.10 TCP 50698 &gt; http [ACK] Seq=229 Ack=3506 Win=127820 Len=0 TSV=469580297 TSER=941715619
42 2.393275 17.155.4.14 192.168.0.128 TCP https &gt; 50697 [ACK] Seq=2490 Ack=299 Win=35216 Len=0
43 2.393305 17.155.4.14 192.168.0.128 TCP https &gt; 50697 [ACK] Seq=2490 Ack=305 Win=35216 Len=0
44 2.393351 17.155.4.14 192.168.0.128 TCP https &gt; 50697 [ACK] Seq=2490 Ack=342 Win=35184 Len=0
45 2.394633 17.155.4.14 192.168.0.128 TLSv1 Change Cipher Spec, Encrypted Handshake Message
46 2.448112 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [ACK] Seq=342 Ack=2533 Win=131876 Len=0
47 2.449760 192.168.0.128 17.155.4.14 TLSv1 Application Data
48 2.450325 192.168.0.128 17.155.4.14 TLSv1 Application Data
49 2.511448 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: connected
50 2.512608 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: 16385
51 2.512776 192.168.0.128 17.155.5.252 UDP Source port: 51136 Destination port: 16386
52 2.905644 17.155.5.252 192.168.0.128 UDP Source port: 16386 Destination port: 51136
53 2.905690 17.155.4.14 192.168.0.128 TCP https &gt; 50697 [ACK] Seq=2533 Ack=966 Win=34560 Len=0
54 2.905782 17.155.4.14 192.168.0.128 TCP https &gt; 50697 [ACK] Seq=2533 Ack=1453 Win=34064 Len=0
55 2.906896 17.155.5.251 192.168.0.128 UDP Source port: 16385 Destination port: 51136
56 2.907536 17.155.5.251 192.168.0.128 UDP Source port: connected Destination port: 51136
57 2.923466 17.155.4.14 192.168.0.128 TLSv1 Application Data
58 2.923924 17.155.4.14 192.168.0.128 TLSv1 Application Data
59 3.060254 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
60 3.060422 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
61 3.062146 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [ACK] Seq=1453 Ack=2894 Win=131556 Len=0
62 3.062451 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [ACK] Seq=1453 Ack=3240 Win=131212 Len=0
63 3.062741 192.168.0.128 199.7.52.190 TCP 50699 &gt; http [SYN] Seq=0 Win=65535 Len=0 MSS=1460 WS=2 TSV=469580305 TSER=0
64 3.063122 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
65 3.532458 199.7.52.190 192.168.0.128 TCP http &gt; 50699 [SYN, ACK] Seq=0 Ack=1 Win=8190 Len=0 MSS=1380
66 3.571122 192.168.0.128 199.7.52.190 TCP 50699 &gt; http [ACK] Seq=1 Ack=1 Win=65535 Len=0
67 3.579117 192.168.0.128 199.7.52.190 HTTP GET /EVIntl2006.cer HTTP/1.1
68 3.690690 192.168.0.128 17.155.4.14 TLSv1 Encrypted Alert
69 3.692505 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: connected
70 3.696701 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [FIN, ACK] Seq=1476 Ack=3240 Win=131920 Len=0
71 3.697007 192.168.0.128 208.59.216.10 TCP 50698 &gt; http [FIN, ACK] Seq=229 Ack=3506 Win=131328 Len=0 TSV=469580312 TSER=941715619
72 3.697388 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: 16385
73 3.697617 192.168.0.128 17.155.5.252 UDP Source port: 51136 Destination port: 16386
74 3.809626 199.7.52.190 192.168.0.128 TCP [TCP segment of a reassembled PDU]
75 3.810572 199.7.52.190 192.168.0.128 HTTP HTTP/1.0 200 OK (text/plain)
76 3.881720 192.168.0.128 199.7.52.190 TCP 50699 &gt; http [ACK] Seq=154 Ack=1865 Win=65535 Len=0
77 3.890585 192.168.0.128 199.7.52.190 TCP 50699 &gt; http [FIN, ACK] Seq=154 Ack=1865 Win=65535 Len=0
78 3.952258 208.59.216.10 192.168.0.128 TCP http &gt; 50698 [FIN, ACK] Seq=3506 Ack=230 Win=6432 Len=0 TSV=941717381 TSER=469580312
79 3.954256 192.168.0.128 208.59.216.10 TCP 50698 &gt; http [ACK] Seq=230 Ack=3507 Win=131328 Len=0 TSV=469580314 TSER=941717381
80 4.007781 17.155.4.14 192.168.0.128 TCP https &gt; 50697 [ACK] Seq=3240 Ack=1476 Win=40928 Len=0
81 4.007965 17.155.4.14 192.168.0.128 TCP https &gt; 50697 [FIN, ACK] Seq=3240 Ack=1477 Win=40928 Len=0
82 4.009155 17.155.5.251 192.168.0.128 UDP Source port: 16385 Destination port: 51136
83 4.009170 17.155.5.251 192.168.0.128 UDP Source port: connected Destination port: 51136
84 4.009948 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [FIN, ACK] Seq=1476 Ack=3240 Win=131920 Len=0
85 4.014495 192.168.0.128 17.155.4.14 TCP 50697 &gt; https [ACK] Seq=1477 Ack=3241 Win=131920 Len=0
86 4.019866 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
87 4.023955 17.155.5.252 192.168.0.128 UDP Source port: 16386 Destination port: 51136
88 4.025984 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
89 4.034971 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
90 4.504292 199.7.52.190 192.168.0.128 TCP http &gt; 50699 [ACK] Seq=1865 Ack=155 Win=8190 Len=0
91 4.671800 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: connected
92 4.672167 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: 16385
93 4.672411 192.168.0.128 17.155.5.252 UDP Source port: 51136 Destination port: 16386
94 5.139092 17.155.5.252 192.168.0.128 UDP Source port: 16386 Destination port: 51136
95 5.140068 17.155.5.251 192.168.0.128 UDP Source port: 16385 Destination port: 51136
96 5.140129 17.155.5.251 192.168.0.128 UDP Source port: connected Destination port: 51136
97 5.210011 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
98 5.215809 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
99 5.216068 192.168.0.128 216.164.100.100 UDP Source port: 51136 Destination port: 52585
100 5.715774 192.168.0.128 17.155.5.251 UDP Source port: 51136 Destination port: 16385
101 6.054578 17.155.5.251 192.168.0.128 UDP Source port: 16385 Destination port: 51136</pre>
<p><strong><span style="text-decoration: underline;">4. After Client (iPhone) and server negotiation you start to see Stun requests via the private IPs, after they fail you see them from the Public IP NAT ranges. They success via the Public peering at that point.</span></strong><em> </em></p>
<pre>102 8.258196 192.168.0.128 192.168.2.106 STUN2 Binding Request
103 8.286606 192.168.0.128 192.168.2.106 STUN2 Binding Request
104 8.303893 192.168.0.128 72.81.200.200 STUN2 Binding Request
105 8.313353 192.168.0.128 192.168.2.106 STUN2 Binding Request
106 8.313582 72.81.200.200 192.168.0.128 STUN2 Binding Request
107 8.316909 192.168.0.128 72.81.200.200 STUN2 Binding Success Response
108 8.333677 192.168.0.128 72.81.200.200 STUN2 Binding Request
109 8.344419 72.81.200.200 192.168.0.128 STUN2 Binding Request
110 8.350980 192.168.0.128 72.81.200.200 STUN2 Binding Success Response
111 8.360852 192.168.0.128 72.81.200.200 STUN2 Binding Request
112 8.374294 72.81.200.200 192.168.0.128 STUN2 Binding Request
113 8.376750 192.168.0.128 72.81.200.200 STUN2 Binding Success Response
114 8.467002 192.168.0.128 192.168.2.106 STUN2 Binding Request
115 8.496083 192.168.0.128 192.168.2.106 STUN2 Binding Request
116 8.528156 72.81.200.200 192.168.0.128 STUN2 Binding Request
117 8.530139 192.168.0.128 72.81.200.200 STUN2 Binding Request
118 8.530765 192.168.0.128 72.81.200.200 STUN2 Binding Success Response
119 8.553316 72.81.200.200 192.168.0.128 STUN2 Binding Request
120 8.555467 192.168.0.128 72.81.200.200 STUN2 Binding Request
121 8.556032 192.168.0.128 72.81.200.200 STUN2 Binding Success Response
122 8.626234 72.81.200.200 192.168.0.128 STUN2 Binding Success Response
123 8.629896 72.81.200.200 192.168.0.128 STUN2 Binding Success Response</pre>
<p><strong><span style="text-decoration: underline;">5. A SIP call is then initiated between the phones for the video portion of the call</span></strong></p>
<pre>124 8.730361 192.168.0.128 72.81.200.200 SIP/SDP Request: INVITE sip:user@72.81.200.200:50925, with session description
125 8.748746 72.81.200.200 192.168.0.128 STUN2 Binding Success Response
126 8.771618 192.168.0.128 192.168.2.106 STUN2 Binding Request
127 8.797557 192.168.0.128 192.168.2.106 STUN2 Binding Request
128 8.925571 72.81.200.200 192.168.0.128 STUN2 Binding Success Response
129 8.927723 72.81.200.200 192.168.0.128 STUN2 Binding Success Response
130 9.232700 192.168.0.128 72.81.200.200 SIP/SDP Request: INVITE sip:user@72.81.200.200:50925, with session description
131 9.258562 192.168.0.128 192.168.2.106 STUN2 Binding Request
132 9.262926 72.81.200.200 192.168.0.128 SIP Status: 100 Trying
133 9.268831 72.81.200.200 192.168.0.128 SIP Status: 180 Ringing
134 9.296692 192.168.0.128 192.168.2.106 STUN2 Binding Request
135 9.320586 72.81.200.200 192.168.0.128 SIP/SDP Status: 200 OK, with session description
136 9.326857 192.168.0.128 72.81.200.200 SIP Request: ACK sip:user@72.81.200.200:50925
137 9.334699 192.168.0.128 72.81.200.200 SIP Request: MESSAGE sip:user@72.81.200.200:50925
138 9.688477 72.81.200.200 192.168.0.128 SIP/SDP Status: 200 OK, with session description
139 9.716567 192.168.0.128 72.81.200.200 SIP Request: ACK sip:user@72.81.200.200:50925
140 9.834542 192.168.0.128 72.81.200.200 SIP Request: MESSAGE sip:user@72.81.200.200:50925
141 10.216053 72.81.200.200 192.168.0.128 SIP Status: 200 OK
142 10.230152 192.168.0.128 72.81.200.200 SIP Request: MESSAGE sip:user@72.81.200.200:50925
143 10.442848 72.81.200.200 192.168.0.128 SIP Status: 200 OK
144 10.491689 72.81.200.200 192.168.0.128 SIP Status: 200 OK
145 10.727812 192.168.0.128 72.81.200.200 SIP Request: MESSAGE sip:user@72.81.200.200:50925
146 11.229984 192.168.0.128 72.81.200.200 SIP Request: MESSAGE sip:user@72.81.200.200:50925
147 11.318007 72.81.200.200 192.168.0.128 SIP Status: 200 OK
148 11.367565 192.168.0.128 72.81.200.200 SIP Request: MESSAGE sip:user@72.81.200.200:50925
149 11.618986 72.81.200.200 192.168.0.128 SIP Status: 200 OK
150 11.866691 192.168.0.128 72.81.200.200 SIP Request: MESSAGE sip:user@72.81.200.200:50925
151 11.998932 192.168.0.128 72.81.200.200 UDP Source port: 16402 Destination port: 50925
152 12.035444 72.81.200.200 192.168.0.128 SIP Status: 200 OK
153 12.063916 192.168.0.128 72.81.200.200 UDP Source port: 16402 Destination port: 50925
154 12.129174 192.168.0.128 72.81.200.200 UDP Source port: 16402 Destination port: 50925
155 12.180258 192.168.0.128 72.81.200.200 UDP Source port: 16402 Destination port: 50925
156 12.183416 192.168.0.128 72.81.200.200 UDP Source port: 16402 Destination port: 50925
157 12.187093 72.81.200.200 192.168.0.128 SIP Status: 200 OK
158 12.195043 192.168.0.128 72.81.200.200 UDP Source port: 16402 Destination port: 50925
159 12.200932 72.81.200.200 192.168.0.128 SIP Request: BYE sip:user@192.168.0.128:16402
160 12.206181 192.168.0.128 72.81.200.200 SIP Status: 200 OK</pre>
<p><strong><span style="text-decoration: underline;">6. So in the end, this is a Video SIP call</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=553</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blog is up and running again</title>
		<link>http://blog.i-1.nl/?p=550</link>
		<comments>http://blog.i-1.nl/?p=550#comments</comments>
		<pubDate>Sun, 20 Jun 2010 18:33:01 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=550</guid>
		<description><![CDATA[Hi Guys, As some of you may have noticed my Blog was down for a while &#8230; (almost a month) This had to do with some construction work on the attic of my house &#8230; This is done now and I spoiled myself with a small mini server room .. where this webserver is running [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>As some of you may have noticed my Blog was down for a while &#8230; (almost a month)</p>
<p>This had to do with some construction work on the attic of my house &#8230;</p>
<p>This is done now and I spoiled myself with a small mini server room .. where this webserver is running on.</p>
<p>I am going to replace my blog very soon to the servers of my ISP&#8230; but untill that happens it will still run in my server room at home.</p>
<p>I will be writing more articles soon &#8230; but first I need to pass my CCIE VOICE &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=550</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interdigit Timeout (T302)</title>
		<link>http://blog.i-1.nl/?p=543</link>
		<comments>http://blog.i-1.nl/?p=543#comments</comments>
		<pubDate>Fri, 19 Feb 2010 12:39:28 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[education & certification]]></category>
		<category><![CDATA[voice over ip]]></category>
		<category><![CDATA[CUCM]]></category>
		<category><![CDATA[Interdigit Timeout]]></category>
		<category><![CDATA[T302]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=543</guid>
		<description><![CDATA[Hi, This is a small explanation about Interdigit Timeout. Interdigit timeout is called T302 within CUCM. To change the interdigit timeout value go to System =&#62; Service Parameters Select the CUCM server and the “Cisco CallManager” Service. Once there do search with “CTRL-F” to open up the find window in your browser. Then search for [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>This is a small explanation about Interdigit Timeout.<br />
Interdigit timeout is called T302 within CUCM.</p>
<p>To change the interdigit timeout value go to<br />
<strong> System =&gt; Service Parameters</strong><br />
Select the CUCM server and the “Cisco CallManager” Service.<br />
Once there do search with “CTRL-F” to open up the find window in your browser.<br />
Then search for &#8220;302&#8243;<br />
This will bring you down to the “T302 Timer” settings field.<br />
Enter the desired value in milliseconds and then click “Save”.<br />
When you are done restart the CCM service.</p>
<p>Navigate to <em><span style="text-decoration: underline;">Cisco Unified Serviceabillity</span></em><br />
<strong> Tools =&gt; Control Center &#8211; Feature Services</strong><br />
Now select the server then click the radio button for Cisco CallManager and click on “Restart”.</p>
<p>From CUCM in regards to the T302 timer:</p>
<p>T302 Timer :<br />
This parameter specifies an interdigit timer for sending the SETUP ACK message. The timer restarts each time Cisco CallManager receives a digit.<br />
When this timer expires, CUCM routes the dialed digits. For exact timer definitions, refer to the Q.931 specification.<br />
This is a required field.<br />
Default: 15000<br />
Minimum: 3000<br />
Maximum: 75000</p>
<p>All Units are in msec.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=543</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MGCP &#8211; The messages that are sent regarding MGCP</title>
		<link>http://blog.i-1.nl/?p=535</link>
		<comments>http://blog.i-1.nl/?p=535#comments</comments>
		<pubDate>Fri, 19 Feb 2010 08:34:54 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[education & certification]]></category>
		<category><![CDATA[voice over ip]]></category>
		<category><![CDATA[MG]]></category>
		<category><![CDATA[MGC]]></category>
		<category><![CDATA[MGCP]]></category>
		<category><![CDATA[MGCP Signaling]]></category>
		<category><![CDATA[OEQ]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=535</guid>
		<description><![CDATA[Hi, I&#8217;ve come to the bluprint topic regarding MGCP&#8230; This is how MGCP basically works. A Media Gateway (MG) contains “simple” endpoints, This endpoints can be: &#8211; analog voice-ports (FXS/FXO) - digital (T1-PRI/T1-CAS) voice trunks The call Intelligence of these endpoints are provided by 1of the following: &#8211; a Media Gateway Controller (MGC) - Call [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve come to the bluprint topic regarding MGCP&#8230;</p>
<p>This is how MGCP basically works.</p>
<p>A Media Gateway (MG) contains “simple” endpoints,</p>
<p>This endpoints can be:<br />
<em> &#8211; analog voice-ports (FXS/FXO)<br />
- digital (T1-PRI/T1-CAS) voice trunks</em></p>
<p>The call Intelligence of these endpoints are provided by 1of the following:<br />
<em> &#8211; a Media Gateway Controller (MGC)<br />
- Call Agent (CA)<br />
- CUCM</em></p>
<p>There is a Master/Slave relationship between the MGC/CA and the MG.</p>
<p>In order to make everything work the MGCP sends messages over IP/UDP between the MGC and the MG.<br />
The Voice traffic is also carried over IP/UDP.</p>
<p>MGCP messages have <strong>8</strong> commands or messages that are sent accross between MGC and the MG:</p>
<p>1) <strong>RQNT – NotificationRequest: </strong>CallManager can issue a NotificationRequest command to a<br />
gateway, instructing the gateway to watch for specific events such as hook actions or Dual-Tone<br />
Multifrequency (DTMF) tones on a specified endpoint. RQNT is also used to request a gateway<br />
to apply a specific signal to endpoint (i.e. dial tone, ringback, etc).</p>
<p>2) <strong>NTFY – Notify:</strong> The gateway uses the Notify command to inform the CallManager when the<br />
requested events occur.</p>
<p>3) <strong>CRCX – CreateConnection:</strong> CallManager uses the CreateConnection command to create a<br />
connection that terminates in an endpoint inside the gateway.</p>
<p>4) <strong>MDCX – ModifyConnection:</strong> CallManager uses the ModifyConnection command to change<br />
the parameters associated to a previously established connection.</p>
<p>5) <strong>DLCX – DeleteConnection:</strong> CallManager uses the DeleteConnection command to delete an<br />
existing connection. The DeleteConnection command may also be used by a gateway to<br />
indicate that a connection can no longer be sustained.</p>
<p>6) <strong>AUEP – AuditEndpoint:</strong> CallManager uses the AuditEndpoint commands to audit the status of<br />
an endpoint associated with it.</p>
<p>7) <strong>AUCX – AuditConnection: </strong>CallManager uses the AuditConnection commands to audit the<br />
status of any connection associated with it.</p>
<p>8 ) <strong>RSIP – RestartInProgress:</strong> The gateway uses the RestartInProgress command to notify the<br />
CallManager that the gateway, or a group of endpoints managed by the gateway, is being taken<br />
out of service or is being placed back in service.</p>
<p>There are three types of restart:<br />
- Restart – endpoint in service<br />
- Graceful – wait until call clearing<br />
- Forced – endpoint out of service.</p>
<p>It is important to remember that this protocol is used for control purposes only. No voice data is transmitted through the MGCP protocol itself. All the voice data transfer occurs directly between the phone and the gateway. This diagram explains these relationships:</p>
<p><img class="alignnone size-full wp-image-538" title="1understanding_mgcp-3" src="http://blog.i-1.nl/wp-content/uploads/2010/02/1understanding_mgcp-3.gif" alt="" width="480" height="333" /></p>
<p>The Cisco 7960 IP phones in this example use the Skinny Call Control Protocol (SCCP) to communicate with the Cisco CallManager. The actual voice data is transferred through Real-time Transport Protocol (RTP) directly between the two devices. MGCP is used by the Cisco CallManager only to control the gateway.</p>
<p>This diagram below describes how Cisco CallManager registers voice gateways in its database with use of MGCP. The acknowledgment (ACK) commands are standard TCP acknowledgements of the received command:</p>
<p><img class="alignnone size-full wp-image-537" title="2understanding_mgcp-4" src="http://blog.i-1.nl/wp-content/uploads/2010/02/2understanding_mgcp-4.gif" alt="" width="575" height="325" /></p>
<p>This below diagram shows a sample FXS call flow (dialing and connection):</p>
<p><img class="alignnone size-full wp-image-536" title="3understanding_mgcp-5" src="http://blog.i-1.nl/wp-content/uploads/2010/02/3understanding_mgcp-5.gif" alt="" width="575" height="322" /></p>
<p>I believe it&#8217;s very important to know this because there could be OEQ&#8217;s on this topic!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=535</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added new Cheat Sheet &#8211; CUCM TCP &amp; UDP Port Usage</title>
		<link>http://blog.i-1.nl/?p=533</link>
		<comments>http://blog.i-1.nl/?p=533#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:18:06 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[education & certification]]></category>
		<category><![CDATA[voice over ip]]></category>
		<category><![CDATA[CHeat Sheet]]></category>
		<category><![CDATA[CUCM Ports]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=533</guid>
		<description><![CDATA[Hi, I just added a new cheat sheet on my Cheat Sheet page. This sheet are the basic ports that the CUCM is using to communicate with voice gateways and phones&#8230; Have fun with it!]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I just added a new cheat sheet on my <a href="http://blog.i-1.nl/?page_id=459" target="_self">Cheat Sheet</a> page.</p>
<p>This sheet are the basic ports that the CUCM is using to communicate with voice gateways and phones&#8230;</p>
<p>Have fun with it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=533</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Unified Survivable Remote Site Telephony Video Data Sheet (SRST)</title>
		<link>http://blog.i-1.nl/?p=528</link>
		<comments>http://blog.i-1.nl/?p=528#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:40:11 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[voice over ip]]></category>
		<category><![CDATA[SRST Video Data Sheet]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=528</guid>
		<description><![CDATA[Hi, I just bumped into a nice youtube video about Cisco Unified Survivable Remote Site Telephony Video &#8230; Thank god they included subtitles with this movie &#8230; I have to warn you tough &#8230; it&#8217;s a bit annoying how this lady pronounce SRST&#8230; Have fun watching it!]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I just bumped into a nice youtube video about Cisco Unified Survivable Remote Site Telephony Video &#8230;<br />
Thank god they included subtitles with this movie &#8230;</p>
<p>I have to warn you tough &#8230; it&#8217;s a bit annoying how this lady pronounce SRST&#8230;</p>
<p>Have fun watching it!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/a2lAgUWG5Ps" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/a2lAgUWG5Ps"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=528</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Knowledge Questions (OEQ) and CCIE Voice</title>
		<link>http://blog.i-1.nl/?p=521</link>
		<comments>http://blog.i-1.nl/?p=521#comments</comments>
		<pubDate>Thu, 11 Feb 2010 11:19:49 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[architecture & design]]></category>
		<category><![CDATA[education & certification]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[voice over ip]]></category>
		<category><![CDATA[CCIE voice]]></category>
		<category><![CDATA[Core Knowledge Questions]]></category>
		<category><![CDATA[OEQ]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=521</guid>
		<description><![CDATA[Hi, I&#8217;ve come to the part that I need to gather a lot of information on the CCIE voice blueprint specifics. This in order to pass the OEQ part of the exam &#8230; This is what I am using to study: I am thinking of buying the INE CCIE Voice Core Knowledge Simulation package for [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve come to the part that I need to gather a lot of information on the CCIE voice blueprint specifics.<br />
This in order to pass the OEQ part of the exam &#8230;<br />
This is what I am using to study:</p>
<a class="downloadlink" href="http://blog.i-1.nl/wp-content/plugins/download-monitor/download.php?id=4" title=" downloaded 164 times" >Cisco Unified Connection 7x SRND.pdf (164)</a><br />
<a class="downloadlink" href="http://blog.i-1.nl/wp-content/plugins/download-monitor/download.php?id=5" title=" downloaded 119 times" >Cisco Unified Contact Center Express 7x SRND (119)</a><br />
<a class="downloadlink" href="http://blog.i-1.nl/wp-content/plugins/download-monitor/download.php?id=6" title=" downloaded 122 times" >Cisco Unified Communications 7x SRND.pdf (122)</a>
<p>I am thinking of buying the <a href="http://www.internetworkexpert.com/ccie-voice-core-knowledge-simulation.htm" target="_blank">INE CCIE Voice Core Knowledge Simulation</a> package for $99 but I first need to know how big the pool is of questions they are offering.</p>
<p>I also created my own set of questions that is based in the content that can be found in the SRND guides&#8230;</p>
<p>When I have the feeling rhat I know enough to pass the OEQ part I am going to review the <a href="http://www.scribd.com/doc/24703447/CCIE-Net-Workers-Voice-3-0" target="_blank">Cisco Networkers (Live) 2009 CCIE Voice Techtorial PDF</a>.</p>
<p>There is also a very important document from Cisco with the ports that are used for the voice applications &#8230; I am sure that I don&#8217;t need to memmorize  all the ports from the document. It;s important to read trough it and I highlighted the importand ports that I REALLY should know for the OEQ training&#8230;<br />
You can download the document here &#8211;> <a class="downloadlink" href="http://blog.i-1.nl/wp-content/plugins/download-monitor/download.php?id=7" title=" downloaded 234 times" >Cisco Unified Callmanager TCP and UDP Port Usage (234)</a> </p>
<p>I hope this is enough &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=521</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CCIE worldwide statistics (charts)</title>
		<link>http://blog.i-1.nl/?p=492</link>
		<comments>http://blog.i-1.nl/?p=492#comments</comments>
		<pubDate>Tue, 19 Jan 2010 18:57:23 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[education & certification]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[CCIE Worldwide statistics]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[Worldwide]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=492</guid>
		<description><![CDATA[Hi, Based on the Cisco CCIE Worldwide Statistics website and the website of  Antonio Soares’ stats page I created some cool charts. Here you go and have fun! Last 5 years 2006   2007   2008   2009   2010]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2010chart2.png"></a>Hi,</p>
<p>Based on the <a href="http://www.cisco.com/web/learning/le3/ccie/certified_ccies/worldwide.html" target="_blank">Cisco CCIE Worldwide Statistics website</a> and the website of  <a href="http://ccie18473.net/wwccies/wwccies.htm" target="_blank">Antonio Soares’ stats page </a>I created some cool charts.</p>
<p>Here you go and have fun!</p>
<p><strong><span style="text-decoration: underline;">Last 5 years</span></strong></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/5years-chart1.png"><img class="alignnone size-full wp-image-495" title="5years-chart1" src="http://blog.i-1.nl/wp-content/uploads/2010/01/5years-chart1.png" alt="" width="1083" height="387" /></a></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/5years-chart2.png"><img class="alignnone size-full wp-image-496" title="5years-chart2" src="http://blog.i-1.nl/wp-content/uploads/2010/01/5years-chart2.png" alt="" width="1089" height="388" /></a></p>
<p><strong><span style="text-decoration: underline;">2006</span></strong></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2006chart1.png"><img class="alignnone size-full wp-image-497" title="2006chart1" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2006chart1.png" alt="" width="631" height="378" /></a></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2006chart2.png"><img class="alignnone size-full wp-image-498" title="2006chart2" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2006chart2.png" alt="" width="1047" height="388" /></a></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2006chart3.png"><img class="alignnone size-full wp-image-499" title="2006chart3" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2006chart3.png" alt="" width="621" height="381" /></a> </p>
<p><strong><span style="text-decoration: underline;">2007</span></strong><br />
<a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2007chart1.png"><img class="alignnone size-full wp-image-500" title="2007chart1" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2007chart1.png" alt="" width="619" height="387" /></a></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2007chart2.png"><img class="alignnone size-full wp-image-501" title="2007chart2" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2007chart2.png" alt="" width="954" height="389" /></a></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2007chart3.png"><img class="alignnone size-full wp-image-502" title="2007chart3" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2007chart3.png" alt="" width="614" height="387" /></a> </p>
<p><strong><span style="text-decoration: underline;">2008</span></strong></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2008chart1.png"><img class="alignnone size-full wp-image-503" title="2008chart1" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2008chart1.png" alt="" width="616" height="389" /></a></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2008chart2.png"><img class="alignnone size-full wp-image-504" title="2008chart2" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2008chart2.png" alt="" width="1075" height="389" /></a></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2008chart3.png"><img class="alignnone size-full wp-image-505" title="2008chart3" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2008chart3.png" alt="" width="614" height="388" /></a> </p>
<p><strong><span style="text-decoration: underline;">2009</span></strong><br />
<a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2009chart1.png"><img class="alignnone size-full wp-image-506" title="2009chart1" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2009chart1.png" alt="" width="616" height="388" /></a></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2009chart2.png"><img class="alignnone size-full wp-image-507" title="2009chart2" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2009chart2.png" alt="" width="1067" height="389" /></a></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2009chart3.png"><img class="alignnone size-full wp-image-508" title="2009chart3" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2009chart3.png" alt="" width="616" height="390" /></a> </p>
<p><strong><span style="text-decoration: underline;">2010</span></strong><br />
<img class="alignnone size-full wp-image-509" title="2010chart1" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2010chart1.png" alt="" width="818" height="482" /></p>
<p><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2010chart2.png"><img title="2010chart2" src="http://blog.i-1.nl/wp-content/uploads/2010/01/2010chart2.png" alt="" width="615" height="389" /></a><a href="http://blog.i-1.nl/wp-content/uploads/2010/01/2010chart2.png"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=492</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco Pagent tools explained</title>
		<link>http://blog.i-1.nl/?p=481</link>
		<comments>http://blog.i-1.nl/?p=481#comments</comments>
		<pubDate>Sun, 10 Jan 2010 11:12:58 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[education & certification]]></category>
		<category><![CDATA[network utilities]]></category>
		<category><![CDATA[packet analysis]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[system and network management]]></category>
		<category><![CDATA[Cisco Pagent Tools]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=481</guid>
		<description><![CDATA[Hi, As I was telling you in my previous blog article Cisco Pagent is a set of tools&#8230; Well what kind of tools and what can you do with these tools exactly? Sit back and prepare yourself for some nice intel. Pagent Tools Traffic Generation, Count and Capture TGN—create and send packets PKTS—capture, fast-count, and [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>As I was telling you in my previous blog article Cisco Pagent is a set of tools&#8230;<br />
Well what kind of tools and what can you do with these tools exactly?</p>
<p>Sit back and prepare yourself for some nice intel.</p>
<p><strong><span style="text-decoration: underline;"><span style="color: #333399;">Pagent Tools</span></span></strong></p>
<p><strong><em><span style="color: #333399;">Traffic Generation, Count and Capture</span></em></strong></p>
<ul>
<li><span style="color: #333399;">TGN—create and send packets</span></li>
<li><span style="color: #333399;">PKTS—capture, fast-count, and display packets</span></li>
<li><span style="color: #333399;">Template Compiler—language for defining packet formats</span></li>
<li><span style="color: #333399;">Pagent Classic—create, send, capture, fast-count and display packets</span></li>
</ul>
<p><strong><em><span style="color: #333399;">IOS-Based Scripting</span></em></strong></p>
<ul>
<li><span style="color: #333399;">SRE (Stimulus Response Engine)—respond to an event</span></li>
<li><span style="color: #333399;">Router-Based Tcl—Tcl interpreter in privileged exec mode</span></li>
</ul>
<p><strong><em><span style="color: #333399;">Verified Traffic</span></em></strong></p>
<ul>
<li><span style="color: #333399;">RVT/CVT (Router Verified Traffic/Control Verified Traffic)—generates and verifies traffic on a simulated network</span></li>
<li><span style="color: #333399;">IVT/TCP and IVT/UDP—IOS Classic-based load-generation tools</span></li>
<li><span style="color: #333399;">NQR (Network Quality Reporter)—A simple IOS-based tool that measures end-to-end network delay, jitter, packet drop, and out-of-sequence packets</span></li>
</ul>
<p><strong><em><span style="color: #333399;">Session Emulators</span></em></strong></p>
<ul>
<li><span style="color: #333399;">TCP Session Emulator—generates TCP traffic</span></li>
<li><span style="color: #333399;">HTTP Session Emulator—generates HTTP traffic</span></li>
<li><span style="color: #333399;">FTP Session Emulator—generates FTP traffic</span></li>
</ul>
<p><strong><em><span style="color: #333399;">Large Network Emulators</span></em></strong></p>
<ul>
<li><span style="color: #333399;">LNE-BGP, LNE-IGRP, LNE-EIGRP, LNE-OSPF, LNE-ISIS, LNE-RIP, LNE-LDP</span></li>
<li><span style="color: #333399;">emulate routers that advertise large router networks</span></li>
</ul>
<p><strong><em><span style="color: #333399;">Modify Traffic</span></em></strong></p>
<ul>
<li><span style="color: #333399;">PMOD (Passthru MODify)—allows a Pagent router to be inserted into a test network</span></li>
<li><span style="color: #333399;">CSYN (Clock Synch)—assists the Network Time Protocol (NTP) to synchronize clocks between two or more Pagent routers</span></li>
</ul>
<p><strong><em><span style="color: #333399;">Client Emulators</span></em></strong></p>
<ul>
<li><span style="color: #333399;">ICE (IGMP Client Emulator)—emulates the behavior of a multicast client (receiver) in a multicast network</span></li>
<li><span style="color: #333399;">DHCP Client Emulator—emulates DHCP client devices and each client gets an IP address allocated by the DHCP server Related Tool—NVT</span></li>
</ul>
<p><strong><em><span style="color: #333399;">NVT (Network Verification Tool)</span></em></strong></p>
<ul>
<li><span style="color: #333399;">web browser-based GUI interface to the Pagent tools</span></li>
</ul>
<h2><strong><span style="text-decoration: underline;"><span style="text-decoration: none;"><span style="color: #333399;">Traffic Generation, Count and Capture</span></span></span></strong></h2>
<div id="_mcePaste"><strong><em>TGN—</em></strong>Used to define and send packets on any combination of supported interfaces on a</div>
<div id="_mcePaste">router. The program has predefined templates to support the definition of specific packet</div>
<div id="_mcePaste">types. Packet lengths and the data in any header field can be set to constant, random or</div>
<div id="_mcePaste">incrementing values. Packet definitions can be imported from the PKTS program capture</div>
<div id="_mcePaste">buffer.</div>
<div><strong><em> </em></strong></div>
<div><strong><em>PKTS</em></strong>—Used to capture and display incoming and/or outgoing packets from any</div>
<div id="_mcePaste">combination of interfaces on a router. It can fast-count packets, that is, it can count and</div>
<div id="_mcePaste">discard packets at higher rates than IOS counters can support. PKTS supports the creation</div>
<div id="_mcePaste">of filters that allow selective counting, capture or display.</div>
<div><em><strong> </strong></em></div>
<div><em><strong>Template Compile</strong></em><strong><em>r</em></strong>—Provides a convenient, high-level language for defining packet</div>
<div id="_mcePaste">formats. It adds new definitions to the Pagent tools TGN and PKTS at run time and allows TGN traffic streams and PKTS filters to be defined using the new formats. It allows the</div>
<div id="_mcePaste">definitions of multiple display methods that can be used to decode and display packets.</div>
<div><strong><em> </em></strong></div>
<div><strong><em>Pagent Classic</em></strong>—Pagent Classic is the original Cisco router and IOS based network traffic</div>
<div id="_mcePaste">transmission and validation tool. It runs on any Cisco router and allows the user to define</div>
<div id="_mcePaste">and transmit virtually any packet in hex (including corrupted packets) on any interface</div>
<div id="_mcePaste">supported by the hosting platform. It also allows the capture and hex display of packets on</div>
<div id="_mcePaste">any interface. Its functionality has been superseded by the TGN and PKTS programs.</div>
<p><strong><em>Traffic Generation, Count and CaptureTGN</em></strong>—Used to define and send packets on any combination of supported interfaces on arouter. The program has predefined templates to support the definition of specific packettypes. Packet lengths and the data in any header field can be set to constant, random orincrementing values. Packet definitions can be imported from the PKTS program capturebuffer.</p>
<p><strong><em>PKTS</em></strong>—Used to capture and display incoming and/or outgoing packets from anycombination of interfaces on a router. It can fast-count packets, that is, it can count anddiscard packets at higher rates than IOS counters can support. PKTS supports the creationof filters that allow selective counting, capture or display.<br />
Template Compiler—Provides a convenient, high-level language for defining packetformats. It adds new definitions to the Pagent tools TGN and PKTS at run time and allows<br />
TGN traffic streams and PKTS filters to be defined using the new formats. It allows thedefinitions of multiple display methods that can be used to decode and display packets.</p>
<p><strong><em>Pagent Classic</em></strong>—Pagent Classic is the original Cisco router and IOS based network traffictransmission and validation tool. It runs on any Cisco router and allows the user to defineand transmit virtually any packet in hex (including corrupted packets) on any interfacesupported by the hosting platform. It also allows the capture and hex display of packets onany interface. Its functionality has been superseded by the TGN and PKTS programs.</p>
<h2><span style="text-decoration: underline;"><span style="text-decoration: none;"><span style="color: #333399;">IOS-Based Scripting</span></span></span></h2>
<p><strong><em>SRE (Stimulus Response Engine</em></strong>)—An IOS-based scripting language for networking<br />
applications. SRE scripts can be used to receive, manipulate, modify, and send packets, to<br />
test and simulate protocol stacks.</p>
<p><strong><em>Router-Based Tcl</em></strong>—Use of the TCL language allows you to develop scripts that will run<br />
autonomously on the router, to define new router commands command options, run<br />
automated tests, or define Pagent packet response procedures.</p>
<h2><span style="text-decoration: underline;"><span style="color: #333399;">Verified Traffic</span></span></h2>
<p><strong><em>RVT/CVT (Router Verified Traffic/Control Verified Traffic</em></strong>)—Router Verified Traffic<br />
(RVT) and Control Verified Traffic (CVT) are used together to test bridges and routers.<br />
CVT can automatically create numerous traffic streams between many Pagent router<br />
interfaces, for many different LAN media and network protocols. RVT can create modest<br />
levels of verified traffic where every packet sent through the test network is validated for<br />
correct sequence, data integrity, and length. RVT can also create fast-unverified traffic.</p>
<p><strong><em>IVT/TCP and IVT/UDP</em></strong>—IOS Classic-based load generation tools. The TCP and UDP<br />
tools generate traffic between one or more routers using the socket interface provided by<br />
IOS. Traffic is specified in terms of one or more data streams between specific network<br />
addresses, or endpoints. By default, the primary endpoint of each data stream sends<br />
messages and the secondary endpoint echoes the messages back to the primary.</p>
<p><strong><em>NQR (Network Quality Reporter)</em></strong>—NQR is an IOS-based program in the Pagent test tool<br />
set, introduced in Pagent 3.7. It is a simple tool that measures end-to-end network delay,<br />
jitter, packet drop, and out-of-sequence packets. Packets are sent from an NQR router into a<br />
network, which is configured to route the packets back into one of the interfaces of the<br />
NQR router. NQR processes the returned packets and calculates the necessary statistics.</p>
<h2><span style="text-decoration: underline;"><span style="color: #333399;">Session Emulators</span></span></h2>
<p><strong><em>TCP Session Emulato</em></strong><strong><em>r</em></strong>—Generates TCP traffic. The tool provides configurable features<br />
that enable a user to emulate various TCP application dialogs between a TCP client and a<br />
TCP server. It emulates multiple hosts establishing thousands of TCP connections. All these<br />
TCP sessions are short-lived, which is very typical for web or email traffic.</p>
<p><strong><em>HTTP Session Emulator</em></strong>—Generates HTTP traffic. It emulates multiple HTTP clients<br />
establishing HTTP connections to a HTTP server. It generates all kinds of HTTP traffic,<br />
including all kinds of HTTP requests and HTTP responses.</p>
<p><strong><em>FTP Session Emulator</em></strong>—FTPSE is a TCP application for transferring files. The FTPSE<br />
Client Emulator generates real FTP traffic and emulates FTP client sessions which must talk<br />
to a real FTP server. Currently FTPSE only supports the client side in passive mode</p>
<h2><span style="text-decoration: underline;"><span style="color: #333399;">Large Network Emulators</span></span></h2>
<p><strong><em>LNE-BGP, LNE-IGRP, LNE-EIGRP, LNE-OSPF, LNE-ISIS, LNE-RIP,<br />
LNE-LDP</em></strong>—LNE is comprised of seven programs to support six routing protocols. LNE is<br />
used to emulate routers that advertise large router networks. It can emulate hundreds of<br />
routers to emulate multiple peers to a router under test. To stress the router under test, LNE<br />
can flap entire LNE routers, routes advertised by the LNE routers or route attributes.</p>
<p><strong><em>PMOD</em></strong>—PMOD allows a Pagent router to be inserted into a test network so test traffic<br />
passes through the router and then allows the traffic packets to be modified. Depending on<br />
PMOD filters and configurations, the tool can selectively drop, alter, delay or timestamp<br />
packets. It also allows test packets to act as triggers and can recalculate test packet IP, TCP<br />
and UDP checksums.</p>
<p><strong><em>CSYN</em></strong>—CSYN assists the Network Time Protocol (NTP) to synchronize clocks between<br />
two or more Pagent routers by confirming how closely the routers are synchronized. CSYN<br />
causes multiple Pagent routers to display their time simultaneously so you can determine<br />
how closely their clocks are set.</p>
<h2><span style="text-decoration: underline;"><span style="color: #333399;">Client Emulators</span></span></h2>
<p><strong><em>ICE (IGMP Client Emulator)</em></strong>—ICE is used to emulate the behavior of a multicast client<br />
(receiver) in a multicast network. The multicast clients utilize Internet Group Management<br />
Protocol (IGMP) to interact with the router on the same subnet. TGN or IVT/UDP is used to<br />
inject multicast traffic with different multicast group addresses.</p>
<p><strong><em>DCE (DHCP Client Emulator)</em></strong>—DCE emulates DHCP client devices and each client gets<br />
an IP address allocated by the DHCP server. It keeps track of IP address lease time and<br />
responds upon lease expiration. It also provides all DHCP packet statistics as well as the<br />
client&#8217;s DHCP state..</p>
<h2 style="font-size: 1.5em;"><span style="text-decoration: underline;"><span style="color: #333399;">NVT</span></span></h2>
<p><strong><em>NVT</em></strong> is a web-based application with a graphical user interface front end to the Pagent<br />
tools. It’s a network verification tool, used in a laboratory environment, to test:</p>
<ul>
<li>new hardware and network designs</li>
<li>new software features</li>
<li>upgrades</li>
</ul>
<p>before deployment into the production network.</p>
<p><strong><em>NVT</em></strong> emulates a busy network environment by:</p>
<ul>
<li>generating multiprotocol traffic</li>
<li>verified data traffic</li>
<li>routing protocol updates</li>
</ul>
<p><strong><em>NVT</em></strong> includes a set of pre-defined configurable fields, (i.e., standardized templates), in which you can create your own test scenarios:</p>
<ul>
<li>each template (as task) represents an individual test case</li>
<li>profiles are a collection of tasks, and other profiles, grouped together to be</li>
<li>executed serially or in parallel</li>
<li>profiles are used to organize test scenarios</li>
</ul>
<p><strong><em>NVT </em></strong>monitors test performance by querying the network devices. Types of tasks include<br />
a traffic generator, a traffic analyzer, session emulator, and routing protocol emulators, as<br />
well as device queries.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=481</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cisco IOU and Cisco Pagent</title>
		<link>http://blog.i-1.nl/?p=474</link>
		<comments>http://blog.i-1.nl/?p=474#comments</comments>
		<pubDate>Sat, 09 Jan 2010 20:11:13 +0000</pubDate>
		<dc:creator>Iwan</dc:creator>
				<category><![CDATA[education & certification]]></category>
		<category><![CDATA[network utilities]]></category>
		<category><![CDATA[packet analysis]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[Cisco IOU]]></category>
		<category><![CDATA[Cisco Pagent]]></category>
		<category><![CDATA[IOU]]></category>
		<category><![CDATA[Pagent]]></category>
		<category><![CDATA[Traffic Generator]]></category>

		<guid isPermaLink="false">http://blog.i-1.nl/?p=474</guid>
		<description><![CDATA[Hi, Today I am going to tell you guys something about 2 tools that was developed by Cisco (or at least developed for Cisco) Before I am telling anything about these tools I need to say cannot provide any of these tools and I will not provide any information on how you can get these [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Today I am going to tell you guys something about 2 tools that was developed by Cisco (or at least developed for Cisco)</p>
<p>Before I am telling anything about these tools I need to say cannot provide any of these tools and I will not provide any information on how you can get these tools.</p>
<p>The first tool is called IOU.<br />
The second tool (that exist of a set of around 16 tools) is called Pagent.</p>
<p>IOU which basically means “IOS on Unix” is a tool that can simulate multiple router instances.</p>
<p>Pagent is based on the Cisco IOS (Internetwork Operating System), and developed within Cisco. The test tools are included in special IOS Pagent images.</p>
<p><strong><span style="text-decoration: underline;">IOU<br />
</span></strong>IOS on Unix is a fully working version of IOS that runs as a user mode UNIX (Solaris) process. IOU is build as a native Solaris image and runs just like any other program on Solaris. IOU supports all platform independent protocols and features. It is possible to connect multiple copies of IOU trough the network to form some kind of virtual network.<br />
This way you can build a bigger network using multiple Sun Ultrasparc machines.<br />
There is also a version that runs on OSX (Mac) but I don’t know much about this version. It’s probably the same as the Solaris version but especially for Mac.<br />
What is also nice to know is that there are IOU images available with the Pagent software build in.<br />
Nowdays there is a programs like Dynamips, Dynagen and GNS3 doing the same IOU is doing.<br />
Cisco employees (engineers) are using IOU to test complex designs and features in order to support large customers.</p>
<p><strong><span style="text-decoration: underline;">Pagent<br />
</span></strong>The primary function of the Pagent tool set is to provide cost effective test tools to the Cisco community. This tool is NOT available for the public and requires a serial number based on the hardware serial number. There are some cracked versions available out there on torrent websites but this will not be the scope of this blog.</p>
<p>Since the tools are based on production hardware and the IOS operating system, the tools are not able to test the datalink level. They cannot affect frame checksums, preambles, inter frame gap times, or inject hardware failures.<br />
There are limitations to the rates that Pagent tools can transmit and receive packets. Due to the processing power of the main CPU, not all IOS based devices are able to transmit packets at full media rates.</p>
<p>The Pagent programs are best used for testing layer 3 protocols and above. That is, emulating routing<br />
protocols, multicast, TCP sessions, HTTP sessions. Pagent images have a security scheme to prevent illegal distribution outside Cisco. When an router is loaded with a Pagent image for the first time, it presents a machine Id that must be converted to a license key. Once the license key is entered in the router, it is saved in the configuration so it is not required on subsequent downloads.</p>
<p><strong><span style="text-decoration: underline;">Pagent tools<br />
</span></strong>• <strong><em>TGN (Traffic Generator)</em></strong> is used to define and send packets on any combination of supported<br />
interfaces on a router. The program has predefined templates to support the definition of specific<br />
packet types. Packet lengths and the data in any header field can be set to constant, incrementing<br />
or random values. Packet definitions can be imported from the PKTS program capture buffer.<br />
• <strong><em>PKTS (Packet Count and Capture)</em></strong> can capture and display incoming and/or outgoing packets from<br />
any combination of interfaces on a router. It can fast-count packets, that is, it can count and discard<br />
packets at higher rates than IOS counters can support. PKTS supports the creation of filters that<br />
allow selective counting, capture or display<br />
• <strong><em>Template Compiler</em></strong> provides a convenient high-level language for defining packet formats. It adds<br />
new packet definitions to the Pagent tool set (TGN and PKTS) at run time and allows TGN traffic<br />
streams and PKTS filters to be defined using the new formats. It allows the definition of multiple<br />
display methods that can be used to decode and display packets.<br />
•<strong><em> Router Verified Traffic (RVT)</em></strong> and Control Verified Traffic (CVT) are used together to test bridges<br />
and routers. CVT can automatically create numerous traffic streams between many Pagent router<br />
interfaces, for many different LAN media and network protocols. RVT can create modest levels of<br />
verified traffic where every packet sent through the test network is validated for correct sequence,<br />
data integrity, and length. RVT can also create fast-unverified traffic.<br />
• <strong><em>PMOD (Passthru Modify)</em></strong> allows a Pagent router to be inserted into a test network so test traffic<br />
passes through the router and then allows the traffic packets to be modified. Depending on PMOD<br />
filters and configurations, the tool can selectively drop, alter, delay or timestamp packets. It also<br />
allows test packets to act as triggers and can recalculate test packet IP, TCP and UDP checksums.<br />
• <strong><em>TCP Session Emulator (TCPSE)</em></strong> is a tool for generating TCP traffic. The tool provides configurable<br />
features that enable a user to emulate various TCP application dialogs between a TCP client and a TCP server. It emulates multiple hosts establishing thousands of TCP connections. All these TCP sessions are short-lived, which is very typical for web or email traffic.<br />
• <strong><em>HTTP Session Emulator (HTTPSE)</em></strong> is a tool for generating HTTP traffic. It emulates multiple<br />
HTTP clients establishing HTTP connections to a HTTP server. It generates all kinds of HTTP<br />
traffic, including all kinds of HTTP requests and HTTP responses.<br />
• <strong><em>FTP Session Emulator (FTPSE)</em></strong> is a TCP application for transferring files. The FTPSE Client<br />
Emulator generates real FTP traffic and emulates FTP client sessions, which must talk to a real<br />
FTP server. Currently FTPSE only supports the client side in passive mode.<br />
• <strong><em>Large Network Emulators (LNE)</em></strong> is comprised of six programs to support six routing protocols:<br />
BGP, OSPF, ISIS, EIGPR, IGRP and RIP. LNE is used to emulate routers that advertise large router<br />
networks. It can emulate hundreds of routers to emulate multiple peers to a router under test. To<br />
stress the router under test, LNE can flap entire LNE routers, routes advertised by the LNE routers<br />
or route attributes.<br />
• <strong><em>NQR)</em></strong> is , a tool to measure end-to-end network delay, jitter, packet drop, and out-of-sequence packets.</p>
<p>Next time I am going to go deeper into the pagent tools and I am going to give examples how LNE, TGEN, PKTS and much more is working.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.i-1.nl/?feed=rss2&amp;p=474</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
