02-25-2019 07:00 PM
I am new in the cisco world. I have two cisco 800 series router and I want to connect both of them to configure ip routing in a lab environment but there is no serial port for that. Is there a way to get around that. Please help!
Solved! Go to Solution.
02-25-2019 07:29 PM
Hi @danbee ,
If for now you do not have more questions, do not forget to mark the correct answer as solved, so, we help other users with a similar question.
Regards
02-25-2019 07:16 PM
Hi @danbee ,
If you want to communicate two routers, you can do it using a crossover cable. Then you configure a point-to-point network in the interfaces.
Regards
02-25-2019 07:18 PM
Thanks for your prompt reply. I reckon the port for that is Fe wan?
02-25-2019 07:19 PM
Am actually using it for my lab.
02-25-2019 07:24 PM
Hi @danbee ,
That router is made for a small network, in which the WAN interface would be connected to the internet and the 4 LAN to private networks.
For your laboratory, I recommend connecting both routers through a LAN port.
Regards
02-25-2019 07:27 PM
Thanks a lot
02-25-2019 07:29 PM
Hi @danbee ,
If for now you do not have more questions, do not forget to mark the correct answer as solved, so, we help other users with a similar question.
Regards
02-25-2019 08:40 PM
Hi,
What is the error message? Cisco 800 series router (few models) are required VLAN configuration same as Switch. Means you can assign the IP on the VLAN only.
Try like this:
Interface VLAN 1
ip add 192.168.1.1 255.255.255.0
exit
!
interface vlan 2
ip add 192.168.2.1 255.255.255.0
exit
!
interface gig 0/0
description This is LAN 1
no shut
switchport mode access
switchport access vlan 1
exit
!
interface gig 0/1
description This is LAN 2
no shut
switchport mode access
switchport access vlan 2
exit
Regards,
Deepak Kumar
02-25-2019 08:41 PM - edited 02-25-2019 08:46 PM
Hi @danbee ,
I do not notice the parameters of your router.
Effectively, you must configure the IP address in the WAN interface(f0/4), since LAN interfaces are part of a switch module, that is, they work in layer 2, so they can not have a configured IP address.
To give an IP address to the 4 LAN ports, you must do it through the interface vlan1, just like in an L2 switch.
I leave this link for more information:
Regards
02-26-2019 02:04 AM
I am creating 3 subnets in the lab:
1.Cisco router 881 to Cisco 867
2. Then the routers are connected to 2 devices in 2 different subnets.
Please, how do I accomplish that?
02-26-2019 09:54 AM
I am configuring IP routing in my lab. I want to connect the two routers together which are 881 and 867. I want the routers to connect to other devices like switch and PC on both ends. There is going to be three subnets. Between the routers will be 172.16.10.1 and 172.16.10.2. The other addresses will be internal from the router to the switch and other devices. I need help in sorting this out.
02-26-2019 10:37 AM
Less I forget. What type of ethernet cable will be used to connect the two wan in the router?
02-26-2019 11:55 AM
Hi @danbee ,
The cable should be crossed.
In the link that leaves you, it shows how to configure the internal networks through the interface vlan1.
Regards
02-26-2019 12:26 PM
The link you left me: I tried the command switchport mode and it does not work on my router
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