<?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>Cisco Networking Answers &#187; cisco 3845</title>
	<atom:link href="http://cisco-network.com/tag/cisco-3845/feed/" rel="self" type="application/rss+xml" />
	<link>http://cisco-network.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 20:45:40 +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>BGP Configuration for Cisco Routers</title>
		<link>http://cisco-network.com/hands-on/bgp-configuration-for-cisco-routers/</link>
		<comments>http://cisco-network.com/hands-on/bgp-configuration-for-cisco-routers/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 20:21:46 +0000</pubDate>
		<dc:creator>MustafaAksu</dc:creator>
				<category><![CDATA[Hands-on]]></category>
		<category><![CDATA[bgp]]></category>
		<category><![CDATA[cisco 3845]]></category>
		<category><![CDATA[cisco router]]></category>

		<guid isPermaLink="false">http://cisco-network.com/hands-on/bgp-configuration-for-cisco-routers/</guid>
		<description><![CDATA[I want to show a basic BGP configuration for Internet access. In our case, we have two carriers (Sprint &#038; Level3) and we act as an enterprise company, which needs reliable Internet access. As a precondition we need an Autonomous System Number (ASN) and an IP address block assigned to us. We have to apply [...]]]></description>
			<content:encoded><![CDATA[<p>I want to show a basic BGP configuration for Internet access. In our case, we have two carriers (Sprint &#038; Level3) and we act as an enterprise company, which needs reliable Internet access.<br />
As a precondition we need an Autonomous System Number (ASN) and an IP address block assigned to us. We have to apply ARIN / RIPE / APNIC / LACNIC / AFRINIC for this purpose. We assume that we have 6767 as our AS number and 193.93.93.0/24 as our official IP block.<br />
<a href='http://cisco-network.com/wp-content/uploads/2007/10/bgp_configuration_sample.GIF' title='bgp_configuration_sample.GIF'><img src='http://cisco-network.com/wp-content/uploads/2007/10/bgp_configuration_sample.thumbnail.GIF' alt='bgp_configuration_sample.GIF' /></a></p>
<p>To show some different conditions, our connected Level3 router is also the BGP router, but Sprint BGP router has been located 3 hops away.</p>
<blockquote><p>! We are starting with router command with our ASN like EIGRP/OSPF configuration<br />
<strong>router bgp 6767</strong><br />
! We have one router in our case and we don’t need IGP / BGP synchronization it is default in newest IOSes<br />
 <strong>no synchronization</strong><br />
! To have some idea about our peering history we are recording events<br />
 <strong>bgp log-neighbor-changes</strong><br />
! We are announcing our network<br />
 <strong>network 193.93.93.0 </strong><br />
! Our first neighbor is Sprint, we have to define neighbor ASN<br />
 <strong>neighbor 122.22.33.1 remote-as 1239</strong><br />
! Descriptions are always helpful<br />
 <strong>neighbor 122.22.33.1 description Sprint </strong><br />
! Our bgp neighbor in Sprint 3 hops away<br />
 <strong>neighbor 122.22.33.1 ebgp-multihop 3</strong><br />
! Sprint will use our Loopback IP (193.93.94.1) for us as the neighbor<br />
 <strong>neighbor 122.22.33.1 update-source Loopback 0</strong><br />
! If we have enough memory, we can prevent BGP session resets on inbound updates<br />
 <strong>neighbor 122.22.33.1  soft-reconfiguration inbound</strong><br />
! We won’t announce any network other than ourselves<br />
 <strong>neighbor 122.22.33.1 filter-list 1 out</strong><br />
! Now the Level 3<br />
<strong> neighbor 111.11.11.1 remote-as 3356<br />
 neighbor 111.11.11.1 description LevelThree<br />
 neighbor 111.11.11.1 soft-reconfiguration inbound<br />
 neighbor 111.11.11.1 filter-list 1 out<br />
 no auto-summary</strong><br />
!<br />
! Sprint BGP bridgehead is not directly connected to our router<br />
! We must add necessary routing<br />
<strong>ip route 122.22.33.1 255.255.255.255 122.22.22.1</strong><br />
!<br />
! This filter means we are not announcing Sprint networks to Level3 or vice versa.<br />
<strong>ip as-path access-list 1 permit ^$</strong><br />
!</p></blockquote>
<p>In the end, if you are not on the middle of the Internet, BGP configuration is not a big issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://cisco-network.com/hands-on/bgp-configuration-for-cisco-routers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cisco 3845 Router Product Review</title>
		<link>http://cisco-network.com/product-reviews/cisco-3845-router-product-review/</link>
		<comments>http://cisco-network.com/product-reviews/cisco-3845-router-product-review/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 23:15:14 +0000</pubDate>
		<dc:creator>MustafaAksu</dc:creator>
				<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[cisco 3845]]></category>
		<category><![CDATA[cisco router]]></category>
		<category><![CDATA[product review]]></category>

		<guid isPermaLink="false">http://cisco-network.com/product-reviews/cisco-3845-router-product-review/</guid>
		<description><![CDATA[Overview The first impression of Cisco 3845 router on me was that I felt it is too heavy.So, do not try to install it to rack alone. It has two internal power supplies (one by default). Don’t forget to order the redundant one, if you plan to run it for critical business. The LAN connection [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Overview</strong><br />
The first impression of Cisco 3845 router on me was that I felt it is too heavy.So, do not try to install it to rack alone. It has two internal power supplies (one by default). Don’t forget to order the redundant one, if you plan to run it for critical business. </p>
<p>The LAN connection is also redundant with two build-in Gigabit Ethernet interfaces. The good thing the GE 0/0 interface has SFP option. You can reach the far LAN Edge points on a Campus LAN. Another alternative is to use it for Metro Ethernet. </p>
<p>High capacity memory is another powerful feature of this router when compared with 2700 series routers. This router comes with 256 MB memory and you can upgrade it up to 1 GB. This really costs too much if you use original Cisco memory, but OEM alternatives exists in the market.</p>
<p>There is one integrated Virtual Private Network (VPN) Module. This module is added for the performance of encryption and not mandatory for VPN, but as Cisco says, it increases the speed 10 times. I did not use VPN on this router, but it looks capable of handling higher loads. </p>
<p>There are 4 HWIC slots and 4 NM slots. It has almost every kind of modules (Etherswitch, wireless controller, ATM, T1/E1, NAM !!! ,FXS,FXO etc.)</p>
<p><strong>My Experience</strong><br />
I use one of these routers for the Internet access with Advanced Enterprise IOS. BGP running on it with full table, cef enabled, Reflexive IP access list exist on the router. I also use it as a router firewall (Security guys call it as choke point). The CPU utilization is just about %2 &#8211; 3. I have to accept that this router was a bit oversized for my needs. I could have saved $3,500 (from list prices) if I use Cisco 3825 router. </p>
<p>You have to ask below mentioned questions before decide to buy a Cisco 3845 Integrated Services Router.<br />
-	Do I need more than 256 MB memory?<br />
-	Do I have several voice clients?<br />
-	How much concurrent VPN connection is expected?<br />
-	Do I need speeds like E3/T3?<br />
-	Do I need different kind of functionalities on one router (e.g. Wireless, ATM, Etherswitch ports)?<br />
It is waste to invest money unless your answers for more than two questions are in affirmative.</p>
]]></content:encoded>
			<wfw:commentRss>http://cisco-network.com/product-reviews/cisco-3845-router-product-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH @ Cisco</title>
		<link>http://cisco-network.com/hands-on/ssh-cisco/</link>
		<comments>http://cisco-network.com/hands-on/ssh-cisco/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 15:45:23 +0000</pubDate>
		<dc:creator>MustafaAksu</dc:creator>
				<category><![CDATA[Hands-on]]></category>
		<category><![CDATA[cisco 3845]]></category>
		<category><![CDATA[cisco router]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[ssh access]]></category>

		<guid isPermaLink="false">http://cisco-network.com/hands-on/ssh-cisco/</guid>
		<description><![CDATA[Recently, I had to swap the Internet router of my company. BGP and cef ate up the whole memory and it was not possible to upgrade the memory of Cisco 3725 router beyond 256MB. It was time to change it. I had a chance to install a new Cisco 3845 with 1GB memory. Everything was [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I had to swap the Internet router of my company. BGP and cef ate up the whole memory and it was not possible to upgrade the memory of Cisco 3725 router beyond 256MB. It was time to change it.</p>
<p>I had a chance to install a new Cisco 3845 with 1GB memory. Everything was fine except SSH access that I needed because of security policy. I searched the web and found <a target="_blank" href="http://www.cisco.com/warp/public/707/ssh.shtml">“Configuring Secure Shell on Routers and Switches Running Cisco IOS”</a> document on Cisco web site. It was a little bit different than current one. I made a configuration as explained, but it was not good enough and access to the router via SSH was not possible.</p>
<p>About one week later, I realized that </p>
<ul>
<li>SSH only supports authentication with username/password, but it does not support just access password like telnet </li>
<li>So, I had to create a user and set a password with username command</li>
<li>I had to enable aaa new-model OR issue login local command under line vty for username/password authentication. </li>
<li> Also a hostname and a domain name were required to generate the keys, since router uses its FQDN as the label of the key pair.</li>
<li>SSH is enabled by default and I do not need to enable it myself. </li>
</ul>
<p>Necessary steps to enable SSH are mentioned below.</p>
<p>PRECONDITION: You need a K9 IOS (newer than 12.1) to enable SSH. Catalyst 2900 Series switches do not support SSH.</p>
<blockquote><p>1) You MUST set a host name<br />
<strong><code>hostname ciscolab</code></strong></p>
<p>2) You MUST set a ip domain name<br />
<strong><code>ip domain-name mydomain.com</code></strong></p>
<p>3) You MUST enable aaa new-model OR set “login local” under vty configuration but not just “login”<br />
<strong><code>aaa new-model</code></strong></p>
<p>4) You MUST create a user<br />
<strong><code>username sshtest password 0 sshpass</code></strong></p>
<p>5) You MUST generate RSA keys<br />
<strong><code>crypto key generate rsa</code></strong></p>
<p>if you have RSA keys before you will receive a message, type yes<br />
<code>% You already have RSA keys defined named ciscolab.mydomain.com.<br />
% Do you really want to replace them? [yes/no]: <strong>yes</strong></code></p>
<p>it will ask for modulus size, 1024 is fine (it depends your security needs)<br />
<code>How many bits in the modulus [512]: <strong>1024</strong></code></p>
<p>6) You MUST set vty access method to all OR ssh (if you chose ssh telnet will be disabled)<br />
<strong><code>line vty 0 4<br />
&nbsp;&nbsp;transport input ssh</code></strong></p></blockquote>
<p>7) By using SecureCRT (licensed) or Putty (free), chose SSH1 (SSH in Putty) for the protocol enter hostname or IP address and click connect (Open in Putty). It will ask for username and password. Do not touch the other settings, you do not need them.</p>
<p>If you are able to access your device with SSH and still have some other questions please have a look at <a href="http://cisco-network.com/hands-on/advanced-ssh-settings-for-cisco-ios/">Advanced SSH settings for Cisco IOS </a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cisco-network.com/hands-on/ssh-cisco/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
