- Posts: 25
- Thank you received: 0
Help help help cisco routing
17 years 1 month ago #23478
by vitamin
Help help help cisco routing was created by vitamin
In a nutshell I need to route traffic between 192.168.1x and 192.168.2.x they are physically in the same building place etc.
I would need to do this using a Cisco 2600 series router right?
If so can someone please give me some advice on the setup etc and exact equipment I would need to buy.
Sam
I would need to do this using a Cisco 2600 series router right?
If so can someone please give me some advice on the setup etc and exact equipment I would need to buy.
Sam
17 years 1 month ago #23479
by toddwoo
Replied by toddwoo on topic Re: Help help help cisco routing
What to buy is real real real (reel) tricky. Need to know how many devices your are using on each network, what kind of network (ethernet, fast ethernet, gigabit ethernet?) How much communication between networks there is. Depending on what you require between them you could spend as little as $50 or as much as $5000.
Ok we will have to start with some assumptions. And we will be working with the simplest solution, the most basic config possible. More info on what you have currently would be needed to go farther.
Assumptions:
You have 5 people on each network that do not need to communicate much or often.
You have 2 switches, one for each network.
You have or will have a 2600 series or better router with 2 Ethernet ports.
You are only running ethernet (10baseT)
Connect each Ethernet interface on the router to the switch for each network, using a plain old ethernet cable. Interface e/0 to the switch running the 192.168.1.0 network, and e/1 to the 192.168.2.0 switch. Once connected you need to configure the router interfaces. (example below) Once the configuration is complete you will need to change the default gateway on each network to point to the ip address of the newly added router interface. So on 192.168.1.0 those machines need to have there default gateway set to 192.168.1.254, and the other network needs its machines default gateway set to 192.168.2.254. Once thats done they should be able to communicate.
EXAMPLE
Router>
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int e/0
Router(config-if)#ip address 192.168.1.254 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router#
Repeat using the next ethernet interface and the next IP add
Ok we will have to start with some assumptions. And we will be working with the simplest solution, the most basic config possible. More info on what you have currently would be needed to go farther.
Assumptions:
You have 5 people on each network that do not need to communicate much or often.
You have 2 switches, one for each network.
You have or will have a 2600 series or better router with 2 Ethernet ports.
You are only running ethernet (10baseT)
Connect each Ethernet interface on the router to the switch for each network, using a plain old ethernet cable. Interface e/0 to the switch running the 192.168.1.0 network, and e/1 to the 192.168.2.0 switch. Once connected you need to configure the router interfaces. (example below) Once the configuration is complete you will need to change the default gateway on each network to point to the ip address of the newly added router interface. So on 192.168.1.0 those machines need to have there default gateway set to 192.168.1.254, and the other network needs its machines default gateway set to 192.168.2.254. Once thats done they should be able to communicate.
EXAMPLE
Router>
Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int e/0
Router(config-if)#ip address 192.168.1.254 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router#
Repeat using the next ethernet interface and the next IP add
- skepticals
- Offline
- Elite Member
Less
More
- Posts: 783
- Thank you received: 0
17 years 1 month ago #23486
by skepticals
Replied by skepticals on topic Re: Help help help cisco routing
I agree with Toddwoo, we need more information. There are endless solutions. You could even use a computer to route traffice. Not that you would want to.
17 years 4 weeks ago #23527
by vitamin
Replied by vitamin on topic Re: Help help help cisco routing
I have done the above... I can ping each of my gateways at each end of the network however I cannot ping computers sitting behind each of these gateways..... do I need to asign routes?
- skepticals
- Offline
- Elite Member
Less
More
- Posts: 783
- Thank you received: 0
17 years 4 weeks ago #23528
by skepticals
Replied by skepticals on topic Re: Help help help cisco routing
Can you post your config?
Time to create page: 0.143 seconds