Vous êtes sur la page 1sur 63

All rights reserved 2008, Alcatel ISAM7330 / July 2008

Page 2
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Objective
Section1 1
Configure the ISAM to be manageable by AWS using CLI
Preface&Compatibility
Pre-configuration Step
Hardware Introduction
Configuration System Parameter
Configuration System Setup Procedure
Configure the service/user VLANs
How to Create XDSL profile
How to Create the XDSL User
Student Practice using CLI
Page 3
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Section 2
Configure basic parameters for end-users/customers using the AWS
INTRODUCTION
HOW TO CREATING THE ISAM NODE by AWS
CREATING THE XDLS SERVICE AND SPECTRUM PROFILES
CREATING THE RESIDENTIAL BRIDGE VLANS
CREATING THE BOARDS
CREATING THE USER PORT
CREATING A SUBTENDING/UPLINK PORT
Create the ATM PVC for USER
CREATING A SUBTENDING/UPLINK PORT
Page 4
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Preface & Compatibility
This document outlines the procedure to configure the
ISAM R3.4 via the command line interface (CLI) and is
dedicated to the initial ISAM configuration for CAT
Telecom.
This document supports the configuration of ISAM with
the following release:
R3.4
Page 5
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Pre-configuration steps
Check the Variant of the NANT-A card to confirm
the capacity of flash to be use.
CA : 512MB flash disk
Flash the Sandisk with software package below
R3.4
Page 6
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Hardware Introduction
LT
LT
LT
LT
LT
LT
LT
LT
NT-A
NTIO / LT
NT-B / LT
F
a
n

u
n
i
t
Card
cage
area
Power &
connector
area
Fan area
GFC
PWR
Page 7
All rights reserved 2008, Alcatel ISAM7330 / July 2008
The system will start-up after the following boards are
plugged:
1. NT board ( e.g. NANT-A )
2. LT boards ( optional , e.g NALT-C ,NSLT-A)
4. NTIO ( optional , e.g. NCNC-B )
5. Splitter board
The board LED status when the boards up:
When the NT board stable
PWR LED = flash slowly,
A/S LED = always light
ALM LED = is no light.
After the PWR LED fast flash, the LT boards will become stable, the
PWR LED flash slowly and ALM LED is no light.
Page 8
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Use RS-232 console port
1. Start "Hyper-terminal" program
2. Select COM port to communicate with ACU card
Choose direct to COM1 or COM2 click OK
3. Set Port Properties --
Port Setting:
- Bit per second: 9600
- Data bits: 8
- Stop bits: 1
- Parity bits: None
-Flow Control: None
-Press OK
Connecting to the ISAM via CT
Page 9
All rights reserved 2008, Alcatel ISAM7330 / July 2008
-Press Space Bar Enter Username and Password
<
Would you like to establish a prompt login session using CLI (C) or TLI (T)? : C Enter
CLI :
Enter Username : isadmin
Enter Password : i$@mad-
Replaced the password = ans#150 <== Recommend
TLI :
Enter Username : SUPERUSER
Enter Password : ANS#150
Tips: a). Press tab to help finish the command word
b). Press Up arrow to go back through the command history
c). Type exit for back the command one step
Page 10
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Configuration System Parameters
Configure system id <system id>
Example :
isadmin># configure system id CAT
Show command ALL:
isadmin># info configure system
Show command System Management:
isadmin># info configure system management
Page 11
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Configuration System Setup Procedure
1. Configure uplink port
isadmin># configure interface shub port 1 port-type network mode automatic admin-status up
Note: Network 1 is always the link to the network. Network 2 - 7 can be used for subtending. Network 0
is used to connect a second shelf if needed (electrical connection)
2. Configure subtending port
isadmin># configure interface shub port 2 port-type subtending mode automatic admin-status up
isadmin># configure interface shub port 3 port-type subtending mode automatic admin-status up
isadmin># configure interface shub port 4 port-type subtending mode automatic admin-status up
Page 12
All rights reserved 2008, Alcatel ISAM7330 / July 2008
3. Configure the management VLAN
isadmin># configure system mgnt-vlan-id 8
isadmin># configure system shub entry vlan ext-vlan-id 8
isadmin># configure vlan shub id 8 egress-port network:1
4. Configure the management VLAN Subtending
isadmin># configure vlan shub id 8 egress-port network:2
isadmin># configure vlan shub id 8 egress-port network:3
isadmin># configure vlan shub id 8 egress-port network:4
Page 13
All rights reserved 2008, Alcatel ISAM7330 / July 2008
How to create profile
5. Configure the management IP
isadmin># configure system management host-ip-address manual:<NT IP
address>/<subnet mask>
isadmin> # configure system management default-route <def router IP address>
isadmin># configure system single-public-ip
SAMPLE:
isadmin># configure system management host-ip-address manual 10.126.120.100/25
isadmin># configure system management default-route 10.126.120.254
isadmin># configure system single-public-ip
Page 14
All rights reserved 2008, Alcatel ISAM7330 / July 2008
6. Configure the SNMP communities
This configures the ISAM for AWS management
isadmin># configure system security snmp community public host-address 0.0.0.0/0
context nt
isadmin># configure system security snmp community NETMAN host-address 0.0.0.0/0
context shub
Note: ISAM SHOULD NOW BE MANAGABLE BY AWS
Page 15
All rights reserved 2008, Alcatel ISAM7330 / July 2008
7. Disable the rstp and la (link aggregation)
isadmin># configure rstp disable-rstp
isadmin># configure la disable-lacp
8. Save the configuration
The NT Configuration is automatically written to compact flash whenever changes are
made. On the Shub subsystem, the operator must manually save the configuration to
the Shub flash, whenver changes are made. It is important to save the Shub
configuration regularly so that changes made are not lost in the event that the Shub
subsystem restarts.
isadmin># admin software-mngt shub database save
Page 16
All rights reserved 2008, Alcatel ISAM7330 / July 2008
9. Configure the service/user VLANs
isadmin># configure vlan id 100 mode residential-bridge
isadmin># configure vlan shub id 100 mode residential-bridge
isadmin># configure vlan shub id 100 egress-port network:1
isadmin># configure vlan shub id 100 egress-port lt:1/1/[4...19]
10. Configure service VLAN to subtending node
isadmin># configure vlan shub id 100 egress-port network:2
isadmin># configure vlan shub id 100 egress-port network:3
isadmin># configure vlan shub id 100 egress-port network:0
Page 17
All rights reserved 2008, Alcatel ISAM7330 / July 2008
11. Plan the Line Cards
isadmin># configure equipment slot 1/1/<slot> planned-type <card type>
<lock/unlock>
Example :
isadmin># configure equipment slot 1/1/4 planned-type nant-a unlock
(Notes 7 : LT 1 = 1/1/4 , LT2 = 1/1/5 . , and not need to Configure NT and rack )
Page 18
All rights reserved 2008, Alcatel ISAM7330 / July 2008
12. Check The boards status
isadmin4# show equipment slot
================================================================================
slot table
================================================================================
slot |actual-type|enabled|error-status |availability |restrt-cnt
---------+-----------+-------+----------------------+-------------+-------------
nt-a nant-a yes no-error available 0
nt-b empty no no-error not-installed 0
lt:1/1/4 empty no no-error not-installed 0
lt:1/1/5 nelt-a yes no-error available 1
lt:1/1/6 nalt-c yes no-error available 1
lt:1/1/7 empty no no-error not-installed 0
lt:1/1/8 empty no no-error not-installed 0
lt:1/1/9 empty no no-error not-installed 0
lt:1/1/10 empty no no-error not-installed 0
lt:1/1/11 empty no no-error not-installed 0
--------------------------------------------------------------------------------
slot count : 10
================================================================================
Page 19
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Create XDSL profile
Before you can create an xDSL line, you need to create the necessary
profiles.
1. Create Service Profile Groups a number of parameters related to the
xDSL service
2. Create Spectrum Profile Groups a number of parameters related to
the xDSL spectrum
Page 20
All rights reserved 2008, Alcatel ISAM7330 / July 2008
1. Create an xDSL service profile with the following command:
isadmin># configure xdsl service-profile 1 name 256K_64K ra-mode-down automatic ra-mode-up
automatic min-bitrate-down 32 plan-bitrate-down 256 max-bitrate-down 256 min-bitrate-up 32
plan-bitrate-up 64 max-bitrate-up 64 max-delay-down 16 max-delay-up 6 imp-noise-prot-dn 5 imp-
noise-prot-up 5
isadmin># configure xdsl service-profile 1 active
Caution: The xDSL service profile must be activated within 15 minutes after it has
been created, otherwise it will be deleted.
Note: The activation parameter can also be included in step 1, but then no
modification of the parameters is possible afterwards (except name, scope and version
Note: Only the parameters name, scope and version can be changed for an existing
xDSL service profile. If the other parameters need to be changed, then a new xDSL
service profile must be created.
Page 21
All rights reserved 2008, Alcatel ISAM7330 / July 2008
2. Create an xDSL spectrum profile and configure the parameters
common to all the DSL flavors with the following command:
isadmin># configure xdsl spectrum-profile 1 name TNM_6db local-profile version 1 dis-
ansi-t1413 dis-etsi-dts dis-g992-1-b dis-g992-2-a dis-g992-3-b g992-3-l1 g992-5-a dis-
etsi-ts
Check the profile configuration
isadminl# info configure xdsl service-profile 1 detail
isadminl# info configure xdsl spectrum-profile 1 detail
Page 22
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Configure the XDSL User
1. Assign xDSL profiles to a user port
isadmin># configure xdsl line <rack>/<panel>/<slot>/<port> service-profile <srvc
profile id> spectrum-profile <spct profile id> admin-up
Example :
isadmin># configure xdsl line 1/1/4/1 service-profile 1 spectrum-profile 1 admin-
up
2. Configure PVC on a port
isadmin># configure atm pvc <rack>/<panel>/<slot>/<port>:<VP>:<VC> aal5-
encap-type <llc-snap/?>
Example (typically for bridging, pppoe and multicast services):
isadmin># configure atm pvc 1/1/4/1:8:35 aal5-encap-type llc-snap
Page 23
All rights reserved 2008, Alcatel ISAM7330 / July 2008
3. Create a bridge port with the following command:
isadmin># configure bridge port (port) max-unicast-mac <Vlan::MaxMac>
Example
isadmin># configure bridge port 1/1/4/1:8:35 max-unicast-mac 4
4. Check the ADSL line Status:
isadmin>show>xdsl# show xdsl operational-data far-end channel 1/1/4/1
isadmin>show>xdsl# show xdsl operational-data near-end channel 1/1/4/1
5. Check the Bridge port:
isadmin# show bridge port 1/1/4/1:8:35
Page 24
All rights reserved 2008, Alcatel ISAM7330 / July 2008
END For Day 1
Page 25
All rights reserved 2008, Alcatel ISAM7330 / July 2008
INTRODUCTION
The ISAM has had IP addressing configured using the CLI configuration
guide [1] and is reachable from the AWS server. The SHUB IP address
is one greater than the NT IP address. The ISAM has been configured
with a SNMP filter for the AWS IP address and NETMAN community 3
is configured for read-write.
The AWS server is installed with AWS R7.2 and has at least one ISAM
EMLIM configured.
Page 26
All rights reserved 2008, Alcatel ISAM7330 / July 2008
How To CREATING THE ISAM NODE by AWS
Go to the NE View and select Create
Page 27
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select the TYPE and fill up the NAME and NE IP Address
Unselect BOOTP = BOOTP OFF
Page 28
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Test the NE for reachable
Page 29
All rights reserved 2008, Alcatel ISAM7330 / July 2008
If the NE passed the detachability test, start the SUPERVISION
Page 30
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Start the Supervision
Page 31
All rights reserved 2008, Alcatel ISAM7330 / July 2008
CREATING THE XDLS SERVICE AND SPECTRUM PROFILES
On to the NE View and selects the XDSL Service or Spectrum Profiles
Page 32
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select the required parameters for the Spectrum Profiles and fill up the NAME
Page 33
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select the required parameters for the Service Profiles and fill up the NAME
Page 34
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Download these Profiles to NE
Page 35
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select the names of the Profiles to be downloaded to NE and click ADD.
Once the Profiles are in Selected box click OK
Page 36
All rights reserved 2008, Alcatel ISAM7330 / July 2008
CREATING THE RESIDENTIAL BRIDGE VLANS
On the NE View Select RB VLAN
Page 37
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Fill up the NAME, VLAN ID and READY FOR USE then click OK
Page 38
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Deploy the RB VLANs to NE
Page 39
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select the RB vlan that you want to deploy then click OK
Page 40
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Click OK to start deploying the RB vlan
Page 41
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Click close one the deployment is successful
Page 42
All rights reserved 2008, Alcatel ISAM7330 / July 2008
CREATING THE BOARDS
Go to the ISAM view/equipment view by double clicking on the NE.
Page 43
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Accept all the boards by selecting Accept all Boards and Appliques
Page 44
All rights reserved 2008, Alcatel ISAM7330 / July 2008
To Create a board right click on the slot and select Create Board
Page 45
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select the type of board you want to create and click OK
Page 46
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Do the same for the Appliques
Page 47
All rights reserved 2008, Alcatel ISAM7330 / July 2008
CREATING THE USER PORT
On the ISAM view select the slot and the user port
Page 48
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Or you can right click on the user port then select Configure
Page 49
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Fill up the Customer ID and Select Unlocked Select the Service and Spectrum
Profiles for the user , Click OK
Page 50
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Double click on the user port once the user is created
Page 51
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Next window is appear ,Create the ATM PVC for the user
Page 52
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Fill up the VPI and VCI assigned to the user. Use the default AAL5
encapsulation type, Click OK
Page 53
All rights reserved 2008, Alcatel ISAM7330 / July 2008
The Bridge port is created and ATM PVC is now associated to the user port
Page 54
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select the Bridge Port and associate the user to the RB VLAN
Page 55
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Change the Max MAC Addresses and select the RB vlan then click OK
Page 56
All rights reserved 2008, Alcatel ISAM7330 / July 2008
The RB vlan is now present in the user port
Page 57
All rights reserved 2008, Alcatel ISAM7330 / July 2008
CREATING A SUBTENDING/UPLINK PORT
On the ISAM view double click on the NT board
Page 58
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select the network port you want to configure
Page 59
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select if this port is a Subtending or a Network port
Page 60
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Unlocked the port and click OK
Page 61
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Right click on the port and configure the vlan
Page 62
All rights reserved 2008, Alcatel ISAM7330 / July 2008
Select the VLANs that you want to associate on this port then click ADD.
Once the Vlans are added click OK
Page 63
All rights reserved 2008, Alcatel ISAM7330 / July 2008

Vous aimerez peut-être aussi