User manual
Chapter 4 - Layer 3 Command Set - IP Networking Ifconfig Command (Interfaces Configuration)
Alvarion BreezeNET B130/B300 GigE 105 Operational User Manual
Example:
ifconfig eth0 inet 192.168.1.1/26
ifconfig eth0 inet 192.168.1.1:255.255.255.192
ifconfig eth0 inet 192.168.1.1
up|down: flags enabling/disabling the interface.
System limitations:
lo0 interface cannot be set to down state. Radio interfaces states are not saved in
the configuration (after rebooting all interfaces are in the up state)
Example:
ifconfig eth0 up
ifconfig eth0 1.1.1.1/24 up
ifconfig rf5.0 down
mtu N parameter allows setting the MTU (Maximum Transmission Unit) size of
the packet in bytes. The allowed range is from 72 to 1580. Default value is 1500.
Media parameter allows specifying physical interface eth0 10/100/1000
properties.
Allowed values:
1000BaseFX-fullduplex, 1000BaseFX-halfduplex, 1000BaseTX-fullduplex,
1000BaseTX-halfduplex, 100BaseTX-fullduplex, 100BaseTX-halfduplex,
10BaseT-fullduplex, 10BaseT-halfduplex, auto
By default: auto
For vlanX (VLAN IEEE 802.1q) configuration one should use vlan and vlandev
options in ifconfig command.
Vlan parameter sets VLAN tag for the current interface (1-4094). Vlandev
parameter creates a connection with a physical interface which serves the media -
eth0 in this case.
Example:
ifconfig vlan1 1.1.1.1/24 vlan 5 vlandev eth0 up
CAUTION
MTU parameter makes sense only on Layer 3 level (in routing mode).