<?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>Shafer Consulting &#187; IT for SMB</title>
	<atom:link href="http://www.shaferconsulting.com/news/category/it-for-smb/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shaferconsulting.com/news</link>
	<description>Small Computer System News, Views and Security</description>
	<lastBuildDate>Fri, 23 Oct 2009 15:58:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Wireshark for Network Management</title>
		<link>http://www.shaferconsulting.com/news/wireshark-for-network-management</link>
		<comments>http://www.shaferconsulting.com/news/wireshark-for-network-management#comments</comments>
		<pubDate>Thu, 22 Oct 2009 16:40:48 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/hsphere/local/home/mbshafer/shaferconsulting.com/news/wp-content/plugins/autometa/autometa.php</b> on line <b>300</b><br />
		<category><![CDATA[IT for SMB]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/wireshark-for-network-management</guid>
		<description><![CDATA[<a href="http://www.shaferconsulting.com/news/wireshark-for-network-management"><img align="left" hspace="5" width="150" src="http://www.shaferconsulting.com/news/wp-content/uploads/2009/10/wsbadgewiki64-2.png" class="alignleft wp-post-image tfe" alt="wsbadgewiki64" title="" /></a>An edited version of this article was originally printed in the May 2009 edition of Hakin9 Magazine under Tool Reviews. As an IT consultant I frequently need to monitor and analyze network traffic. Wireshark is easily the tool of choice. Introduction: The great white is one of the undisputed masters of the open seas and [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="wsbadgewiki64" align="right" src="http://www.shaferconsulting.com/news/wp-content/uploads/2009/10/wsbadgewiki64-2.png" width="186" height="64" /></p>
<p>An edited version of this article was originally printed in the May 2009 edition of Hakin9 Magazine under Tool Reviews. As an IT consultant I frequently need to monitor and analyze network traffic. Wireshark is easily the tool of choice.</p>
<p><strong>Introduction:</strong><br />
The great white is one of the undisputed masters of the open seas and with knowledge and training Wireshark can help the network admin or consultant master that sea of data that flows across the networks of the world. Originally developed by Gerald Combs in 1998 and available as free/open source software under the name Ethereal, the project grew to encompass many programmers over the years and was renamed Wireshark in June 2006. </p>
<p>Wireshark is considered to be one of the premier protocol analysis tools with eWeek Labs in 2007 listing it among “The Most Important Open-Source Apps of All Time.” Wireshark is free/open source software with versions available for Linux, Microsoft Windows and Mac OS X at <a href="http://www.wireshark.org" target="_blank">http://www.wireshark.org</a></p>
<p>As an essential element of the toolkit of any network professional, Wireshark provides the tools to capture and analyze network traffic or to perform analysis on network captures provided by tools such as tcpdump, tshark, EtherPeak and a wide range of others.</p>
<p><strong>Installation:</strong><br />
Installation is platform dependent but easily done using the appropriate method such as the Windows installer package or for the more adventurous by the compiling the program from the source code. Linux users should use the method appropriate to the distribution they are using such as apt-get or rpm. The download page at wireshark.org covers the options and installation methods for the more common platforms.</p>
<p><strong>First Runs:</strong><br />
With Wireshark installed you&#8217;re ready to do your first packet captures so let&#8217;s go. The easiest method is to use the main toolbar (the set of icons directly below the text menu headings) and left-click on the left-most icon that looks like NIC with a small white list box on it. This will open the “Capture interfaces” dialog box which will show the interfaces that Wireshark is recognizing, a description, the IP, and a column showing packet activity for each. </p>
<p>To begin capturing packets just left-click on the start button for the the interface you want. Wireshark will now begin capturing packets for that interface and show the results in the packet list pane that is part of the main window. On a busy network this will quickly fill with all the network noise including routing protocols, spanning-tree from switches and arp requests. Somewhere amidst the turmoil are the packets you&#8217;re looking for.</p>
<p><strong>Managing the Packet Capture:<br /></strong>Wireshark thoughtfully provides two primary methods to save filling your hard drive and drawing down your patience in analyzing all that network noise. On the front end the analyst can deploy capture filters that as the name would imply limit what packets Wireshark actually brings up from the NIC and includes in the capture archive. If for example you know you have no interest in the all that chatty spanning-tree traffic between switches you can deploy a capture filter to tell Wireshark to ignore those packets. This provides several benefits in that your capture data set will be reduced making analysis much quicker and efficient and the saved captures will make for smaller files.</p>
<p><strong>Finding Needles in Haystacks:</strong><br />
Even with a good set of capture filters in place a busy network will generate a lot of packets so how do we as network analysts save our patience and find specific packets or groups of packets. Enter the second powerful feature that of using display filters. Whereas capture filters actually limit what packet types will be included in the capture set the display filter only controls what is shown in the packet list pane. The actual capture set isn&#8217;t altered and remains intact. For example let&#8217;s say that in my haste I didn&#8217;t filter out the spanning-tree traffic and now my 15 minute capture set has some critical packets all of which are somewhere in that sea of STP dribbling down the page causing my vision to blur. Relief is as close as typing “!(stp)” in the “Filter:” box and clicking apply. The packet list pane will now show all traffic that was captured except for spanning-tree.</p>
<p><strong>Analysis and Statistics:</strong><br />
Wireshark provides an excellent set of tools to analyze the packet capture set the discussion of which is too lengthy for an introductory article. I would note that it&#8217;s well worth the efforts to spend some time working through the options provided as a wealth of information can be drawn from the capture set that can be instrumental in resolving a myriad of network issues including performance and security.</p>
<p><strong>Conclusion:</strong><br />
As an independent IT consultant to small businesses and similar organizations I&#8217;ve been using Wireshark and it&#8217;s fore-runner Ethereal since around 2001 and consider it the most important tool in my kit for resolving networking issues.</p>
<p>A simple example is a government customer with a staff of about 12 on a small LAN had a new “big-brand-name” combination copier, printer and scanner installed. The day after the installation the manager sent me an email saying that when I had a chance to check out the network as it was definitely acting just a tad more sluggish. A 60 second capture set with Wireshark showed that the network was not only busily handling its normal load of TCP/IP traffic but was awash in both AppleTalk and IPX/SPX. Seeing how we had neither any Macs or Netware servers on the network inquiring minds wanted to know the source of this bothersome gibberish. A quick analysis of the packets revealed the offending traffic all originating from the IP assigned to the new multifunction machine. A short walk through the network settings dialog screens for the multifunction box showed that the tech had simply left the defaults on which where to use IPv4, AppleTalk and IPX/SPX. Two quick taps to disable the latter two and Wireshark showed the network no longer bothered by unnecessary traffic and the performance slightly improved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/wireshark-for-network-management/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco for Small Business &#8211; An Example Network Case Study</title>
		<link>http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study</link>
		<comments>http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study#comments</comments>
		<pubDate>Tue, 30 Jun 2009 13:03:57 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/hsphere/local/home/mbshafer/shaferconsulting.com/news/wp-content/plugins/autometa/autometa.php</b> on line <b>300</b><br />
		<category><![CDATA[All:Recent]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IT for SMB]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study</guid>
		<description><![CDATA[<a href="http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study"><img align="left" hspace="5" width="150" height="150" src="http://www.shaferconsulting.com/news/wp-content/uploads/2009/07/cisco.2621xm.router-150x150.jpg" class="alignleft wp-post-image tfe" alt="cisco.2621xm" title="" /></a>This article is part 2 of a 2 part series: Part 1 is at Why Is Cisco Equipment a Smart Investment for Small Businesses? Moving from the broad over view lets now move into demonstrating some of the direct benefits of the more commonly implemented features of Cisco router and switches by using a simple, [...]]]></description>
			<content:encoded><![CDATA[<p>This article is part 2 of a 2 part series: Part 1 is at <a href="http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses">Why Is Cisco Equipment a Smart Investment for Small Businesses?</a></p>
<p>Moving from the broad over view lets now move into demonstrating some of the direct benefits of the more commonly implemented features of Cisco router and switches by using a simple, small office scenario as a case study.</p>
<p>Typical of a small organization is there are departments for financial matters, marketing and sales and one or more managers. The personnel in each of these areas has specific computer function and data needs with some being in common such as Internet access and others being necessarily limited to certain workers such as access to financial data.</p>
<p>Let&#8217;s assume we&#8217;re a consulting firm that&#8217;s been hired to design this network and as the the first step we have met with the key managers to develop a list of criteria for each department in regards to computer resources, security and performance. In our meeting we agreed to the following goals.</p>
<h4>Network Design Goals and Numbers</h4>
<p>Overall:</p>
<p>A reasonable level of network security. This particular business isn&#8217;t subject to any set of specific regulations such as HIPAA but management well understands that good security practices are both a sound investment in protecting the company&#8217;s IT assets, the company image and as a deterrent against legal proceedings. It was agreed that the following basic security procedures are to be implemented.</p>
<p>- Centralized anti-virus on a server that can &#8220;push-out&#8221; anti-virus software to all client machines on the network and can monitor and update those clients as needed.</p>
<p>- Only those services that are required in general will be permitted to pass through the various router interfaces and all others will be blocked. Core external (Internet/WAN side) services were identified as HTTP and HTTPS (web/secure web), SMTP and POP3 (email services), DNS (domain name lookup) and FTP (file transfers).</p>
<p>All Personnel:</p>
<p>1. Internet access for web services, email and file transfers.<br />
2. Each employee will have an area on the server for storage of personal files that is accessible only by them, managers and IT staff.</p>
<p>Managers: Subnet 172.10.8.0/24</p>
<p>1. Unlimited access to all computer resources and data.</p>
<p>Sales and Marketing: Subnet 172.10.9.0/24</p>
<p>1. Access to the server based CRM (Customer Relationship Management) software.</p>
<p>Accounting and Finance: Subnet 172.10.10.0/24</p>
<p>1. Access to the server based accounting software and financial records. All other personnel restricted with no access.</p>
<h4>Hardware and Software</h4>
<p>To implement our case scenario the following equipment and software is ordered, placed and wired with Category 5E cable. Our equipment list includes:</p>
<ol>
<li>One server running a server operating system such as Microsoft 2003 Server or an appropriate Linux distribution such as Red Hat or SUSE for use as a file server at address 172.10.8.2/24</li>
<li>One server running a server operating system such as Microsoft 2003 Server or an appropriate Linux distribution such as Red Hat or SUSE for use as an application server running the accounting package at address 172.10.10.2/24.</li>
<li>One Cisco 2621XM router using the two Fast Ethernet interfaces with no other modules/cards installed.</li>
<li>One Cisco Catalyst 2950 &#8211; 48 port switch.</li>
</ol>
<p>Given that the focus of this article is in how we utilize the Cisco router and switch to achieve our goals I&#8217;m won&#8217;t go into any detail as to server configuration. Suffice to say both Microsoft and Linux servers can be configured to provide appropriate access control through the use of user and group level permissions.</p>
<h4>Implementation</h4>
<p><img hspace="10" alt="cisco.2621xm" vspace="10" align="right" src="http://www.shaferconsulting.com/news/wp-content/uploads/2009/07/cisco.2621xm.router.jpg" width="450" height="175" />As the first step in implementing our network design we&#8217;ll look at the configuration of the Cisco 2621XM router. This router has two Fast Ethernet interfaces, referred to as FA0/0 and FA0/1, built in which are what we&#8217;ll be using for our network.</p>
<p>On the WAN (Wide area network) side we&#8217;ll connect the cable from the Internet Service Provider&#8217;s hardware (DSL, cable modem etc) Ethernet interface into FA0/0 of our router and run a cat 5e cable from router interface FA0/1 to port FA0/1 on our Cisco Catalyst 2950 switch.</p>
<p>We now have a setup where the insecure side of the WAN (Internet) enters into the router on interface FA0/0, the secure trusted network (LAN) connects to router interface FA0/1 and any traffic between them passes through the router. It&#8217;s on these interfaces we can at the simplest level implement ACLs (Access Control Lists) to meet one of our basic security goals.</p>
<p>(As an aside if the router is running IOS 12.4(6)T and later we can take advantage of the newer Cisco zone based firewall features which offer an even richer and more granular way to control traffic.)</p>
<p>Starting with the WAN side interface (FA0/0) we would build an ACL only allowing the HTTP, HTTPS, SMTP, POP3, DNS and FTP protocols while restricting all others. With this in place we have significantly improved our security profile by vastly limiting the &#8220;attack surface&#8221; which in this case is the number of ports open to the insecure/WAN side of the network. Also given it&#8217;s likely we only have a single public IP but have numerous devices on the trusted LAN that wish to connect to Internet based resources we would implement Port Address Translation (PAT) to provide the mapping of the multiple internal addresses to the single public address.</p>
<h4>VLan Setup</h4>
<p>Before moving to the configuration of FA0/1 interface of the router we need to outline the basics of the LAN design. To implement our desired internal security/access control goals we will use a combination of VLans (virtual LANs) on the switch and access control lists (ACLs) on the LAN side router interface (FA0/1).</p>
<p>For those not familiar a VLan is a software level method that allows a switch to be configured such that it can have groups of ports divided such that each group can be assigned to a different subnet (network level address) yielding a number of benefits. Our primary interest here is that by having the various groups of users on different subnets we can add an additional level of control over access to server resources and files. Specifically we will create the following VLans and correlate them with the following subnets.</p>
<p>VLan 8 : 172.10.8.0/24 &#8211; Managers<br />
VLan 9 : 172.10.9.0/24 &#8211; Sales &amp; Marketing<br />
VLan 10 : 172.10.10.0/24 &#8211; Accounting and Finance</p>
<p>Because a Catalyst 2950 is only a layer 2 switch (doesn&#8217;t have layer 3 routing capabilities) we have to use the LAN side router interface (FA0/1) to provide routing between the VLans via a configuration somewhat humorously known as a &#8220;router on a stick!&#8221; In sum the router interface is configured with three sub-interfaces with one each assigned an address within one of the network address ranges and corresponding VLan number. To clarify using an example we could configure a sub-interface for VLan 8 using the following commands. (Router configuration commands are enclosed in quotes)</p>
<p>&#8220;interface fa0/1.08&#8243; : This creates the sub-interface<br />
&#8220;encapsulation dot1q 8&#8243; : Set encapsulation to 802.1q and assign this interface to VLan 8<br />
&#8220;ip address 172.10.8.1 255.255.255.0&#8243; : Set the IP address for the interface to network 172.10.8 and for host address 1.</p>
<p>We would then create two more sub-interfaces for the remaining two VLans/subnets in a similar fashion.</p>
<p>Note: 802.1q or VLan tagging is a method that allows correlation of packets to a specific VLan.</p>
<p>Now with the router configured we need to do a bit of magic (configuration) on the switch by making the Fast Ethernet port of the switch connecting to the LAN side interface of the router into what&#8217;s referred to as a trunking port. In sum a trunking port recognizes packets from all VLans and allows then to pass over the cable to the router and back. This configuration allows packets to move between the several VLans/subnets unless otherwise restricted as we illustrate in the following.</p>
<h4>Meeting Design Goals</h4>
<p>Let&#8217;s return to our design specification above where we wanted to restrict traffic to the accounting package server at address 172.10.10.2 to only the members of the Accounting and Finance group. Notice we assigned this group to VLan 10 with the subnet of 172.10.10.0/24 thus appropriately placing the users and server on the same network. This provides a faster response for the users and removes unnecessary traffic from having to traverse the LAN side router interface of FA0/1.</p>
<p>Moreover we can easily met our design goal by using an appropriate ACL to prevent traffic from the Sales and Marketing subnet from entering the Accounting and Finance VLan (10). Other design goals for restricting traffic would be implemented in a similar fashion.</p>
<h4>Wrapping Up</h4>
<p>The above scenario may seem overly complex but in fact is a configuration that an experienced Cisco technician could implement in less than an hour or two. Although we have only &#8220;scratched the surface&#8221; of the capabilities for controlling traffic, improving performance and implementing security we have accomplished a fair amount in building a solidly performing network that can easily be expanded to accommodate growth.</p>
<p>Moreover this need not be vastly more expensive as the Cisco hardware described above can currently be bought in used but excellent condition on eBay from a reputable dealer for under $300 USD. Considering that a low-end &#8220;router&#8221; and switch would run about $100 or so the differential of $200 is rather insignificant for the benefits obtained from having real professional level equipment.</p>
<p>Hopefully, by my case example above, you as the owner and/or manger of a small business or similar sized organization will begin to see using real professional networking equipment such as that produced by Cisco in a new, and very favorable light. As an IT professional I can vouch there&#8217;s a lot more cost to a network then the purchase price and those bargain basement routers and switches are in fact a very expensive choice!</p>
<p>To your networking and business success!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Is Cisco Equipment a Smart Investment for Small Businesses?</title>
		<link>http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses</link>
		<comments>http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses#comments</comments>
		<pubDate>Sun, 28 Jun 2009 21:57:44 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/hsphere/local/home/mbshafer/shaferconsulting.com/news/wp-content/plugins/autometa/autometa.php</b> on line <b>300</b><br />
		<category><![CDATA[All:Recent]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IT for SMB]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses</guid>
		<description><![CDATA[<a href="http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses"><img align="left" hspace="5" width="150" height="150" src="http://www.shaferconsulting.com/news/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Having worked at IT consulting on a part time basis since 1986 and full-time for the past seven years I&#8217;ve had the opportunity to work with a lot of small to mid-sized organizations varying in size from the one person home office to entities with revenues in the mid-eight figure range and just under 100 [...]]]></description>
			<content:encoded><![CDATA[<p>Having worked at IT consulting on a part time basis since 1986 and full-time for the past seven years I&#8217;ve had the opportunity to work with a lot of small to mid-sized organizations varying in size from the one person home office to entities with revenues in the mid-eight figure range and just under 100 employees.</p>
<p>At first blush there would seem to be vast differences in the networking needs of each but in fact I would argue there&#8217;s not. At least not in my opinion. Fact is I recommend Cisco equipment for the smallest home office and up and the reasoning is simple. In today&#8217;s world a solid IT infrastructure is a given for essentially every organization and there&#8217;s a whole lot of reasons to standardize on Cisco equipment and the related software. Let&#8217;s take a look at those reasons and see if you agree.</p>
<p>Out of the gate it&#8217;s hard to argue that Cisco isn&#8217;t one of the leading names in the world of networking hardware being a first rate manufacturer of routers, switches and related networking gear. In fact Cisco is in many ways a De Facto standard by which competitors are measured.</p>
<p>Moreover the Cisco certifications for networking expertise such as the CCNA (Cisco Certified Network Associate), CCNP (Cisco Certified Network Professional, and the &#8220;Doctorate&#8221; of networking, the CCIE (Cisco Certified Internet Expert) are well respected designations with corresponding levels of increasing difficulty to obtain. Designations that go a good way towards guaranteeing that the IT technician thus certified has the corresponding level of knowledge to perform the configuration and maintenance of Cisco networks the organization requires.</p>
<p>No other manufacturer of networking equipment for the small to medium business can compare in the range of equipment offered and the related programs to certify the support personnel. From my point of view there&#8217;s a lot of value in that fact alone and the reasoning is simple and centers primarily on one concept; TOC or Total Cost of Ownership.</p>
<h4>Total Cost of Ownership</h4>
<p>TOC was all the rage a few years back and perhaps is considered &#8220;old-hat&#8221; these days. Not-with-standing that Total Cost of Ownership isn&#8217;t the latest shiny toy in the world of IT marketing circles it&#8217;s a valid and highly useful concept for considering the real long-term cost of any business investment.</p>
<p>Total Cost of Ownership, as the name implies takes into consideration not only the initial investment but the less than obvious costs such as those to have the initial configuration done in setting up the network and the cost of ongoing maintenance and modifications as networks grow and change. TOC helps us guard against being penny-wise and pound-foolish! Let&#8217;s consider the real long-term costs of your networking investment.</p>
<h4>Costs of Building the Network</h4>
<p>When building a new network the most obvious issue is the initial investment to purchase the equipment but the somewhat hidden cost is that for creating a workable network that meets the present and near-future needs of the organization. The assumption I often see, understandably, is that a router is a router is a&#8230;.. not so! Real routers and switches can do things, important things, that the $50 dollar deal calling itself a router or switch at the local hardware retailer couldn&#8217;t dream of doing. Things that matter now and probably even more so as the entity grows.</p>
<p>When one measures the cost of the installation and configuration at rates typical of professional IT consultants it becomes readily apparent that a significant up front cost factor is for the latter and in fact less expensive, low-end equipment is often harder to install and configure correctly due to it&#8217;s limited capacity leading to even higher installation costs. In short the small savings for low-end equipment is quickly lost in the lack of configurability and the increased cost for IT support services.</p>
<h4>Long-term Benefits</h4>
<p>Let&#8217;s consider a short list of the long-term benefits of using an industry standard like Cisco.</p>
<p>1. Standardization: Cisco equipment runs on their proprietary software known as IOS (Internet Operating System). While new versions are developed on a regular basis to build in additional features the core commands for routing and switching remain largely unchanged. There&#8217;s no new interface or base command set to learn if you upgrade a router or switch. The existing configurations can be largely or completely moved to the new equipment and all will work as expected.</p>
<p>2. Configuration Options: The IOS offers a range of configuration options not found in low end equipment that is typically marketed to the small to medium business sector. Features such as ACLs (access control lists), VLans (virtual LANs) and QOS (quality of service) that allow the equipment to be configured for faster, more efficient, and in to days threat environment, more secure operations.</p>
<p>3. Modular Interface Configuration: Cisco&#8217;s line of modular routers such as the 1700, 1800, 2600 and 3600 series allow simple and efficient modification of what modules and networking interfaces are present. Modular configuration allows creating, and in the future recreating, the features and interfaces to meet your organization&#8217;s needs. Interface modules/cards include serial, Ethernet, Fast Ethernet, ATM, BRI-ISDN, PRI, T-1 and Voice options to meet the present and changing network traffic type demands.</p>
<p>4. Simplified Security and Accounting: Software packages such as the Security Device Manager and Access Control Server make the three A&#8217;s, Authentication, Authorization, and Accounting, even easier to setup and maintain giving organizations of alls sizes the features necessary for basic to advanced security for those who need to meet compliance requirements.</p>
<p>While each of the above topics could be discussed in depth, and will in future articles, we hope the preceding has prompted you to consider your current and future networking investments in a broader light and to consider Cisco equipment as the right choice. As an IT professional I can vouch there&#8217;s a lot more cost to a network then the purchase price and those bargain basement routers and switches are in fact a very expensive choice!</p>
<p>This article is part 1 of a 2 part series: Part 2 is at <a href="http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study">Cisco for Small Businesses-An Example Network Case Study</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
