- Posts: 9
- Thank you received: 0
networking newbie need aid in router config
- kraziefeanie
- Topic Author
- Offline
- New Member
Less
More
19 years 3 months ago #9266
by kraziefeanie
networking newbie need aid in router config was created by kraziefeanie
Hello all,
I am totally new to the world of networking. Just started my postgrad studies and networking is one of the subject taken. just for practice i tried to use the packet tracer 3.2 tool to set up 2 pcs each connected to their own routers and routers connected to a switch. Somehow, I cannot get pass the router config due to errors shown below. Please please help as this is all alien to me.
% Invalid input detected at '^' marker.
tokyo(config)#?
Configure commands:
access-list Add an access list entry
cdp Global CDP configuration subcommands
end Exit from configure mode
exit Exit from configure mode
hostname Set system's network name
interface Select an interface to configure
ip Global IP configuration subcommands
line Configure a terminal line
no Negate a command or set its defaults
router Enable a routing process
tokyo(config)#
tokyo(config)#int fa
% Incomplete command.
tokyo(config)#interface f0
^
% Invalid input detected at '^' marker.
tokyo(config)#
I am totally new to the world of networking. Just started my postgrad studies and networking is one of the subject taken. just for practice i tried to use the packet tracer 3.2 tool to set up 2 pcs each connected to their own routers and routers connected to a switch. Somehow, I cannot get pass the router config due to errors shown below. Please please help as this is all alien to me.
% Invalid input detected at '^' marker.
tokyo(config)#?
Configure commands:
access-list Add an access list entry
cdp Global CDP configuration subcommands
end Exit from configure mode
exit Exit from configure mode
hostname Set system's network name
interface Select an interface to configure
ip Global IP configuration subcommands
line Configure a terminal line
no Negate a command or set its defaults
router Enable a routing process
tokyo(config)#
tokyo(config)#int fa
% Incomplete command.
tokyo(config)#interface f0
^
% Invalid input detected at '^' marker.
tokyo(config)#
19 years 3 months ago #9268
by jwj
-Jeremy-
Replied by jwj on topic Re: networking newbie need aid in router config
router(config)#interface fa0/1
Of course this depends on which interface you want to configure. Exit config mode and,
router#show ip interfaces brief
This will list your interfaces on the router. I hope this helps you.
Of course this depends on which interface you want to configure. Exit config mode and,
router#show ip interfaces brief
This will list your interfaces on the router. I hope this helps you.
-Jeremy-
- kraziefeanie
- Topic Author
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 0
19 years 3 months ago #9269
by kraziefeanie
Replied by kraziefeanie on topic Re: networking newbie need aid in router config
thanks jwj....it was a big help indeed...managed to ping all devices. i have a feeling i may need all the help i can get here...know anything about configuring static routes with the use of serial cables connected to 2 routers (DTE and DCE?). Hope that you can fill me in with the basics.
19 years 3 months ago #9276
by jwj
-Jeremy-
Replied by jwj on topic Re: networking newbie need aid in router config
www.inetdaemon.com/tutorials/internet/ip...g/static/index.shtml
This link is a very good page on static routing, this will get you started.
This link is a very good page on static routing, this will get you started.
-Jeremy-
- Biggystumps
- Offline
- Junior Member
Less
More
- Posts: 34
- Thank you received: 0
19 years 3 months ago #9277
by Biggystumps
MCSE - MCSA
2003 certified
Replied by Biggystumps on topic Re: networking newbie need aid in router config
Hi Krazie
The thing to remember the most about the DTE and DCE connection is that which ever router has the DCE end, you need to apply a clockrate to that interface.
For example on a 2501:
router(config)#int s0
router(config-if)# Ip address subnet mask
router(config-if)# clockrate 56000
router(config-if)# no shutdown
the link provided above is a really good read as well.
The thing to remember the most about the DTE and DCE connection is that which ever router has the DCE end, you need to apply a clockrate to that interface.
For example on a 2501:
router(config)#int s0
router(config-if)# Ip address subnet mask
router(config-if)# clockrate 56000
router(config-if)# no shutdown
the link provided above is a really good read as well.
MCSE - MCSA
2003 certified
19 years 3 months ago #9297
by Chris
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Replied by Chris on topic Re: networking newbie need aid in router config
jwj, great link indeed ... I think its time we stepped on to our Cisco configuration section
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Time to create page: 0.143 seconds