You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generates a MAC address or prefix without a separator.
-s/--separator
None
None
-r
--range
Generates a MAC prefix for a range of private addresses.
None
1, 2, 3
1
-s
--separator
The separator used for the MAC address.
None
:, -, .
:
-c
--case
The case the hexadecimal letters are shown in.
None
l, u, lower, upper
l, lower
Range Notes
Range refers to how many octets to use to generate your private MAC prefix.
Octets
Assignable Addresses
1
255
2
65536
3
16777216
EXAMPLES
pmg -u Provides a single MAC address: xxxxxxxxxxxx
pmg -r 2 -c u -s : Provides a MAC prefix of: XX:XX:XX:XX
pmg -s - Provides a MAC prefix of: xx-xx-xx-xx-xx
REMARKS
Providing incorrect values for arguments will result in use of default value for that argument.
Example: pmg -r 5 [Result will use default for -r which is 1]