Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Consider the scenario:CE1------CE2------PE1----PE2-----CE3---CE4CE2 and PE1, PE2 and CE3 have eBGP sessionCE1 and CE2, CE3 and CE4 have EIGRP sessionOn CE2 and CE3 there is a mutual red between EIGRP and BGP. If we inject route X from CE1 it reaches ...
Is there a way in EIGRP to determine exactly what routes are coming in from a particular interface. I know I can get the total number of routes coming in from an interface by the command "sho ip eigrp accounting" but I need to know what are these rou...
Apprecaite if somebody can answer the following: R1 (Multi-VRF CE)------------R2(PE) XYZ customer XYZ customer connects to R2 via PPPoE. Is there a way to assign XYZ customer a partiular IP address thru DHCP. The "host" command inside the dhcp pool d...
Is there a way to get the name of the router i.e. the router prompt with the interface address in the output of the mtrace command instead of just the interface addresses.R1#mtrace 1.1.1.1 2.2.2.2 239.1.1.1.Type escape sequence to abort.Mtrace from 1...
Thank you all for your replies.I was able to resolve this issue by setting BGP and EIGRP with the same AD and than making IGP route more attractive(Weight) in the BGP best path descision process. I have not looked if this would cause other issues. My...
I am not sure why it is said that BGp doesnot do load balancing. Under the BGP router config if you configure the maxumum paths 2 = eBGPmaxumum path ibgp 2 = iBGPmaximun paths eibgp 2 =eiBGPBGP does load balancing for all three cases. Am I missing so...