SlideShare una empresa de Scribd logo
1 de 4
ZXDSL 9210 Commissioning Manual

Basic Command
1. Login :
2. edsl
   Password: edsl
   Login to the ZXDSL CLI console, default username is edsl and the password is
   edsl.
3. DSL#Show card
   Show all of the card and their status on the ZXDSL 9210
4. DSL# erase
   Delete all of the configuration that contain on the ZXDSL 9210. Please be careful
   to used this command, because it’s will erased all of the configuration on your
   system.
5. DSL#reboot
   Reboot the ZXDSL 9210 and restart all of the board. Please be careful to used
   this command, because it’s will restart all of the board and the system will be
   down for a few second.

Change the ZXDSL 9210 Inband MAC address and identifier board
6. DSL#enable
   Password : zxedsl
   DSL$ debug module 12345
   DSL$ debug module 888999 p1 00:d0:d0:00:00:01
   DSL$ disable
   DSL#reboot
   This command used only if you are necessary to change the inband MAC address,
   if you first time build the ZXDSL 9210 network with more than one DSLAM
   please make sure there are no conflict MAC address on the each Network
   element(NE) on the same network. After you’re change this MAC address it’s
   will be take the effect after you’re reboot the system. After you change the MAC
   address and reboot the system, make sure the inband MAC address is already
   changed by type :
   DSL# show ip subnet
7. DSL#config card slot 1 cardtype EICG
8. DSL#config card slot 3 cardtype ATIGN

Enable the PVLAN mode and initialize the uplink port
9. DSL#Configuration
   DSL(config)#pvlan-mode enable  enable the pvlan mode
   DSL(config)#pvlan-mode uplink_port 1/1 initialize the uplink port
   DSL(config)#pvlan-mode uplink_port 1/2 initialize the uplink port
   DSL(config)#pvlan-mode uplink_port 1/3 initialize the uplink port
   DSL(config)#Exit
   DSL#Copy running-config startup-config  Save and commit all of the config
DSL#reboot  after you’re enable the pvlan mode, it’s will be take the effect
   after you’re reboot the system

Add the Inband IP Address to the ZXDSL 9210
10. DSL#Configuration
    DSL(config)#IP subnet 150.168.0.2 255.255.254.0 name dslam1
    DSL(config)#exit
    DSL#
      And then to make sure the IP address already adding to the ZXDSL 9210
type:
      DSL#Show ip subnet

Add the Vlan and put the port into the Vlan
11. DSL#configuration
    DSL(config)#add-vlan 2  add vlan 2
    DSL(config)#add-vlan 3  add vlan 3
    DSL(config)#vlan 2 1/1 tag  put port 1/1 as an uplink to the switch into vlan 2
    as a management vlan and tag it
    DSL(config)#vlan 3 1/1 tag  put port 1/1 as an uplink to the switch into vlan 3
    as a PPPoe vlan and tag it
    And then make sure the vlan are already exist and the port are already exist on
    the vlan by type:
    DSL#Show vlan  show all the vlan that already exist on the system
    DSL#Show vlan 2  show all the port(tag or untag) that are already exist on the
    vlan 2
    DSL#Show vlan 3  show all the port(tag or untag) that are already exist on the
    vlan 3

Configure the adsl user on the ATIGN board
12. DSL#configure slot adsl 3
    DSL(cfg-slot-adsl-3)#trap control enable  to make if the subscriber in this
    board is on and then this board will know it
    DSL(cfg-slot-adsl-3)#no shutdown
    DSL(cfg-slot-adsl-3)#exit
    DSL(config)#vlan 3 3/1-32 untag  put the subscriber port into the vlan 3 as a
    subscriber vlan and untag it
    DSL(config)#slot adsl 3
    DSL(cfg-slot-adsl-3)#pvid 3 because of we configure the ADSL subscriber as
    an untag port so we need to add the pvid
    DSL(cfg-slot-adsl-3)#atm pvc 8:81 configure the PVC(VCI/VCI) into the
    subscriber board
    DSL(cfg-slot-adsl-3)#exit
    DSL(config)#show atm vc slot 3 make sure the PVC are already exist at the
    subscriber board

Create the ADSL profile and apply the profile to the ADSL subscriber
13. DSL(config)#adsl-profile adsl512k  this fist command is to created your
    profile. And then System will ask you this profile didn’t created before, are you
    sure want to create this profile? You should answer yes.
    DSL(config)# adsl-profile adsl512k  the second command is to configure your
    profile. And then system will ask you to input all of your configuration, but the
    most important you should configure the uplink and downlink rate:
    • Downlink rate :
       Atuchan conf fast max Tx rate [0-132040] (Def:8128) : 512
       Atuchan conf interleave max Tx rate [0-132040] (Def:8128) : 512
    • Uplink rate:
       Aturhan conf fast max Tx rate [32-1536] (Def:1024) : 512
       Aturhan conf interleave max Tx rate [32-1536] (Def:1024): 512
    And then to make sure your ADSL profile is already created successfully type:
    DSL#Show adsl profile  show all adsl profile
    DSL#Show adsl profile adsl512k  show detail the adsl512k profile
    DSL(config)#interface adsl 3/1 enter the adsl slot 3 port 1 to configure it
    DSL(cfg-if-adsl-3/1)#adsl profile adsl512k apply the profile to adsl port
    DSL(config)#slot adsl 3  enter the adsl slot 3 to configure it
    DSL(cfg-slot-adsl-3)#adsl profile adsl512k apply the profile to adsl slot

Configure the ZXDSL 9210 SNMP server
14. DSL(config)#snmp-server host 10.10.10.1 private  initialize the snmp server ip
    address to the ZXDSL 9210
    DSL#show snmp  show the snmp server ip address that you’re already
    initialize to the ZXDSl 9210
    DSL(config)#ip route 0.0.0.0 0.0.0.0 192.168.0.1  add the static route to the
    ZXDSL 9210. This command is used only if the SNMP server Ip address is not in
    the same network segment with the ZXDSL 9210 ip address.

Configure Uplink port with the STP(Spanning tree protocol) features
15. for example we want to configure the EICG board port 1 on the slot 1 and 2 as an
    uplink port with the STP features where EICG slot 1 port 1 and EICG slot 2 port
    1 will be as a redundant uplink port.
    DSL#show spanning-tree  to show the STP features on the ZXDSL 9210 is
    already enable or not, if the status of STP is disable you should be enable it by
    type:
    DSL#Config spanning-tree enable  enable the STP features on the system
    DSL#show spanning-tree  make sure the STP features on the system is already
    enable. And please chack the priority on this STP, the value of priority should be
    less then the priority value on the switch (Ethernet aggregator).
    DSL#config interface Ethernet 1/1 enter EICG slot 1 port 1 to configure it
    DSL(cfg-if-eth-1/1)#spanning-tree enableenable the STP features on the EICG
    slot 1 port 1.
    DSL(cfg-if-eth-1/1)#show spanning-tree interface 1/1  make sure the STP
    features on the slot 1 port 1on is already enable
DSL#config interface Ethernet 2/1 enter EICG slot 2 port 1 to configure it
DSL(cfg-if-eth-2/1)#spanning-tree enableenable the STP features on the EICG
slot 2 port 1.
DSL(cfg-if-eth-2/1)#show spanning-tree interface 2/1  make sure the STP
features on the slot 2 port 1on is already enable

After you are already configure the STP features in both of port, you should be
check the status of link in this port.
DSL(cfg-if-eth-1/1)#show spanning-tree interface 1/1  look the status of STP,
there are 3 kind of status on this STP port :
1. blocking  means the port is blocking and can’t transfer the packet
2. learning  means the port still learning the other port, please waiting for a
    few minutes.
3. forwarding  means the STP port is already active and ready to transfer the
    packet.
DSL(cfg-if-eth-1/2)#show spanning-tree interface 1/2  look the status of STP,
the normal condition if port(1/1) and port (1/2) both of them as an STP port, one
of them will be blocking and one of the other will be forwarding.

Más contenido relacionado

La actualidad más candente

Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet3Anetwork com
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsEng. Emad Al-Atoum
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideIT Tech
 
Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)Omar Herrera
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)DH Da Lat
 
Cisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationCisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationHamed Moghaddam
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview3Anetwork com
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsAlejandro Marin
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on StickHamed Moghaddam
 
Juniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationJuniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationHamed Moghaddam
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingJohnson Liu
 
Packet Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocolPacket Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocolRafat Khandaker
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationHamed Moghaddam
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commandsRobin Rohit
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2MAFANTIRI SELLO
 

La actualidad más candente (19)

Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
 
Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)
 
Router commands
Router commandsRouter commands
Router commands
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)
 
Cisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink ConfigurationCisco CCNA- PPP Multilink Configuration
Cisco CCNA- PPP Multilink Configuration
 
Cisco router command configuration overview
Cisco router command configuration overviewCisco router command configuration overview
Cisco router command configuration overview
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
 
Vo ip avanzado pt
Vo ip avanzado ptVo ip avanzado pt
Vo ip avanzado pt
 
Ccnp3 lab 3_4_en
Ccnp3 lab 3_4_enCcnp3 lab 3_4_en
Ccnp3 lab 3_4_en
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on Stick
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
Juniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationJuniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route Configuration
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
Packet Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocolPacket Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocol
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commands
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2
 

Destacado

Bdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manualBdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manualHARRY CHAN PUTRA
 
05 interface appended characteristic configuration
05 interface appended characteristic configuration05 interface appended characteristic configuration
05 interface appended characteristic configurationHARRY CHAN PUTRA
 
11 mac address table characteristic configuration
11 mac address table characteristic configuration11 mac address table characteristic configuration
11 mac address table characteristic configurationHARRY CHAN PUTRA
 
12 link aggregation configuration
12 link aggregation configuration12 link aggregation configuration
12 link aggregation configurationHARRY CHAN PUTRA
 

Destacado (7)

Zxdsl 9210 guide
Zxdsl 9210 guideZxdsl 9210 guide
Zxdsl 9210 guide
 
Bdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manualBdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manual
 
05 interface appended characteristic configuration
05 interface appended characteristic configuration05 interface appended characteristic configuration
05 interface appended characteristic configuration
 
Firewall ip filter
Firewall ip filterFirewall ip filter
Firewall ip filter
 
11 mac address table characteristic configuration
11 mac address table characteristic configuration11 mac address table characteristic configuration
11 mac address table characteristic configuration
 
Mplsvpn seminar
Mplsvpn seminarMplsvpn seminar
Mplsvpn seminar
 
12 link aggregation configuration
12 link aggregation configuration12 link aggregation configuration
12 link aggregation configuration
 

Similar a 9210 commissioning manual

Praktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docxPraktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docxIhsan Ihsan
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2alan moreno
 
Communication & switching networks lab manual
Communication & switching networks lab manualCommunication & switching networks lab manual
Communication & switching networks lab manualMUSAAB HASAN
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingMuhd Mu'izuddin
 
The bryant advantage 150 commands
The bryant advantage 150 commandsThe bryant advantage 150 commands
The bryant advantage 150 commandsAreej Khasawneh
 
Summative Assessment – InternetworkingPractical Assessment Se.docx
Summative Assessment – InternetworkingPractical Assessment Se.docxSummative Assessment – InternetworkingPractical Assessment Se.docx
Summative Assessment – InternetworkingPractical Assessment Se.docxmattinsonjanel
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Netwax Lab
 
Vlan lab
Vlan labVlan lab
Vlan labtmim8
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configurationsamreenghauri786
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoRanghel Soto Espinoza
 
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)legasu zemene
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environmentscooby_doo
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 33c telecom
 

Similar a 9210 commissioning manual (20)

Praktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docxPraktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docx
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
 
Communication & switching networks lab manual
Communication & switching networks lab manualCommunication & switching networks lab manual
Communication & switching networks lab manual
 
Ccnp3 lab 3_3_en
Ccnp3 lab 3_3_enCcnp3 lab 3_3_en
Ccnp3 lab 3_3_en
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routing
 
The bryant advantage 150 commands
The bryant advantage 150 commandsThe bryant advantage 150 commands
The bryant advantage 150 commands
 
Summative Assessment – InternetworkingPractical Assessment Se.docx
Summative Assessment – InternetworkingPractical Assessment Se.docxSummative Assessment – InternetworkingPractical Assessment Se.docx
Summative Assessment – InternetworkingPractical Assessment Se.docx
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)
 
Nat report2
Nat report2Nat report2
Nat report2
 
corporate network
corporate networkcorporate network
corporate network
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
Vlan lab
Vlan labVlan lab
Vlan lab
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
Ccnp3 lab 3_4_en
Ccnp3 lab 3_4_enCcnp3 lab 3_4_en
Ccnp3 lab 3_4_en
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_Cisco
 
Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01
 
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 

Más de HARRY CHAN PUTRA (20)

07 VLAN Principle and Configuration.pdf
07 VLAN Principle and Configuration.pdf07 VLAN Principle and Configuration.pdf
07 VLAN Principle and Configuration.pdf
 
Bsd routers
Bsd routersBsd routers
Bsd routers
 
Hacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guideHacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guide
 
Pfsense%20%20note
Pfsense%20%20notePfsense%20%20note
Pfsense%20%20note
 
66 pf sensetutorial
66 pf sensetutorial66 pf sensetutorial
66 pf sensetutorial
 
Modul 1-instalasi
Modul 1-instalasiModul 1-instalasi
Modul 1-instalasi
 
