• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

routers

watts3000

Senior member
I have a question about how routers a setup I'm wondering do routers have to be programmed for example if you are using a cable/dsl internet connection I'm assuming the router wll be programmed for cable/dsl can a router be programmed for any protocal for example if someone bought a cisci router could it be programmed for cable or dsl also if you guys know any web links that explain how routers are configured I would appreciate if you would list them
 


<< Bump for your amazing sentence structure. BTW, what's a "cisci" router? >>



ROFL!!! Thanks Russ, I needed a good laugh. 🙂
 
Some times people are in too much of a hurry to spill out their thoughts, or either that their keyboards are of the non-ergonomical type. Meaning that there is a possiblity of purchase for keyboards made in China for less than 10 smackers with the keys soo close together....for the "Power User" on the go, go now!! Or his hands are much too big for the keyboard... j/k.

Could have told him to go to Cisco Systems

Or for some books of technical nature:

BookPool

Or better yet:

Ask Jeeves!

There are better answers than sarcasm............well sometimes....
 
Not only that...

I would have asked him why make it so complicated, get a Linksys 10/100 Combo Router at and go to their website.




If a person spells bad big deal...if a person smells bad....get the **ck away from me!!



Humor is much more important in uncertain "serious" times
 
to a router, a wan link is a wan link, whether it be cable/dsl/isdn , whatever .. most of those home routers, like linksys, have simple software and can be configured through a web browser .. cisco routers have an OS , internetworking os (IOS) .. IOS allows "cisco people" to play "elite h4x0r" in front of their friends because of the command line interface .. anyway here's a link, a simple explanation to how routers work ..
http://www.howstuffworks.com/router.htm

once you understand that, then might want to check out cisco's docs .. also check out optimized.com ..

-neural
 
lol russ....
USE PERIODS TO END YOUR SENTENCES 😛

hoahoehaoehoaheoah obviously cisci = cisco (have a look at ur keyboard sometime......saracasm noted 🙂 )
 
A router is a a router irrespective of size or cost. It's a box designed to take a packet in on an interface and forward it out of the appropriate interface towards its destination.

Configuring (rather than programming) a router is not difficult. The difficult part is understanding exactly what you want the router to do. In simple terms making a router work for you involves doing the following.

1. Identify the interfaces you want to use.
2. Identify the protocols you want to use.
3. For each protocol configure an appropriate address on each identified interface.
4. Chose your method for updating routing information within each protocol.
5. Configure the methods of updating routing information.


There are many other things that routers can do, and there are different methods of making them do it. IOS is popular because there are many cisco routers around and if you know IOS a router can be configured and got working VERY quickly. Other methods can be more cumbersome. For example Wellfleet routers (now Nortel) used to use a menu system. It was simple but it took a while to get anything done because you had to go up and down menus to configure each option. You could only go up or down one menu level at a time. They decided to get rid of this configuration method and moved to a bespoke GUI. This would have been quicker except that the GUI program you used had to match the version of the code on the router. Wellfleet said that the latest versions were backwards compatible, in the field this was a lie. Thus on your PC or UNIX workstation you needed 4/5 or 6 different versions of the GUI config program, finding the right one took time and then praying for it to work properly increased the time to complete the task.

3Com had a command line and a menu system. The menus didn't allow for access to all configuration options and the command line made Swaheli look comprehensible to someone who only understands English.

Web servers in routers are a pain. Are they secure? Do they give you access to all configuration options? How much CPU do they use up?

Almost all of the router jockeys I know prefer to use the CLI. It's quicker to configure. It gives you faster access to the information you want to see when you're troubleshooting and nowadays it's becoming more consistent.

IOS look-a-like CLI's are being used by many manufacturers now. The only big dissenter is Juniper and they get away with it by having something which is MUCH better than IOS and thus worth learning.

Sorry to ramble on.
 
Back
Top