Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWtoolz + IIS6 + PHP #1

Open
GoogleCodeExporter opened this issue Oct 7, 2015 · 0 comments
Open

SWtoolz + IIS6 + PHP #1

GoogleCodeExporter opened this issue Oct 7, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Не запускался пока в users.php в самом начале 
вместо <? не указал <?php
и не получал sysinfo у DES-3526, т.к. OID'ы c 3028 
одинаковые в infosw.php добавил
вместо:

//Блок описания коммутатора для 3028 и ему 
подобных
  if ($ModelType == 'DES-3028' || $ModelType == 'DES-3028G' || $ModelType == 'DES-3028P' || $ModelType == 'DES-3200-28')

следующее:

//Блок описания коммутатора для 3028 и ему 
подобных
  if ($ModelType == 'DES-3028' || $ModelType == 'DES-3526' || $ModelType == 'DES-3028G' || $ModelType == 'DES-3028P' || $ModelType == 'DES-3200-28')

Плюс есть маленькое неудобство в 
диагностике кабеля, у DES серии при 
диагностике кабеля, скачет порт, я его 
отключил.

Не в тему, но не нашел куда написать:
Супер. Спасибо :) 
Админы теперь даже ноуты не достают, все с 
телефона.


Original issue reported on code.google.com by 5274...@gmail.com on 19 Jan 2011 at 8:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant