isam alu 7360 5520_ihub_turn_up_procedure

20
Turn Up Procedure

Upload: wahyu-nasution

Post on 15-Aug-2015

672 views

Category:

Documents


38 download

TRANSCRIPT

Page 1: ISAM ALU  7360 5520_ihub_turn_up_procedure

Turn Up Procedure

Page 2: ISAM ALU  7360 5520_ihub_turn_up_procedure

2

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Objective

• After this section, you’ll be able to: Configure and turn-up a new ISAM

Configure the ISAM’s IP-address

Configure the network port, management VLAN and interface

Set-up the SNMP management between 5520AMS and ISAM

Page 3: ISAM ALU  7360 5520_ihub_turn_up_procedure

3

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Table of Contents

1. Standard Procedure

2. Alternative Scenario’s

Page 4: ISAM ALU  7360 5520_ihub_turn_up_procedure

4

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Management communication

IHUB IP@external MGT IHUB

Internal VLAN 4094

External VLAN

Internal management communication IC via VLAN4094.

External management Mgmt VLAN

IP addresses configurable by operator

Page 5: ISAM ALU  7360 5520_ihub_turn_up_procedure

5

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Turn up procedure

Log on to the ISAM for the first time via Full CLI Connect via RS232 port on NANT-D, DCE RJ45 interface

ASCII coding no parity

9600 bps 1 stop bit

8 bits No flow control

Choose CLI <C>

First time login to the Full CLI Login: isadmin

Password: i$@mad- (first time login)

New password: xxxxx

Confirm new password : xxxxx

Page 6: ISAM ALU  7360 5520_ihub_turn_up_procedure

6

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Standard procedure1

Page 7: ISAM ALU  7360 5520_ihub_turn_up_procedure

7

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Turn up procedure using an access port: L1/L2 configuration•Network port configuration configure port nt-a:xfp:1 no shutdown

•Management V-VPLS configurationconfigure service vpls 4080 customer 1 v-vpls vlan 4080 no shutdown

configure service vpls 4080 sap nt-a:xfp:1:4080

Page 8: ISAM ALU  7360 5520_ihub_turn_up_procedure

8

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Basic concepts: Virtual Port• ISAM supports interfaces on VLANs

• VLAN on IHUB are represented by V-VPLS

• Solution: IP interfaces are associated with v-VPLS via “virtual port”

Vir

tual p

ort

L2

L3

IES

SAP

IP

SAP

v-VPLS nt-a:xfp:1:4080

Page 9: ISAM ALU  7360 5520_ihub_turn_up_procedure

9

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Turn up procedure using an access port: L3 configuration• Management interface configurationconfigure service ies 2 customer 1 create configure service ies 2 interface "OAM" createconfigure service ies 2 interface "OAM" address 172.24.27.183/24configure service ies 2 interface "OAM" sap nt:vp:1:4080 createconfigure service ies 2 no shutdown

• Default route configurationconfigure router static-route 0.0.0.0/0 next-hop 172.24.27.1

Page 10: ISAM ALU  7360 5520_ihub_turn_up_procedure

10

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Turn up procedure: SNMP

Make ISAM manageable from the AMSconfigure system security snmp community public host-address

<ipaddr/netmaskbits of AMS> context nt ( on IACM)

configure system security snmp community NETMAN host-address <ipaddr/netmaskbits of AMS> context ihub ( on IHUB)

Now you can create & supervise the ISAM on the AMS

Page 11: ISAM ALU  7360 5520_ihub_turn_up_procedure

11

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Saving the management configuration

•When immediate reboot is needed after turn upadmin save

• To also save the management configuration in protected storageadmin software-mngt ihub database save-protected

•When re-activation with default db, the management config is restoredadmin software-mngt oswp [1…2] activate with-default-db

•When re-activation with clear db, no management config is restoredadmin software-mngt oswp [1…2] activate clear-db

Page 12: ISAM ALU  7360 5520_ihub_turn_up_procedure

12

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Manage NE in AMS 5520

•Once turn-up procedure finished you need to manage the ISAM in the AMS (see chapter on AMS Introduction)

• From the beginning, some basic decisions need to be taken to avoid unnecessary reboots or other service disruption later during operation: Whether you are going to use NT-B and NTIO slot as universal slot instead (see

equipment configuration)

xfp direction (up or down), if used for expansion (see equipment configuration)

QoS basic setting (port of VLAN based, see QoS in Part 2)

Creation of LAGs (see alternative scenario’s)

Page 13: ISAM ALU  7360 5520_ihub_turn_up_procedure

13

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Alternative scenario’s2

Page 14: ISAM ALU  7360 5520_ihub_turn_up_procedure

14

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Alternative 1: LAG – Link Aggregation Group

All ports in a LAG must share the same characteristics, auto-negotiation must be switched off.

Changes can only be made to the primary port configuration, and changes to the primary port configuration are automatically made to the non-primary ports.

One of the links is

randomly selected as PRIMARY

Page 15: ISAM ALU  7360 5520_ihub_turn_up_procedure

15

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Alternative 1: using an access port: L1/L2 configuration with LAG•Network port configuration + LAG

configure port nt-a:xfp:1 no shutdownconfigure port nt-a:xfp:1 ethernet no autonegociate

• LAG configurationconfigure lag 10configure lag 10 port nt-a:xfp:1 no shutdown

Page 16: ISAM ALU  7360 5520_ihub_turn_up_procedure

16

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Alternative 1: using an access port: L1/L2 configuration with LAG

•Management V-VPLS configurationconfigure service vpls 4080 customer 1 v-vpls vlan 4080 no shutdown

configure service vpls 4080 sap lag-10:4080

After these commands, you need to also do the L3 configuration and SNMP configuration (cfr pag 8 and 9)

Page 17: ISAM ALU  7360 5520_ihub_turn_up_procedure

17

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Alternative 2: Turn up procedure using a network port (from R4.1 onwards)

•Network port configurationconfigure port nt-a:xfp:1 ethernet mode network

configure port nt-a:xfp:1 no shutdown

Page 18: ISAM ALU  7360 5520_ihub_turn_up_procedure

18

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

7302/5520 Hands-on

Resetting the Alcatel 7302-7330 ISAM

Page 19: ISAM ALU  7360 5520_ihub_turn_up_procedure

19

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

Hands-on

•Hidden Slide, see Notes Page

• Exercises Resetting the Alcatel 7302 ISAM

Page 20: ISAM ALU  7360 5520_ihub_turn_up_procedure

20

COPYRIGHT © 2013 ALCATEL-LUCENT. ALL RIGHTS RESERVED.

www.alcatel-lucent.comwww.alcatel-lucent.com