NetworkHuaweiOntIpConfigGet
Z Net47 2.0
(Różnice między wersjami)
(Nie pokazano 1 wersji utworzonej przez jednego użytkownika) | |||
Linia 19: | Linia 19: | ||
</pre> | </pre> | ||
− | Odpowiedź | + | Odpowiedź: |
<pre class="brush:xml"> | <pre class="brush:xml"> | ||
//BEGIN// | //BEGIN// | ||
Linia 37: | Linia 37: | ||
<SlaveDNS>0.0.0.0</SlaveDNS> | <SlaveDNS>0.0.0.0</SlaveDNS> | ||
<IpConfigVlan>-1</IpConfigVlan> | <IpConfigVlan>-1</IpConfigVlan> | ||
− | <IpConfigPriority>-1</IpConfigPriority> | + | <IpConfigPriority>-1</IpConfigPriority><!-- The management priority of MDU. range: 0-7--> |
</poz> | </poz> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</NetworkHuaweiOntIpConfigGet> | </NetworkHuaweiOntIpConfigGet> | ||
</Request> | </Request> |
Aktualna wersja na dzień 08:33, 6 lip 2015
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Module>Huawei</Module> <Request> <Type>NetworkHuaweiOntIpConfigGet</Type> <NetworkHuaweiOntIpConfigGet> <OltIP>21.73.88.125</OltIP> <OltPort>4194344960</OltPort> <OntID>0</OntID> </NetworkHuaweiOntIpConfigGet> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>NetworkHuaweiOntIpConfigGet</Type> <NetworkHuaweiOntIpConfigGet> <poz><!-- może wystąpić kilka razy --> <OntPort>0</OntPort> <IpConfigMode>dhcp(1)</IpConfigMode> <IpAddress>0.0.0.0</IpAddress> <NetMask>0.0.0.0</NetMask> <PhyAddress>ff:ff:ff:ff:ff:ff</PhyAddress> <NetGateway>0.0.0.0</NetGateway> <MasterDNS>0.0.0.0</MasterDNS> <SlaveDNS>0.0.0.0</SlaveDNS> <IpConfigVlan>-1</IpConfigVlan> <IpConfigPriority>-1</IpConfigPriority><!-- The management priority of MDU. range: 0-7--> </poz> </NetworkHuaweiOntIpConfigGet> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error></Error> </Request> </Net47> //BEGINEND//