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.
I am modifying an existing network work design to allow full IP redundancy across two networks using HSRP.Ideally, I would not trunk VLANs across two data centers I would implement VXLAN to limit the broadcast domain. Take a look at my diagram. I ha...
Network has been stable for years Two routers using HSRP routing on a stick connected to a switchMany subinterfaces but all of the sudden some EIGRP vlans are flapping. Looking at "show ip eigrp neighbors" the SRTT times are way different. Is that ...
Project ideal from the bossI have two data centers connected via a dedicated transport L3 link. Each data center has it own core routing and switching devices and unique vlans.The goal would be to be able to have a hybird flat network and have the a...
I have two routers configured for HSRP. The interfaces connecting to the Switch is using subinterfaces. see below
R1
int f0/1.2description Vlan2encapsulation dot1Q 2ip address 192.168.2.2 255.255.255.0standby 2 ip 192.168.2.1standby 2 timers msec...
NHM, Got ya! I totally understand that. In that case would ^$ still allow all prefixes? In the case of only allowing my local prefixes wouldn't I need to modify the statement from^$to^(my AS)$ From my understanding ^$ is a wild card allowing all
NHM,I excluded the prepend config. I understand that "it will send out only the prefix match acl OR match as-path 20" but with it using ^$ it will match everything.Will it not send any advertisement out at all without the match as-path 20?
From what I read about Evpn/vxlan and xconnect/pseudowire they both great ideas for a flat vlan network. The major issue I am having is the routing. Is it possible to have the same default gateway at each data center?