11-15-2010 03:49 AM - edited 03-04-2019 10:28 AM
Hi Guys,
Can you please assit me with step by step commands to configure a leased line over two sites using router 1841 and Data link provided by COLT network
Would really appreciate a detailed reply, I have got the network ip addresses.
Many Thanks
Solved! Go to Solution.
11-16-2010 03:27 AM
Hi Saurabh,
According to the information from you, you are using a LES circuit. So in your case, the LES should behave just like a normal (crossover) Ethernet cable interconnecting your two routers together. On your 1841, no special configuration is necessary besides a completely ordinary Ethernet configuration and basic routing.
Let's assume that for the interconnection between your two routers, you have allocated an IP subnet 192.168.1.0/30. Furthermore, let's assume that your network behind the router A is 10.0.1.0/24 and the network behind the router B is 10.0.2.0/24. Routers A and B will be using their Fa0/0 interface to connect to the LES circuit, and each of them will have its local network connected to the Fa0/1 interface. The configuration then would be as follows:
Router A:
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.252
no shutdown
!
interface FastEthernet0/1
ip address 10.0.1.1 255.255.255.0
no shutdown
!
ip route 10.0.2.0 255.255.255.0 192.168.1.2
The router B will have similar configuration:
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.252
no shutdown
!
interface FastEthernet0/1
ip address 10.0.2.1 255.255.255.0
no shutdown
!
ip route 10.0.1.0 255.255.255.0 192.168.1.1
This configuration is the simplest configuration with two routers having one local network and another one interconnecting them both. For the additional firewall, I cannot give you an example at this point because creating a firewall requires creating a comprehensive set of requirements on what shall and what shall not be permitted.
This configuration can be verified simply by interconnecting both routers with a crossover cable between their Fa0/0 interfaces and having a station connected to the Fa0/1 on each interface, configured appropriately with IP addressing. One station shall be able to ping the other.
Best regards,
Peter
11-15-2010 04:19 AM
Saurabh,
We need additional technical information:
Best regards,
Peter
11-16-2010 02:35 AM
Hi Peter,
Thanks for your reply,
I have sent you the required information as a private message to your a/c.
Many Thanks for your help.
Rgds
S
11-16-2010 03:27 AM
Hi Saurabh,
According to the information from you, you are using a LES circuit. So in your case, the LES should behave just like a normal (crossover) Ethernet cable interconnecting your two routers together. On your 1841, no special configuration is necessary besides a completely ordinary Ethernet configuration and basic routing.
Let's assume that for the interconnection between your two routers, you have allocated an IP subnet 192.168.1.0/30. Furthermore, let's assume that your network behind the router A is 10.0.1.0/24 and the network behind the router B is 10.0.2.0/24. Routers A and B will be using their Fa0/0 interface to connect to the LES circuit, and each of them will have its local network connected to the Fa0/1 interface. The configuration then would be as follows:
Router A:
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.252
no shutdown
!
interface FastEthernet0/1
ip address 10.0.1.1 255.255.255.0
no shutdown
!
ip route 10.0.2.0 255.255.255.0 192.168.1.2
The router B will have similar configuration:
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.252
no shutdown
!
interface FastEthernet0/1
ip address 10.0.2.1 255.255.255.0
no shutdown
!
ip route 10.0.1.0 255.255.255.0 192.168.1.1
This configuration is the simplest configuration with two routers having one local network and another one interconnecting them both. For the additional firewall, I cannot give you an example at this point because creating a firewall requires creating a comprehensive set of requirements on what shall and what shall not be permitted.
This configuration can be verified simply by interconnecting both routers with a crossover cable between their Fa0/0 interfaces and having a station connected to the Fa0/1 on each interface, configured appropriately with IP addressing. One station shall be able to ping the other.
Best regards,
Peter
11-16-2010 04:19 AM
Thanks Peter. I will be connecting one more router at each end via LAN link and will make them available on the network.
It will lock something like this
Internal router 1 ~~~Router A------------Leased Line-------------------- RouterB ~~~ Internal router 2
Would like connectivity b/w Internal router 1 and Internal router 2
Can you provide details of it based on the information you assumed before?
11-16-2010 05:05 AM
Hi Saurabh,
The configuration will be very similar to what I have indicated, just more networks will be used, as each connection between two adjacent routers is an IP network of its own.
Before I give you the example configuration, let me ask a few more questions:
Best regards,
Peter
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide