You are on page 1of 29

AVIAT EQUIPMENTS

MAINTENANCE
Basic Tutorials
TYPE OF INDOOR UNITS

• Eclipse edge
• Eclipse GE3
• CTR 8300

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


Tools to Log on
• Portal
• Putty
• Ethernet cable
• computer

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


How to logon
Edge and GE3 IDUs CTR 8300
• Connect your computer to NMS • Connect your computer to port 2
port • Open your browser and put the IP
• Put the IP of the equipment for the equipment.
• Change the IP of your computer to
• Change the IP of your computer
the IP which is in the same network
to the IP which is in the same with the IP of the equipment, default
network with the IP of the gateway will be the IP of the
equipment, default gateway will equipment
be the IP of the equipment

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


This is the portal
That is where to put the IP address of
equipment

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


This is Edge IDU opened with portal and the Cards shown as circuit
These are the cards shown:

RAC card(Radio Access Card)


That is where we put radio
configurations
DAC 2 card(Data access card 2)
That is the card which is for E1 traffic
Or tributaries(it carry up to 16
tributaries)
DAC3 card(Data access card 3)
That is the card for normal data like
Ethernet traffic.
NCC card(Node control card)

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


How to check the ODU configuration

•Right Click on RAC


•Select plug-ins
•The portal will be displaying
like this image

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


How to check RSL level

•Right click on RAC


•Select performance

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


How to change the IP of Equipment

•Click on
configuration tab
•Select
networking
•Then select IP
addressing tab
•Change the IP to
the planned IP
addresses and
subnet mask
•Click on send to
save

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


How to activate electrical port

•Right click on DAC 3


•Click Plug ins
•Select Basics tab
•To activate it you
have to make it
Normal

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


How to configure VLAN tagging

•Right click on DAC 3


•Click Plug ins
•Select VLAN tab
•Choose the port
according the planner
•Put configuration
accordingly.

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


How to check Mac address table
•Right click on DAC
GE3 card
•Select
System/control

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


•Select Mac address
table tab
•Tick MAC Flush
•Click on Load Flush

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


How to check traffic on Port
•Right click on DAC GE3
•Select Performance
•First option is to select
statistics tab
•Then click start

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


Cont’

•Right click on DAC GE3


•Select Performance
•First option is to select
Graphs tab
•Then click start
•Then you will see how the
graphs moving

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


HOW TO LOG ON CTR 8300

•Connect your
computer to Ethernet
port 2
•Open your browser
and put the IP for the
equipment.
•User : root
•Password:admin123

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


HOW TO CHECK RADIO LINK CONFIGURATION

• Click on radio
link
•Then click on
radio
configuration

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


How to check performance

•Click on Statistics
•Then click on
radio link
performance

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


HOW TO LOG ON USING PUTTY

•Open Putty
•Put the IP address of
Equipment
•Select Telnet
•Then click open

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


cont’
•User : root
•Password:admin123

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


SOME CONFIGURATION COMMAND FOR
TROUBLESHOOTING

•Show Vlan
•Then it shows
you vlan database

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


To show Mac address table

•This command helps you to know how many users which are on
the network.
•Then you can know if the client is using service or not

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


NMS CONFIGURATIONS FOR TOWER END

NMS Configuration on CTR 8311/12

NMS VLAN 9
VLAN 9 Gateway- 192.168.9.254/24
CTR NMS IP address- 192.168.9.120/24 - Assigned to Gi 0/2

STEP 1: Log in using default IP details

• config t
• vlan 9
• name NMS_Vlan
• ports add gi 0/2 untagged gi 0/2
• ports add radio 0/1
• ports add gi 0/1
• exit

• interface vlan 9
• ip address 192.168.9.120 255.255.255.0
• no shut

• exit
• !
• interface gi 0/2
• no shut
• Map switch default
• management-out-band
• switchport Pvid 9
• exit

• ip route 0.0.0.0 0.0.0.0 192.168.9.254


• snmp-server view all 1 included
• snmp-server community public version both read all notify all
• snmp-server community private version both read all write all notify all
• exit

• vlan 9
• management

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


Cont’
Step 2: connect to Gi 0/2 Log in using the new IP details

• config t
• vlan 1
• no ports
• exit

• interface gi 0/1
• no management
• shut

• exit
• vlan 2
• no ports
• exit

• interface vlan 2
• no ip address 192.168.1.1
• exit

• no vlan 2
• exit

• interface range gi 0/1-2


• switchport priority default 3
• no shut
• exit

• interface radio 0/1


• switchport priority default 3
• no shut
• exit
• config save
• end
• copy running-config startup-config

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


NMS configuration for client end
STEP 1: Log in using default IP details
• config t
• vlan 9
• name NMS_Vlan
• ports add gi 0/2 untagged gi 0/2
• ports add radio 0/1
• exit

• interface vlan 9
• ip address 192.168.9.121 255.255.255.0
• no shut
• exit
• !
• interface gi 0/2
• no shut
• Map switch default
• management-out-band
• switchport Pvid 9
• exit

• ip route 0.0.0.0 0.0.0.0 192.168.9.254



• exit

• vlan 9
• management

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


Cont’
Step 2: connect to Gi 0/2 Log in using the new IP details
• config t
• vlan 1
• no ports
• exit
• interface gi 0/1
• no management
• shut
• exit
• vlan 2
• no ports
• exit
• interface vlan 2
• no ip address 192.168.1.1
• exit

• no vlan 2
• exit
• interface range gi 0/1-2
• switchport priority default 3
• no shut
• exit
• interface radio 0/1
• switchport priority default 3
• no shut
• exit
• config save
• end

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


Questions:
1. How do they change the IP address of computer?
2. Describe the steps to check the ODU configuration with
IDU eclipse GE3.
3. Describe the steps to change the IP address of IDU
Eclipse edge and GE3.
4. Describe the steps to check the performance and traffic
on the port.
5. How many options of logging on CTR 8300? And
describe the steps.
6. What is the command to show VLANs in CTR 8300?
7. What is the command to show the Mac- address table
in CTR 8300?

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


Reminder
• please download Team viewer for future
remote assistance on:
http://www.teamviewer.com/
• Have Putty on your PC

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE


Thanks for your attention!!

3/10/2016 Prepared by:Jean Marc BUCYEDUSENGE

You might also like