<?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>Evolution Systems &#187; Cisco</title>
	<atom:link href="http://evolution-systems.co.uk/tag/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 08 Aug 2025 09:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Cisco 2600 With WIC1 ADSL Configuration</title>
		<link>http://evolution-systems.co.uk/2009/07/01/cisco-2600-with-wic1-adsl-configuration-2/</link>
		<comments>http://evolution-systems.co.uk/2009/07/01/cisco-2600-with-wic1-adsl-configuration-2/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 16:33:40 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Config]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=476</guid>
		<description><![CDATA[I have just configured a Cisco 2600XM with a WIC1 ADSL card to connect to a UK ADSL provider (Virgin). This config should be pretty standard and I have used a similar one a few times before so I am posting it as a reference others and myself in the future. I am leaving out [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I have just configured a Cisco 2600XM with a WIC1 ADSL card to connect to a UK ADSL provider (Virgin). This config should be pretty standard and I have used a similar one a few times before so I am posting it as a reference others and myself in the future. I am leaving out the specifics of the internal network such as the FastEthernet config and DHCP as these are separate issues really. This is just a focus on the ADSL side of things.</p>
<p>The first interface you need to configure is the ATM interface as shown in the code below.</p>
<p><code>interface ATM0/0<br /> no ip address<br /> no ip mroute-cache<br /> no atm ilmi-keepalive<br /> pvc 0/38<br />  encapsulation aal5mux ppp dialer<br />  dialer pool-member 1<br /> !<br /> dsl operating-mode auto<br /> hold-queue 224 in<br />
</code><br />
Now you need to configure your Dialer interface to authenticate and communicate with your ISP as follows:</p>
<p><code>interface Dialer0<br /> ip address negotiated<br /> ip nat outside<br /> encapsulation ppp<br /> dialer pool 1<br /> dialer-group 1<br /> ppp authentication chap callin<br /> ppp chap hostname <username><br /> ppp chap password 0
<password>
</code><br />
Obviously in the above example <username> and
<password> need to be replaced with your actual username and password from your ISP.</p>
<p>This should allow your ADSL card to create a connection with your ISP and now you just need to configure your internal networks, easy peasy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2009/07/01/cisco-2600-with-wic1-adsl-configuration-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
