2 changing an am200 from, Changing an am200 from router to bridge – ATL Telecom AM200 User Manual

Page 23

Advertising
background image

ATL User Guide

AM200 Modem

23

6

To change the IP address use the following CLI command:

--> ip set interface iplan ipaddress <ipaddress> <netmask>

↵↵

Where <ipaddress> is the desired IP address, and <netmask> is the desired subnet mask.

6.3.2 CHANGING AN AM200 FROM ROUTER TO BRIDGE

Probably the quickest way to change an AM200 to be a Bridge is to restore the factory default settings as
described at the start of the section. Otherwise the following commands will configure the AM200 to be a
bridge.

First remove the router configuration. Type in:-

--> ip clear interfaces

↵↵

--> ip clear routes

↵↵

--> ip clear riproutes

↵↵

Then add interfaces for each side of the bridge, e.g. "lan" for the Ethernet user port and "wan" for the DSL
connection: Type in:-

--> bridge add interface lan

↵↵

--> bridge add interface wan

↵↵

Then attach the interfaces to the appropriate transports. Type in:

--> bridge attach lan ethernet

↵↵

--> bridge attach wan hdlc

↵↵

Finally to allow IP management of the unit, create an IP interface "iplan" and attach the bridge to the IP stack:

--> ip add interface iplan <ipaddress> <netmask>

↵↵

--> ip attachbridge iplan

↵↵

Advertising