<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>[Config] Fun with Cisco 1720 WIC-1ADSL, WIC-1ENET and Cisco PIX in Cisco</title>
<link>http://www.dslreports.com/forum/r19250833</link>
<description></description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 15:30:34 EDT</pubDate>
<lastBuildDate>Wed, 03 Dec 2008 15:30:34 EDT</lastBuildDate>

<item>
<title>Re: [Config] Fun with Cisco 1720 WIC-1ADSL, WIC-1ENET and Cisco</title>
<link>http://www.dslreports.com/forum/remark,19774609</link>
<description><![CDATA[<A HREF="/useremail/u/1494596"><b>jpeterson</b></A> : Okay, let's start out simple. Assume I only have one IP address I'm going to use, and that I am going to NAT everything at the 1720. I am able to get show int ATM0 to give me<br>ATM0 is up, line protocol is up<br>but I'm unable to pass traffic.<br><br>here is what I have:<br>interface ATM0<br> description Interface to Speakeasy DSL<br> ip address x.x.x.x 255.255.255.0<br> ip nat outside <br> no atm ilmi-keepalive<br> dsl operating-mode auto<br> dsl enable-training-log<br> no fair-queue<br> hold-queue 208 in<br>!<br>ip route 0.0.0.0 0.0.0.0 x.x.x.1<br>end<br><br>Speakeasy provided me with the following when I asked them for help:<br>Line Encoding: G.DMT<br>Data Mode: RFC1483 Bridged<br>VPI: 0<br>VCI: 35<br>ATM Service Type: UBR<br>PCR (Peak Cell Rate): 2500<br>Encapsulation Type: LLC/SNAP]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,19774609</guid>
<pubDate>Thu, 10 Jan 2008 12:41:18 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Fun with Cisco 1720 WIC-1ADSL, WIC-1ENET and Cisco</title>
<link>http://www.dslreports.com/forum/remark,19719993</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Look for Routed Bridged Encapsulation (RBE) in the Cisco documentation.  It shows a couple of different ways of setting this up (using BVI or using atm route-bridged ip).]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,19719993</guid>
<pubDate>Tue, 01 Jan 2008 17:03:48 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Fun with Cisco 1720 WIC-1ADSL, WIC-1ENET and Cisco</title>
<link>http://www.dslreports.com/forum/remark,19715828</link>
<description><![CDATA[<A HREF="/useremail/u/459944"><b>ieee1394</b></A> : Around here, Covad is using ADSL2. I don't believe the WIC-1ADSL card will work with ADSL2. For that you need the HWIC-1ADSL. Unless someone can enlighten us with some practical experience on using the ADSL2/WIC-1ADSL combination...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,19715828</guid>
<pubDate>Mon, 31 Dec 2007 19:33:28 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Fun with Cisco 1720 WIC-1ADSL, WIC-1ENET and Cisco</title>
<link>http://www.dslreports.com/forum/remark,19253953</link>
<description><![CDATA[<A HREF="/useremail/u/1494596"><b>jpeterson</b></A> : Thanks for the responses, I will try these things later today.  I have four sequential IP addresses.<br>Oh and I had another thought, <br>1720 -> ETH0 -> PIX/Router/Public network<br>1720 -> ETH1 -> Local NAT -> Linksys WAP]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,19253953</guid>
<pubDate>Sun, 14 Oct 2007 12:09:10 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Fun with Cisco 1720 WIC-1ADSL, WIC-1ENET and Cisco</title>
<link>http://www.dslreports.com/forum/remark,19252895</link>
<description><![CDATA[<A HREF="/useremail/u/1028837"><b>tildeleb</b></A> : I have a 3620 with a WIC-1ADSL working with SE. It should be no problem.<br><br>Q. How many IP addresses do you have. Are they contiguous?<br><br>You have to think about how you carve up the address space. I have a /29 and I assign the first address to the router and the second address is used for NAT. I use other pairs of addresses for point to point links from an NM-4E. There are probably better ways to do this. I should trunk to my switch, but I digress.<br><br>Try something like:<br><textarea name="code" class="text" cols=50 rows=10>interface ATM0/0&#012; no ip address&#012; no atm ilmi-keepalive&#012; dsl operating-mode auto&#012; dsl enable-training-log&#012;!&#012;interface ATM0/0.1 point-to-point&#012; description interface to Speakeasy DSL /29&#012; ip address ww.xx.yy.zz 255.255.255.254&#012; no ip redirects&#012; no ip unreachables&#012; ip nat outside&#012; atm route-bridged ip&#012; pvc 0/35 &#012;  encapsulation aal5snap&#012; !&#012;</textarea><!--end code block--><br>to get started.<br><br><small>--<br>~leb</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,19252895</guid>
<pubDate>Sun, 14 Oct 2007 04:15:24 EDT</pubDate>
</item>

<item>
<title>Re: [Config] Fun with Cisco 1720 WIC-1ADSL, WIC-1ENET and Cisco</title>
<link>http://www.dslreports.com/forum/remark,19251377</link>
<description><![CDATA[<A HREF="/useremail/u/660498"><b>TomS_</b></A> : The following forum FAQ outlines what is required to configure a bridged connection.<br><br>You may need to statically assign the IP address to your router if it isnt assigned via DHCP, in which case simple enter "ip address x.x.x.x y.y.y.y" in the BVI interface.<br><br>&raquo;<A HREF="/faq/cisco">Cisco Forum FAQ</A> &raquo;<A HREF="/faq/cisco/50.1_PPPoE_PPPoA_DHCP#13865">Configure router with integrated ADSL modem as DHCP client</A><br><br>If you run into any difficulties, post a copy of your config (minus passwords) and we'll see what we can do to help you out.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,19251377</guid>
<pubDate>Sat, 13 Oct 2007 20:56:14 EDT</pubDate>
</item>

<item>
<title>[Config] Fun with Cisco 1720 WIC-1ADSL, WIC-1ENET and Cisco PIX</title>
<link>http://www.dslreports.com/forum/remark,19250833</link>
<description><![CDATA[<A HREF="/useremail/u/1494596"><b>jpeterson</b></A> : I'm a (Covad) Speakeasy ADSL customer and I wish to use my Cisco 1720 router on the circuit.  I have four static IPs provided by SpeakEasy. Below is the general topology I'm wanting to achieve.<br>SLAN = Extended work LAN via PIX VPN w/laptop and VOIP phone.<br>WRT54GS = Linksys router for internet and wifi.<br>SERVER = Internet facing (public IP) web/mail/ftp server.<br><br><textarea name="code" class="text" cols=50 rows=10>DSL-&gt; WIC-1ADSL-&gt; Cisco 1720-&gt; ETH0-&gt; C1924  -&gt; Pix 501-&gt; SLAN&#012;                                             -&gt; WRT54GS-&gt; LAN&#012;                                             -&gt; SERVER&#012;                                             -&gt; (OPEN)&#012;                            -&gt; ETH1-&gt; (OPEN)&#012;</textarea><!--end code block--><br>That's basically it, I'm just not sure how to accomplish the following points:<br>* ADSL config.. <br>  Speakeasy says they don't officially support using anything but their DSL adapter, so they won't help beyond giving me the following info about my circuit:<br>Line Encoding: G.DMT<br>Data Mode: RFC1483 Bridged<br>VPI: 0<br>VCI: 35<br>ATM Service Type: UBR<br>PCR (Peak Cell Rate): 2500<br>Encapsulation Type: LLC/SNAP<br>* IP bridging..<br>  Basically I don't think the Cisco will get one of the public IP addresses, or will it? as I understand they aren't actually routed to me so I won't be using my router as a gateway or anything like I would have when I had an ADSL with an actual routed block.<br><br>Any assistance would be fantastic!  I did see a few posts from a long time ago but they weren't incredibly helpful as there didn't seem to be a "this finally worked" closing to either of them.<br><br>Thanks!<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,19250833</guid>
<pubDate>Sat, 13 Oct 2007 19:11:44 EDT</pubDate>
</item>

</channel>
</rss>
