User Guide

Table Of Contents
AB-Access Config & User Guide 5.5 Axxcelera Broadband Wireless
July 27, 2004 Company Confidential Page 41 of 129
6.1.2
nat
nat add device
device
{atm0 |atm1 | eth0} Corresponds to the device in the device
line that you want NAT enabled on. NAT should be enabled on the
WAN interface.
Example
The following example shows NAT enabled on the atm1 device.
nat add atm1
6.1.3
subnet
subnet add device
. networkID subnetmask
device
{atm0.home | atm1.home | eth0.home | bridge.home} Is used to
define what device the subnet is being defined for.
networkID
{a.b.c.d} The neworkID, which is defined in a decimal format.
subnetmask
{ff:ff:ff:ff} The subnet mask in hexadecimal.
Example
The following example shows a subnet defined for the device that was defined in x.
NOTE: There is a period before the networkID, this is part of the
syntax and needs to be included.
subnet add atm0.home . 192.168.2.32 ff:ff:ff:e0
6.1.4
rip accept
rip accept interface version
interface
{device | all} This will correspond to the device defined on the
device line.
version
{1 | 2 | 1 2 | none} Defines which version of RIP you want to
accept.
Example
The following example shows the Ethernet interface accepting RIP version 1 & 2.
rip accept eth0 1 2