![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/3/ca/3ca53909-10c2-412a-a768-36bbe9f4bdc2/3ca53909-10c2-412a-a768-36bbe9f4bdc2-bgda.png)
Chapter 11
11-34 Command Reference Guide for the Avaya P580 and P882 Multiservice Switches, v6.1
ip netmask-format
Command Mode Global Configuration.
Description Specifies the format of netmasks in the show command output. The no form
of this command restores the default, which is a dotted decimal format.
Syntax
Sample Output The following example displays netmasks in bitcount format.
(configure)# ip netmask-format bitcount
Systems P550R, P580, P880, and P882.
To Configure: ip netmask-format {bitcount | decimal | hexadecimal}
To Restore
Default:
no ip netmask-format
Table 11-19. Parameters, Keywords, Arguments
Name Definition
{bitcount | decimal |
hexadecimal}
The keywords are:
• bitcount - Addresses are followed by a slash and
the total number of bits in the netmask. For
example, 131.108.11.0/24 indicates the netmask is
24 bits.
• 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.