SONiC icon indicating copy to clipboard operation
SONiC copied to clipboard

Isis configuration support

Open cchoate54 opened this issue 2 years ago • 8 comments

Here is the documentation to describe the initial changes proposed to introduce FRR-ISIS configuration to SONiC.

Enable isisd and add ISIS Config Support.

Repo PR title State
sonic-buildimage Enable isisd and add ISIS config Support ![GitHub issue/pull request detail](https://img.shields.io/github/pulls/detail/state/Azure/sonic-buildimage/13527 [img.shields.io])
sonic-utilities ISIS show command ![GitHub issue/pull request detail](https://img.shields.io/github/pulls/detail/state/Azure/sonic-utilities/2685 [img.shields.io])

cchoate54 avatar Jan 26 '23 23:01 cchoate54

@cchoate54 can you please add the code PRs by referring to #806 ? Thanks.

zhangyanzhao avatar Mar 03 '23 22:03 zhangyanzhao

community review recording https://zoom.us/rec/share/tHWVKfn1VXDl9tlYRFezxTUtTcZ4QKlt8DCz2hYuR-S2aNelacjCqmOUMicTpRo.mKL3EctOVqP1y9EB

zhangyanzhao avatar Apr 25 '23 16:04 zhangyanzhao

I believe that in an ideal case it would be great to have systemd service per routing protocol and also systemd target that groups these services. This could provide the best flexibility. E.g.,

routing.target
   bgp.service
   isis.service
   ospf.service

That's the way how we group SONiC services with sonic.target at the moment. With this approach we can even implement a case with the static routes only (no routing protocols) which can be applicable for the mgmt switches.

andriy-kokhan avatar Apr 25 '23 16:04 andriy-kokhan

@venkatmahalingam and @dgsudharsan can you please review the changes made based on your suggestions

cchoate54 avatar May 12 '23 16:05 cchoate54

Moved from 202305 release to 202311.

zhangyanzhao avatar Jun 29 '23 06:06 zhangyanzhao

@cchoate54 can you please help to double check if all comments have been addressed? We need reviewers to approve this PR if no additional comments. Thanks.

zhangyanzhao avatar Nov 14 '23 07:11 zhangyanzhao

no update, move to backlog

zhangyanzhao avatar Feb 05 '24 07:02 zhangyanzhao

@cchoate54 Can configuration be done through the CLI of sonic-utilities to write to config_db, or can it only be done through REST or gNMI in the management framework?

QupinghaoNN avatar Aug 08 '24 12:08 QupinghaoNN