blob: 367195e3b01323cccc0ce50e81bfb91e382361e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Sipcalc is an ip subnet calculator. Features include:
- IPv4
* Retrieving of address information from interfaces.
* Classfull and CIDR output.
* Multiple address and netmask input and output formats (dotted
quad, hex, number of bits).
* Output of broadcast address, network class, Cisco wildcard, hosts/range,
network range.
* The ability to "split" a network based on a smaller netmask, now also with
recursive runs on the generated subnets. (also IPv6)
- IPv6
* Compressed and expanded input and output addresses.
* Standard IPv6 network output.
* v4 in v6 output.
* Reverse DNS address generation.
|