Modul 1-instalasi
Modul 1-instalasiModul 1-instalasi
Modul 1-instalasi
 
Modul 0-pengantar
Modul 0-pengantarModul 0-pengantar
Modul 0-pengantar
 
Modul 0-pengantar
Modul 0-pengantarModul 0-pengantar
Modul 0-pengantar
 
Slimsinserver2go
Slimsinserver2goSlimsinserver2go
Slimsinserver2go
 
Olivevme110usermanualid
Olivevme110usermanualidOlivevme110usermanualid
Olivevme110usermanualid
 
Modul 10 vicon
Modul 10 viconModul 10 vicon
Modul 10 vicon
 
Modul 9 pengelolaan_infra
Modul 9 pengelolaan_infraModul 9 pengelolaan_infra
Modul 9 pengelolaan_infra
 
Modul 8 vo_ip
Modul 8 vo_ipModul 8 vo_ip
Modul 8 vo_ip
 
Modul 7 infrastruktur
Modul 7 infrastrukturModul 7 infrastruktur
Modul 7 infrastruktur
 
Wireless
WirelessWireless
Wireless
 
W2k router
W2k routerW2k router
W2k router
 
Vpn gw2gw
Vpn gw2gwVpn gw2gw
Vpn gw2gw
 
Vo ip rt-rw-net
Vo ip rt-rw-netVo ip rt-rw-net
Vo ip rt-rw-net
 
Virtual host examples_-_apache_http_server
Virtual host examples_-_apache_http_serverVirtual host examples_-_apache_http_server
Virtual host examples_-_apache_http_server
 

Último

Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 

Último (20)

Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 

9210 commissioning manual

  • 1. ZXDSL 9210 Commissioning Manual Basic Command 1. Login : 2. edsl Password: edsl Login to the ZXDSL CLI console, default username is edsl and the password is edsl. 3. DSL#Show card Show all of the card and their status on the ZXDSL 9210 4. DSL# erase Delete all of the configuration that contain on the ZXDSL 9210. Please be careful to used this command, because it’s will erased all of the configuration on your system. 5. DSL#reboot Reboot the ZXDSL 9210 and restart all of the board. Please be careful to used this command, because it’s will restart all of the board and the system will be down for a few second. Change the ZXDSL 9210 Inband MAC address and identifier board 6. DSL#enable Password : zxedsl DSL$ debug module 12345 DSL$ debug module 888999 p1 00:d0:d0:00:00:01 DSL$ disable DSL#reboot This command used only if you are necessary to change the inband MAC address, if you first time build the ZXDSL 9210 network with more than one DSLAM please make sure there are no conflict MAC address on the each Network element(NE) on the same network. After you’re change this MAC address it’s will be take the effect after you’re reboot the system. After you change the MAC address and reboot the system, make sure the inband MAC address is already changed by type : DSL# show ip subnet 7. DSL#config card slot 1 cardtype EICG 8. DSL#config card slot 3 cardtype ATIGN Enable the PVLAN mode and initialize the uplink port 9. DSL#Configuration DSL(config)#pvlan-mode enable  enable the pvlan mode DSL(config)#pvlan-mode uplink_port 1/1 initialize the uplink port DSL(config)#pvlan-mode uplink_port 1/2 initialize the uplink port DSL(config)#pvlan-mode uplink_port 1/3 initialize the uplink port DSL(config)#Exit DSL#Copy running-config startup-config  Save and commit all of the config
  • 2. DSL#reboot  after you’re enable the pvlan mode, it’s will be take the effect after you’re reboot the system Add the Inband IP Address to the ZXDSL 9210 10. DSL#Configuration DSL(config)#IP subnet 150.168.0.2 255.255.254.0 name dslam1 DSL(config)#exit DSL# And then to make sure the IP address already adding to the ZXDSL 9210 type: DSL#Show ip subnet Add the Vlan and put the port into the Vlan 11. DSL#configuration DSL(config)#add-vlan 2  add vlan 2 DSL(config)#add-vlan 3  add vlan 3 DSL(config)#vlan 2 1/1 tag  put port 1/1 as an uplink to the switch into vlan 2 as a management vlan and tag it DSL(config)#vlan 3 1/1 tag  put port 1/1 as an uplink to the switch into vlan 3 as a PPPoe vlan and tag it And then make sure the vlan are already exist and the port are already exist on the vlan by type: DSL#Show vlan  show all the vlan that already exist on the system DSL#Show vlan 2  show all the port(tag or untag) that are already exist on the vlan 2 DSL#Show vlan 3  show all the port(tag or untag) that are already exist on the vlan 3 Configure the adsl user on the ATIGN board 12. DSL#configure slot adsl 3 DSL(cfg-slot-adsl-3)#trap control enable  to make if the subscriber in this board is on and then this board will know it DSL(cfg-slot-adsl-3)#no shutdown DSL(cfg-slot-adsl-3)#exit DSL(config)#vlan 3 3/1-32 untag  put the subscriber port into the vlan 3 as a subscriber vlan and untag it DSL(config)#slot adsl 3 DSL(cfg-slot-adsl-3)#pvid 3 because of we configure the ADSL subscriber as an untag port so we need to add the pvid DSL(cfg-slot-adsl-3)#atm pvc 8:81 configure the PVC(VCI/VCI) into the subscriber board DSL(cfg-slot-adsl-3)#exit DSL(config)#show atm vc slot 3 make sure the PVC are already exist at the subscriber board Create the ADSL profile and apply the profile to the ADSL subscriber
  • 3. 13. DSL(config)#adsl-profile adsl512k  this fist command is to created your profile. And then System will ask you this profile didn’t created before, are you sure want to create this profile? You should answer yes. DSL(config)# adsl-profile adsl512k  the second command is to configure your profile. And then system will ask you to input all of your configuration, but the most important you should configure the uplink and downlink rate: • Downlink rate : Atuchan conf fast max Tx rate [0-132040] (Def:8128) : 512 Atuchan conf interleave max Tx rate [0-132040] (Def:8128) : 512 • Uplink rate: Aturhan conf fast max Tx rate [32-1536] (Def:1024) : 512 Aturhan conf interleave max Tx rate [32-1536] (Def:1024): 512 And then to make sure your ADSL profile is already created successfully type: DSL#Show adsl profile  show all adsl profile DSL#Show adsl profile adsl512k  show detail the adsl512k profile DSL(config)#interface adsl 3/1 enter the adsl slot 3 port 1 to configure it DSL(cfg-if-adsl-3/1)#adsl profile adsl512k apply the profile to adsl port DSL(config)#slot adsl 3  enter the adsl slot 3 to configure it DSL(cfg-slot-adsl-3)#adsl profile adsl512k apply the profile to adsl slot Configure the ZXDSL 9210 SNMP server 14. DSL(config)#snmp-server host 10.10.10.1 private  initialize the snmp server ip address to the ZXDSL 9210 DSL#show snmp  show the snmp server ip address that you’re already initialize to the ZXDSl 9210 DSL(config)#ip route 0.0.0.0 0.0.0.0 192.168.0.1  add the static route to the ZXDSL 9210. This command is used only if the SNMP server Ip address is not in the same network segment with the ZXDSL 9210 ip address. Configure Uplink port with the STP(Spanning tree protocol) features 15. for example we want to configure the EICG board port 1 on the slot 1 and 2 as an uplink port with the STP features where EICG slot 1 port 1 and EICG slot 2 port 1 will be as a redundant uplink port. DSL#show spanning-tree  to show the STP features on the ZXDSL 9210 is already enable or not, if the status of STP is disable you should be enable it by type: DSL#Config spanning-tree enable  enable the STP features on the system DSL#show spanning-tree  make sure the STP features on the system is already enable. And please chack the priority on this STP, the value of priority should be less then the priority value on the switch (Ethernet aggregator). DSL#config interface Ethernet 1/1 enter EICG slot 1 port 1 to configure it DSL(cfg-if-eth-1/1)#spanning-tree enableenable the STP features on the EICG slot 1 port 1. DSL(cfg-if-eth-1/1)#show spanning-tree interface 1/1  make sure the STP features on the slot 1 port 1on is already enable
  • 4. DSL#config interface Ethernet 2/1 enter EICG slot 2 port 1 to configure it DSL(cfg-if-eth-2/1)#spanning-tree enableenable the STP features on the EICG slot 2 port 1. DSL(cfg-if-eth-2/1)#show spanning-tree interface 2/1  make sure the STP features on the slot 2 port 1on is already enable After you are already configure the STP features in both of port, you should be check the status of link in this port. DSL(cfg-if-eth-1/1)#show spanning-tree interface 1/1  look the status of STP, there are 3 kind of status on this STP port : 1. blocking  means the port is blocking and can’t transfer the packet 2. learning  means the port still learning the other port, please waiting for a few minutes. 3. forwarding  means the STP port is already active and ready to transfer the packet. DSL(cfg-if-eth-1/2)#show spanning-tree interface 1/2  look the status of STP, the normal condition if port(1/1) and port (1/2) both of them as an STP port, one of them will be blocking and one of the other will be forwarding.