Avaya P550 참조 가이드

다운로드
페이지 595
IP
1-18
 Cajun P550/P220 Command Line Interface Reference Guide
.  *
   
Specify the format of netmasks in the show command output. The no form of this 
command restores the default, which is a dotted decimal format
 
Table 1-13.  
Parameters, Keywords, Arguments
 
This example displays netmasks in bitcount format.
Cajun(configure)# 
ip netmask-format bitcount
 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.