Specifications

Chapter 3 - Point-to-Point Configuration Providing IP Connectivity
Alvarion BreezeNET B130/B300 GigE 30 Quick Start Guide
3.3 Providing IP Connectivity
Once we have connected our two units in a Point-to-Point link, the next step is to
configure IP-connectivity.
Units can be configured in either router or switch mode or even in hybrid mode
combining router and switch functionality.
In this manual we will review two most simple cases of link configuration in router
and switch mode.
3.3.1 Routed Link
In the simplest case, the following should be done to create routed link:
1 Configure two units' eth0 and eth1 (physical Ethernet) interfaces to a different
network subnets. In our example the addresses for eth 0 are 8.1.1.2/24
(8.1.1.0/24 network) and 8.1.2.6/24 (8.1.2.0/24 network), for eth1:
1.0.11.5/24 (1.0.11.0/24 network) and 1.0.12.4/24 (1.0.12.0/24 network).
Command example:
ifc eth0 8.1.2.6/24
Please note that after executing this command you will loose the connection to
your current telnet session (as you have logged on using different IP-address)
and you will need to re-log to the unit and save the configuration with a new
IP-address ("co save" command saves the configuration).
2 Next step is to configure a subnet between two radio interfaces. In our example
we use 10.10.10.0/30 network. One unit's radio interface gets 10.10.10.1
address and another one gets 10.10.10.2 address. Example:
ifc rf5.0 10.10.10.1/30
3 After configuring IP-addresses you can ping the opposite side of the link using
addresses assigned to radio interfaces.
4 Next, we need to configure routing between our four subnets which are
8.1.1.0/24, 8.1.2.0/24, 1.0.11.0/24 and 1.0.12.0/24. One can use static or
dynamic routing (RIP or OSPF). You can, for example, just enable RIP protocol
on both units or use static routing.
To enable RIP protocol on each unit type the following commands: