|
|
| vschristopher 2002-09-08, 8:49 am |
| Hey guys im having this naggin confusion abt enabling IP Static Routing, do we have to write Ip routing before specifying ip routes, here is the example
config#ip routing
config#ip route netowork add s.mask next hop
or do can we write directly ?
config#ip route netowork add s.mask next hop
clarify my doubts.
============================
www.disinformatique.com | |
| twister166 2002-09-08, 9:09 am |
| May be it is Sunday, and I haven't got my cup of coffee... I am confused about your q... not too sure... | |
| JayDot 2002-09-08, 12:03 pm |
| If I understand U Correctly Your Second
Statement is Correct...
to config static route....
Router(config)ip route network/mask/nexthop
for example:
Router(config)ip route 172.16.10.0 255.255.255.0 172.16.11.2 | |
| davidbeecken 2002-09-08, 12:03 pm |
| Not each time. Ip routing needs to be specified to show that you are routing via IP. After you have selected it once, you can do all the ip routes you want without retypeing it
RouterA>en
Password:
RouterA#config t
Enter configuration commands, one per line. End with CNTL/Z.
RouterA(config)#ip route 192.168.9.0 255.255.255.0 ethernet 0
you can still specify ip routes without ip routing though | |
| vschristopher 2002-09-08, 1:58 pm |
| quote: Originally posted by davidbeecken
Not each time. Ip routing needs to be specified to show that you are routing via IP. After you have selected it once, you can do all the ip routes you want without retypeing it
RouterA>en
Password:
RouterA#config t
Enter configuration commands, one per line. End with CNTL/Z.
RouterA(config)#ip route 192.168.9.0 255.255.255.0 ethernet 0
you can still specify ip routes without ip routing though
Dear David
Thanks a lot for clarifying my doubts, been to your web site and i have a proposal for you regarding ur site design.
Chris | |
| davidbeecken 2002-09-08, 3:05 pm |
| Thanks, I take any site design help I do like the logo I just got though | |
| vschristopher 2002-09-09, 12:06 am |
| quote: Originally posted by davidbeecken
Thanks, I take any site design help I do like the logo I just got though
Dear David,
I'm available after next monday :-p im taking my exam next week thats why, after that we can discuss abt the new design of www.ciscotrack.com for my profile u can visit my website www.disinformatique.com
regards
chris |
|
|
|