background image

18

A R 7 4 5   R O U T E R   Q U I C K   S T A R T   G U I D E

3

   Login to the MANAGER account on each router, as

described in the 

AR700 Series Router Quick Install Guide

.

4

   Collect together the information that you will need to

configure IP. We recommend you photocopy the table on the
previous page and fill in the details.

CONFIGURING IP

The following steps are required:

1. Configure the PPP Link.

2. Configure the IP routing module on both routers.

3. Test the configuration.

Configure the PPP Link

Configure PPP interface 0 on each router to use the wide area
link. See 

Getting Connected

 for information about configuring

PPP to use a synchronous link. See 

Configuring ISDN

 for

information about configuring PPP to use an ISDN call. If the
PPP interface is configured for dial on demand operation (see

Configuring ISDN Dial on Demand

) or bandwidth on demand

operation (see 

Configuring ISDN Bandwidth on Demand

), these

services will automatically be used by the IP routing software.

Configure IP Routing

1

   Clear any pre-existing IP configuration and turn on the IP

routing software on each router, using the commands:

PURGE IP

ENABLE IP

2

   On the Head Office router define two IP interfaces, one for

the Ethernet LAN and one for the wide area link:

ADD IP INT=ETH0 IP=172.16.8.33

MASK=255.255.255.0

ADD IP INT=PPP0 IP=172.16.254.1

MASK=255.255.255.0

3

   Repeat this procedure on the Remote Office router,

defining one IP interface for the Ethernet LAN and one for the
wide area link:

ADD IP INT=ETH0 IP=192.168.31.30

MASK=255.255.255.240

ADD IP INT=PPP0 IP=172.16.254.2

MASK=255.255.255.0

4

   A routing protocol, such as RIP, can be enabled so that the

routers can exchange information about routes to all of the IP
devices (hosts, PCs, file servers, etc.) on the internet. However,
on a dial-on-demand ISDN connection this may result in

excessive call charges. So for this example static routes will be
defined. On the Head Office router enter the command:

ADD IP ROUTE=192.168.31.0

MASK=255.255.255.240 INT=PPP0
NEXT=172.16.254.2

5

   Repeat this procedure for the Remote Office router,

entering the command:

ADD IP ROUTE=172.16.8.0

MASK=255.255.255.0 INT=PPP0
NEXT=172.16.254.1

6

   The IP routing software is now configured and operational

on both routers.

Test the Configuration

The IP configuration can now be checked using the following
commands and then functionally tested by establishing a Telnet
(remote access) connection to the remote router.

1

   To check the routes, type (on either router):

SHOW IP ROUTE

This should produce a display (on the Head Office router) like
that shown on page 19. For each router, there should be a
route to the LAN and PPP interfaces on the local router and a
route to the LAN interface on the remote router.

2

   Test the PPP link between the two routers using the PING

command on each router to send ping packets to the router at
the remote end of the PPP link. On the Head Office router use
the command:

PING 192.168.31.30

On the Remote Office router use the command:

PING 172.16.8.33

Within a few seconds the router will display a message like:

Echo reply 1 from 172.16.8.33 time delay

20 ms

indicating a response was received from the router at the
remote end of the PPP link.

Note

:

 We have used the Ethernet address in this example but you

can ping any of the remote router’s assigned IP addresses.

3

   To functionally test the connection between the two

routers, use Telnet to establish a connection to the remote
router. Enter the following command on the Head Office
router to connect to the Remote Office router:

TELNET 192.168.31.30

Содержание AR745

Страница 1: ...AR745 ROUTER QUICK START GUIDE...

Страница 2: ...s in specifications and other information contained in this document without prior written notice The information provided herein is subject to change without notice In no event shall AlliedTelesyn be...

Страница 3: ...to a Basic Rate S T ISDN Service 9 Connecting to a Basic Rate U ISDN Service 9 Connecting to a Primary Rate ISDN Service 10 Connecting a Terminal or Modem 10 Documentation andTools CD ROM 12 Using the...

