Avaya X330WAN Network Router User Manual


 
Chapter 6 X330WAN CLI Commands
178 Avaya X330WAN User’s Guide
Parameters
The possible values of direction are:
Example
To enable rebroadcasting of NETBIOS packets received by and sent from the
FastEthernet interface:
X330WAN-2DS1-1(super-if:FastEthernet1)# ip netbios-rebroadcast both
ip netmask-format
Use the ip netmask-format command to specify the format of netmasks in the
show command output. The no form of this command restores the format to the
default, which is a dotted decimal format.
Syntax
[no] ip netmask-format <mask-format>
Parameters
The possible mask formats are:
Example
To display netmasks in bitcount format:
X330WAN-2DS1-1(configure)# ip netmask-format bitcount
both
NETBIOS packets received on the interface are rebroadcast to other
interfaces and NETBIOS packets received on other interfaces are
rebroadcast to this interface.
If no parameter is provided in the command, the "both" option is
applied as the default.
disable
NETBIOS packets are not rebroadcast in or out of this interface.
bitcount
Addresses are followed by a slash and the total number of bits in
the netmask, such as 17.
decimal
The network masks are in dotted decimal notation, such as
255.255.255.0.
hexadecimal
The network masks are in hexadecimal format as indicated by
the leading 0X, such as 0XFFFFFF00.