I think you would probably be better off getting something else. Like Wybenormal said, Ethernet modules are not cheap and you can get a cheap broadband router for under $100.
Use the "session-timeout" command under the line configuration. The following will allow for a 10 minute timeout:
line vty 0 4
session-timeout 10
Knowing what errors you are getting may help a bit.
Have you done any Spantree configuration to set which switch is root etc? If the 4000 is the central switch, you may want to adjust the priority of the 4000 down to a real small number (like 10) for each VLAN to ensure that it becomes the root.
Yes.
Routers have nothing to do with multicasting other than the fact that they can be "multicast aware" and assist in limiting or extending the scope of a particular multicast group.
The 1605R has 2 10BaseT Ethernet ports and a single WIC slot. It comes with 4Mb of Flash and 8Mb of RAM by default.
The 1720 has a single 10/100 Ethernet port and 2 WIC slots. It comes with 8Mb of flash and 32Mb of RAM by default.
Those should be your primary differences. Hope that helps.
Typically when you have a backup solution in place, it is not to keep things up at full speed, but to not let critical traffic fail. Putting in fully redundant links at full speed is usually not an economical option.
Sometimes DSL can be used, but often that is public traffic unless your...
Are you just trying to start it up with no configuration? if so, just remove the startup config - be careful though - once you do this it will be permanently be wiped..
Just do an "erase start" and reboot.
Can you define "crashes"? That's awfully ambiguous. 20 minutes is the default MAC table timeout for most switches - so possibly you are having an issue there?
Anyway, to be able to troubleshoot something like this there would need to be a lot more info provided as to the design of...
Are you trying to redirect the enable authentiaction to TACACS?
If so, that would be:
aaa authen enable default group tac enable
This will make it go to TACACS+ first and if it can't reach the server it will use the local enable password.
It is extremely dependant on the carrier and the level of performance that you get out of them. It also depends highly on the "slowness" you speak of and the application(s) experiencing the issues. Some carriers are very undersubscribed, meaning they have more bandwidth than...
It's pretty simple - here's what we use:
line aux 0
modem InOut
modem autoconfigure discovery
transport input all
speed 115200
Other than that, you'll just need a straight-through cable and a DB25 connector.
It may be that when you pulled the 2600 and added the address to the 7206 (secondary address I assume) that the Bay needed to have its arp cache cleared. You may want to try again if you can get the owner to wipe the arp cache (or tell them to reboot it if that's a possibility).
Sounds like the Bay is pointing to the 2600's IP address for those particular networks rather than to the 7206's. Have you checked the route table on the Bay to ensure it is correct? It should be pointing to the 7206's Ip address on f2/0 for the networks that are in trouble.
Source based...
Just out of curiosity, why do you keep focusing on the routing of the 7206? If it can get there from some interfaces, it can get there from all interfaces (unless source based routing is implemented which changes the whole story). However, if your pings aren't working from certain interfaces...
Considering the fact that you are a "newbie", I would say that you should shut down the interface rather than trying to delete anything. The "shutdown" command can be used on both physical and logical interfaces and will have the desired effect.
OK - if you are trying to block a certain IP from browsing and we'll say that interface e0 is the interface on the router. We'll also say that 192.168.1.100 is the user IP in question.
My list would look like this:
access-list 150 deny tcp host 192.168.1.100 any eq 80
access-list 150 permit...
Holy Cats!!! No offense to any of the previous people posting, but I have never seen so many people write an incorrect access list line. Pixboy is correct that the "host" keyword negates the need for a mask (and everybody that did write a mask in forgot to use reverse masking), but he...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.