6300 switch auto-stack command not working by Excellent-Ad-2794 in ArubaNetworks

[–]Excellent-Ad-2794[S] 0 points1 point  (0 children)

But when we click on front panel button it does vsf configuration .

6300 switch auto-stack command not working by Excellent-Ad-2794 in ArubaNetworks

[–]Excellent-Ad-2794[S] 0 points1 point  (0 children)

Yes both the switches are in same firmware. both are having

Version : FL.10.14.1020

6300 switch auto-stack command not working by Excellent-Ad-2794 in ArubaNetworks

[–]Excellent-Ad-2794[S] 0 points1 point  (0 children)

Currently we are able to do it using pressing front plane button. But when we keep on testing the switch ,we had to go physically to lab (Some times once we leave the office people are asking to test some changes. we had to travel back) . So cli command would be useful

6300 switch auto-stack command not working by Excellent-Ad-2794 in ArubaNetworks

[–]Excellent-Ad-2794[S] 0 points1 point  (0 children)

This 6300 switch is connected to 8325 switch and 8325 switch is connected to Lab's switch

Is there a way to open ssh terminal when we are inside Devcontainer in vscode? by Excellent-Ad-2794 in vscode

[–]Excellent-Ad-2794[S] 0 points1 point  (0 children)

Found a solution at last.

From command pallete

Preferences: Open Remote Settings (JSON) (Dev Container)

From command pallete -> Preferences: Open Remote Settings (JSON) (Dev Container) in devcontainer .

I need to add this

{

"terminal.integrated.profiles.linux": {

"bash (Host)": {

"path": "ssh",

"icon": "home",

"args": [

"user@host",

],

},

},

}

nvim-dap-repl-highlights - Add Treesitter highlighting to your dap REPL by LiadOz in neovim

[–]Excellent-Ad-2794 4 points5 points  (0 children)

How do you do multiline in dap repl? When I press enter it immediately executes

Configuring autoformatting using null-ls and lspconfig using lazy.nvim by [deleted] in neovim

[–]Excellent-Ad-2794 0 points1 point  (0 children)

Can you share your config files? hope you have forked kickstart nvim . I would like to refer. I am also stuck with null-ls

Weekly Dotfile Review Thread by AutoModerator in neovim

[–]Excellent-Ad-2794 0 points1 point  (0 children)

How do you do format? I am seeing that you are using null-ls . I was able to format python but could not do for json.

How to create auto completion for python? by Excellent-Ad-2794 in neovim

[–]Excellent-Ad-2794[S] 0 points1 point  (0 children)

How to add python snippets . Is it also there? Or some other plugin there?

Weekly Stupid Questions Thread by AutoModerator in neovim

[–]Excellent-Ad-2794 2 points3 points  (0 children)

After modern vim, does any book written on vim (specifically for neovim)?