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.
Hi, Let’s say I have a router running both OSPF and EIGRP on different interfaces. The router has received like 10 OSPF routes from its OSPF neighbor. I want to advertise a single summary of those 10 OSPF routes to my EIGRP neighbor. I don’t want to...
Hi all,On a L3 Switch if I create a SVI:int vlan 10ip 192.168.1.1Then configure two switchports: int range g1-2mode trunkallow vlan 10and enable OSPF: router ospf 1network 192.168.1.0Then OSPF multicast Hello messages will be send down those trunk l...
EDITEDHi, Currently I have a partial-mesh point to point L3 links between the two routers and two L3 switches. I have played with OSPF costs so only S1-R1 path is in use in normal situation. If a device or link failure happens, things will change acc...
Hi,We have added our second WAN circuit into the ASA. However, I can't ping the new gateway or the test destination from the ASA. No ARP entry on the new interface. Is this a licensing/version issue or I'm missing something?Version 7.0(8)This platfor...
You are correct. I just tested it using GNS3. So IP summary and Redistribute commands can be used together and as soon as OSPF routes are gone, no summary will be advertised anymore. I was under impression that the Null0 route will stay in topology b...
Jon,Thanks for your response. jon.marshall wrote:Can i ask why you want to do this ie. what you are trying to achieve as understanding exactly what it is you want may help us come up with a solution for you. Basically those L3 switches are at the edg...
Jon, everything you are saying makes sense. I think the confusion is coming from my original question. Let me put it this way:I create 2 SVI interface at both sides (vlan 10 and 20). I put each VLAN interface in their own VRFs (Red and Blue respectiv...
So the only way to operate OSPF between a L3 switch and another device is to use L3 ports on L3 switch? (no switchport command and IP under the interface)Then how would you virtualize routing protocols? I mean the main goal here is to create multiple...