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

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

<channel>
<title>Re: 2610 Cisco / WIC 1ENET Issues in Cisco</title>
<link>http://www.dslreports.com/forum/r14392030</link>
<description></description>
<language>en</language>
<pubDate>Sat, 28 Nov 2009 00:29:19 EDT</pubDate>
<lastBuildDate>Sat, 28 Nov 2009 00:29:19 EDT</lastBuildDate>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14452984</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : The image should work :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14452984</guid>
<pubDate>Tue, 27 Sep 2005 11:55:24 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14446951</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : With the IOS I just listed would I be able to use a nm-1fe card?  I'm looking on fleebay now:)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14446951</guid>
<pubDate>Mon, 26 Sep 2005 16:00:37 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14446922</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : Yep I have the latest IP FW/VPN/3DES/IDS PLUS IOS.  I just need to get another Ethernet port and I should be ready for testing:D  Thanks!!  I will keep ya posted:)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14446922</guid>
<pubDate>Mon, 26 Sep 2005 15:57:25 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14446074</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : FYI, the router need to run IOS image that support FW (Firewall) and VPN to make it work. As example, the image filename should be IP FW/VPN/3DES/IDS PLUS.<br><br>When the VPN requirement is higher, you can always install the VPN module.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14446074</guid>
<pubDate>Mon, 26 Sep 2005 13:48:45 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14429686</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : Besides using the router as a intervlan router I want to use it as my firewall / vpn concentrator.  I know it seems like a bit much but it's a home network with only two users connecting to it.  So I will attempt to find a NM-1FE-TX card on e-bay and buy it:D  If you know of anyone that has one for sale let me know.<br><br>Thanks Again,<br><br>BiG]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14429686</guid>
<pubDate>Fri, 23 Sep 2005 18:50:09 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14397218</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : Thanks for the feedback it's all a big learning process when I get some time in the next few weeks I will test it out and keep you posted:D<br><br>Thanks Again,<br><br>BiG]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14397218</guid>
<pubDate>Mon, 19 Sep 2005 13:59:17 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14394133</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : bigdogg2,<br><br>Doing trunking on interface Ethernet follows the same logical procedure as doing trunking on interface Fast Ethernet:<br><br>* You DO NOT set network segment under the "main interface"; only under the sub interfaces.<br><br>* If you wish the router handles the native VLAN, you should set a sub interface as native VLAN interface administrator.<br><br>Illustration as follow:<br><br>interface Ethernet0/0<br>description Trunk Internal Network<br>no ip address<br>!<br>interface Ethernet0/0.1<br>description Native VLAN<br>encapsulation dot1q 1 native<br>ip address 10.0.1.1 255.255.255.0<br>!<br>interface Ethernet0/0.5<br>description VLAN 5<br>encapsulation dot1q 5<br>ip address 10.35.1.1 255.255.255.0 !! Note: subnet 255.255.250.0 is invalid !!<br>!<br>interface Ethernet0/0.6<br>description VLAN 6<br>encapsulation dot1Q 6<br>ip address 10.34.1.1 255.255.248.0<br>!<br>interface Ethernet0/0.7<br>description VLAN 7<br>encapsulation dot1Q 7<br>ip address 10.60.1.1 255.255.255.0<br><br>Does the dot1q trunking work on Dell switches? If the switches support such dot1q trunking (which is the industry standard), then the configuration should work. However it is always fun to experiment :D<br><br>As to the following static routes:<br>ip route 10.35.0.0 255.255.255.0 10.255.255.2 permanent<br>ip route 10.34.0.0 255.255.248.0 10.255.1.2 permanent<br>ip route 10.60.0.0 255.255.255.0 10.255.255.2 permanent<br><br>they are improper since the network segments (10.35.0.0/24, 10.34.0.0/22, and 10.60.0.0/24) are directly-connected networks. In short, never set such routes for directly-connected networks.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14394133</guid>
<pubDate>Mon, 19 Sep 2005 00:09:09 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14392030</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : aryoba,<br><br>So I could do something like this for Ethernet 0/0:<br><br>interface Loopback0<br> ip address 10.255.255.10 255.255.255.255<br>!<br>interface FastEthernet0/0<br> description Trunk Internal Network<br> ip address 10.0.1.1 255.255.255.0<br> speed 100<br> full-duplex<br>!<br>interface FastEthernet0/0.5<br> encapsulation dot1Q 5<br> ip address 10.35.1.1 255.255.250.0<br> ip helper-address 10.33.1.18<br>!<br>interface FastEthernet0/0.6<br> encapsulation dot1Q 6<br> ip address 10.34.1.1 255.255.248.0<br>!<br>interface FastEthernet0/0.7<br> encapsulation dot1Q 7<br> ip address 10.60.1.1 255.255.255.0<br> no snmp trap link-status<br><br>ip route 10.35.0.0 255.255.250.0 10.255.255.2 permanent<br>ip route 10.34.0.0 255.255.248.0 10.255.1.2 permanent<br>ip route 10.60.0.0 255.255.255.0 10.255.255.2 permanent<br><br>I'm very new as I say in all my posts but I want to see if I'm on the right track?  I'm not sure if this will work with my Dell 3024 manageable switch.  I don't have a ton of traffic so the 10mb interface shouldn't matter.    <br><br>Let me know if this makes any sense:-)<br><br>Thanks,<br>BiG<br><br>PS<br><br>I guess I can use ACL's between the subnet's to control certain traffic?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14392030</guid>
<pubDate>Sun, 18 Sep 2005 18:02:39 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14354445</link>
<description><![CDATA[<A HREF="/useremail/u/241784"><b>tomkb</b></A> : Didn't know that!  thanks.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14354445</guid>
<pubDate>Tue, 13 Sep 2005 13:25:48 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14354191</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : tomkb:<br>"The 2610 will not accept the nm-1fe either"<br><br>Comment:<br>Yes and no. No according to Cisco. However yes in reality with proper IOS image.<br><br>FYI, even 2610 can take NM-1A-OC3MMF! :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14354191</guid>
<pubDate>Tue, 13 Sep 2005 12:54:02 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14353702</link>
<description><![CDATA[<A HREF="/useremail/u/241784"><b>tomkb</b></A> : fyi, the nm-1e is not fast ethernet.  The 2610 will not accept the nm-1fe either.<br><br>Best bet might be to get a used 2621.<br><br>In any event, I have a nm-1e I was going to put on ebay, IM me if you are interested in buying.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14353702</guid>
<pubDate>Tue, 13 Sep 2005 11:40:59 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14352955</link>
<description><![CDATA[<A HREF="/useremail/u/676954"><b>aryoba</b></A> : If you wish, you can use the onboard Ethernet 0/0 port of the 2610 to do inter-VLAN routing and trunking. Yes, a 10 MBps interface of a router can do inter-VLAN routing and trunking (with some limitation of course).<br><br>I have a 2610 run IOS image of IP FW/VPN/3DES/IDS PLUS version 12.3.12a that is currently setup for inter-VLAN routing and trunking with dot1q encapsulation, using the onboard Ethernet 0/0 port.<br><br>However if you still wish to get another Ethernet module for the 2610, get NM-1FE-TX. You should be able to find one from ebay.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14352955</guid>
<pubDate>Tue, 13 Sep 2005 09:39:39 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14352592</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : Thanks for the link!  I guess I will try to sell my serial card and then buy one with an ethernet port:\<br><br>I do have a Cisco 806 router loaded with the newest IOS that I'm currently using.  I wanted the 2610 so I can create vlans with my dell switch atleast this is the method behind my madness!  The current modem I'm using is Paradyne and I have a crossover cable going over to my 806 router/firewall.  So this does not have a serial interface:(  So I guess I'm stuck buying a ethernet card for the router.  Any more suggestions would be great!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14352592</guid>
<pubDate>Tue, 13 Sep 2005 08:19:54 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14352495</link>
<description><![CDATA[<A HREF="/useremail/u/936505"><b>csalazarv</b></A> : the only thing I can think of is to attach ANOTHER router that has an ethernet port using a crossover cable (back to back serial connection)<br><br>one of the routers would be connected to the SDSL modem via its ethernet port and the other one would be going to the switch of your lan<br><br>other posibility is that the CSU/DSU of SDSL actually uses a serial port, in here SDSLs have a v35 interface so the router you would use actually needs one serial and one ethernet port, but I have no clue what kind of CSU/DSU is used over there by your provider]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14352495</guid>
<pubDate>Tue, 13 Sep 2005 07:45:43 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14350570</link>
<description><![CDATA[<A HREF="/useremail/u/529908"><b>Oxygen</b></A> : &raquo;<A HREF="http://search.ebay.com/nm-1e_W0QQfromZR8QQfsooZ2QQfsopZ3QQsatitleZnmQ2d1e" >search.ebay.com/nm-1e_W0QQfromZR&middot;&middot;&middot;ZnmQ2d1e</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14350570</guid>
<pubDate>Mon, 12 Sep 2005 21:52:47 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14350388</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : Besides using the cards above can I use my existing hardware at all?<br><br>I have one integrated Ethernet port and a 4A/S card but I want to use this router with a SDSL line.  Is there any piece of hardware I can attach to the serial line to act as an Ethernet port?  Or is this very far fetched?<br><br>If not I will buy one the above cards do you have a link for the guy on ebay?<br><br>Thanks,<br><br>-BiG]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14350388</guid>
<pubDate>Mon, 12 Sep 2005 21:30:09 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14336749</link>
<description><![CDATA[<A HREF="/useremail/u/936505"><b>csalazarv</b></A> : look on ebay, there is a guy in hong kong that sells nm-4e, I am not promoting the guy but I have bought several from him and he is reliable.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14336749</guid>
<pubDate>Sat, 10 Sep 2005 20:38:30 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14336303</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : Thanks for the quick response!  I will sell my serial card because for right now I just need ethernet ports....<br><br>Thanks Again,<br><br>BiG]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14336303</guid>
<pubDate>Sat, 10 Sep 2005 19:16:12 EDT</pubDate>
</item>

<item>
<title>Re: 2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14336131</link>
<description><![CDATA[<A HREF="/useremail/u/936505"><b>csalazarv</b></A> : unfortunately (and I made the same mistake......) the wic-1enet is NOT for the 2600 series, its for the 1700 <br><br>if you want to add ethernet ports you need to get either a nm-1e or a nm-4e]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14336131</guid>
<pubDate>Sat, 10 Sep 2005 18:42:17 EDT</pubDate>
</item>

<item>
<title>2610 Cisco / WIC 1ENET Issues</title>
<link>http://www.dslreports.com/forum/remark,14336130</link>
<description><![CDATA[<A HREF="/useremail/u/1056128"><b>bigdogg2</b></A> : I finally maxed out the memory in my 2610 Router and got the newest IOS loaded but I still can't see the WIC 1 ENET card that I have installed in the slot.  I did a <B>sh int</B> with no luck I just see the following:<br><br>Ethernet0/0 is up, line protocol is down <br>Serial1/0 is administratively down, line protocol is down<br>Serial1/1 is administratively down, line protocol is down<br>Serial1/2 is administratively down, line protocol is down<br>Serial1/3 is administratively down, line protocol is down<br><br>But it does not show the Ethernet card that I inserted in the router?  I'm I trying to use the wrong card?<br><br>Thanks,<br><br>BiG]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,14336130</guid>
<pubDate>Sat, 10 Sep 2005 18:40:10 EDT</pubDate>
</item>

</channel>
</rss>
