<?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>SysAdmin Valley &#187; T1</title>
	<atom:link href="http://www.sysadminvalley.com/tag/t1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sysadminvalley.com</link>
	<description>I might as well write this stuff down so I remember it tomorrow</description>
	<lastBuildDate>Wed, 25 Jan 2012 15:06:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Basic Configuration for a Cisco 2621 part 2</title>
		<link>http://www.sysadminvalley.com/2010/03/23/basic-configuration-for-a-cisco-2621-part-2/</link>
		<comments>http://www.sysadminvalley.com/2010/03/23/basic-configuration-for-a-cisco-2621-part-2/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 13:09:35 +0000</pubDate>
		<dc:creator>mshields</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[point to point]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[T1]]></category>

		<guid isPermaLink="false">http://www.sysadminvalley.com/?p=209</guid>
		<description><![CDATA[Here&#8217;s a sample config you might use for a Cisco 2600 router for a point to point T1. The Cisco would need to have a built in CSU/DSU for this configuration. Router#sh run Building configuration... Current configuration : 1158 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a sample config you might use for a <a target="_blank" href="http://www.beantownsoftware.com/shop/search.html?keyword=cisco">Cisco</a> 2600 router for a  point to point T1.  The <a target="_blank" href="http://www.beantownsoftware.com/shop/search.html?keyword=cisco">Cisco</a> would need to have a built in CSU/DSU for  this configuration.</p>
<blockquote>
<pre dir="ltr">Router#sh run
Building configuration...

Current configuration : 1158 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no aaa new-model
ip subnet-zero
!
ip cef
!
interface FastEthernet0/0
 no ip address
 shutdown
!
interface Serial0/0
 description outside interface
 ip address 100.100.100.1 255.255.255.252
 no ip directed-broadcast
 service-module t1 timeslots 1-24
 set cdp disable
 no shutdown
 no fair-queue
!
interface FastEthernet0/1
 description inside interface
 ip address 200.200.200.1 255.255.255.0
 speed 100
 full-duplex
!
ip default-gateway 100.100.100.2
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 100.100.100.2
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadminvalley.com/2010/03/23/basic-configuration-for-a-cisco-2621-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