Страница 4: ...plications Powerful firewall features protect against unauthorised access and break in attempts can be logged for later analysis If your office LAN uses private IP addresses not registered on the Inte...

Страница 5: ...demand and channel aggregation facilities Multiprotocol routing includingTCP IP Novell IPX DECnet AppleTalk and GRE Generic Routing Encapsulation protocols Supported routing protocols include RIP and...

Страница 6: ...ey to using terminal emulation software successfully with the AR745 router is to configure the communications parameters in the terminal emulation software to match the default settings of the console...

Страница 7: ...yperTerminal group Double click the Hypertrm exe icon 2 In the Connection Description dialog box enter a name for the connection e g AR745 and select an icon from the scrolling list Click OK 3 In the...

Страница 8: ...use a transceiver L A L A SWAP IN 100M ETHERNET 1 EN PIC 1 PIC 0 100M ETHERNET 0 DISCONNECT POWER BEFORE INSTAL Connect the LAN to an Ethernet port on the rear panel of the AR745 using the supplied C...

Страница 9: ...eck the configuration of the port by typing the command SHOW SYN n where n is the synchronous port number Verify that the information displayed is correct In particular State should be set to enabled...

Страница 10: ...of how to wire an ISDN interface cable 2 Check the operation by observing the state of the LEDs on the rear panel of the AT AR021 U PIC The Active LED will be lit when the U interface is activated and...

Страница 11: ...of how to change the communications settings for the terminal or modem If the terminal or modem is to be used with communications settings other than the default settings the asynchronous port must b...

Страница 12: ...hortcuts and commands from the Document menu to page through the document Click on a bookmark thumbnail or hypertext link to jump to a specific section or topic Use the Search command to search for ke...

Страница 13: ...0 SPID1 spid SPID2 spid This section describes how to configure ISDN on the AR745 router using the command line interface ISDN on the router requires minimal user configuration other than selecting a...

Страница 14: ...UB2 subaddress The directory numbers and subaddresses must be supplied by the ISDN service provider If the directory number is a full 10 digit number 3 digit area code plus 7 digit number the router w...

Страница 15: ...initiate the call but calls from the Remote Office have precedence On the Head Office router create a call to the Remote Office router ADD ISDN CALL ROHO OUTSUB LOCAL SEARCHSUB LOCAL NUMBER 1234567 PR...

Страница 16: ...and any routing protocols such as IP and IPX that are configured to use PPP interface 0 will automatically inherit the dial on demand functionality CONFIGURING ISDN BANDWIDTH ON DEMAND A PPP interface...

Страница 17: ...e Router Configuration Parameter Remote Office Router eth0 Ethernet interface eth0 172 16 8 33 Ethernet interface IP address 192 168 31 30 172 16 8 0 Ethernet LAN IP subnet address 192 168 31 16 255 2...

Страница 18: ...bout routes to all of the IP devices hosts PCs file servers etc on the internet However on a dial on demand ISDN connection this may result in excessive call charges So for this example static routes...

Страница 19: ...from the Remote Office router to the Head Office router on the Remote Office router use the command TELNET 172 16 8 33 Note We have used the Ethernet address in this example but you canTelnet to any o...

Страница 20: ...cted by a PPP link over a wide area link either a dedicated leased line or an ISDN call BEFOREYOU START 1 Ensure that the routers to be configured are connected to the wide area link and that the wide...

Страница 21: ...network in a Novell internet including all LANs and WAN links must be assigned a network number Novell file servers also have an internal network number These network numbers must be unique across th...

Страница 22: ...PPP link is active using the command SHOW PPP The display should look like that shown above The state of the IPX control protocol IPXCP should be OPENED If not then the fault lies with the connection...

Страница 23: ...te Office router defining one IPX circuit for the Ethernet interface and one for the wide area link Configure the wide area link as a demand link and enable RIP and SAP change broadcasts using ADD IPX...

Отзывы: