Kontakt
closeKontakt
SerwisWysyłkaTesty produktów Regulamin

Skontaktuj się z nami:

alternate_emailbiuro@cdr.pl

call+48 32 750 5000

pn. - pt. 9:00 - 17:00

Kontakt

Logowanie
closeLogowanie
Logowanie

Nowy klient?

Rejestracja
Koszyk
closeKoszyk
Twój koszyk jest pusty favoriteWishlist
Tenda G103 Gigabit GPON Terminal SC/PC
Producent: Tenda
Kod producenta: G103
Kod produktu: TENDA-G103
Numer katalogowy: 5171
Gwarancja (miesiące):
Produkt archiwalny
Opis

Tenda G103 to terminal ONT GPON wyposażony w jeden gigabitowy port Ethernet. Jest zgodny z ITU-T G.984, wspiera zdalne zarządzanie OMCI, współpracuje z OLT Huaweia, ZTE i Dasana. Urządzenie jest doskonałym rozwiązaniem do sieci FTTH, oferuje przepustowość do 2,5 Gb/s w downstreamie i 1,25 Gb/s w upstreamie połączenia światłowodowego, na maksymalną odległość 20 km. Oferowany produkt posiada zarządzanie poprzez Web, umożliwia monitorowanie mocy optycznej. 

Zarządzanie można ustawić tylko w puli adresów 192.168.X.X

Firmware

Tenda G103 software

Specyfikacja:

Tenda G103
Standard ITU-T G.984
Przyciski

Zasilanie

Reset

Zasilanie

9 V, 1 A

Wymiary 142 x 92 x 31 mm
Diody LED

POWER

PON

LOS

LAN

Tryb pracy Bridge
Ustawienia domyślne Adres IP: 192.168.1.1
Pozostałe cechy
Port

RJ45 10/100/1000M

Automatyczne negocjowanie, automatyczne krosowanie MDI/MDIX

Połączenie WAN GPON ONT
Funkcje dodatkowe Monitorowanie mocy optycznej
Dopuszczalna temperatura

Podczas pracy: od 0 do 40 st. C

Podczas przechowywania: od -40 do 70 st. C

Dopuszczalna wilgotność powietrza

Podczas pracy: 10%-90% niekondensująca

Podczas przechowywania: 5%-90% niekondensująca

Certyfikaty CCC
Zawartość zestawu

Urządzenie

Kabel Ethernet

Instrukcja

Zasilacz

Przykładowa konfiguracja dla Tenda G103 z OLT Huawei

example configuration will be using vlan 20 and gpon board on 0/0 with SPF module in port 0, ONTID is 7, service-port is 8
#log in to OLT and go into configuration mode:
enable
config

#create new dba-profile:
dba-profile add profile id 20 profile-name "DBA_1G" type3 assure 8192 max 1024000

#create service profile for tenda ONT:
#service profile with id number 20 and name TENDA103
ont-srvprofile gpon profile-id 20 profile-name "TENDA103"
#setting number of ONT ports and types
ont-port eth 1
#set on which eth port vlan will be able to passthrough if needed (for iptv purposes)
port vlan eth 1 translation 20 user-vlan 20
commit
quit

#create lineprofile for tenda ONT:
#lineprofile with id number 20 and name TENDA103
ont-lineprofile gpon profile-id 20 profile-name "TENDA103"
#create transmission container number 1 and set its speed capacities with dba profile
tcont 1 dba-profile-id 20
#add GPON Encapsulation Method numbered 1 to eth ports with tranmission container 1 speed limit
gem add 1 eth tcont 1
#map our vlan 20 to GEM port 1
gem mapping 1 1 vlan 20
commit
quit

#add ONU to OLT:
#go to configruation of GPON card 0 on board 0
interface gpon 0/0
#enable ONT autofind on SFP port 0
port 0 ont-auto-find enable
#show all automatically found and not confirmed ONTs on SPF 0
display ont autofind 0
#confirm ONT on SFP 0 using serial-number method and use service profile and lineprofile which we previously created
ont confirm 0 sn-auth write_serial_number_of_your_device_here omci ont-lineprofile-id 20 ont-srvprofile-id 20 desc "TENDA103_1"
#check if ONT we have added is working and online
display ont info 0 all
#write down your newly added ONTID, we will need it for service-port and setting native-vlan
#set native vlan to be used by our ONT (ONT on SPF 0, ONT number 7)
ont port native-vlan 0 7 eth 1 vlan 20 priority 0
quit

#add service port to OLT so it can pass data between OLT and ONU which also tells ONU to remove vlan tag on ONU eth port (tag-transform transparent)
service-port 8 vlan 20 gpon 0/0/0 ont 7 gemport 1 multi-service user-vlan 20 tag-transform transparent