Summary of the content on the page No. 1
Passport 6400
Passport 4400 and 6400
Quick Start Guide
241-6401-280
Summary of the content on the page No. 2
Summary of the content on the page No. 3
Passport 4400 and 6400 Quick Start Guide Publication: 241-6401-280 Document status: Standard Document version: 6.0S1 Document date: August 1999 Copyright © 1999 Nortel Networks. All Rights Reserved. Printed in Canada NORTEL NETWORKS, the globemark design, the NORTEL NETWORKS corporate logo, and PASSPORT are trademarks of Nortel Networks.
Summary of the content on the page No. 4
Summary of the content on the page No. 5
5 Contents About this document 9 How this document is setup 9 When to use this document 9 Related documents 10 Passport 4400 10 Passport 6400 10 Logging onto the Passport switches 11 Log onto the Passport 4400 11 Log onto the Passport 6400 11 Configuring an MPANL over a dedicated line 13 Configure the 4400 14 Configure the 6400 14 Verifying the MPANL connection 15 On the 4400 15 From the 6400 16 Troubleshooting the MPANL connection 16 From the 4400 16 From the 6400 17 Configuring an MPANL tunnel
Summary of the content on the page No. 6
6 Contents On the 4400 23 On the 6400 23 Configuring a network management connection to a 4400 25 Configure the 4400 27 Configure the 6400 27 Add the FRUNI 28 Add the FRUNI DLCI 28 Add the FRDTE 29 Add the Virtual Router 29 Add the Ethernet Port 30 Add the 4400 to the IP Routing table 30 Verifying the network management connection 31 On the 4400 31 On the 6400 31 Configuring the RSI - RSA connection 33 Configuring the RSI and RSAs 34 On the 4400 34 On the 6400 hosting the primary RSA 34 On th
Summary of the content on the page No. 7
7 List of figures Figure 1 MPANL over a dedicated line 13 Figure 2 MPANL tunneled through public frame relay 19 Figure 3 Network management connection to a 4400 26 Figure 4 A simplified RSI - RSA configuration example 34 Interworking Guide 7.0M1
Summary of the content on the page No. 8
8 241-6401-115 7.0M1
Summary of the content on the page No. 9
9 About this document This document covers the basic provisioning needed to bring up a Multiservice Passport Access Network Link (MPANL) between a Passport 4400 and 6400. Also included is a section on establishing a network management connection to the 4400, and a section on configuring the RSI -RSA components required for voice networking. How this document is setup Each section includes an example configuration with typical variables. The commands that follow use the variables from the ex
Summary of the content on the page No. 10
10 About this document Related documents This document uses commands and information found in the Passport 4400 and 6400 suite of documents. When you require additional information, consult the following documents: Passport 4400 800-1943-20, Analog Voice Manual 800-1944-20, T1/E1 and DVM Manual 800-1951-20, Hardware Manual 800-1950-20, CLI Reference 800-1952-20, Operator’s Manual Passport 6400 241-6401-275 Passport 6400 NMS Connectivity Guide 241-6401-050 Passport 6400 Commands 241-6401-765
Summary of the content on the page No. 11
11 Logging onto the Passport switches Log onto the Passport 4400 1 Connect the supplied RJ45 cable from the serial port on your computer or teminal to the local management port on the 4400. 2 Open a terminal emulation session with the following settings Data Rate: 9600 bps Data Bits: 8 Stop Bits: 1 Parity: None The port is self sensing. A welcome screen and command line prompt appears. 3 Log onto the Command Line Interface (CLI) > cli Ignore the password prompt and hit the
Summary of the content on the page No. 12
12 Logging onto the Passport switches 241-6401-280 6.0S1
Summary of the content on the page No. 13
13 Configuring an MPANL over a dedicated line Figure 1 shows an example of MPANL over a dedicated line. The commands that follow use the variables from this example. When you configure your MPANL, replace the example variables with variables unique to your network setup. The example shows the two Passports as co-located for the sake of simplicity. However, a dedicated line to a remote 4400 typically travels through a variety of facilities. Figure 1 MPANL over a dedicated line Node name: MPA
Summary of the content on the page No. 14
14 Configuring an MPANL over a dedicated line Configure the 4400 CLI> def msm profile dnaPrefix "302102100501" The Prefix DNA normally derives from link information. For example: DNIC 3021 RID 02 MID 10 Lp 05 Port 01 CLI> set system administration nodename "MPA_1" You do not require a nodename, but it is typically included. Although not shown in this example, the nodename appears within the prompt. CLI> save config update CLI> reset system current reset Configure the 6400 > start prov PROV>
Summary of the content on the page No. 15
Configuring an MPANL over a dedicated line 15 Note: The 6400 needs to match the 4400 linespeed. This example uses the 4400’s default setting of 64 kb/s. PROV> add mpanl/51 PROV> add mpanl/51 framer PROV> set mpanl/51 framer int lp/5 v35/1 PROV> check prov PROV> act prov PROV> save prov PROV> commit prov PROV> end prov Verifying the MPANL connection Once the provisioning is complete on both the 4400 and 6400, verify the link. On the 4400 From the 4400, verify the link is operational using the
Summary of the content on the page No. 16
16 Configuring an MPANL over a dedicated line From the 6400 From the 6400 workstation, verify the link is operational using the following commands to display link a variety of information: > d lp/5 v35/1 Unlocked and enabled. > d mpanl/51 sig Unlocked and enabled. > d mpanl/51 framer Unlocked and enabled. > d mpanl/51 sigm Unlocked and enabled; dteComponentName - "MPA_1"; CurrentState - informationTransfer. > d mpanl/51 prefixDna/* "302102100501" Troubleshooting the MPANL connection If your M
Summary of the content on the page No. 17
Configuring an MPANL over a dedicated line 17 From the 6400 Check all cabling . Ensure all cables are correct for the interface type and mode. Check the Passport patch panel connections. Use the following commands to check the operational state of the MPANL service: > d lp/5 v35/1 Unlocked and enabled. > d mpanl/51 sig Unlocked and enabled. > d mpanl/51 framer Unlocked and enabled; Verify frames are being sent to/from the interface. > d mpanl/51 sigm Unlocked and enabled; dteComponentName -
Summary of the content on the page No. 18
18 Configuring an MPANL over a dedicated line 241-6401-280 6.0S1
Summary of the content on the page No. 19
19 Configuring an MPANL tunneled through public frame relay Figure 2 shows an example of MPANL tunneled through public frame relay. The commands that follow use the variables from this example. When you configure your MPANL, replace the example variables with variables unique to your network setup. Figure 2 MPANL tunneled through public frame relay Node name: MPA_1 Prefix DNA: 302102100501 Assigned DLCI by Public frame relay: 21 Node name: PPNODE Passport 4400 Passport 6400 Port 2 (DTE) MPAN
Summary of the content on the page No. 20
20 Configuring an MPANL tunneled through public frame relay Configure the 4400 CLI> def msm profile dnaPrefix "302102100501" The Prefix DNA normally derives from link information. For example: DNIC 3021 RID 02 MID 10 Lp 05 Port 01 CLI> set system administration nodename "MPA_1" A nodename is not required, but is typically included. Although not shown in this example, the nodename appears within the CLI prompt. CLI> def fr tunnel 149 CLI> add fr tunnel 149 21 limi 2 dtepanl CLI> def fr line