Ip netmask-format – Avaya P460 User Manual
Page 52
Chapter 2
Avaya P460 CLI Commands
42
Avaya P460 Reference Guide
Example:
To enable rebroadcasting of netbios packets received by and sent from the interface
“marketing”:
ip netmask-format
User level: read-write, admin.
L You can only access this command in configure mode.
Type configure at the command prompt to enter configure mode.
Use the ip netmask-format command to specify the format of netmasks in the
show
command output.
Use the no ip netmask-format command to restores the default format which is
a dotted decimal.
The syntax for this command is:
[no] ip netmask-format
The possible mask formats are:
Example:
To display netmasks in decimal format:
disable
Netbios packets are not rebroadcasted into or out of
this interface.
Router-1(config-if:marketing)# ip netbios-rebroadcast both
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.
Router-1(configure)# ip netmask-format bitcount decimal
Done!