Sei sulla pagina 1di 24

CHAPTER 3.

COMMAND LINE INTERFACE – BASICS AND SOFTWARE ACTUALIZATION

www.dasannetworks.eu
1. How to connect DC power supply – V8240
2. First log in
3. Configuration Mode owerview
4. Management interface and default route
5. How to check system software version
6. OLT system software upgrade – V5812G|V5824G
7. OLT system software upgrade – V8240 (one SFU
installed)
8. OLT system software upgrade – V8240 (redundant
SFU installed)
9. OLT Subscriber Interface Unit (SIU) upgrade – V8240
10. Hot-pluggable
11. OLT LEDs status – V5812G
12. OLT LEDs status – V5824G
13. OLT LEDs status – V8240

www.dasannetworks.eu
DC POWER SUPPLY UNIT (PSU) – V8240

All plug-in units in the V8240 are supplied with a voltage of -48/60V regulated by the PSU.
The power is fed to the V8240 via each type of power connectors on the PSU.
The figure and table show the connector and colors of the corresponding wires.
The cable is attached with PSU

www.dasannetworks.eu
With default configuration OLT have not configured any IP interface, so first log in must be done through CONSOLE port:
Speed: 9600, Data bits: 8, Stop bits: 1, Parity: None, Flow Control: XON/XOFF
LOGIN: admin
PASSWORD: <empty>

1. Privileged EXEC View Mode - When you log in to the switch, the CLI will start with Privileged EXEC View mode which is a read-
only mode. In this mode, you can see a system configuration and information with several commands.
2. Privileged EXEC Enable Mode - To configure the switch, you need to open Privileged EXEC Enable mode with the enable
command, then the system prompt will changes from SWITCH> to SWITCH#.
3. Global Configuration Mode - In Global Configuration mode, you can configure general functions of the system. You can also
open another configuration mode from this mode. To open Global Configuration mode, enter the configure terminal
command, and then the system prompt will be changed from SWITCH# to SWITCH(config)#.

Helpful:
TAB – press to finish command
SWITCH(config)# show ? - When you input the question mark <?>, you can see available commands used in this mode and
variables following after the commands.
SWITCH(config)# sh? - you can find out commands starting with a specific alphabet.
SWITCH(config)# sh vl - several commands can be used in the abbreviated form.

The same is on all DASAN OLTs:


V5812G|V5824G|V8240

www.dasannetworks.eu
Bridge Configuration Mode
In Bridge Configuration mode, you can configure
various Layer 2 functions such as VLAN, STP, LACP,
etc.
DHCP Pool Configuration Mode
In DHCP Pool Configuration mode, you can
configure general functions of DHCP per each
DHCP pool. The V5812G supports multiple DHCP
environments with this pool-based DHCP
configuration.
Interface Configuration Mode
In Interface Configuration mode, you can
configure Ethernet interfaces.
Rule Configuration Mode
Rule configuration is classified by three different
modes according to its roles for Rule mechanism.
You can configure a rule for incoming or outgoing
packets. Using the function, you can handle
packets classified by the rule.
GPON Configuration Mode
In PON Configuration mode, you can configure
GPON-related functions. To open GPON
Configuration mode, enter the gpon command.
GPON-OLT Configuration Mode
In GPON-OLT Configuration mode, you can
configure general functions a GPON OLT
interface such as an alarm, encryption, bandwidth,
ONT registration, etc.

The same is on all DASAN OLTs: V5812G|V5824G|V8240

www.dasannetworks.eu
To access to the OLT from remote place (using telnet or ssh) You have to
configure IP interface on the OLT.
To assign an IP address to an interface, you need to enable the
interface first. If the interface is not enabled, you cannot access it from a
remote place, even though an IP address has been assigned.
SWITCH> enable
SWITCH# configure terminal
SWITCH(config)# interface mgmt
SWITCH(config-if)# no shutdown
After enabling an interface, assign an IP address. To assign an IP address
to a network interface, use the following command:
SWITCH(config-if)# ip address 10.27.41.91/24
SWITCH(config-if)# exit
To display an interface status and configuration, use the following
command:
SWITCH(config)# show ip interface brief

You can configure IP address also on other


interface – on each VLAN and access it through
OLT uplink ports – e.g. if there is vlan 100 created:
SWITCH(config)# interface 100
To configure a default gateway, use the following command SWITCH(config-if[100])# ip address 172.16.16.13/24
SWITCH(config)# ip route default GATEWAY_IP SWITCH(config-if[100])# no shutdown
VLAN and interface configuration You can find on one
of next presentation

www.dasannetworks.eu
The DASAN OLTs (V5812G|V5824G|V8240) supports the dual system software functionality (OS1 and OS2), which you can select
applicable system software stored in the system according to various reasons such as the system compatibility or stability. To
upgrade the system software, FTP or TFTP server must be set up first! Using the copy command, the system will download the new
system software from the server to the defined OS.

To check OLT system software use below command:


SWITCH> enable
SWITCH# show flash

Default – default OS after OLT reboot


Running – active OS

SWITCH# show version

To check and get actual firmware version please log in to: http://dasannetworks.eu/en/for-clients/58/ and download.

Otherwise You can contact with: aktywa@elmat.pl

www.dasannetworks.eu
To upgrade the system software of the switch, use the following commands:

1. IP address should be configured on OLT interface and access to the FTP server should be available
2. Check which OS is NOT ACTIVE (without „running” mark) – in this example OS1 is STANDBY OS
2. Download new firmware from FTP/TFTP server to the OLT OS1:
SWITCH# copy ftp os download os1
OR
SWITCH# copy tftp os download os1
3. Set default os to OS1:
SWITCH# default-os os1
4. Save configuration:
SWITCH# write memory
Example:
5. Reload the OLT: SWITCH login: admin
SWITCH# reload
Password:
SWITCH> enable
SWITCH# copy ftp os download os1
To exit : press Ctrl+D
--------------------------------------
IP address or name of remote host (FTP): 172.16.16.29
Download File Name : V5812G_5.05_V5812G.5.05-2509-01.x
User Name :
Password :
Now download NOS from 172.16.16.29 via ftp.
Downloading NOS ....
##########################
13661792 bytes download OK.

www.dasannetworks.eu
The OLT V8240 provides:
◦ 10 slots for SIU (Subscriber Interface Unit) – for installing GPON service cards
◦ 2 slots for NIU (Network Interface Unit) – for installing uplink cards
◦ 2 slots for SFU (Switch Fabric Unit)

The SFU, the switching fabric unit, plays the important role of switching the traffic and managing all components. The SFU processes the
incoming traffic and forwards them to the proper interfaces via the main switching fabric. It also contains RS232 console access and the out-
of-band management interface to manage the system on the front panel of the SFU.

To upgrade the system software of the switch (with only one installed),
use the following commands:

On V8240 You must upgrade SFU and all SIU cards (described later)

1. IP address should be configured first on OLT interface and access to the FTP server should
be available
2. Check which OS is NOT ACTIVE (without „running” mark) – in this example OS1
3. Download new firmware from FTP/TFTP server to the OLT OS1:
SWITCH# copy ftp os download os1
OR
SWITCH# copy tftp os download os1
4. Set default os to OS1: Example:
SWITCH# default-os os1 SWITCH# copy ftp os download os1
5. Save configuration: To exit : press Ctrl+D

SWITCH# write memory IP address or name of remote host (FTP): 10.55.2.202


Download File Name : V8200/SFU/zMRA4072/V8200_SFU.5.05-1080.x
6. Reload the OLT:
User Name :
SWITCH# reload
Password:
Hash mark printing on (1024 bytes/hash mark).
Downloading NOS ....
##############################
www.dasannetworks.eu 17764738 bytes download OK.
When dual SFUs are used, the system decides the running mode of SFUs between active and standby. The first inserted and booted SFU runs in
active mode and the other SFU that follows runs in standby mode. The following diagram illustrates SFU redundancy scheme used for the V8240.
Both SFUs are internally linked to IUs including SIU and NIU. They receive traffic from IUs and update their own Forwarding Database ( FDB) in the
same manner so that they can keep identical data to make a forwarding decision. However, only the active SFU can send traffic back to the
OIUs; the standby SFU can just receive traffic for address learning.
In a redundancy scenario, only the active SFU is working in the system and contains user configurations via SNMP or CLI and dynamically-learned
state information such as DHCP snooping, IGMP snooping, L3 protocols, STP states, etc. But the standby SFU doesn’t have that information.
Thus, there is a mechanism to synchronize between the active SFU and standby SFU. The active SFU periodically sends state information
to the standby SFU through an interlinked 100MB channel between them.
T o display the status of SFU, use the following command:
SWITCH# show redundancy status
To upgrade the system software of the switch (with redundant SFU) WITHOUT OLT RELOAD, do below steps:
1. In this example:
◦ SFU1 – ACTIVE
◦ SFU2 – STANDBY
2. IP address should be configured on mgmt interface and FTP server should be available
3. Connect two links to both MGMT interfaces (on SFU1 and SFU2)
4. Check which OS is NOT ACTIVE (without „running” mark) – in this example OS1
5. Synchronize the configuration data between SFUs for redundancy control,
use the following command:
SWITCH# copy configsync all
6. Save configuration:
SWITCH# write memory
7. Download new firmware from FTP/TFTP server to the OLT OS1:
SWITCH# copy ftp os download os1 (new firmware will be downloaded to both SFUs)
8. Set default os to OS1 (with downloaded new firmware):
SWITCH# default-os os1
9. Switch to the STAND BY SFU2 (after that action, SFU1 will be rebooted with new firmware - SFU1 will be now STANDBY, SFU2 will be ACTIVE )
SWITCH# switchover
10. Wait until SFU1 will be ready and switch back to SFU1(which already have new software) – after that also SFU2 will be rebooted and start
with new firmware:
SWITCH# switchover (if STANDBY SFU will be not ready You will see on console: % The standby SFU is not ready.
11. DONE

www.dasannetworks.eu
1) SLOTs UNBLOCKING AND PLANNING
By default, all of SIU and NIU slots are in admin ‘locked’ state that IUs are unable to operate normally even though they are properly inserted
into the shelf with power-up. To activate a specific IU, you have to change the admin state of a slot from ‘locked’ to ‘unlocked’ by the
command. This means that a subscriber or network service card can only be active when its slot is configured with a planned IU type and
changed to ‘unlock’ state by the command. and standby. So before SIU upgrade we must unlock and plan slots.

To unlock and plan IU slots, do below steps:

1. After installing in the V8240 chassis, perform the following steps for each IU to be properly operated
2. On this example we will unlock and plan:
◦ SIU 1 and plan with siu-gpon4 card (4xGPON)
◦ NIU 1 and plan with niu-10ge2plus (2xXFP, 4xSFP)

3. Configure a slot for the specified IU type, use the following command:
SWITCH> enable
SWITCH# configure terminal
SWITCH(config)# slot planning siu 1 siu-gpon4
SWITCH(config)# slot planning niu 1 niu-10ge2plus

4. Change the admin state to ‘unlock’ for each slot to activate the equipped IU:
SWITCH(config)# slot unlock siu 1
SWITCH(config)# slot unlock niu 1

5. To display a status of slot information, use the following command):


SWITCH(config)# show slot status siu SLOT_NUMBER
SWITCH(config)# show slot status niu SLOT_NUMBER
SWITCH(config)# show slot nos siu SLOT_NUMBER
SWITCH(config)# show slot system siu SLOT_NUMBER

www.dasannetworks.eu
2) SIU UPGRADE
To upgrade the system software of a specific module, perform the following step-by-step instruction:
1. Downloads the system software of the Interface unit from FTP/TFTP server:
SWITCH> enable
SWITCH# copy ftp/tftp iu download

SWITCH# copy ftp iu download


To exit : press Ctrl+D
IP address or name of remote host (FTP): 10.55.2.202
Download File Name : V8200/SIU_GPON4/1.x/V8200_SIU_GPON4.5.05_1080.x
User Name : USERNAME
Password:
Hash mark printing on (1024 bytes/hash mark).
Downloading file ....
##############################################################################
#######################################################
9078904 bytes download OK.
2. Select an SIU in the specified slot and uploads the new system software using the following command (on this example we will upgrade
SIU 1):
SWITCH# configure terminal
SWITCH(config)# slot upgrade siu 1
Please remember that on OLT must be enabled FTP server before upgrade starts :
SWITCH(config)# ftp server enable

3. Check SIU card upgrade status:


SWITCH(config)# show slot nos siu 1
| SIU Slot [03] Nos Info |
Version : 5.05
Revision : 1026
Size : 8623784
Status : Upgrading.

4. If upgrade status will be „Upgrade Complete” than restart SIU card:


SWITCH(config)# slot restart siu 1

www.dasannetworks.eu
On OLTs: V5812G | V5824G | V8240, all below components are hot-pluggable:

 Power supply
 SFP modules
 GPON SFP modules
 SIU cards (V8240)
 SFU cards (V8240)
 NIU cards (V8240)

On OLTs V5812G and V5824G we can use any combination of power supply:

 AC + AC
 AC + DC
 DC + DC

What is more, on V5812G and V5824G we can use the same power supplies

www.dasannetworks.eu
www.dasannetworks.eu
www.dasannetworks.eu
www.dasannetworks.eu
www.dasannetworks.eu
www.dasannetworks.eu
www.dasannetworks.eu
www.dasannetworks.eu
www.dasannetworks.eu
www.dasannetworks.eu
SIU-GPON4R

SIU-GPON4

www.dasannetworks.eu
If You need help please contact: support@dasannetworks.eu

www.dasannetworks.eu

Potrebbero piacerti anche