Redistribution Lab
Today I want to show a demonstration on how to create a Network Topology using the following: EIGRP | OSPF | Redistribution
The Goal of this Lab Topology
- Achieve dynamic reachability between all the different subnet on the following network
- OSPF & EIGRP and using cross protocol route redistribution
- Inter-VLAN Routing protocol
This is the network topology I’ve created and we will configure it step by step
Step 1
Configuring PC’s connected to the switches as access ports using the correct VLANS
- I will use the Last usable subnet IP address as the “Default Gateway” for each VLAN
I will first start with configuring the PC’s with the proper IP address and default gateway
Then configure the neighboring switches
Step 2
- Now I will trunk the switches and allow only necessary VLAN to the traffic flow.
- Per rule, I always like to set my native VLAN to an unused VLAN for security purposes
- Important thing to note, allowing VLAN traffic does not mean that the VLANS are actually created (Please create VLANS for the switches if they aren’t created before)
Step 3
Now we will configure the router to use “Router on a stick” (Inter-Vlan Routing)
Router 0 & 1 : G0/0 Interface
Please note that you need to enable the Interface, as cisco router interfaces are disabled by default (Tip)
Now we will apply “sub-interfaces” on R1 G0/0 Interface for individual VLANS.
I personally like to use sub-Interface number to match the VLAN number I am working with.
I will the last usable IP address of the affiliated VLAN subnet
Step 4
We now need to configure OSPF & EIGRP & Redistribution
In order to have cross network protocol communicate with each other, you need to establish something called a redistribution. Lets get started.
Lets first enable all the router interfaces and assign them with IP address in accordance to their subnet
Once all Interfaces have been enabled and assigned IP address, we can start the actual configuration of OSPF | EIGRP | Redistribution
Finally, lets configure Router 2 with the following:
OSPF configuration on G0/0 Interface
EIGRP configuration on G0/1 Interface
And applying redistribution on Router 2 itself
Step 4
Once all the configuration has been configured, we should have full dynamic reachability between all the switches, Routers and PCs.
I will show you a ping test for confirmation
I showed a demonstration on how to setup a Lab topology using EIGRP | OSPF | Redistribution
I hope you enjoyed it
Thank you
-Chris