Alcatel-Lucent ALU-Dm 744-I Manual
Alcatel-Lucent ALU-Dm 744-I Manual

Alcatel-Lucent ALU-Dm 744-I Manual

Dial routing

Advertisement

Quick Links

Manual
Alcatel-Lucent Enterprise
Dial Routing
ALU-Dm 744-I
Copyright© Version 11.00 Alcatel-Lucent Enterprise
Dial Routing
1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ALU-Dm 744-I and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Alcatel-Lucent ALU-Dm 744-I

  • Page 1 Manual Alcatel-Lucent Enterprise Dial Routing ALU-Dm 744-I Copyright© Version 11.00 Alcatel-Lucent Enterprise Dial Routing...
  • Page 2 Manual Alcatel-Lucent Enterprise Legal Notice Warranty This publication is subject to change. ALU offers no warranty whatsoever for information contained in this manual. ALU is not liable for any direct, indirect, collateral, consequential or any other damage connected to the delivery, sup- ply or use of this manual.
  • Page 3: Table Of Contents

    Table of Contents Alcatel-Lucent Enterprise Table of Contents Related Documents....... . . 1 Chapter 1 Introduction .
  • Page 4 Table of Contents Alcatel-Lucent Enterprise Dial Routing...
  • Page 5: I Related Documents

    Related Documents Alcatel-Lucent Enterprise I Related Documents ALU-Dm 702-I TCP/IP ALU-Dm 705-I Generic Serial Interfaces ALU-Dm 710-I PPP Interface ALU-Dm 729-I BRI ISDN Interface ALU-Dm 772-I Common Configurations for Interfaces Dial Routing...
  • Page 6: Chapter 1 Introduction

    1 Introduction Alcatel-Lucent Enterprise Chapter 1 Introduction 1.1 Dial Routing Interface The Dial Routing interface is a virtual interface that distributes IP traffic via a pool of “Dial PPP” interfaces. A series of connections is defined in the configuration of the said interface such as the Dial PPP interfaces pool name. Each pro- file has an identifier (ID) which uniquely identifies this as well as a set of associated parameters (called number, user and password).
  • Page 7: Configuring Correctly

    1 Introduction Alcatel-Lucent Enterprise 1.4 Configuring correctly • Create as many PPP interfaces as B channels or modem connections you wish to reserve for the connections (you create as many simultaneous connections as you wish to have). • Create the Dial Routing interface.
  • Page 8 1 Introduction Alcatel-Lucent Enterprise • You need to configure as AT interfaces as many serial lines as simultaneous connections to PSTN destinations are required without surpassing the number of modems you have. Additionally you need to create a PPP interface for each AT interface.
  • Page 9 1 Introduction Alcatel-Lucent Enterprise Config>add device ppp 1 Config>add device ppp 2 Config>add device ppp 3 Config>add device ppp 4 Config>list devices Interface Connector Type of interface ethernet0/0 LAN1 Fast Ethernet interface serial0/0 SERIAL0/WAN1 serial0/1 SERIAL1/WAN2 serial0/2 SERIAL2/WAN3 bri0/0 BRI/ISDN1...
  • Page 10 1 Introduction Alcatel-Lucent Enterprise add device ppp 1 add device ppp 2 add device ppp 3 add device ppp 4 add device dial-routing 1 add device dial-routing 2 set data-link at serial0/0 set data-link at serial0/1 set data-link x25 serial0/2 network ethernet0/0 ;...
  • Page 11: Configuring The Dial Routing Interfaces

    1 Introduction Alcatel-Lucent Enterprise network dialroute2 ; -- DR interface configuration -- no ip address exit dump-command-errors ; --- end --- Config> 1.5.2 Configuring the Dial Routing Interfaces Dial Routing interface configuration consists of two main steps. The first step is to configure the name of the Pool corresponding to the interface. This pool name joins the interface with the PPP interfaces that can be used to carry out the connections.
  • Page 12 1 Introduction Alcatel-Lucent Enterprise add device ppp 4 add device dial-routing 1 add device dial-routing 2 set data-link at serial0/0 set data-link at serial0/1 set data-link x25 serial0/2 network ethernet0/0 ; -- Ethernet Interface User Configuration -- no ip address...
  • Page 13 1 Introduction Alcatel-Lucent Enterprise ; -- DR interface configuration -- no ip address pool-name RTC exit dump-command-errors ; --- end --- Config> 1.5.2.2 Configuring the destination connections The second step is to configure the required parameters to connect to each of the possible destinations. For each destination you need to configure a telephone number, a user and a password which shape the profile for this destin- ation.
  • Page 14 1 Introduction Alcatel-Lucent Enterprise dialroute2 config>connection 1 destination-address 4444444 dialroute2 config>connection 1 username oficina4 dialroute2 config>connection 1 password oficina4 dialroute2 config>connection 2 default dialroute2 config>connection 2 destination-address 5555555 dialroute2 config>connection 2 username oficina5 dialroute2 config>connection 2 password oficina5 dialroute2 config>list connection...
  • Page 15 1 Introduction Alcatel-Lucent Enterprise network ppp3 ; -- Generic PPP User Configuration -- no ip address exit network ppp4 ; -- Generic PPP User Configuration -- no ip address exit network dialroute1 ; -- DR interface configuration -- no ip address...
  • Page 16: Configuring The At Interfaces

    1 Introduction Alcatel-Lucent Enterprise 1.5.3 Configuring the AT Interfaces A possible next step would be to configure the AT interfaces so that the installed modems operate correctly. The ne- cessary parameters are as follows: • Speed: The possible speeds that can be configured are as follows: 2400, 4800, 9600, 19200, 38400, 57600 and 115200.
  • Page 17: Configuring The Ppp Interfaces

    1 Introduction Alcatel-Lucent Enterprise For American standards, it will be necessary to at least configure the standard and the SPIDs of the two circuits. If you do not know these values, please consult your telecommunications operator. In the following example, you can see how to configure these two parameters where the standard is configured to NI- 1 which is the most common for American standards.
  • Page 18 1 Introduction Alcatel-Lucent Enterprise ppp1 config>base-interface -- Base Interface Configuration -- ppp1 Base IFC config>base-interface bri0/0 255 link ppp1 Base IFC config>base-interface bri0/0 255 profile DIALROUTING ppp1 Base IFC config>list Base Interface Profile Name Base Circuit Id Number of circuits...
  • Page 19 1 Introduction Alcatel-Lucent Enterprise Consequently we need to create the configurations of PPP itself. First of all create the users. You need to create one user for the remote branch and another for the central. Config>network ppp1 -- Generic PPP User Configuration -- ppp1 config>ppp...
  • Page 20 1 Introduction Alcatel-Lucent Enterprise Ppp2 config>ppp -- PPP Configuration -- ppp2 PPP config>authentication chap ppp2 PPP config>dial-routing-pool RDSI ppp2 PPP config>exit ppp2 config>exit Config>network ppp3 -- Generic PPP User Configuration -- ppp3 config>ppp -- PPP Configuration -- ppp3 PPP config>authentication chap ppp3 PPP config>dial-routing-pool RTC...
  • Page 21 1 Introduction Alcatel-Lucent Enterprise network bri0/0 ; -- BRI ISDN Configuration -- set circuit spid 1 9876543210100 set circuit spid 2 9876543210101 set global standard ni-1 exit network x25-node ; -- X25-node interface configuration -- no ip address exit network ppp1 ;...
  • Page 22 1 Introduction Alcatel-Lucent Enterprise exit exit network ppp3 ; -- Generic PPP User Configuration -- no ip address ; -- PPP Configuration -- authentication chap authentication sent-user central ciphered-pwd 0xEA4416D1735E168E authentication allowed-user oficina4 ciphered-pwd 0xA3CBFC7A4DF0079FD654B4 0C2E5C57DC authentication allowed-user oficina5 ciphered-pwd 0xA3CBFC7A4DF0079FA12F34...
  • Page 23 1 Introduction Alcatel-Lucent Enterprise connection 2 default connection 2 destination-address 2222222 connection 2 username oficina2 connection 2 password oficina2 connection 3 default connection 3 destination-address 3333333 connection 3 username oficina3 connection 3 password oficina3 pool-name RDSI exit network dialroute2 ; -- DR interface configuration --...
  • Page 24 1 Introduction Alcatel-Lucent Enterprise The first step is to modify the base interfaces configuration which use the PPP over ISDN to permit the use of the two BRI channels. For this we need to execute the following sequence of commands.
  • Page 25 1 Introduction Alcatel-Lucent Enterprise -- Generic PPP User Configuration -- ppp2 config>ppp -- PPP Configuration -- ppp2 PPP config>multilink enable ppp2 PPP config>multilink call-out ppp2 PPP config>multilink activation interval 60 ppp2 PPP config>multilink activation threshold 80 ppp2 PPP config>multilink deactivation interval 90 ppp2 PPP config>multilink deactivation threshold 25...
  • Page 26 1 Introduction Alcatel-Lucent Enterprise no ip address exit network ppp1 ; -- Generic PPP User Configuration -- no ip address ; -- PPP Configuration -- authentication chap authentication sent-user central ciphered-pwd 0xEA4416D1735E168E authentication allowed-user oficina1 ciphered-pwd 0xA3CBFC7A4DF0079F9E8519 D7C927D959 authentication allowed-user oficina2 ciphered-pwd 0xA3CBFC7A4DF0079F325527...
  • Page 27 1 Introduction Alcatel-Lucent Enterprise base-interface bri0/0 255 profile DIALROUTING base-interface bri0/0 255 number-of-circuits 2 exit exit network ppp3 ; -- Generic PPP User Configuration -- no ip address ; -- PPP Configuration -- authentication chap authentication sent-user central ciphered-pwd 0xEA4416D1735E168E...
  • Page 28: Configuring Ip

    1 Introduction Alcatel-Lucent Enterprise connection 1 username oficina1 connection 1 password oficina1 connection 2 default connection 2 destination-address 2222222 connection 2 username oficina2 connection 2 password oficina2 connection 3 default connection 3 destination-address 3333333 connection 3 username oficina3 connection 3 password oficina3...
  • Page 29 1 Introduction Alcatel-Lucent Enterprise IP addresses for each interface: ethernet0/0 7.7.7.7 255.255.255.0 NETWORK broadcast, fill 0 serial0/0 IP disabled on this ifc serial0/1 IP disabled on this ifc serial0/2 IP disabled on this ifc bri0/0 IP disabled on this ifc...
  • Page 30: Adding Id Static Routes

    1 Introduction Alcatel-Lucent Enterprise 1.5.6.2 Enabling Ip Classless IP config>classless IP config>list ip-protocol Directed broadcasts: enabled RIP: disabled OSPF: disabled Multipath: disabled Ip classless: enabled Icmp redirects: enabled Icmp unreachables: enabled IP config> 1.5.7 Adding ID static routes This last step configures the routes with identifier which link the IP destinations with the Dial Routing interfaces con- nections.
  • Page 31 1 Introduction Alcatel-Lucent Enterprise network ethernet0/0 ; -- Ethernet Interface User Configuration -- ip address 7.7.7.7 255.255.255.0 exit network bri0/0 ; -- BRI ISDN Configuration -- set circuit spid 1 9876543210100 set circuit spid 2 9876543210101 set global standard ni-1...
  • Page 32 1 Introduction Alcatel-Lucent Enterprise authentication allowed-user oficina1 ciphered-pwd 0xA3CBFC7A4DF0079F9E8519 D7C927D959 authentication allowed-user oficina2 ciphered-pwd 0xA3CBFC7A4DF0079F325527 6956674D84 authentication allowed-user oficina3 ciphered-pwd 0xA3CBFC7A4DF0079F8C3F64 C7DCE0E903 dial-routing-pool RDSI exit base-interface ; -- Base Interface Configuration -- base-interface bri0/0 255 link base-interface bri0/0 255 profile DIALROUTING...
  • Page 33 1 Introduction Alcatel-Lucent Enterprise base-interface serial0/1 link base-interface serial0/1 profile DIALROUTING exit exit network dialroute1 ; -- DR interface configuration -- ip address unnumbered connection 1 default connection 1 destination-address 1111111 connection 1 username oficina1 connection 1 password oficina1 connection 2 default...
  • Page 34 1 Introduction Alcatel-Lucent Enterprise dump-command-errors ; --- end --- Config> Dial Routing...
  • Page 35: Chapter 2 Configuration

    2 Configuration Alcatel-Lucent Enterprise Chapter 2 Configuration 2.1 Dial Routing Interface Configuration Commands This section describes all the commands to configure the Dial Routing interface. In order to access the configuration environment for the said interface, you need to proceed as for the rest of the device interfaces, through the NET-...
  • Page 36: Configuring The Pool Name

    2 Configuration Alcatel-Lucent Enterprise 2.1.1.3 Deleting a connection This command is used to delete a connection and is displayed below. dialroute1 config>no connection <id> 2.1.1.4 Example of a connection configuration First of all, create the connection: dialroute1 config>connection 5 default Secondly, assign the values to the different parameters: dialroute1 config>connection 5 destination-address 918076565...
  • Page 37: Configuring The Ip Address

    2 Configuration Alcatel-Lucent Enterprise Example: dialroute1 config>quarantine-time ? <2..60> Quarantine time (minutes) dialroute1 config>quarantine-time 4 dialroute1 config> 2.1.4 Configuring the IP address Use the following command to add an IP address to the interface, which is common to all IP interfaces: dialroute1 config>ip address { <dirección_IP>...
  • Page 38: Return To The Previous Menu

    2 Configuration Alcatel-Lucent Enterprise Pool Name: POOL1 Quarantine time: 4 min. Connections ----------- Destination Address Username ---------- -------------------- ------------------------------- 918076565 USUARIO1@sample dialroute1 config> 2.1.6 Return to the previous menu In order to exit the interface configuration menu and to return to the device main configuration menu, use the com- mand shown below which is the same in the entire device configuration.
  • Page 39 2 Configuration Alcatel-Lucent Enterprise Syntax: IP config>list routes Note The ID routes are those in the list that begin with “ID Route…” . The rest are normal static routes. Example: IP config>list routes route to 0.0.0.0,0.0.0.0 via 192.168.1.1, cost 1 ID route to 5.5.5.5,255.255.255.255 via dialroute1, Id 5...
  • Page 40: Chapter 3 Monitoring

    3 Monitoring Alcatel-Lucent Enterprise Chapter 3 Monitoring 3.1 Monitoring the Dial Routing Interface This section describes the commands used to monitor the state of the Dial Routing interface links and connections. To access this monitoring, introduce the following commands: *monitor Console Operator +network <interface_name>...
  • Page 41: Return To The Previous Menu

    3 Monitoring Alcatel-Lucent Enterprise Links status ------------ PPP Interface Status Connection ID --------------- ----------------------- ------------- ppp1 IDLE ppp2 IDLE Connections status ------------------ Connection Id Destination address Username Status ------------- -------------------- -------------------------------- -------- 918076565 USUARIO1@sample INACTIVE DR monitor+ 3.1.2.2 Connection Status...
  • Page 42: Monitoring The Id Static Routes

    3 Monitoring Alcatel-Lucent Enterprise DR monitor+exit 3.2 Monitoring the ID Static Routes In this section, the commands used to monitor the ID static routes are described. In order to access the monitoring menu for these routes, introduce the following commands:...
  • Page 43: Calculating The Next Hop

    3 Monitoring Alcatel-Lucent Enterprise The ID static routes are those that are shown in bold. These differ from the rest of the static routes in the next hop (dialrouteX), apart from that they are identical. 3.2.2 Calculating the next hop The ROUTE-GIVEN-ADDRESS command displays the next hop to a determined destination.

Table of Contents