05-08-2019 11:40 AM
Has anyone else implemented ISIS as their underlay IGP for their SDA network? If so did you implement FRR? And if so, have you had any issues after implementation? Did you need to turn on micro segmentation protection? Appreciate any thoughts.
Solved! Go to Solution.
05-08-2019 05:23 PM
Hi Chuck,
DNA Centre LAN automation pushes ISIS to underlay. The LAN automation deployment guide is here:
LAN auto does not push FRR currently.
Alernatively you can build your underlay manually if you need to, so OSPF or EIGRP or ISIS.
I have numerous customers using ISIS underlay without FRR and they have no complaints. Are you aware of a scenario where FRR would be needed? I personally have not seen one.
I usually try to keep my networks as close to 'standard' (in this case, standard = the configuration pushed for DNA Centre LAN automation) as possible and deviate only when necessary. You can add FRR to your manual ISIS underlay if you wish, but first I would suggest trying without it. Also please note that underlay must have p2p routed interfaces between fabric nodes, not routing on SVIs.
Best regards, Jerome
05-08-2019 05:23 PM
Hi Chuck,
DNA Centre LAN automation pushes ISIS to underlay. The LAN automation deployment guide is here:
LAN auto does not push FRR currently.
Alernatively you can build your underlay manually if you need to, so OSPF or EIGRP or ISIS.
I have numerous customers using ISIS underlay without FRR and they have no complaints. Are you aware of a scenario where FRR would be needed? I personally have not seen one.
I usually try to keep my networks as close to 'standard' (in this case, standard = the configuration pushed for DNA Centre LAN automation) as possible and deviate only when necessary. You can add FRR to your manual ISIS underlay if you wish, but first I would suggest trying without it. Also please note that underlay must have p2p routed interfaces between fabric nodes, not routing on SVIs.
Best regards, Jerome
05-09-2019 07:45 AM
We implemented ISIS manually back before LAN automation was available. I recently noticed that link outages would cause a 5-10 second delay in re-routing and therefore thought FRR would be a good addition. We're now having an issue with CTS that we are starting to believe is ISE related. This issue started to show it's head right around the time I implemented FRR so we thought it may be related. Consequently I removed FRR from all devices, the issue remained, and we've now troubleshot it to a CTS issue.
Per your reply's recommendation I will not add FRR back to our underlay. Thank you for your response!!
05-09-2019 04:27 PM - edited 05-09-2019 04:28 PM
Hi Chuck,
Below is a copy of the ISIS config currently pushed by LAN automation (note it may change later, so anyone reading this in 2021 might want to re-check!). You can use it as a template for your manual ISIS deployment. Obviously change IP addresses, NET address, etc. to match your network. In the networks I've worked on underlay link failure convergence has been very very quick i.e. fraction of a second. Multi-second convergence is definitely not right and we can do better.
interface Loopback0 description Fabric Node Router ID ip address 192.168.0.67 255.255.255.255 ip router isis clns mtu 1400 ! interface GigabitEthernet1/0/1 description Fabric Physical Link no switchport dampening ip address 192.168.0.102 255.255.255.252 ip router isis logging event link-status load-interval 30 bfd interval 500 min_rx 500 multiplier 3 no bfd echo clns mtu 1400 isis network point-to-point ! router isis net 49.0000.1921.6800.0067.00 domain-password cisco metric-style wide log-adjacency-changes nsf ietf bfd all-interfaces !
05-10-2019 11:23 AM
Thank you for providing this. Ours is rather similar with the exception that we're using authentication mode MD5 and a key-chain, and our bfd interval is 50 instead of 500 I applied bfd on each specific interface.
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