NetworkDasanOnuSetPortSpeed
(Różnice między wersjami)
(Utworzył nową stronę „Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>20</P...”) |
|||
Linia 12: | Linia 12: | ||
<IP>78.31.88.1</IP> | <IP>78.31.88.1</IP> | ||
<Port>1</Port> | <Port>1</Port> | ||
− | <Slot>1</Slot> | + | <Slot>1</Slot> <!-- 1 - ethernet, 2 - pots, 3 - ces, 4 - video, 5 - virtualEthernet --> |
− | <Speed>3</Speed> | + | <Speed>3</Speed> <!-- 0 - auto, 1 - speed10, 2 - speed100, 3 - speed1000 --> |
− | <Duplex>0</Duplex> | + | <Duplex>0</Duplex> <!-- 0 - auto, 1 - full, 2 - half --> |
<Port>1</Port> | <Port>1</Port> | ||
<oltPort>1</oltPort> | <oltPort>1</oltPort> |
Wersja z 14:13, 7 maj 2013
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >20</ Priority > < Module >Dasan</ Module > < Request > < Type >NetworkDasanOnuSetPortSpeed</ Type > < NetworkDasanOnuSetPortSpeed > < IP >78.31.88.1</ IP > < Port >1</ Port > < Slot >1</ Slot > <!-- 1 - ethernet, 2 - pots, 3 - ces, 4 - video, 5 - virtualEthernet --> < Speed >3</ Speed > <!-- 0 - auto, 1 - speed10, 2 - speed100, 3 - speed1000 --> < Duplex >0</ Duplex > <!-- 0 - auto, 1 - full, 2 - half --> < Port >1</ Port > < oltPort >1</ oltPort > < onuPort >1</ onuPort > </ NetworkDasanOnuSetPortSpeed > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >NetworkDasanOnuSetPortSpeed</ Type > < NetworkDasanOnuSetPortSpeed > < Status >OK</ Status > </ NetworkDasanOnuSetPortSpeed > </ Request > </ Net47 > //BEGINEND// |
Błędy:
1 2 3 4 5 6 7 8 9 10 11 12 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >Error</ Type > < Error >Wystąpił błąd: Error in packet.Reason: (genError) A general failure occuredFailed object: SLE-GPON-MIB::sleGponOnuPortControlTimer</ Error > < Error >Nieprawidłowa wartość zmiennej Slot (zakres 1-5)</ Error > < Error >Nieprawidłowa wartość zmiennej Speed (zakres 0-3)</ Error > < Error >Nieprawidłowa wartość zmiennej Duplex (zakres 0-2)</ Error > </ Request > </ Net47 > //BEGINEND// |