What new cisco router replaced the 26xx series
What new Cisco Routers replaced the 29xx series? Looking at getting a 1841, but i am not sure if this will be enough for my network of 50 -80 users with 2 T1s.
thanks
thanks
Arrakis
Comments
-
dynamik Banned Posts: 12,312 ■■■■■■■■■□You mean 2600s? The 2900s are the switches. I'm not familiar with the ISRs, but I believe the 2800 series are the next step up from the 2600s.
-
scheistermeister Member Posts: 748 ■□□□□□□□□□Depending on needs 1800-2800Give a man fire and he'll be warm for a day. Set a man on fire and he'll be warm for the rest of his life.
-
datchcha Member Posts: 265scheistermeister wrote:Depending on needs 1800-2800
thank youArrakis -
tiersten Member Posts: 4,505No. The 1841 is only rated for E1/T1 speeds. It will do more but thats just if its doing basic NAT + routing. Turn on IPS or anything else and it'll drop like a stone. The 2800 ISRs can all cope with multiple E1/T1s.
If you actually want the router to do voice then you have to get a 2800 series. 1800 doesn't support voice. If you want all 80 users then you'll need the 2851 at a minimum handle that many. -
datchcha Member Posts: 265tiersten wrote:No. The 1841 is only rated for E1/T1 speeds. It will do more but thats just if its doing basic NAT + routing. Turn on IPS or anything else and it'll drop like a stone. The 2800 ISRs can all cope with multiple E1/T1s.
If you actually want the router to do voice then you have to get a 2800 series. 1800 doesn't support voice. If you want all 80 users then you'll need the 2851 at a minimum handle that many.
can you offer and pointers?
thank youArrakis -
keenon Member Posts: 1,922 ■■■■□□□□□□take the 2800 router and keep it moving. the 2811 can handle up to 1gb flash and 768mb ramBecome the stainless steel sharp knife in a drawer full of rusty spoons
-
datchcha Member Posts: 265I am looking at the 2801 at this point, and i will add 2x WIC-1DSU-T1-V2 cards, so i can load balance between two different ISPs. Is this a good solution for my implentation? I am upgrading from a 2500 series with a stand alone DSU/CSU, so anythign is big upgrade.Arrakis
-
dtlokee Member Posts: 2,378 ■■■■□□□□□□How do you plan to load balance? Two static routes? If you are planning on using BGP then the 2800's may not be enough.The only easy day was yesterday!
-
datchcha Member Posts: 265dtlokee wrote:How do you plan to load balance? Two static routes? If you are planning on using BGP then the 2800's may not be enough.Arrakis
-
rbutturini Member Posts: 123I do know of one of our clients that use EIGRP over frame and it works really well. It's not terribly resouce intensive on the router either. That's the route I would go.
-
datchcha Member Posts: 265rbutturini wrote:I do know of one of our clients that use EIGRP over frame and it works really well. It's not terribly resouce intensive on the router either. That's the route I would go.Arrakis
-
networker050184 Mod Posts: 11,962 ModIs this a multisite implementation?
If not you are not going to need an IGP over the WAN. You could just use static routes, but if you want granularity and best routing you will need the BGP.An expert is a man who has made all the mistakes which can be made. -
datchcha Member Posts: 265networker050184 wrote:Is this a multisite implementation?
If not you are not going to need an IGP over the WAN. You could just use static routes, but if you want granularity and best routing you will need the BGP.
Static routes would work, but don't i lose the ability for redundency? I am only guessing i do not know. Because a while back i remember reading somethign about redundecy on static routes, and that i would have to get the ISP to allow ICMP packets to respond back. I could be wrong...
thank youArrakis -
dtlokee Member Posts: 2,378 ■■■■□□□□□□You can use static routes and rely on the line protocol state to determine if the route should be in the routing table, or you can also tie a ip sla configuration to the static route that will ping the other side and remove the route from the table if the pings fail.The only easy day was yesterday!
-
datchcha Member Posts: 265dtlokee wrote:You can use static routes and rely on the line protocol state to determine if the route should be in the routing table, or you can also tie a ip sla configuration to the static route that will ping the other side and remove the route from the table if the pings fail.Arrakis
-
networker050184 Mod Posts: 11,962 ModJust make a static route to the interface. This will remove the route if the interface goes down.An expert is a man who has made all the mistakes which can be made.
-
datchcha Member Posts: 265networker050184 wrote:Just make a static route to the interface. This will remove the route if the interface goes down.Arrakis
-
dtlokee Member Posts: 2,378 ■■■■□□□□□□well there is more to it than just throwing in some static routes, you will need to configure policy nat so the router will translate your inside addresses to the correct address provided by your ISP. You will not want to use per packet load sharing as this will lead to packets being distributed over the two links even though they are part of the same flow.
Like networker said, if you create static default routes to the frame-relay point to point sub interfaces, they will be removed when the interface drops.The only easy day was yesterday!