<?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>gomez's blog &#187; cisco</title>
	<atom:link href="http://www.sanjta.org/?feed=rss2&#038;cat=23" rel="self" type="application/rss+xml" />
	<link>http://www.sanjta.org</link>
	<description>IT from the unblinking eyes of the GNU/Linux user</description>
	<lastBuildDate>Sun, 05 Sep 2010 21:56:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Measurement-based CAC Mechanism IP SLA and Voice traffic</title>
		<link>http://www.sanjta.org/?p=616</link>
		<comments>http://www.sanjta.org/?p=616#comments</comments>
		<pubDate>Fri, 20 Aug 2010 13:18:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=616</guid>
		<description><![CDATA[There are differences between Call Admission Control mechanisms and Quality of Service. In this blog post, I intend to write about one measurement-based Call Admission Control mechanism and that is IP SLA &#8211; which you can use to test end to end Quality of Service within your network. Also, it can be used for measurements [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/qos.jpg" alt="" width="496" height="177" /></p>
<p>There are differences between Call Admission Control mechanisms and Quality of Service. In this blog post, I intend to write about one measurement-based Call Admission Control mechanism and that is IP SLA &#8211; which you can use to test end to end Quality of Service within your network. Also, it can be used for measurements which you can use  for Advanced Busy Out (AVBO) but in this blog post I will just show how it can be implemented to provide end to end statistics which you can use for detailed analysis for your QoS setup or to test SLA that your service provider needs to meet.</p>
<p>First thing that you need to configure is Responder. That is the router that you will send probes to. If that is your provider and you want to test your link, then you will have to communicate with them to enable this for you. So, from global configuration mode you just need to type:</p>
<blockquote><p>Router(config)#<strong>ip sla monitor responder</strong></p></blockquote>
<p>and you are done with setting up responder.</p>
<p>Now on your side, you need to configure IP SLA. First step is to define tag for IP SLA (in our case that is number 1) and then we need to define what do we really want to test. In this case it is UDP jitter on voice packages, but you can configure multiple SLAs for different types of traffic depending on your requirements.</p>
<blockquote><p>VoiceGateway(config)#<strong>ip sla 1</strong></p></blockquote>
<p>Please note that we need to define IP address of the Responder (77.239.X.X) followed by the port (6500) and codec (g711ulaw). Also, codec and port values are adjustable as per your needs.</p>
<blockquote><p>VoiceGateway(config-ip-sla)#<strong>udp-jitter 77.239.X.X 65000 codec g711ulaw</strong></p></blockquote>
<p>Once done with that, you are able to define Quality of Service value for probe that we defined above, and in our case it is TOS value of 5 which is in decimal 160 (10100000).</p>
<blockquote><p>VoiceGateway(config-ip-sla-jitter)#<strong>tos 160</strong><br />
VoiceGateway(config-ip-sla-jitter)#<strong>exit</strong></p></blockquote>
<p>Once done with that, we need to configure when this probe will be sent and for how long it is going to work, as per following example:</p>
<blockquote><p>VoiceGatewayconfig)#<strong>ip sla schedule 1 start-time now life 180</strong><br />
VoiceGateway(config)#<strong>exit</strong></p></blockquote>
<p>Last thing that we need to do is to verify values:</p>
<blockquote><p>VoiceGateway#<strong>show ip sla statistics</strong></p>
<p>Round Trip Time (RTT) for       Index 1<br />
Latest RTT: 1 milliseconds<br />
Latest operation start time: 13:40:03.156 zenica Fri Aug 20 2010<br />
Latest operation return code: OK<br />
RTT Values:<br />
Number Of RTT: 1000             RTT Min/Avg/Max: 1/1/5 milliseconds<br />
Latency one-way time:<br />
Number of Latency one-way Samples: 0<br />
Source to Destination Latency one way Min/Avg/Max: 0/0/0 milliseconds<br />
Destination to Source Latency one way Min/Avg/Max: 0/0/0 milliseconds<br />
<strong>Jitter Time:<br />
Number of SD Jitter Samples: 999<br />
Number of DS Jitter Samples: 999<br />
Source to Destination Jitter Min/Avg/Max: 0/1/3 milliseconds<br />
Destination to Source Jitter Min/Avg/Max: 0/1/2 milliseconds</strong><br />
Packet Loss Values:<br />
Loss Source to Destination: 0           Loss Destination to Source: 0<br />
Out Of Sequence: 0      Tail Drop: 0<br />
Packet Late Arrival: 0  Packet Skipped: 0<br />
Voice Score Values:<br />
Calculated Planning Impairment Factor (ICPIF): 1<br />
<strong>MOS score: 4.34</strong><br />
<strong>Number of successes: 2</strong><br />
Number of failures: 0<br />
Operation time to live: 55 sec</p></blockquote>
<p>Based on the above output, you are able to see how does your service provider meets their SLA. Also, you are able to see based on the above numbers does your Quality of Service setup really works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=616</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MGCP Fallback, PRI/BRI Backhaul and DTMF Relay configuration</title>
		<link>http://www.sanjta.org/?p=565</link>
		<comments>http://www.sanjta.org/?p=565#comments</comments>
		<pubDate>Wed, 04 Aug 2010 16:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=565</guid>
		<description><![CDATA[My previous blog post covers some MGCP foundations and with this blog post I intend to show some other features like MGCP Fallback, PRI Backhaul configuration and DTMF Relay. Occasionally I will post some signaling protocols configurations that I find interesting. Please notice that I will not always post complete solution configuration, it would take [...]]]></description>
			<content:encoded><![CDATA[<p>My previous blog post covers some MGCP foundations and with this blog post I intend to show some other features like MGCP Fallback, PRI Backhaul configuration and DTMF Relay. Occasionally I will post some signaling protocols configurations that I find interesting. Please notice that I will not always post complete solution configuration, it would take additional time and resources but I will point to missing parts. So, lets start with &#8220;MGCP Part 2&#8243;.</p>
<p><strong>MGCP Fallback</strong></p>
<p>Let&#8217;s assume that you have configured your Cisco Unified Communications Manager to control your Cisco Voice gateway as described in my previous blog post. In that case, you will have your gateway fully controlled by MGCP and it is going to work&#8230; until there is a WAN failure or some other communication issue as shown on following picture.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/mgcp/mgcpfallback1.gif" alt="" width="357" height="321" /></p>
<p style="text-align: left;">As shown on above picture, in case of WAN failure we need some kind of fall-back to assure that we have our business ongoing. Telephony is definitely one of the mission critical services which needs different solutions in order to achieve normal business continuity and one of those solutions is MGCP Fallback. Basically, as shown on above picture we need to make gateway to fallback to some other signaling protocol than MGCP in case of WAN failure or some other failure that could cause problems with connection between gateway and Unified Communications Manager. By default, fallback protocol of choice in this case is H.323. So basically, to achieve that, we need to preform following configuration:</p>
<blockquote>
<pre>Router(config)#<strong>application</strong>
Router(config-app)#<strong>global</strong>
Router(config-app-global)#<strong>service alternate Default</strong>
</pre>
</blockquote>
<p>Once we are done with configuring MGCP Fallback, we would need to configure complete dial plan for H.323 by creating dial peers for each destination/type of call (for example: national or international) in order to be able to establish a call. It is not my intention to cover that part, since I assume that you already configured it.</p>
<p style="text-align: left;">To verify, we would need to execute following commands:</p>
<blockquote>
<pre>Router#<strong>show ccm-manager</strong>
Router#<strong>show ccm-manager fallback-mgcp
</strong></pre>
</blockquote>
<p><strong>PRI/BRI Backhaul Configuration</strong></p>
<p>MGCP PRI/BRI Backhaul is mostly used when we are bridging Unified Communications Manager with some third party PBX using QSIG. While talking with networking (not telco) guys I would describe it this way: L2 signaling is maintained by voice gateway and L3 signaling is passed to Cisco Unified Communications Manager by voice gateway.</p>
<p>MGCP PRI backhaul is a method for transporting complete IP telephony signaling information from an ISDN PRI interface in an MGCP gateway to Cisco Unified Communications Manager using a highly reliable TCP connection. The gateway uses a single TCP connection to backhaul all ISDN D channels to Cisco Unified Communications Manager. MGCP PRI backhaul terminates all ISDN PRI Layer 2 (Q.921) signaling functions on the MGCP gateway while, at the same time, packaging all the ISDN PRI Layer 3 (Q.931) signaling information into packets for transmission to Cisco Unified Communications Manager through an IP tunnel over a TCP connection.</p>
<p>So, to configure PRI/BRI Backhaul I will assume that your E1/T1 controller is already configured with base configuration (line code, clocking, framing).</p>
<blockquote>
<pre>Router(config)#<strong>isdn switch-type primary-net5</strong>
Router(config)#<strong>controller E1 1/0</strong>
Router(config-controller)#<strong>pri-group timeslots 1-32 service MGCP</strong>
Router(config-controller)#<strong>exit</strong>
Router(config)#<strong>interface serial 1/0:16</strong>
Router(config-if)#<strong>isdn bind-l3 ccm-manager</strong>
</pre>
</blockquote>
<p>So basically, we defined our isdn-switch type globally (we could do that on controller level as well) and after that we started configuring our controller. We created pri-group which is basically controlled by MGCP. Once we applied that, we need to switch to serial interface created by execution of previous command and we need to instruct gateway to transfer all Q.931 signaling to Unified Communications Manager.</p>
<p>Last thing that we need to do is to verify above configuration and we can do that by executing following commands:</p>
<blockquote>
<pre>Router#<strong>show isdn status</strong>
Router#<strong>show ccm-manager backhaul</strong></pre>
</blockquote>
<p><strong>DTMF Relay Configuration</strong></p>
<p>If you have some services within your organization that require DTMF functions (good example would be some IVR implementation for support where customer is typing incident number in order to be connected to engineer that is working on incident) and you are facing some difficulties with that (not all digits are received and so on) solution would be to extract that signaling from codec bandwidth and process it out-of-band.</p>
<p>To achieve that, we would need following configuration:</p>
<blockquote>
<pre>Router#<strong>conf t</strong>
Router(config)#<strong>mgcp dtmf-relay voip codec all mode out-of-band</strong></pre>
</blockquote>
<p>Once done with that, don&#8217;t forget to save your configuration.</p>
<p>For more information, refer to following links:</p>
<ol>
<li><a href="http://www.cisco.com/en/US/tech/tk1077/technologies_configuration_example09186a008012ecc6.shtml">MGCP Fallback</a></li>
<li><a href="http://www.cisco.com/en/US/docs/ios/12_2t/12_2t8/feature/guide/ftmgcpfx.html">DTMF Relay</a></li>
<li><a href="http://www.mail-archive.com/ccie_voice@onlinestudylist.com/msg00195.html">PRI/BRI Backhaul</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=565</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Gateway Control Protocol &#8211; MGCP</title>
		<link>http://www.sanjta.org/?p=535</link>
		<comments>http://www.sanjta.org/?p=535#comments</comments>
		<pubDate>Thu, 29 Jul 2010 15:05:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=535</guid>
		<description><![CDATA[In following blog posts I will write about different Cisco based VoIP solutions and I will try to cover some foundation topics like voice signaling protocols and so on. My aim is to present different solutions and possibilities and I hope that you will find it interesting and helpful. About MGCP and reasons to use [...]]]></description>
			<content:encoded><![CDATA[<p>In following blog posts I will write about different Cisco based VoIP solutions and I will try to cover some foundation topics like voice signaling protocols and so on. My aim is to present  different solutions and possibilities and I hope that you will find it interesting and  helpful.</p>
<p><strong>About MGCP and reasons to use it</strong></p>
<p>Media Gateway Control Protocol is client server voice signaling protocol. Call control is handled by call agent (Cisco Unified Communications Manager) and media translation is performed by voice gateway. It is important to mention that it is only client &#8211; server model based voice signaling protocol on the market. Also, it is well know for its simple configuration (it is just matter of configuring call agent and remembering several gateway commands), centralized management and one of the main benefits is it&#8217;s use for MGCP back-haul QSIG configurations (in short: Layer 2 signalization is handled by voice gateway which is under control of call agent, and layer 3 signalization is forwarded to call agent &#8211; Cisco Unified Communications Manager &#8211; CallManager). Please note that MGCP is often called <strong>Megaco</strong> by telco people.</p>
<p><strong>MGCP Messages </strong></p>
<ol>
<li>Create connection &#8211; CRCX</li>
<li>Notification request &#8211; RQNT</li>
<li>Notify &#8211; NTFY</li>
<li>Modify connection &#8211; MDCX</li>
<li>Delete connection &#8211; DLCX</li>
<li>Audit endpoint &#8211; AUEP</li>
<li>Endpoint configuration &#8211; EPCF</li>
<li>Restart in progress &#8211; RSIP</li>
</ol>
<p><strong>MGCP Call flow</strong></p>
<p><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/mgcp/phpYcwtvPAM.jpg" alt="" width="459" height="500" /><strong> </strong></p>
<p><strong>MGCP configuration basics </strong></p>
<p>This part of text will cover MGCP configuration &#8211; just foundations. Please note that it won&#8217;t include all specific configurations, it will just cover base configuration, but in several new posts I will try to cover different configuration scenarios and solutions.</p>
<p>So, let assume that MGCP call agent, in our case Cisco Unified Communications Manager &#8211; CallManager is working on IP address 192.168.1.95. Also, assume that redundant CallManager is working on IP address 192.168.1.100.  This text does not show CallManager side of configuration of a gateway and I assume that that part is already successfully configured (I will eventually edit this blog post to include that configuration, afterwards)</p>
<p>Configurations is as follows:</p>
<p>1. From global configuration mode start MGCP proces:</p>
<blockquote><p>Router#conf t<br />
Enter configuration commands, one per line.  End with CNTL/Z.<br />
Router(config)#<strong>mgcp</strong><br />
Router(config)#</p></blockquote>
<p>2. Next thing we need to do is to configure call agent, redundant call agent and we need to inform voice gateway that call agent is under control of MGCP. We can do that as follows:</p>
<blockquote><p>Router(config)#<strong>mgcp call-agent 192.168.1.95</strong><br />
Router(config)#<strong>ccm-manager redundant-host 192.168.1.100</strong><br />
Router(config)#<strong>ccm-manager mgcp</strong></p></blockquote>
<p>3. Once done with that, we can configure out Cisco Unified Communications Manager gateway options. So to do that, navigate to your CallManager and in <strong>Cisco Unified CM Administration</strong> configuration menu select <strong>Device &gt; Gateway &gt; Add new</strong>. Select your voice gateway model from the drop down list and click <strong>Next</strong>. For <strong>Protocol</strong> select<strong> MGCP</strong> and click <strong>Next</strong>. Once there, configure Domain name (please note that this field needs to be in following format: <strong>gatewayhostname.domainname</strong>, for example <strong>CCIEVoiceLab.localnetwork.lab</strong>) and other required options (add cards and preform complete gateway configuration). Once you are done with voice gateway configuration you are required to configure dial plan which will include this gateway into configuration. That goes beyond the scope of this blog post and I will write about it in some of following blog posts.</p>
<p>4. Once done with CallManager configuration we need to instruct voice gateway about the TFTP address where CallManager stores configuration, and that is typically IP address of the CallManager it self:</p>
<blockquote><p>Router(config)#<strong>ccm-manager config server 192.168.1.95</strong><br />
Router(config)#</p></blockquote>
<p>5. Once we are done with that we can instruct our gateway to download and apply configuration by issuing following command:</p>
<blockquote><p>Router(config)#<strong>ccm-manager config </strong><br />
Router(config)#</p></blockquote>
<p>Wait several seconds and you can verify your downloaded and applied configuration with following command:</p>
<blockquote><p>Router#<strong>show running-config</strong><br />
Router(config)#</p></blockquote>
<p>At that point your voice gateway will be controlled by call agent, in this case CallManager. To verify your configuration please give a check to Troubleshooting commands.</p>
<p><strong>MGCP Troubleshooting</strong></p>
<p>Once you are done with MGCP gateway configuration, you can verify your configuration by issuing following commands:</p>
<blockquote><p>Router#<strong>show mgcp</strong><br />
MGCP Admin State ACTIVE, Oper State ACTIVE &#8211; Cause Code NONE<br />
MGCP call-agent: 192.168.1.95 Initial protocol service is MGCP 0.1<br />
MGCP validate call-agent source-ipaddr DISABLED<br />
MGCP validate domain name DISABLED<br />
MGCP block-newcalls DISABLED<br />
MGCP send SGCP RSIP: forced/restart/graceful/disconnected DISABLED<br />
&#8230;</p></blockquote>
<p>This command will show all MGCP settings, timers and so on.</p>
<blockquote><p>Router#<strong>show ccm-manager</strong><br />
MGCP Domain Name: Router<br />
Priority        Status                   Host<br />
======================================<br />
Primary         Registering with CM      192.168.1.95<br />
First Backup    Down                     192.168.1.100<br />
Second Backup   None</p>
<p>Current active Call Manager:    None<br />
Backhaul/Redundant link port:   2428<br />
&#8230;</p></blockquote>
<p>This command will show registration status and other statistics.</p>
<p>Beside above commands, we can use:</p>
<blockquote><p>Router#<strong>show mgcp endpoint</strong><br />
Router#<strong>show voice port summary</strong></p></blockquote>
<p>That would be all for this post. I hope that this blog post is helpful and if you do have some questions in regards to MGCP please let me know and we can try to find solution. In next several posts I will write about MGCP fallback, backhaul and DTMF configurations.</p>
<ol>
<li><a href="http://en.wikipedia.org/wiki/Media_Gateway_Control_Protocol">Media Gateway Control Protocol</a></li>
<li><a href="http://cciev.wordpress.com/2006/02/19/mgcp-messages/">MGCP messages</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=535</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Certified Voice Professional &#8211; CCVP!</title>
		<link>http://www.sanjta.org/?p=487</link>
		<comments>http://www.sanjta.org/?p=487#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:50:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=487</guid>
		<description><![CDATA[Two years ago I have decided to start working on Cisco Voice Professional certification track. It was logical step to make for me since I was working for several years in voice industry with different solutions, so when I started with Cisco solutions there was no doubt what to choose and why. In prior to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/logo.JPG" alt="" width="460" height="134" /></p>
<p style="text-align: left;">Two years ago I have decided to start working on Cisco Voice Professional certification track. It was logical step to make for me since I was working for several years in voice industry with different solutions, so when I started with Cisco solutions there was no doubt what to choose and why. In prior to further discussion about certification I would like to point that I am full time employed with lot of different responsibilities which can and does impact preparations for certification.  So, for some people that might take this certification track this might be resolved faster, but all depends on attitude, basic knowledge and many other factors. I took a newer track based and created around Cisco Unified Communications Manager 6.0. When I started preparing myself for CCVP, there was active certification based on Cisco Unified Communications Manager 4.1, and main difference beside versions of Cisco Unified Communications Manager  is that old certification path included Gateway and Gatekeeper exam. I took all of the exams as Cisco is recommending on their web site for CCVP certification. So, that is as follows:</p>
<p style="text-align: left;"><strong>Cisco Certified Network Associate Voice &#8211; CCNA V</strong></p>
<div>
<p>Although  this is optional exam I think that this is very important step to make  if you are coming from some other field and this is your first touch  with voice. Please note that you will get this certificate if you  successfully pass CVOICE exam, but I really think that there might be  huge gap for people without experience between CCNA and CVOICE without  this exam. After taking this exam you should be  able to describe  function of the voice gateways, digital signal processors operation,  function and type of dial peers, calling privileges, productivity  features and so on. Please note that this exam is created around Cisco Unified Communications Manager  Express &#8211; CME which is version of CallManager designed  to work on voice gateways without dedicated call processing server.  As  I said, i recommend taking this exam. When it comes to materials that  you can use for this exam, there is really good <a href="http://www.amazon.com/Voice-Official-Certification-Guide-640-460/dp/1587202077/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1279114076&amp;sr=8-1">CCNA Voice Official Exam  Certification Guide (640-460 IIUC)</a> written by Jeremy Cioara.</p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>Cisco Voice over IP &#8211; CVOICE</strong></p>
<p style="text-align: left;">Cvoice was second exam on my voice certification path. It contains all of the stuff from CCNA Voice but it covers topics in much more details. Also, you will learn in details components of a gateway, describe a dial plan, describe the basic operation and components involved in a VoIP call, implement a gateway, describe the function and interoperation of gatekeepers within an IP Communications network, implement a gatekeeper and implement an IP-to-IP gateway. I would say that Cvoice is most useful exam on certification path because it provides strong basis and foundation. For preparation materials I would recommend <a href="http://www.amazon.com/Cisco-Voice-CVOICE-Authorized-Self-Study/dp/1587055546/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1279114114&amp;sr=1-1">Cisco Voice over IP (CVOICE) (Authorized Self-Study Guide)</a> by Kevin Wallace. You can use CBT nuggets and ElementK video materials but please notice that taking one of the material sources is not sufficient for passing the exam.</p>
<p style="text-align: left;"><strong>Implementing Cisco Unified Communications Manager Part 1 &#8211; CIPT1</strong></p>
<p style="text-align: left;">After Cvoice it is time to move to new area of Cisco and that is Cisco Unified Communications Manager &#8211; UCCM well known as CallManager. You will learn about foundations like perform an installation and initial set up of a Cisco Unified Communications Manager cluster, describe and configure Cisco Unified Communications Manager to support on-cluster calling, describe and configure a route plan for Cisco Unified Communications Manager to support off-net calling, describe and configure Cisco Unified Communications Manager media resources, configure the Cisco Unified Communications Manager to support features and applications.  For preparation materials you could use <a href="http://www.amazon.com/Implementing-Unified-Communications-Authorized-Self-Study/dp/1587054833/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1279114154&amp;sr=1-1">Implementing Cisco Unified Communications Manager, Part 1 (CIPT1) (Authorized Self-Study Guide)</a> by Dennis Hartman.</p>
<p style="text-align: left;"><strong>Quality of Service &#8211; QoS</strong></p>
<p style="text-align: left;">This was matherial that I enjoyed the most. It is covering topics like IP QoS Fundamentals, IP QoS Components, modular QoS CLI and Auto-QoS, Classification and Marking, Congestion Management Methods, Congestion Avoidance Methods, Traffic Policing and Shaping, Link Efficiency Mechanisms, QoS Best Practices. In my personal opinion, converged networks without Quality of service are past and should be past because best effort network can cause more problems then benefits and I am really sure that you will end up with some problem with voice (packet loss, jitter, round trip delay) without properly implemented Quality of Service. For preparing this exam you could use ElementK video materials.</p>
<p style="text-align: left;"><strong>Implementing Unified Communications Manager Part 2 &#8211; CIPT2 </strong></p>
<p style="text-align: left;">Once you understand Cisco Unified Communications Manager foundations and  Quality of Service base, you are ready for some advanced features like  Manage Tcl and VXML call applications on a gateway, Describe and  implement centralized call processing redundancy, Describe and configure  a multi-site dial plan for Cisco Unified Communications Manager,  Implement bandwidth management and Call Admission Control, Secure an IP  Telephony network, Implement mobility in an IP Telephony network, you  will be faced will real voice network challenges and that is all that  this exam is up to. When it comes to preparation materials I would  recommend <a href="http://www.amazon.com/Implementing-Unified-Communications-Authorized-Self-Study/dp/1587055619/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1279105515&amp;sr=1-1">Implementing  Cisco Unified Communications Manager, Part 2 (CIPT2) (Authorized  Self-Study Guide)</a> by Dennis Hartman.</p>
<p style="text-align: left;"><strong>Troubleshooting Unified Communications &#8211; TUC</strong></p>
<p style="text-align: left;">Last exam was Troubleshooting Unified Communications. It is designed to test your knowledge on all of the areas mentioned above and that is really comprehensive exam. You will be faced with real time scenarios and issues that can happen in voice network and you will need to resolve them. One important thing to know in prior to taking this exam is that you need to know your log files and that you are going to be tested in details in almost every area which is covered in all of the above listed exams. In my personal opinion, this was the hardest exam in Voice Professional track. After this exam you should be able to apply the Cisco recommended methodology used to determine general Unified communications system problems and issues, troubleshoot call setup issues, troubleshoot registration issues, troubleshoot database issues, troubleshoot application issues and media resources, troubleshoot voice quality issues and security issues.</p>
<p>When  it comes to equipment that you can use to accomplish certification you  can use VMware to virtualize Cisco Unified  Communications Manager and that is not some kind of hack, Cisco actually support that kind of  installation legally. You can also use Cisco IP  Communicator as a phone which you can register to CallManager. I had access to Cisco Voice gateways during my  preparations but i suppose you could successfully use GNS to emulate  this part. The best option would obviously be to buy Voice Lab from eBay or some  other service for some reasonable price. This would be best option  because it is most convenient and you would be able to  test thing afterwords and so on.</p>
<p>After all I am really happy that I was able to work on this  certification path and successfully get my Cisco Voice Professional certification.  If there is some information or help needed in regards to CCVP  certification, feel free to contact me and I will be willing to help.</p>
<ol>
<li><a href="http://www.cisco.com">Cisco</a></li>
<li><a href="http://www.cisco.com/web/learning/le3/learning_career_certifications_and_learning_paths_home.html">Cisco IT certification</a></li>
<li><a href="http://www.cisco.com/web/learning/le3/le2/le37/le65/learning_certification_type_home.html">Cisco Certified Voice Professional Certification</a></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=487</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Pearson VUE testni centar u REZ agenciji u Zenici</title>
		<link>http://www.sanjta.org/?p=455</link>
		<comments>http://www.sanjta.org/?p=455#comments</comments>
		<pubDate>Fri, 18 Jun 2010 10:39:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[happenings]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=455</guid>
		<description><![CDATA[For all English language readers of this blog, this is blog post in Bosnian language about opening of a new Pearson VUE testing centar in Zenica, Bosnia and Herzegovina at REZ agency. Cisco certifikati su jedni od najcjenjenijih referensi koji su dostupni stručnjacima u oblasti informacione tehnologije. Stoga je, kao logičan završetak obuke za polaznike [...]]]></description>
			<content:encoded><![CDATA[<p><em>For all English language readers of this blog, this is blog post in Bosnian language about opening of a new Pearson VUE testing centar in Zenica, Bosnia and Herzegovina at REZ agency.</em></p>
<blockquote><p>Cisco certifikati su jedni od najcjenjenijih referensi koji su dostupni stručnjacima u oblasti informacione tehnologije. Stoga je, kao logičan završetak obuke za polaznike Cisco Akademije, <strong>REZ Agencija</strong> u svom prostoru uspostavila testni centar najpoznatijeg testing provajdera Pearson Virtual Universities Enterprises (Pearson VUE), prema veoma strogim tehničkim  sigurnosnim kriterijima.</p>
<p>Usluge Pearson VUE testnog centra koriste mnoge poznate kompanije i organzacije kao što su Cisco, Linux Professional Insitute, CompTIA i drugi. Za ispite u Pearson VUE testnom centru u REZ Agenciji se možete prijaviti direktno preko weba <a href="http://www.pearsonvue.com/">http://www.vue.com/</a>, putem telefona<strong> 032 441 231</strong> ili dolaskom u našu Agenciju kod PVTC Administratora Testnog centra.</p>
<p>Plaćanje za Vaše ispite možete vršiti direktno putem stranice http://www.vue.com ili  se obratiti  administratoru u našem testnom centru (gđa Mediha Zukić).</p></blockquote>
<ol>
<li><a href="http://www.rez.ba">REZ Agencija</a></li>
<li><a href="http://www.pearsonvue.com/">Pearson VUE</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=455</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Cisco Quality of Service (QoS)</title>
		<link>http://www.sanjta.org/?p=388</link>
		<comments>http://www.sanjta.org/?p=388#comments</comments>
		<pubDate>Mon, 10 May 2010 09:15:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=388</guid>
		<description><![CDATA[Few months ago I passed Implementing Cisco Quality of Service (QoS). It was one of those &#8220;real life&#8221; exams with lot of simulations and drag and drop questions. Passing score was set to around ~80% and there was around 50 questions or so. Since Quality of Service is one of the huge areas there is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/qos.jpg" alt="" width="488" height="177" /></p>
<p>Few months ago I passed Implementing Cisco Quality of Service (QoS). It was one of those &#8220;real life&#8221; exams with lot of simulations and drag and drop questions. Passing score was set to around ~80% and there was around 50 questions or so. Since Quality of Service is one of the huge areas there is lot of viable documentation. I would recommend <a href="http://www.ciscopress.com/bookstore/product.asp?isbn=1587201240">Cisco QOS Exam Certification Guide (IP Telephony Self-Study), 2nd Edition</a> from <a href="http://www.ciscopress.com/">Cisco Press</a>, but there are plenty of other books focused on this area as well. One of the best organized online learn sessions that I have found to be focused on this area was written by Paul Stryer from <a href="http://ciscoblog.globalknowledge.com">Global Knowledge</a>. Please find links below text pointing to that online learn session. I need to mention that it is best practice to give a try to all of the solutions that you can find in this texts on real equipment, deploy Quality of Service in your organization and you will gain required understanding and experience to pass this exam. Beside that, you will have your network working much better than it was in prior to implementing QoS within your organization. Since I am following Cisco CCVP track this was only exam that is not directly related to voice (I mean it is not organized around voice strictly) and it was very nice experience. Personally I really enjoyed learning and preparing this stuff, and most of the solutions that I have learned are something that needs and can be implemented in networks that I was working with.</p>
<blockquote><p><a href="http://ciscoblog.globalknowledge.com/2009/10/19/quality-of-service-part-1/">Quality of Service, Part 1 &#8211; Introduction</a><br />
<a href="http://ciscoblog.globalknowledge.com/2009/10/27/quality-of-service-qos-part-2/">Quality of Service, Part 2 &#8211; Introduction</a><br />
<a href="http://ciscoblog.globalknowledge.com/2009/11/04/quality-of-service-part-3/">Quality of Service, Part 3 &#8211; Introduction</a><br />
<a href="http://ciscoblog.globalknowledge.com/2009/11/12/qos-mechanisms/">Quality of Service, Part 4 – QoS Mechanisms</a><br />
<a href="http://ciscoblog.globalknowledge.com/2009/12/14/qos-part-5-classification/">Quality of Service, Part 5 – Classification</a><br />
<a href="http://ciscoblog.globalknowledge.com/2009/12/21/quality-of-service-part-6-marking/">Quality of Service, Part 6 </a><a href="http://ciscoblog.globalknowledge.com/2009/12/21/quality-of-service-part-6-marking/">–</a><a href="http://ciscoblog.globalknowledge.com/2009/12/21/quality-of-service-part-6-marking/"> Marking</a><br />
<a href="http://ciscoblog.globalknowledge.com/2010/01/20/qos-part-7-service-policy/">Quality of Service, Part 7 </a><a href="http://ciscoblog.globalknowledge.com/2009/12/21/quality-of-service-part-6-marking/">–</a><a href="http://ciscoblog.globalknowledge.com/2010/01/20/qos-part-7-service-policy/"> Service Policy</a><br />
<a href="http://ciscoblog.globalknowledge.com/2010/01/22/qos-part-8-congestion-management/">Quality of Service, Part 8 </a><a href="http://ciscoblog.globalknowledge.com/2009/12/21/quality-of-service-part-6-marking/">–</a><a href="http://ciscoblog.globalknowledge.com/2010/01/22/qos-part-8-congestion-management/"> Congestion Management</a><br />
<a href="http://ciscoblog.globalknowledge.com/2010/02/09/quality-of-service-part-9-%E2%80%93-fifo-queuing/">Quality of Service, Part 9 </a><a href="http://ciscoblog.globalknowledge.com/2009/12/21/quality-of-service-part-6-marking/">–</a><a href="http://ciscoblog.globalknowledge.com/2010/02/09/quality-of-service-part-9-%E2%80%93-fifo-queuing/"> FIFO Queuing</a><br />
<a href="http://ciscoblog.globalknowledge.com/2010/02/12/quality-of-service-part-10-%E2%80%93-weighted-fair-queuing/">Quality of Service, Part 10 – Weighted Fair Queuing</a><br />
<a href="http://ciscoblog.globalknowledge.com/2010/02/16/qos-11-cbwfq/">Quality of Service, Part 11 </a><a href="http://ciscoblog.globalknowledge.com/2009/12/21/quality-of-service-part-6-marking/">–</a><a href="http://ciscoblog.globalknowledge.com/2010/02/16/qos-11-cbwfq/"> CBWFQ</a><br />
<a href="http://ciscoblog.globalknowledge.com/2010/02/18/qos-12-low-latency-queuing/">Quality of Service, Part 12 – Low Latency Queuing</a><br />
<a href="http://ciscoblog.globalknowledge.com/2010/03/16/quality-of-service-part-13-%E2%80%93-mqc-pop-quiz/">Quality of Service, Part 13 – MQC Pop Quiz</a><br />
<a href="http://ciscoblog.globalknowledge.com/2010/03/23/qos-14-mqc-pop-quiz-answer/">Quality of Service, Part 14 – MQC Pop Quiz Answer</a></p></blockquote>
<p>I hope that you will enjoy reading above texts and that you will enjoy implementing Cisco Quality of Service. If you would need some additional information please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=388</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Asterisk QoS markings and Cisco Low Latency Queueing &#8211; LLQ</title>
		<link>http://www.sanjta.org/?p=287</link>
		<comments>http://www.sanjta.org/?p=287#comments</comments>
		<pubDate>Wed, 10 Mar 2010 00:09:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=287</guid>
		<description><![CDATA[Few days ago we finally got our new optical connection. It is working like a charm. Having optical connection and Cisco router from one side and Asterisk server from the other side was a clear sign that we could/should implement QoS for voice traffic. By default, Asterisk is using port range 10000 to 20000 for [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/qos.jpg" alt="" width="500" height="177" /></p>
<p>Few days ago we finally got our new optical connection. It is working like a charm. Having optical connection and Cisco router from one side and Asterisk server from the other side was a clear sign that we could/should implement QoS for voice traffic. By default, Asterisk is using port range 10000 to 20000 for RTP streams (which is adjustable in /etc/asterisk/rtp.conf) so you have several solutions how to implement Low Latency Queuing – LLQ on Cisco router. You can:</p>
<ol>
<li> use Network <em>Based Application Recognition NBAR</em> to recognize your RTP traffic by using command ‘<em>match protocol rtp</em>’ within required class map;</li>
<li> create access control list which would comprehend all the traffic which is working as UDP in port range 10000 to 20000 by executing command ‘<em>access-list 101 permit udp any range 10000 20000 any</em>’ and then call that access control list within class map by using command ‘<em>match access-group 101</em>′;</li>
<li>make your Asterisk mark your SIP or RTP traffic by default.</li>
</ol>
<p>From above listed solutions to this problem, third solution was most logical to me, although all solutions would work. Since there is recommendation to mark traffic as close to source as possible third option was very logical thing to go for. If you are using Asterisk which is working on Linux as <em>root</em> user (in most cases it is working with <em>asterisk</em> user by default) you will need to edit your <em>sip.conf</em> and within section <em>[general]</em> you will need to add following:</p>
<blockquote><p><strong>tos_sip=cs3<br />
tos_audio=ef</strong></p></blockquote>
<p>Once done with that, save your configuration, reload asterisk and you are ready to go for Cisco configuration.</p>
<p>As I already mentioned, in most cases Asterisk is using user <em>asterisk</em> for the Asterisk daemon. If that is a case, above listed solution won&#8217;t work for you because Linux as operating system won&#8217;t allow you to mark your packages as non root user. That is very logical since we would be able to mark our web or some peer to peer traffic packages as EF (expedited forwarding) and obtain priority which is not desired at all. But, there is very powerful solution by using iptables. As root, you will need to execute following:</p>
<blockquote><p><strong>iptables -A OUTPUT -t mangle -p udp -m udp &#8211;dport 5060 -j DSCP &#8211;set-dscp 0&#215;28<br />
iptables -A OUTPUT -t mangle -p udp -m udp &#8211;sport 10000:20000 -j DSCP &#8211;set-dscp 0&#215;28</strong></p></blockquote>
<p>By executing above commands you will mark your SIP and RTP traffic as DSCP CS5 (IP Precedence 5). You can verify that by catching a trace using snoop/tcpdump.</p>
<p>In case that you would like to set different DSCP values for some traffic, please find partial list here:<br />
Expedited Forwarding, DSCP = 0x2E<br />
CS5, DSCP = 0&#215;28<br />
CS6, DSCP = 0&#215;30<br />
CS7, DSCP = 0&#215;38</p>
<p>Now last thing that we would need to do on the Linux side is to add those iptables rules to load on boot. Edit <em>/etc/rc.local</em> using your favorite text editor and paste above listed iptables lines and save it. Please note that <em>rc.local</em> file is loaded after the network, so if you are planning to put some firewall lines beside those that mark sip and trp traffic you might end up without your firewall rules for few seconds (otherwise, you can execute &#8216;<em>iptables-save &gt;/etc/iptables.rules</em>&#8216; and then you would just need to add following line &#8216;<em>pre-up iptables-restore &lt; /etc/iptables.rules</em>&#8216; to &#8216;<em>/etc/network/interfaces</em>&#8216; by using your favorite text editor to be loaded with network).</p>
<p>On the Cisco router side, we will configure <em>Low Latency Queueing &#8211; LLQ</em> to put some priority onto our CS5 marked packages. First thing that we need to do is to create class map from the global configuration mode by executing following commands:</p>
<blockquote><p>router&gt;enable<br />
router#conf t<br />
router(config)#<strong>class-map match-any voice</strong><br />
router(config-cmap)#<strong>match ip dscp cs5</strong><br />
router(config-cmap)#exit<br />
router(config)#</p></blockquote>
<p>By creating class map as listed above we would select our Asterisk marked cs5 packages. Next thing that we need to do is to define what we want to do with above selected cs5 marked packages. We are doing that by creating policy map as follows:</p>
<blockquote><p>router(config)#<strong>policy-map llq</strong><br />
router(config-pmap)#<strong>class voice</strong><br />
router(config-pmap-c)#<strong>priority percent 20</strong><br />
router(config-pmap-c)#exit<br />
router(config-pmap)#<strong>class class-default</strong><br />
router(config-pmap-c)#<strong>fair-queue</strong></p></blockquote>
<p>As per above configuration we are creating policy map called llq, and within that we are specifying 20 percent of available bandwidth for class voice. <em>Please note that we need to have correct bandwidth statement under interface which is connected to WAN</em>. Also, please note that we have enabled fair queueing on class-default (all data which is not selected by some other class map).</p>
<p>Last thing to do in regards to configuration is to enable policy map on interface which is facing connection towards your Internet Service Provider (WAN interface). We can do that by navigating to interface configuration mode and applying service policy in output direction as per following example:</p>
<blockquote><p>router(config-pmap-c)#exit<br />
router(config-pmap)#exit<br />
router(config)#<strong>interface fastEthernet0/1</strong><br />
router(config-if)#<strong>service-policy output llq</strong></p></blockquote>
<p>And that is all. Now, we need to check results of our work by executing following command:</p>
<blockquote><p>router#<strong>show policy-map interface fastEthernet 0/1</strong><br />
FastEthernet0/1</p>
<p>Service-policy output: llq</p>
<p>queue stats for all priority classes:<br />
Queueing<br />
queue limit 64 packets<br />
(queue depth/total drops/no-buffer drops) 0/0/0<br />
(pkts output/bytes output) 947031/193919404</p>
<p>Class-map: voice (match-any)<br />
856803 packets, 170900643 bytes<br />
1 minute offered rate 22000 bps, drop rate 0 bps<br />
<strong><em>Match: ip dscp cs5 (40)<br />
856803 packets, 170900643 bytes<br />
1 minute rate 0 bps<br />
Priority: 20% (400 kbps), burst bytes 15000, b/w exceed drops: 0</em></strong></p>
<p>Class-map: class-default (match-any)<br />
5321936 packets, 1534281066 bytes<br />
1 minute offered rate 20000 bps, drop rate 0 bps<br />
Match: any<br />
Queueing<br />
queue limit 64 packets<br />
(queue depth/total drops/no-buffer drops/flowdrops) 0/0/0/0<br />
(pkts output/bytes output) 5322316/1531545858<br />
Fair-queue: per-flow queue limit 16</p></blockquote>
<p>Please note packet counts under voice class on this policy. That means that we have deployed working configuration which will improve your voip experience. Your voip traffic will get priority among other aggressive traffic flows. Please find some additional information below, and feel free to contact me in order that you have additional questions.</p>
<ol>
<li><a href="http://www.cisco.com/en/US/docs/ios/12_0t/12_0t7/feature/guide/pqcbwfq.html">Low Latency Queueing</a></li>
<li><a href="http://en.wikipedia.org/wiki/Quality_of_service">Quality of Service</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=287</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia Call Connect For Cisco: Deploying solution with Cisco Unified Communications Manager</title>
		<link>http://www.sanjta.org/?p=229</link>
		<comments>http://www.sanjta.org/?p=229#comments</comments>
		<pubDate>Tue, 09 Feb 2010 01:53:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=229</guid>
		<description><![CDATA[More than year ago when I started using Nokia Eseries one of the reasons to switch to new mobile platform was SIP stack and client support with Eseries (I used to have Nokia E71, now I am proud owner of Nokia E72). By that, I was able to connect to Asterisk or Cisco Unified Communications [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/cisco-call-manager.png" alt="" width="500" height="177" /></p>
<p>More than year ago when I started using Nokia Eseries one of the reasons to switch to new mobile platform was SIP stack and client support with Eseries (I used to have Nokia E71, now I am proud owner of Nokia E72). By that, I was able to connect to Asterisk or Cisco Unified Communications Manager (by using SIP digest authentication) and that was working like a charm (I am still using SIP integration heavily).</p>
<p>Then, I started to think about different approaches with Nokia in business environment, followed with different cost saving strategies so i asked myself about Nokia Eseries integration with Unified Communication Manager (UCCM and CME environment) by using SCCP. That was logical thing to think of, since there is SIP support already integrated into this phone series and there are plenty of Call Manager deployments in production worldwide natively working with Skinny (SCCP stands for Skinny Client Control Protocol which is often just called Skinny). And, as expected, there was really nice integration prepared by Nokia for their business users called Nokia Call Connect for Cisco.</p>
<p>Nokia Call Connect for Cisco integrates compatible Nokia Eseries devices with compatible enterprise voice infrastructure. When you enter the coverage area of the office wireless local area network, your device automatically registers to Cisco Unified Communications Manager and thereby activates business mode. In business mode, you can use Cisco Unified Communications Manager services to handle business calls.</p>
<p>With Call Connect, you can:</p>
<ul>
<li>Use high-speed WLANs      instead of cellular networks to make calls when you are within WLAN      coverage</li>
<li>Use the services of Cisco      Unified Communications Manager to handle business calls</li>
<li>Route calls over the      enterprise voice and data network to help minimize mobile phone bills</li>
<li>Benefit from improved      mobile phone coverage within buildings by using high-speed WLANs</li>
<li>Receive notifications of      new voice mail as text messages</li>
<li>Access online services,      such as corporate directory</li>
</ul>
<p>Solution deployment can be splited in two parts:</p>
<ul>
<li>Configuring Unified      Communications Manager</li>
<li>Configuring Nokia Eseries      phone</li>
</ul>
<p>Since I am working in lab environment with Unified Communications Manager 6.0 and Nokia E72, I needed to make sure to download proper required packages, as follows:</p>
<p><a href="http://europe.nokia.com/A4164022?url=http://nds1.nokia.com/files/support/global/phones/software/Nokia_CC_Cisco_P6_2.0%281005%29.sis" target="_blank">Nokia Call Connect for Cisco client v2.0 (v2.0(1005)) (SIS, 1,66 MB)</a><br />
NOTE: Supported devices include Nokia E52, Nokia E55, Nokia E63, Nokia E66, Nokia E71, Nokia E72 and Nokia E75</p>
<p><a href="http://europe.nokia.com/A4164022?url=http://nds1.nokia.com/files/support/global/phones/software/cmterm_nokia_s60_001_sccp.cop.zip" target="_blank">Cisco option package (COP) file for CUCM 4.x, 5.x and 6.0 for Nokia Call Connect for Cisco clients (.zip, 8 kB)</a><br />
The file should be imported to Cisco Unified Communications Manager server 4.x, 5.x and 6.0 to add the Nokia Eseries devices in the device list of Communications Manager if the correct device type isn’t yet included there.</p>
<p><em>Please note that client file provided in the list above is actually trail version of the Nokia Call Connect for Cisco, and it is going to be active for 60 days after which it is going to expire and you will need to purchase real license.</em> This text is not going to describe how to install this client, but I will suggest to install it from OVI store (it is easiest and most convenient way to do so).</p>
<p><span><strong>Cisco Unified Communications Manager Configuration</strong></span></p>
<p>After we have downloaded above files, we need to import Cisco Option Package to Unified Communications Manager. Once we are done with that process we will have Nokia S60 listed as valid phone type in CallManager Phones configuration. Process of adding COP file is straight forward and is described in following sections. Please note that you will need to have up and running FTP server in your network to accomplish installation of COP file.</p>
<p>First, we need to navigate to Cisco Unified Communications Manager Serviceability configuration pages (selection can be made from upper right corner as shown on screenshot):</p>
<p><span><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-00.png" alt="" width="501" height="250" /></span><br />
Once logged into Serviceability configuration pages, we need to navigate to Software Upgrades drop down menu, and we need to select Install/Upgrade:<img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-11.png" alt="" width="500" height="250" /></p>
<p>Once there, we need to assume control if there was some previous session:</p>
<p><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-22.png" alt="" width="500" height="250" /></p>
<p>Next thing is to select preferred source of installation. In our case that is going to be FTP server. Valid options are Remote Filesystem and CD/DVD.</p>
<p><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-33.png" alt="" width="500" height="250" />Please fill all required fields (fields indicated with *). Also, make sure to put COP file in root directory of your FTP server, so that CallManager is able to find it as valid upgrade option. You will need to provide Directory (put / for root on your FTP server), Server (IP address of your FTP server), Username and Password (valid user information) and Transfer protocol which can be SFTP and FTP.</p>
<p><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-44.png" alt="" width="500" height="250" />Once done with filling up required field, press Next and Call Manager will attempt to contact FTP server. If there is valid COP file (valid upgrade option), and if we are working with proper user information and running FTP server, Call Manager will list valid upgrade options  as per following screenshot:</p>
<p><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-55.png" alt="" width="500" height="250" />Please note that valid COP file for Nokia S60 phone type is called cmterm-nokia_s60_001-sccp.cop.sgn. If that is what you have listed, press Next and importing process will start (downloading):</p>
<p><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-66.png" alt="" width="500" height="250" />Once it is downloaded you will be presented with MD5 hash value which you can compare with one provided by Nokia from security reasons:</p>
<p><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-77.png" alt="" width="500" height="250" />Once you press Next, import process will start and you will be presented with progress as follows:</p>
<p><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-88.png" alt="" width="500" height="250" /></p>
<p>Process will run for few minutes and once it has been completed, you will be prompted about it as follows:</p>
<p><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-99.png" alt="" width="500" height="250" /></p>
<p>Once done with this step, we have imported new phone type to Call Manager: Nokia S60. To make sure that it is there, we will need to check it in Cisco Unified CM Administration configuration pages. Therefore, we will need to make proper selection in upper right corner:</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-100.png" alt="" width="500" height="250" /></p>
<p style="text-align: left;">Once we are in Cisco Unified CM Administration pages, we need to navigate to Device drop down menu and we need to select Phone.</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-111.png" alt="" width="500" height="250" /></p>
<p style="text-align: left;">Once there, we will need to add new phone, and we can do that by pressing Add new button as per following picture:</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-122.png" alt="" width="500" height="250" /></p>
<p style="text-align: left;">Once the page is loaded we need to make proper selection, and in our case we need to select Nokia S60. If we are able to see Nokia S60 then our COP import was successful.</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-133.png" alt="" width="500" height="250" />Now, assuming that you have installed Call Connect client (.sis) on your Nokia Eseries device and that it works fine, we can continue with configuration. In this section, we will add new phone with phone type device Nokia S60 as listed above. Please notice that product type is now listed as Nokia S60 and that Device protocol is Skinny:</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-144.png" alt="" width="500" height="250" /></p>
<p style="text-align: left;">Next thing that we need to do is to check  wireless MAC address on phone since it is one of the required fields in order to add new phone. Fastest way to achieve that on Nokia E71/E72 is to type following code: *#62209526# and you will be prompted with WLAN MAC address. Once you type that into MAC address field, Description field will be populated automatically. Please note that we need to fill up all the fields indicated with asterisk (*).</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-155.png" alt="" width="500" height="250" />We will needed to select Phone Button Template and Commong Phone Profile fields since they are required. Also, that includes Presence Groups and Device Security Profile fields as shown on following screenshot:</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-166.png" alt="" width="500" height="250" />Once done with basic configuration, we need to save changes by hiting Save button. Then, we need to configure associated information which includes configuration of directory numbers as per following:</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-177.png" alt="" width="500" height="250" /></p>
<p style="text-align: left;">Once there, we need to click on Line [1] &#8211; Add a new DN and we need to fill up required fields. Field of interest is Directory number. Also, please notice that in Associated Devices box, our Nokia Eseries device will be listed:</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-188.png" alt="" width="500" height="250" />Once done with directory number configuration, click on Save and you will have your new Nokia S60 phone configured and listed on phone list, as follows:</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-199.png" alt="" width="500" height="250" />Once we are done with configuring Cisco Unified Communications Manager side which includes importing COP file and configuring new phone, we can start configuring Call Connect client which we installed on Nokia Eseries phone.</p>
<p style="text-align: left;"><strong>Configuring Nokia Eseries phone</strong></p>
<p style="text-align: left;">Since we have server side up and running, we can start configuring our Nokia Eseries Call Connect client. In our lab environment, we are using Nokia E72 and following screenshots are taken on that phone. First thing that we need to do is to open installed application by navigating to Menu &gt; Apps &gt; Nokia CC Cisco. Please notice that Call Connect is offering multiple productivity features such as Call pick up, Group Call pickup, Call divert and DND. Also, please notice that we do not have SCCP active profiles, and in following sections we will describe process of configuring one.</p>
<p style="text-align: left;"><strong><img class="alignleft" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0007%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /><img class="alignnone" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0008%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /></strong></p>
<p style="text-align: left;">To configure new SCCP service, select Options &gt; Settings &gt; New profile</p>
<p style="text-align: left;"><img class="alignleft" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0009%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /><img class="alignleft" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0010%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /></p>
<p>Once in the New profile configuration mode, we will need to configure Profile name, select default Access Point and configure TFTP server. Please note that in our example Profile name is set to Call Manager, 6BFlat5 is default access point and that TFTP is manually set to 192.168.1.10 which is in our case IP address of our lab Call Manager. Valid option for selecting TFTP server is also DHCP, but in that case we would need to configure DHCP server with option 150, which would indicate IP address of our TFTP server.</p>
<p><img class="alignleft" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0011%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /><img class="alignleft" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0012%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /></p>
<p>Once we are done with basic profile configuration, we can click on Back. We will see our new profile in &#8220;Not registered&#8221; state. To register service, we will need to navigate to Contacts and then from viable options drop down list we need to select Cisco VoIP and select &#8220;Activate service&#8221;, as shown below:</p>
<p><img class="alignleft" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0013%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /><img class="alignleft" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0027%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /></p>
<p>Once you activate the service, you will see your newly created profile registered.</p>
<p><img class="alignleft" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0014%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /><img class="alignleft" src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0016%20%5B1600x1200%5D.jpg" alt="" width="250" height="188" /></p>
<p>Once registered, one additional step can be made in order to make sure that all is working properly. Navigate to Menu &gt; Apps &gt; Nokia CC Cisco and select Status information. You will be able to check what is the Stack version, Outgoing phone number, License information, MAC address, DHCP related information, Networking information and SCCP profile information.</p>
<p><img src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0017%20%5B1600x1200%5D.jpg" alt="" /><img src="http://www.sanjta.org/pics/CallConnectBlog/screens/Screenshot0019%20%5B1600x1200%5D.jpg" alt="" /></p>
<p>To make sure that all is running fine on Unified Communications Manager, navigate to Cisco Unified CM Administration configuration pages, select Devices drop down list and from there pick up Phones and click on Find/List. You should receive output that indicates that SCCP phone is registered, as follows:<br />
<img src="http://www.sanjta.org/pics/CallConnectBlog/Screenshot-222.png" alt="" /></p>
<p>Please notice that in upper right corner on your phone you will be able to see your configured directory number followed by the SCCP profile name (in our example it is (1003)CallManager), and also, registration status will be indicated by the small VoIP icon in bottom part of the screen of your Nokia Eseries phone. Once you have your profile registered with Unified Communications Manager, you can start making VoIP phone calls and you can start using productivity features that we already mentioned in previous text.</p>
<p>For more details about Call Connect please refer to following links:</p>
<ol>
<li><a href="http://europe.nokia.com/support/download-software/nokia-call-connect-for-cisco" target="_blank">Nokia Call Connect For Cisco</a></li>
<li><a href="http://www.cisco.com/en/US/prod/collateral/voicesw/ps6789/ps7290/ps10589/qa_c67-567770.html">Nokia Call Connect For Cisco: Licensing and Support</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=229</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MQS: Get statistics of bandwidth being used by specific protocols in your network</title>
		<link>http://www.sanjta.org/?p=214</link>
		<comments>http://www.sanjta.org/?p=214#comments</comments>
		<pubDate>Fri, 08 Jan 2010 11:08:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=214</guid>
		<description><![CDATA[If you are using some Cisco router which is capable of modular QoS you are able to get statistics about bandwidth consumption by specific protocol in your network. Cisco modular QoS is using Network Based Application Recognizition, feature that you will like a lot if you are working with QoS and feature that will make [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="QoS" src="http://www.sanjta.org/pics/CISCO/qos.jpg" alt="" width="496" height="193" /></p>
<p>If you are using some Cisco router which is capable of modular QoS you are able to get statistics about bandwidth consumption by specific protocol in your network. Cisco modular QoS is using Network Based Application Recognizition, feature that you will like a lot if you are working with QoS and feature that will make your networking job lot easier. Basically, NBAR is able to recognize type of application/protocol which is communicating over network, and based on that you are able to manipulate that data. You could mark that traffic, shape or police it. This blog post won&#8217;t cover those techniques, but my intention is to show how to get statistics. Procedure is very simple:</p>
<p>1. Verify your interface configuration:</p>
<blockquote><p>R1#show ip interface brief<br />
Interface                  IP-Address      OK? Method Status                Protocol<br />
FastEthernet0/0            80.239.11.100   YES NVRAM  up                    up<br />
FastEthernet0/1            unassigned      YES NVRAM  up                    up<br />
FastEthernet0/1.1          192.168.1.1     YES NVRAM  up                    up<br />
FastEthernet0/1.20         192.168.20.1    YES NVRAM  up                    up<br />
FastEthernet0/1.40         192.168.40.1    YES NVRAM  up                    up<br />
NVI0                       unassigned      NO  unset  up                    up<br />
Tunnel0                    10.100.100.1      YES NVRAM  up                    up</p></blockquote>
<p>Verify which interface your WAN is working on. In this case it is FastEthernet0/0. We will use that interface for our statistics.</p>
<p>2. Navigate to global configuration mode, and then to interface configuration mode:</p>
<blockquote><p>R1#<br />
R1#conf t<br />
Enter configuration commands, one per line.  End with CNTL/Z.<br />
R1(config)#interface FastEthernet 0/0</p></blockquote>
<p>3. While in interface configuration mode, activate NBAR protocol discovery:</p>
<blockquote><p>R1(config-if)#ip nbar protocol-discovery<br />
R1(config-if)#</p></blockquote>
<p>4. It would be good to tune load interval for statistics that we will gather from default 5 minutes to 1 minute:</p>
<blockquote><p>R1(config-if)#load-interval 60<br />
R1(config-if)#</p></blockquote>
<p>5. Next, we need to issue proper show command to get statistics, and that would be:</p>
<blockquote><p>R1#show ip nbar protocol-discovery stats bit-rate top-n 10</p>
<p>FastEthernet0/0<br />
Input                    Output<br />
&#8212;&#8211;                    &#8212;&#8212;<br />
Protocol                 1min Bit Rate (bps)      1min Bit Rate (bps)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
dhcp                     22000                    0<br />
http                     0                        1000<br />
gre                      0                        0<br />
rtp                      0                        0<br />
ipsec                    0                        0<br />
secure-http              0                        0<br />
ssh                      0                        0<br />
dns                      0                        0<br />
icmp                     0                        0<br />
snmp                     0                        0<br />
unknown                  64000                    0<br />
Total                    86000                    1000</p></blockquote>
<p>As you can see in above example, we are able to get statistics by protocol on specific interface in 1 min bit rate in inbound and outbound direction. Based on those statistics you can make some decisions, what needs to be blocked, shaped, policed or marked. I found this to be a first logical step when deploying QoS.</p>
<p>6. Optional step would be to create alias for show command that is being used in above example:</p>
<blockquote><p>alias exec traffic ip nbar protocol-discovery stats bit-rate top-n 10</p></blockquote>
<p>Now, once we type traffic command in privileged mode, we will get protocol statistics:</p>
<blockquote><p>R1#traffic</p>
<p>FastEthernet0/0<br />
Input                    Output<br />
&#8212;&#8211;                    &#8212;&#8212;<br />
Protocol                 1min Bit Rate (bps)      1min Bit Rate (bps)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
dhcp                     22000                    0<br />
http                     0                        1000<br />
gre                      0                        0<br />
rtp                      0                        0<br />
ipsec                    0                        0<br />
secure-http              0                        0<br />
ssh                      0                        0<br />
dns                      0                        0<br />
icmp                     0                        0<br />
snmp                     0                        0<br />
unknown                  64000                    0<br />
Total                    86000                    1000</p></blockquote>
<p>For more information please refer to following links:</p>
<ol>
<li><a href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120limit/120xe/120xe5/mqc/mcli.htm" target="_blank">Modular QoS</a></li>
<li><a href="http://www.cisco.com/en/US/products/ps6558/products_ios_technology_home.html">Quality of Service</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=214</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cisco Unified Communications IP Telephony</title>
		<link>http://www.sanjta.org/?p=207</link>
		<comments>http://www.sanjta.org/?p=207#comments</comments>
		<pubDate>Fri, 25 Dec 2009 16:34:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=207</guid>
		<description><![CDATA[During last few months I was intensively working with Cisco Unified Communications Manager, previously called just Call Manager in order to obtain Cisco Unified Comminications IP Telephony (CIPT) certification. Since I am coming from the &#8216;voice&#8217; field when I started to work with Cisco products it was logical to me to check what is Cisco [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="CallManager" src="http://www.sanjta.org/pics/CISCO/cisco-call-manager.png" alt="" width="500" height="177" /></p>
<p>During last few months I was intensively working with <a href="http://www.cisco.com/en/US/products/sw/voicesw/ps556/index.html" target="_blank">Cisco Unified Communications Manager</a>, previously called just Call Manager in order to obtain Cisco Unified Comminications IP Telephony (CIPT) certification. Since I am coming from the &#8216;voice&#8217; field when I started to work with Cisco products it was logical to me to check what is Cisco offering in that field. And I remember that I was impressed. Six different certifications after CCNA and two possible <a href="http://www.cisco.com/web/learning/le3/le2/le37/le65/learning_certification_type_home.html" target="_blank">CCVP paths</a>. Plenty of different solutions, gateways, protocols and such was enough challenging to me. First thing that I needed is to make clear decision of which CCVP path to follow. One is covering CallManager (version 6.X called CUCM) in two parts (CIPT1 and CIPT2) and other, old one, is covering CallManager (Cisco Unified CallManager 4.X) throught one certification mixing everything with additional Gateway/Gatekeeper certification and that path is about to reach end of life on December, 31. Since I was working with web based call processing device in past I decided to go with actual Unified Communications Manager CCVP path (because CUCM is web based call processing solution as well). One of the exams on that path is Cisco Unified Communications IP Telephony Part 1 which I have passed today.  There was 60 questions and you needed to score around 80% to pass it. There are single choice, multiple choice and drag and drop questions. It was not that easy at all although I was preparing for it for few months and that is normal because this is very complex solution. When it comes to CUCM I need to say that I was quite surprised of number of features that it can provide. It is very powerful, high available and redundant call processing solution which is covering advanced mobility, call coverage and other solutions in very organized, logical and intelligent way. I was preparing my certification following multiple documentation sources and by following <a href="http://ciscoccvp.files.wordpress.com/2008/12/cipt1-642-446-reference.pdf" target="_blank">quick reference</a>. Note that CallManager can be installed in VMware which is a good thing, because when it comes to practicing you won&#8217;t spend lot of money to build complete testing environment. Also, please note that there are many good CCVP blogs which can help a lot and I will post few links below the text. If you need some additional information on CallManager or this certification, feel free to contact me, I will be willing to help.</p>
<ol>
<li><a href="http://www.cisco.com/en/US/products/sw/voicesw/ps556/index.html" target="_blank">Cisco Unified Communications Manager</a></li>
<li><a href="http://www.cisco.com/web/learning/le3/le2/le37/le65/learning_certification_type_home.html">CCVP certification paths</a></li>
<li><a href="http://ccie12932.blogspot.com/">CCIE12932 blog</a></li>
<li><a href="http://ciscoccvp.wordpress.com/" target="_blank">Chris&#8217; CCVP blog</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=207</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Unified Communications Manager 6.0: Extension Mobility configuration</title>
		<link>http://www.sanjta.org/?p=175</link>
		<comments>http://www.sanjta.org/?p=175#comments</comments>
		<pubDate>Mon, 07 Dec 2009 10:14:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=175</guid>
		<description><![CDATA[One of the best Cisco Unified Communications Manager VoIP features is Extension Mobility in my personal opinion. It allows you to temporarily configure another IP Phone as your own by logging in to that phone. Once logged in you will have your number, speed dials and etc. onto that phone, and if you are working as teleworker [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">One of the best Cisco Unified Communications Manager VoIP features is Extension Mobility in my personal opinion. It allows you to temporarily configure another IP Phone as your own by logging in to that phone. Once logged in you will have your number, speed dials and etc. onto that phone, and if you are working as teleworker you would know to appreciate those kind of options. Following text describes how to configure CallManager 6.0 to support Extension Mobility.</p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>Task 1: Verify Extension Mobility Service is Running</strong></p>
<p>Step 1: From the Navigation menu select Cisco Unified CallManager Serviceability</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/1/1.JPG" alt="" width="450" height="319" /></p>
<p style="text-align: left;">Step 2: Select Tools&gt;Control Center – Feature Services</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/1/2.JPG" alt="" width="450" height="284" /></p>
<p style="text-align: center;">Step 3: Make sure that the Cisco Extension Mobility service shows status Activated<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/1/3.JPG" alt="" width="450" height="58" /></p>
<p style="text-align: left;"><strong>Task 2: Configure Extension Mobility Service</strong></p>
<p style="text-align: left;">Step 1: From the Navigation menu select Cisco Unified CallManager Administration<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/2/4.JPG" alt="" width="450" height="343" /></p>
<p style="text-align: left;">Step 2: Select Device&gt;Device Settings&gt;Phone Services<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/2/5.JPG" alt="" width="450" height="497" /></p>
<p style="text-align: left;">Step 3: Click Add New<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/2/6.JPG" alt="" width="450" height="313" /></p>
<p style="text-align: left;">Step 4: In the Service Name field, type Extension Mobility<br />
Step 5: In the Service Description field, type Login and logout service<br />
Step 6: In the Service URL field, Enter the following URL: http://YOURCUCMIPADDRESS/emapp/EMAppServlet?device=#DEVICENAME#<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/2/7.JPG" alt="" width="450" height="146" /><br />
Step 7: Click Save</p>
<p style="text-align: left;"><strong>Task 3: Modify Enterprise Parameters to Reflect IP Address of CallManager (remove DNS reliance)</strong></p>
<p style="text-align: center;">Step 1: Select System&gt;Enterprise Parameters<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/3/8.JPG" alt="" width="450" height="632" /></p>
<p style="text-align: left;">Step 2: Under Phone URL parameters, change all fields to reflect IP addresses instead of hostnames. Change ONLY the host name, not the reset of the field.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/3/9.JPG" alt="" width="450" height="119" /></p>
<p style="text-align: left;">Step 3: Click Save<br />
Step 4: Click Ok from the pop-up warning.<br />
Step 5: Click Reset<br />
Step 6: In the pop-up window select Reset<br />
Step 7: Click Close</p>
<p style="text-align: left;"><strong>Task 4: Create Device Profile Default for Each Phone Model that shall Support Cisco Extension Mobility (this step is optional)</strong></p>
<p style="text-align: left;">Step 1: Select Device&gt;Device Settings&gt;Default Device Profile<br />
Step 2: From the drop down list, select the phone model to be configured, for example, Cisco 7960.<br />
Step 3: Under Description, enter a description of this profile.<br />
Step 4: Under Phone Button Template, select Standard 7960 SCCP.<br />
Step 5: Click Save<br />
Step 6: Repeat for each model phone to be configured</p>
<p style="text-align: left;"><strong>Task 5: Create Device User Profile for a User</strong></p>
<p style="text-align: left;">Step 1:  Choose Device&gt;Device Settings&gt;Device Profile and click Add New.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/5/10.JPG" alt="" width="450" height="513" /></p>
<p style="text-align: left;">Step 2: From the drop down list, select the phone model to be configured, for example, Cisco 7960<br />
Step 3: Click Next<br />
Step 4: Enter a Device Profile Name (in this example KemalSanjtaProfile).<br />
Step 5: From the Phone Button Template field, select Standard 7960 SCCP.<br />
Step 6: Click Save.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/5/11.JPG" alt="" width="450" height="253" /></p>
<p style="text-align: left;">Step 7: On the left hand side of the screen, click the link Line [1] – Add a new DN.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/5/12.JPG" alt="" width="450" height="257" /></p>
<p style="text-align: left;">Step 8: Choose a valid DN from your NIP, enter that DN in the Directory Number field.<br />
Step 9: Under Route Partition, select your city’s Headquarters Partition.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/5/13.JPG" alt="" width="450" height="156" /></p>
<p style="text-align: center;">Step 10: Under Directory Number Settings choose a CSS of appropriate access.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/5/14.JPG" alt="" width="450" height="148" /></p>
<p style="text-align: left;">Step 11:  Enter any Call Forward and Call Pickup Settings as necessary.<br />
Step 12: In the Display (Internal Caller ID)<br />
Step 13: Click Save.<br />
Step 14: From the Related Links: menu, select Subscribe/Unsubscribe Services.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/edit/em1.JPG" alt="" width="500" height="182" /></p>
<p style="text-align: left;">Step 15: In the Select a Service, select Extension Mobility, then click Next.</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/edit/em3.JPG" alt="" width="499" height="307" /></p>
<p style="text-align: left;">Step 16: Click Subscribe.</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/edit/em4.JPG" alt="" width="500" height="300" /></p>
<p style="text-align: left;">Step 17: Click Save.<br />
Step 18: Repeat steps 7-13 for any additional lines.</p>
<p style="text-align: left;"><strong>Task 6: Associate User Device Profile to a User</strong></p>
<p style="text-align: left;">Step 1: From the menu, select User Management&gt;End User.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/6/17.JPG" alt="" width="450" height="450" /></p>
<p style="text-align: left;">Step 2: Click Find<br />
Step 3: Select the user from the list that matches the profile that was created.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/6/18.JPG" alt="" width="450" height="219" /></p>
<p style="text-align: center;">Step 4: Under Extension Mobility&gt;Available Profiles, select the profile that was created in the previous exercise and move it to the Controlled Profiles selection (in our example it is KemalSanjtaProfile).<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/6/19.JPG" alt="" width="450" height="213" /></p>
<p style="text-align: left;">Step 5: Under Default Profile, select the profile.<br />
Step 6: Click Save.</p>
<p style="text-align: left;"><strong>Task 7: Configure and Subscribe Cisco Unified Ip Phones to Service and Enable it.</strong></p>
<p style="text-align: center;">Step 1:  Select Device&gt;Phone from the menu.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/7/20.JPG" alt="" width="450" height="434" /></p>
<p style="text-align: left;">Step 2:  Select the phone from the list of devices.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/7/21.JPG" alt="" width="450" height="109" /></p>
<p style="text-align: left;">Step 3: In the Related Links: field, select Subscribe/Unsubscribe Services and click Go</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/edit/em2.JPG" alt="" width="500" height="153" /><br />
Step 4: In the pop-up window, under Service Information, in the Select a Service pull down menu, select Extension Mobility.</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/edit/em3.JPG" alt="" width="499" height="307" /><br />
Step 5: Click Next<br />
Step 6: Click Subscribe</p>
<p style="text-align: left;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/edit/em4.JPG" alt="" width="500" height="300" /><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/edit/em5.JPG" alt="" width="500" height="347" /></p>
<p style="text-align: left;">Step 7: Click Save</p>
<p style="text-align: left;">Step 8: Close the pop-up window</p>
<p style="text-align: left;">Step 9: Under Extension Information , check the Enable Extension Mobility box.<br />
Step 10: Under the Logout Profile field, select – Use Current Device Settings –<br />
Step 11: Click Save.<br />
<img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/ExtensionMobility/7/23.JPG" alt="" width="450" height="116" /></p>
<p style="text-align: left;">Step 12: Click Ok from the pop-up warning.<br />
Step 13: Click Reset<br />
Step 14: In the pop-up window select Reset.<br />
Step 15: Click Close.</p>
<p style="text-align: left;"><em>Note: This post has been updated on 12/03/2010 in order to describe how to assign Extension Mobility Phone service to Device Profile (including screenshots).</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=175</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>QoS on Cisco router in few simple steps: shape your http and https traffic in quick and efficient way</title>
		<link>http://www.sanjta.org/?p=150</link>
		<comments>http://www.sanjta.org/?p=150#comments</comments>
		<pubDate>Mon, 14 Sep 2009 12:00:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=150</guid>
		<description><![CDATA[Few days ago we had request to shape http and https traffic to one megabit in our network. This post will describe full procedure in several simple steps. First thing that we need to do is to create class map which will match http and https traffic. To do so, we need to do following: [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago we had request to shape http and https traffic to one megabit in our network. This post will describe full procedure in several simple steps.</p>
<p>First thing that we need to do is to create class map which will match http and https traffic. To do so, we need to do following:</p>
<ol>
<blockquote>
<li>enable</li>
<li>conf t</li>
<li>class-map match-any WEB</li>
<li> match protocol http</li>
<li> match protocol secure-http</li>
<li> exit</li>
</blockquote>
</ol>
<p>Explanation:</p>
<ol>
<li>switch to privileged mode;</li>
<li>switch to global configuration mode;</li>
<li>once in global configuration mode, we are able to create class-map and to name it WEB. Please note that we have match-any statement as well. There are two possibilities that we can use: match-any and match-all. Difference between them is same as with logical or and logical and. In case of using match-any we are matching host or https or http traffic;</li>
<li>we are matching http traffic for this class-map;</li>
<li>we are matching https traffic for this class-map.</li>
</ol>
<p>Once we are done with creating class-map, we need to create policy-map which will match class-map that we previously defined and we need to set policing options in order to shape http and https traffic to one megabit. Here is the procedure:</p>
<ol>
<blockquote>
<li>policy-map OUTPOLICY</li>
<li>class WEB</li>
<li> police 1000000 conform-action transmit  exceed-action drop  violate-action drop</li>
<li> exit</li>
</blockquote>
</ol>
<p>Here is the explanation of above configuration:</p>
<ol>
<li>Creating policy-map named OUTPOLICY;</li>
<li>we are matching class WEB with OUTPOLICY which means that all that we configure will apply to class WEB;</li>
<li>We are allowing one megabit for http and https traffic previously defined in class map WEB and matched in previous step (that traffic is allowed with conform-action transmit and all traffic above that will be dropped by statement exceed-action drop).</li>
</ol>
<p>Now, lets imagine that we have router with two interfaces: FastEthernet 0/0 which is being used for WAN link and FastEthernet 0/1 which is used as interface on which is LAN connected (lets say that it is working with IP address 192.168.0.1 and it is default gateway for hosts in your network).</p>
<p>We need to apply our QoS configuration on both interfaces. Configuration is as follows:</p>
<ol>
<blockquote>
<li>interface FastEthernet 0/0</li>
<li> service-policy output OUTPOLICY</li>
<li> exit</li>
<li>interface FastEthernet 0/1</li>
<li> service-policy output OUTPOLICY</li>
<li> exit</li>
</blockquote>
</ol>
<p>As you can see, we are setting service-policy OUTPOLICY in outband direction and we are doing that on both interfaces. If we are watching our network from our network towards Internet this rule will mean that we are limiting upload (rule on the interface FastEthernet0/0), if we are watching from the Internet side towards your local network, rule on FastEthernet 0/1 interface will mean that we are limiting download. I know that it can be confusing, because it would be logical to have this rule in inbound direction for local interface FastEthernet0/1, but all depends of point of view. All the concept is very similar to access lists.</p>
<p>To make sure that all is working fine, we can execute following commands:</p>
<ol>
<blockquote>
<li>show class-map WEB</li>
<li>show policy-map interface FastEthernet0/0 (FastEthernet0/1)</li>
</blockquote>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=150</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux and VPN client selection</title>
		<link>http://www.sanjta.org/?p=149</link>
		<comments>http://www.sanjta.org/?p=149#comments</comments>
		<pubDate>Thu, 10 Sep 2009 09:40:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=149</guid>
		<description><![CDATA[Since I am working for company that will not ever never let us connect to their network without VPN client, and taking in consideration that I wanted to use Linux on my laptop it was time to get my hands on selecting appropriate VPN client since I am working as teleworker (this sounds cool to [...]]]></description>
			<content:encoded><![CDATA[<p>Since I am working for company that will not ever never let us connect to their network without VPN client, and taking in consideration that I wanted to use Linux on my laptop it was time to get my hands on selecting appropriate VPN client since I am working as teleworker (this sounds cool to me).</p>
<p>Now, before I start describing anything I need to say that I am using Ubuntu 9.04 on my laptop. Few of the reasons for using Ubuntu would be that it is working very nice, it is fast enough, it is nice looking and very stable at the same time, and at the end of day it is Debian based, and I proudly admit that I am emotional when it is about Debian. Ok, now back to VPN clients.</p>
<p>We are using IPsec. Therefore, I needed something that can support it and actually I have found two real possibilities:</p>
<p>1. Cisco VPN client for Linux<br />
2. vpnc</p>
<p>I was working with vpnc before and I have to admit that it was my first selection. In my personal opinion it is working very nice, and it is really easy to use. network-manager-vpnc is actually just a vpnc plugin for network-manager and is nice solution because you will be able to use it from nm-applet from panel which is more friendly than connecting over console. vpnc is capable of working just over UDP and I have found it as huge limitation. I am working from the network which is reaching limits almost all the time, and UDP in those kind of networks is not that good solution. In most cases, if you are using UDP and you are working from those described networks you will see on the statistics that you are sending bytes, but you are not receiving anything. I was trying to find some vpnc clone that is working over TCP, because we obviously need some packet delivery guarantee, but I wasn&#8217;t that successful. That was reason to try Cisco VPN client.</p>
<p>There is really good project page for Cisco VPN client at this link. As i have heard, people were complaining that it is hard to compile it and install it, but with installations provided on the above link, it is not that hard to accomplish that. Main reason why em I actually using Cisco VPN client is ability to work over TCP. It is working really good, it is stable and I would, from my personal experience, recommend it.</p>
<p>I have noticed that huge disadvantage of using Cisco VPN client is using it over wireless network. After certain period of time my Ubuntu just freezes and only way to get it working is to turn it off, and start it over again. Solution is to use wired network, after that it is all work fine. It seems that Intel wireless driver is actually making this problem, but I was reading that some of the users are complaining on really bad multi core support. One of the solutions was to start it with just one core (which means to disable one core in prior to starting vpn client), which is not that user friendly. One of following posts will describe procedure how to install and to configure both vpnc and cisco vpn client, and how to resolve some of the issues that might occur while using them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=149</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CVOICE certified!</title>
		<link>http://www.sanjta.org/?p=148</link>
		<comments>http://www.sanjta.org/?p=148#comments</comments>
		<pubDate>Fri, 28 Aug 2009 12:17:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[happenings]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=148</guid>
		<description><![CDATA[I am not writing this blog that often as much as I would like to. But that is kind of normal, I would say so, because it is summer time. I have noticed in last few years that Blog community is not that active over summer, like in the other parts of the year. I [...]]]></description>
			<content:encoded><![CDATA[<p>I am not writing this blog that often as much as I would like to. But that is kind of normal, I would say so, because it is summer time. I have noticed in last few years that Blog community is not that active over summer, like in the other parts of the year. I was off for almost a month, vacations and other took a place in activity. I can see that cloud computing enters on big doors this year, so that is something interesting where can we expect news from big dealers. Also 100GbE competing between Cisco and Juniper is going on, it will be nice to follow up that story as well.</p>
<p>However, good thing that I was working on in past several months and I was not mentioning that on my blog is that I was preparing for Cisco CVOICE exam. I have passed exam with 92% or something like that, and I am really proud on that. Ok, it is very similar to CCNA Voice, but some topics are covered with lot more details than it is case with CCNA Voice. Exam contains around 60 questions, and I was surprised that there is just one simulation. I was reading about exam on several forums before going to it, and it seems that other people had one or none of the simulations, which is something that surprises me from Cisco. There was several drag and drop questions as well. I don&#8217;t have intention to speak about questions but there was a lot of E&amp;M ports related questions, so beware!</p>
<p>Next cert that I intend to work on is CIPT. Good thing that Cisco did is that they left opportunity to install Cisco Unified Communications Manager in VMware. That is really good because we are now able to create home labs and prepare it without renting a rack or buying expensive HP or IBM compatible hardware in order to test some things. That is all for this blog post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=148</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Procedure for adding QUAD card (T1 4 PRI DFC) on Cisco AS5350XM gateway</title>
		<link>http://www.sanjta.org/?p=147</link>
		<comments>http://www.sanjta.org/?p=147#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:37:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=147</guid>
		<description><![CDATA[1. Validate if a slot on AS5350 are free with &#8220;sh chassis slot&#8221; command example: hostname#sh chassis slot Slot 1: DFC type is AS5350 NP60 DFC OIR events: DFC State is DFC_S_OPERATIONAL Slot 2: DFC type is AS5350 Empty DFC DFC is not powered OIR events: Slot 3: DFC type is AS5350 T1 2 PRI [...]]]></description>
			<content:encoded><![CDATA[<p>1. Validate if a slot on AS5350 are free with &#8220;sh chassis slot&#8221; command</p>
<blockquote><p>example:<br />
hostname#sh chassis slot</p>
<p>Slot 1:<br />
DFC type is AS5350 NP60 DFC</p>
<p>OIR events:</p>
<p>DFC State is DFC_S_OPERATIONAL</p>
<p>Slot 2:<br />
DFC type is AS5350 Empty DFC<br />
DFC is not powered</p>
<p>OIR events:</p>
<p>Slot 3:<br />
DFC type is AS5350 T1 2 PRI DFC</p>
<p>OIR events:</p>
<p>DFC State is DFC_S_OPERATIONAL</p></blockquote>
<p>2. If slot 2 are available, do a &#8220;busyout 2&#8243; (in enable mode) to deactivate correctly the slot no 2.</p>
<p>3.	Insert the QUAD into the slot 2 carefully</p>
<p>4.	Wait 10 seconds et validate the new QUAD aren&#8217;t in progress &#8220;show busyout 2&#8243;</p>
<blockquote><p>example (You should see something similar).:<br />
hostname#sh busyout 2<br />
Busyout status for trunk DFC slot = 2:<br />
(p &#8211; pending, s &#8211; static(cfg/exec), d &#8211; dynamic, n &#8211; none)</p>
<p>2/0   : n n n n n n n n n n n n n n n n n n n n n n n n<br />
2/1   : n n n n n n n n n n n n n n n n n n n n n n n n<br />
2/2   : n n n n n n n n n n n n n n n n n n n n n n n n<br />
2/3   : n n n n n n n n n n n n n n n n n n n n n n n n<br />
hostname#</p></blockquote>
<p>5.	Apply these settings to create new controller T1 for new QUAND on slot 2</p>
<blockquote><p>controller T1 2/0<br />
framing esf<br />
linecode b8zs<br />
pri-group timeslots 1-24 nfas_d primary nfas_int 0 nfas_group 2<br />
shutdown<br />
!<br />
controller T1 2/1<br />
framing esf<br />
linecode b8zs<br />
pri-group timeslots 1-24 nfas_d backup nfas_int 1 nfas_group 2<br />
shutdown<br />
!<br />
controller T1 2/2<br />
framing esf<br />
linecode b8zs<br />
pri-group timeslots 1-24 nfas_d primary nfas_int 0 nfas_group 3<br />
shutdown<br />
!<br />
controller T1 2/3<br />
framing esf<br />
linecode b8zs<br />
pri-group timeslots 1-24 nfas_d backup nfas_int 1 nfas_group 3<br />
shutdown<br />
!</p></blockquote>
<p>6.	Create new voice-port for D-channel</p>
<blockquote><p>voice-port 2/0:D<br />
bearer-cap Speech<br />
!<br />
voice-port 2/2:D<br />
bearer-cap Speech<br />
!</p></blockquote>
<p>7.	Configure the D channel settings</p>
<blockquote><p>interface Serial2/0:23<br />
no ip address<br />
encapsulation hdlc<br />
isdn switch-type primary-ni<br />
isdn incoming-voice modem<br />
no cdp enable<br />
!<br />
interface Serial2/2:23<br />
no ip address<br />
encapsulation hdlc<br />
isdn switch-type primary-ni<br />
isdn incoming-voice modem<br />
no cdp enable<br />
!</p></blockquote>
<p>8.	Assosiate the incoming regional number with the bearer</p>
<blockquote><p>dial-peer voice 300 pots<br />
incoming called-number 517&#8230;&#8230;.<br />
direct-inward-dial<br />
port 2/0:D<br />
!<br />
dial-peer voice 310 pots<br />
incoming called-number 457&#8230;&#8230;.<br />
direct-inward-dial<br />
port 2/0:D<br />
!<br />
dial-peer voice 320 pots<br />
incoming called-number 817&#8230;&#8230;.<br />
direct-inward-dial<br />
port 2/0:D<br />
!<br />
dial-peer voice 330 pots<br />
incoming called-number 417&#8230;&#8230;.<br />
direct-inward-dial<br />
port 2/0:D<br />
!<br />
dial-peer voice 340 pots<br />
incoming called-number 437&#8230;&#8230;.<br />
direct-inward-dial<br />
port 2/0:D<br />
!</p></blockquote>
<p>9.	Activate the new controller T1 (&#8220;no shutdown&#8221;)</p>
<p>10.	Validate that controller T1 came UP &#8220;sh isdn status&#8221;; &#8220;sh isdn service&#8221;</p>
<p>11.	copy run start</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=147</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco CCNA Voice certified!</title>
		<link>http://www.sanjta.org/?p=145</link>
		<comments>http://www.sanjta.org/?p=145#comments</comments>
		<pubDate>Sun, 07 Jun 2009 21:55:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=145</guid>
		<description><![CDATA[More than six months from getting my CCNA certificate, I have passed CCNA Voice (few weeks ago actually, but I am not refreshing this blog as much as I would like to). For me, that was logical step to take, because I was working few years in VoIP industry and I was interested in Cisco&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">
<p style="text-align: center;"><img class="aligncenter" src="http://www.sanjta.org/pics/CISCO/Cisco%20pics/ciscocerts.jpg" alt="" /></p>
<p style="text-align: left;">More than six months from getting my CCNA certificate, I have passed CCNA Voice (few weeks ago actually, but I am not refreshing this blog as much as I would like to). For me, that was logical step to take, because I was working few years in VoIP industry and I was interested in Cisco&#8217;s way of solving some VoIP based tasks, like voice routing, productivity features (music on hold, call transfer, blind and consultative, after hours call blocking, directory, call forwarding, call park/pickup and so on). CCNA Voice cert is covering all of those topics in details including setup of Cisco Unity (their voicemail solution), codecs and many other configuration based things that you could face as real-world requirements (like PSTN fail-over for example). There is up to 65 questions on the test and you are having two hours for that. There is just one simulation on the exam (I have expected more, but there is no as much as on the CCNA exam). Questions are in the form of the single answer, multiple choice and drag and drop. It was real pleasure for me to prepare this exam, since I was having two deployments of Cisco VoIP in prior to my decision to get certified in this field, and at the moment I am dealing with Cisco voice gateways. In next few months I will try to get some more voice certs, depending on my free time. Everyone interested in voice over ip, or generally in voice and is Cisco oriented should check this huge and interesting area.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=145</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco EtherChannel: Do more with less</title>
		<link>http://www.sanjta.org/?p=144</link>
		<comments>http://www.sanjta.org/?p=144#comments</comments>
		<pubDate>Fri, 05 Jun 2009 10:54:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=144</guid>
		<description><![CDATA[One of the good things about Spanning Tree Protocol is that it works well by default. I have faced multiple situations where i needed to deal with it, but it is rare that it does not preform like you would expect it to (also, I do remember one situation with Cisco WLS controller and Cisco [...]]]></description>
			<content:encoded><![CDATA[<p>One of the good things about Spanning Tree Protocol is that it works well by default. I have faced multiple situations where i needed to deal with it, but it is rare that it does not preform like you would expect it to (also, I do remember one situation with Cisco WLS controller and Cisco switches from the series 500 / those are not Catalyst series and there is no console port / where I was trying to find solution while at the same time STP was blocking some ports and I was not able to find out what is really happening so i overnight at deployment).</p>
<p>Basically, STP is preventing evil infinite loops in our networks. And it works well. But there is occasion where it works against us, and that is situation where we have two interconnected switches with multiple physical connections. We would expect that if we have two separate connections between switches twice as much data could be sent from one switch to the other than if there was only one connection. But, in normal network scenario one of the ports based on certain criteria would be blocked in order to prevent infinite loops (broadcast storms).</p>
<p>So, to follow up the scenario, let say that we have two switches, switch1 and switch2 trunked on the FastEthernet0/4 and FastEthernet0/5, so if we execute:<br />
<em><br />
</em></p>
<blockquote><p><em>switch1#show spanning vlan 20<br />
Interface Role Sts Cost Prio.Nbr Type<br />
&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;- &#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Fa0/4 Root FWD 19 128.11 P2p<br />
Fa0/5 Altn BLK 19 128.12 P2p</em></p></blockquote>
<p>we will see that FastEthernet0/4 is forwarding traffic (FWD state) and that FastEthernet0/5 i blocked (Role Alt and Sts BLK). So if we somehow reconfigure Fa0/5 to be in FWD state we could double the bandwidth available between the two switches if we could use that path that is currently being blocked.</p>
<p>Ok, to take advantage of this situation we could do two things:</p>
<p>1. To configure EtherChannel<br />
2. To play with VLANS and STP costs and trunk allowed vlan command (if scenario allows that)</p>
<p>We will describe configuration of the EtherChannel. An Etherchannel is simply a logical bundling of 2 &#8211; 8 physical connections between two Cisco switches (it is interesting that EtherChannel is mentioned in Cisco CCNA curriculum as a technology but actually is not described from the configuration point).</p>
<p>To configure EtherChannel we will need to execute &#8220;channel-group 1 mode on&#8221; command on the trunked ports. We need to follow this procedure on all interconnected/trunked ports (because line protocol could stay in status down otherwise on ports).</p>
<p>Good thing is that STP will see EtherChannel as one virtual connection. If some connection in EtherChannel goes offline we will not face any STP recalculation, and of-course, transmission will be slowed but we will avoid STP recalculation and transmission delay .</p>
<blockquote><p>Configuration as follows:<br />
<em><br />
switch1#conf t<br />
switch1(config)#interface fast 0/4<br />
switch1(config-if)#channel-group 1 mode on<br />
Creating a port-channel interface Port-channel 1</em></p>
<p><em>switch(config-if)#interface fast 0/5<br />
switch1(config-if)#channel-group 1 mode on</em></p>
<p><em>switch2#conf t<br />
switch2(config)#int fast 0/4<br />
switch2(config-if)#channel-group 1 mode on<br />
switch2(config-if)#int fast 0/5<br />
switch2(config-if)#channel-group 1 mode on</em></p></blockquote>
<p>To verify configuration we will use command:</p>
<blockquote><p><em>switch2#show spanning vlan 20<br />
Interface Role Sts Cost Prio.Nbr Type<br />
&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;- &#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;<br />
Po1 Desg FWD 12 128.65 P2p</em></p></blockquote>
<p>Please note that instead of physical ports listed we are now able to see virtual port Po1 as the designated forwarding port. Po1 stands for Port-Channel1. It is the logical interface created automatically once the EtherChannel configuration is done.</p>
<p>Now, just for the comparison reasons, if one of the interconnected interfaces goes down in scenario without EtherChannel, STP will go through recalculation process and ports will go through learning, listening and other stated until it ends up in the FWD state. That process could take up to one minute! In case that we have EtherChannel in place, our Po1 listed above would still be in FWD state and we wouldn&#8217;t notice any transmission delay.</p>
<p>I strongly believe that we are dealing with really good technology and this is also one of the solutions (like HSRP) that could save a lot of time and make your day-to-day job easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=144</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco HSRP: Way to go forward with nice technology</title>
		<link>http://www.sanjta.org/?p=143</link>
		<comments>http://www.sanjta.org/?p=143#comments</comments>
		<pubDate>Thu, 21 May 2009 14:08:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=143</guid>
		<description><![CDATA[Few weeks ago I was working with several Cisco layer three switches, to be precise those were Cisco 3560 series. The part of the scenario was to provide stable and powerful fail over technology  in case that one of those switches goes down from some reason (I don&#8217;t know why, but when I am talking [...]]]></description>
			<content:encoded><![CDATA[<p>Few weeks ago I was working with several Cisco layer three switches, to be precise those were Cisco 3560 series. The part of the scenario was to provide stable and powerful fail over technology  in case that one of those switches goes down from some reason (I don&#8217;t know why, but when I am talking about downtime on the cisco devices i am always thinking of lightening although i don&#8217;t have any experience with cisco devices going down from that reason). To simplify scenario, i will talk about two switches in active/standby configuration.</p>
<p>How to achieve that? Is there light at the end of tunnel? Yes, there is a light! And it is called HSRP. HSRP stands for Hot Standby Router Protocol and that is first-hop redundancy protocol designed to allow for transparent fail-over of the first-hop router. Yes, i know it sounds ultra complicated and tuff, but I would say that it is just that fist impression that we have when dealing with something new.</p>
<p><em>When HSRP is configured on a network segment, it provides a virtual MAC address and an IP address that is shared among a group of routers running HSRP. The address of this HSRP group is referred to as the virtual IP address. One of these devices is selected by the protocol to be the active router. The active router receives and routes packets destined for the MAC address of the group. For n routers running HSRP, n + 1 IP and MAC addresses are assigned.</em></p>
<p><em>HSRP detects when the designated active router fails, at which point a selected standby router assumes control of the MAC and IP addresses of the Hot Standby group. A new standby router is also selected at that time.</em></p>
<p><em>HSRP uses a priority mechanism to determine which HSRP configured router is to be the default active router. To configure a router as the active router, you assign it a priority that is higher than the priority of all the other HSRP-configured routers. The default priority is 100, so if you configure just one router to have a higher priority, that router will be the default active router.</em></p>
<p><em>Devices that are running HSRP send and receive multicast User Datagram Protocol (UDP)-based hello messages to detect router failure and to designate active and standby routers. When the active router fails to send a hello message within a configurable period of time, the standby router with the highest priority becomes the active router. The transition of packet forwarding functions between routers is completely transparent to all hosts on the network.<br />
</em><br />
OK, now when we know how cool is HSRP and what nice benefits it is providing to us, it is time to configure it. As you will see, it is simple straight forward process:</p>
<blockquote><p>1. enable<br />
<em>Enables privileged EXEC mode.</em><br />
2. configure terminal<br />
<em>Enters global configuration mode.</em><br />
3. interface FastEthhernet0/5<br />
<em>Configures an interface type and enters interface configuration mode.</em><br />
4. ip address 192.168.1.10 255.255.255.0<br />
<em>Specifies an IP address for an interface.</em><br />
5. standby 1 priority 110<br />
<em>Configures HSRP priority (default priority is 100).</em><br />
6. standby 1 preempt delay minimum 380<br />
<em>Configures HSRP preemption and preemption delay. By default, the router that comes up later becomes the standby.</em><br />
7. standby 1 ip 192.168.1.254<br />
<em>Activates HSRP.</em><br />
8. end<br />
<em>Returns to privileged EXEC mode.</em><br />
9. show standby brief<br />
<em>Displays HSRP information.</em><br />
10. show standby FastEthernet0/10<br />
<em>Displays HSRP information about specific interface.</em></p></blockquote>
<p>Follow the procedure for all devices that you would like to work with HSRP and enjoy. There is lot more features that you can configure with HSRP like authentication, object tracking and so on, but I am not having intention to explain those in details. I strongly encourage you to dig deeper about HSRP because it is really good and fully working technology that can make your day to day job (or life) easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=143</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper Networks FastTrack Program</title>
		<link>http://www.sanjta.org/?p=142</link>
		<comments>http://www.sanjta.org/?p=142#comments</comments>
		<pubDate>Mon, 27 Apr 2009 19:22:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=142</guid>
		<description><![CDATA[Although I was never working with Juniper Networks stuff directly I need to admit that I always wanted to. Since I am working with Cisco related stuff mostly I didn&#8217;t needed to, or it is better to say that I just didn&#8217;t have opportunity or need to work that much with other competitors networking hardware. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="http://www.spyders.ca/images/juniper.jpg" alt="" width="300" height="150" />Although I was never working with Juniper Networks stuff directly I need to admit that I always wanted to. Since I am working with Cisco related stuff mostly I didn&#8217;t needed to, or it is better to say that I just didn&#8217;t have opportunity or need to work that much with other competitors networking hardware. Definitely, this is not a time or place to talk about Cisco&#8217;s market share .) Good friend of mine was working with Juniper for like almost a decade and he was always speaking how they do have some nice  procedures for solving some nightmare networking scenarios related to security, QoS, and things like that. What I really like about Juniper is their operating system JunOS, which is working at the top of BSD (and for those guys that are coming from the FOSS community is always something nice to know about). Also, as far as i know their configuration file is stored in really nice and organized manner so that you can see dependant part of configurations (for example VPN part of configuration starts with { and ends with }).</p>
<p>Today, in RSS feed i saw on the Cisco blog link that i want to share. Actually, it is Juniper Networks Fasttrack Certification program.</p>
<p><em>The Juniper Networks Certification Fast Track program is specifically designed for experienced networking professionals who want to become certified in JUNOS® Software. Between January and December of 2009, you have online access to study materials at no charge so you can quickly increase your value by earning JUNOS-based certifications. If you&#8217;re interested in enterprise routing, enterprise switching, or the latest security platforms running JUNOS, this is the place to go for courseware and discounts on certification exams.</em></p>
<p>Seems to be some really good chance to get serious with Juniper related stuff and prepare yourself for their Exams. If I catch some time, i will definitely try to get my hands on some of their routers/switches and start learning their way of organizing and configuring networking equipment.</p>
<ol>
<li><a href="http://www.juniper.net/us/en/training/fasttrack/" target="_blank">Juniper Networks</a></li>
<li><a href="http://www.juniper.net">Juniper Networks FastTrack certification program</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=142</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pleasure in networking control</title>
		<link>http://www.sanjta.org/?p=136</link>
		<comments>http://www.sanjta.org/?p=136#comments</comments>
		<pubDate>Mon, 15 Sep 2008 23:06:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.sanjta.org/?p=136</guid>
		<description><![CDATA[For I find lot of pleasure in networking control. Administering all over the Spain.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://www.sanjta.org/pics/Spain_2008/mozakoperacije.jpg" alt="" /></p>
<p style="text-align: center;">For I find lot of pleasure in networking control. Administering all over the Spain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanjta.org/?feed=rss2&amp;p=136</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
