Ip netmask-format, Ip netmask-format -23, Command mode – Avaya Cajun P550R User Manual
Page 178: Description, Sample output, Systems
Command Reference for the Avaya P550R, P580, P880, and P882 Multiservice Switches, v5.3.1
10-23
IP
ip netmask-format
Command Mode
Configure
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
Table 10-14. Parameters, Keywords, Arguments
Sample Output
The following example displays netmasks in bitcount format.
(configure)#
ip netmask-format bitcount
Systems
Avaya P550R/P580/P880/P882 Multiservice Switch
To Enable:
ip netmask-format {bitcount|decimal|hexadecimal}
To Disable:
[no] ip netmask-format {bitcount|decimal|hexadecimal}
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.