Bitvantage's repositories
Ethernet.OuiDatabase
Lookup manufacture information for MAC addresses
NetworkAddressing
A library for working with network addresses. Includes a network class that represents IP networks, a network lookup class for high performance prefix matching using a variable stride trie, MAC address class that represents an Ethernet MAC address, and a OUI lookup class to retrieve manufacturer information of MAC addresses
Cisco.ConfigurationSection
Facilitate parsing configuration files from Cisco routers and switches into a document object model (DOM) enabling network administrators and developers to easily read, query, and modify the structured data from Cisco device configurations.
Cisco.IosInterface
Parse Cisco IOS interface names, such as GigabitEthernet0/0, Gi1/0/1, HundredGigE10/0/1.37, Vlan33, etc.
Cisco.Type7Password
Encrypts, decrypts, and re-salts Cisco type 7 passwords. Type 7 passwords are typically used in configuration files for Cisco's routers and switches as a way to obfuscate clear text passwords.
Ethernet.MacAddress
Parse, decode, and format MAC addresses in various formats.
InternetProtocol.NetworkPrefix
A library for working with IPv4 and IPV6 network prefixes.
InternetProtocol.NetworkPrefixLookup
High-performance variable length network prefix lookup
NumericRange
Parse and manipulate huge lists of numeric ranges such as 40-70,90,95,300-700,5000.
SharpTextFsm
SharpTextFSM is a .NET implementation of the Google TextFSM Python module.