Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI 1.2.0

dotnet add package Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI --version 1.2.0
NuGet\Install-Package Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI --version 1.2.0
#r "nuget: Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI as a Cake Addin
#addin nuget:?package=Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI&version=1.2.0

// Install Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI as a Cake Tool
#tool nuget:?package=Pepperdash.Essentials.Plugins.Switcher.Cisco.CLI&version=1.2.0

PepperDash Essentials Pluign Logo

Essentials Cisco CLI Plugin (c) 2024

License

Provided under MIT license

Overview

This plugin controls Vlan assignments for a Cisco switch interface port.

Dependencies

The Essentials libraries are required. They are referenced via nuget. You must have nuget.exe installed and in the PATH environment variable to use the following command. Nuget.exe is available at nuget.org.

Installing Dependencies

Dependencies will be installed automatically by Visual Studio on opening. Use the Nuget Package Manager in Visual Studio to manage nuget package dependencies. All files will be output to the output directory at the root of repository.

Installing Different versions of PepperDash Core

If a different version of PepperDash Core is needed, use the Visual Studio Nuget Package Manager to install the desired version.

Usage

The Vlan assignment is set by calling the ChangeVlan method via DevJson. A sample json is provided below:


{
  "deviceKey": "CiscoCLI",
  "methodName": "ChangeVlan",
  "params": ["Gig0/1", "password", 10]
}
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 34 6/28/2024
1.1.3 73 6/24/2024
1.1.2 75 6/21/2024
1.1.1 83 6/18/2024
1.1.0 82 6/10/2024
1.0.0 79 6/10/2024