Bitvantage.Cisco.IosInterface 1.2.0

Prefix Reserved
dotnet add package Bitvantage.Cisco.IosInterface --version 1.2.0                
NuGet\Install-Package Bitvantage.Cisco.IosInterface -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="Bitvantage.Cisco.IosInterface" Version="1.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bitvantage.Cisco.IosInterface --version 1.2.0                
#r "nuget: Bitvantage.Cisco.IosInterface, 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 Bitvantage.Cisco.IosInterface as a Cake Addin
#addin nuget:?package=Bitvantage.Cisco.IosInterface&version=1.2.0

// Install Bitvantage.Cisco.IosInterface as a Cake Tool
#tool nuget:?package=Bitvantage.Cisco.IosInterface&version=1.2.0                

Bitvantage.Cisco.IosInterface

Parse Cisco IOS interface names, such as GigabitEthernet0/0, Gi1/0/1, HundredGigE10/0/1.37, Vlan33, etc.

Installing via NuGet Package Manager

PM> NuGet\Install-Package Bitvantage.Cisco.IosInterface

Quick Start

var iosInterface1 = IosInterface.Parse("GigabitEthernet0/0");
var iosInterface2 = IosInterface.Parse("Gi0/0");

var iosInterface3 = IosInterface.Parse("Fa0/1");
var iosInterface4 = IosInterface.Parse("Fa0/0");

var equal = iosInterface1 == iosInterface2; // true
var ordered = new[] { iosInterface1, iosInterface2, iosInterface3, iosInterface4 }.Order().Distinct(); // Fa0/0, Fa0/1, Gi0/0
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

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 113 9/2/2024
1.1.0 88 8/2/2024
1.0.0 114 6/29/2024