Chapter 6 CLI – Layer 3
152 P332G-ML User’s Guide
ip netmask-format Command
Use the ip netmask-format command to specify the format of netmasks in the
show command output. The no form of this command restores to the default,
which is a dotted decimal format.
The syntax for this command is:
[no] ip netmask-format <mask-format>
The possible mask formats are:
Example:
To display netmasks in bitcount format:
Router-N(configure)# ip netmask-format bitcount
bitcount Addresses are followed by a slash and the total number of bits
in the netmask. For example 17
decimal The network masks are in dotted decimal notation. For
example, 255.255.255.0.
hexadecimal The network masks are in hexadecimal format as indicated by
the leading 0X. For example, 0XFFFFFF00.