{"id":22513380,"url":"https://github.com/bitvantage/cisco.iosinterface","last_synced_at":"2026-02-04T01:01:23.448Z","repository":{"id":246677170,"uuid":"820453368","full_name":"Bitvantage/Cisco.IosInterface","owner":"Bitvantage","description":"Parse Cisco IOS interface names, such as GigabitEthernet0/0, Gi1/0/1, HundredGigE10/0/1.37, Vlan33, etc.","archived":false,"fork":false,"pushed_at":"2024-09-02T00:55:43.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T17:16:27.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bitvantage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-26T13:51:47.000Z","updated_at":"2024-09-02T00:55:46.000Z","dependencies_parsed_at":"2024-06-29T16:01:54.713Z","dependency_job_id":"41415a6a-bd90-4e62-80a4-598605ba7364","html_url":"https://github.com/Bitvantage/Cisco.IosInterface","commit_stats":null,"previous_names":["bitvantage/cisco.iosinterface"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bitvantage/Cisco.IosInterface","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitvantage%2FCisco.IosInterface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitvantage%2FCisco.IosInterface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitvantage%2FCisco.IosInterface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitvantage%2FCisco.IosInterface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bitvantage","download_url":"https://codeload.github.com/Bitvantage/Cisco.IosInterface/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bitvantage%2FCisco.IosInterface/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262864124,"owners_count":23376455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T03:11:59.437Z","updated_at":"2026-02-04T01:01:18.401Z","avatar_url":"https://github.com/Bitvantage.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitvantage.Cisco.IosInterface\nParse Cisco IOS interface names, such as GigabitEthernet0/0, Gi1/0/1, HundredGigE10/0/1.37, Vlan33, etc.\n\n## Installing via NuGet Package Manager\n```\nPM\u003e NuGet\\Install-Package Bitvantage.Cisco.IosInterface\n```\n## Quick Start\n\n```csharp\nvar iosInterface1 = IosInterface.Parse(\"GigabitEthernet0/0\");\nvar iosInterface2 = IosInterface.Parse(\"Gi0/0\");\n\nvar iosInterface3 = IosInterface.Parse(\"Fa0/1\");\nvar iosInterface4 = IosInterface.Parse(\"Fa0/0\");\n\nvar equal = iosInterface1 == iosInterface2; // true\nvar ordered = new[] { iosInterface1, iosInterface2, iosInterface3, iosInterface4 }.Order().Distinct(); // Fa0/0, Fa0/1, Gi0/0\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitvantage%2Fcisco.iosinterface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitvantage%2Fcisco.iosinterface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitvantage%2Fcisco.iosinterface/lists"}