Skip to content

Support to set/unset Overload bit for ISIS Simulated and Emulated Routers without bringing down the ISIS session.#479

Draft
SuryyaKrJana wants to merge 8 commits into
masterfrom
isis-overload-bit-control-ops
Draft

Support to set/unset Overload bit for ISIS Simulated and Emulated Routers without bringing down the ISIS session.#479
SuryyaKrJana wants to merge 8 commits into
masterfrom
isis-overload-bit-control-ops

Conversation

@SuryyaKrJana

@SuryyaKrJana SuryyaKrJana commented May 19, 2026

Copy link
Copy Markdown
Contributor

Feature Overview


Feature Details


Code snippets

...
  // --- SET overload bit ---
setAction := gosnappi.NewControlAction()
olBit := setAction.Protocol().Isis().UpdateOverloadBit()
olBit.SetRouterNames([]string{"simRtr1", "simRtr2"})
olBit.SetChoice(gosnappi.ActionProtocolIsisOverloadBitChoice.SET)  // Or .UNSET if needed.
if _, err := client.Api().SetControlAction(setAction); err != nil {
    t.Fatal(err)    
}
...

SuryyaKrJana and others added 2 commits May 19, 2026 19:43
@apratimmukherjee apratimmukherjee changed the title Add IS-IS overload bit control action (set/unset) to Action.Protocol.… Ability to set/unset Overload bit for ISIS Simulated and Emulated Routers. May 25, 2026
@apratimmukherjee apratimmukherjee changed the title Ability to set/unset Overload bit for ISIS Simulated and Emulated Routers. Support to set/unset Overload bit for ISIS Simulated and Emulated Routers without bringing down the ISIS session. May 25, 2026

@apratimmukherjee apratimmukherjee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support to set/unset Overload bit for ISIS Simulated and Emulated Routers without bringing down the ISIS session.

4 participants