szero Posted February 28, 2019 Добрый день! Подскажите пожалуйста как на маршрутизаторе juniper mx80 настроить aux порт, и обратиться к нему. Junos: 14.2R7-S7 В шкафу mx80 и huawei 5300. Хочу с aux порта mx80 получить доступ к консольному порту huawei 5300 (для резервного управления). распиновка кабеля RJ45 RollOver как у cisco. Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
smart85 Posted February 28, 2019 (edited) https://forums.juniper.net/t5/Day-One-Tips/TIP-connect-another-device-using-auxiliary-port/td-p/64037 https://www.juniper.net/documentation/en_US/junos/topics/reference/configuration-statement/auxiliary-edit-system.html Edited February 28, 2019 by mse.rus77 Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
scan Posted February 28, 2019 40 minutes ago, mse.rus77 said: https://forums.juniper.net/t5/Day-One-Tips/TIP-connect-another-device-using-auxiliary-port/td-p/64037 Только похоже, что это не работает для MX80: 1. interposer в шелле отсутствует 2. При попытке законфигурить reverse видим: ## ## Warning: configuration block ignored: unsupported platform (mx80) ## reverse { telnet; } Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
vvertexx Posted February 28, 2019 @scan Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
smart85 Posted February 28, 2019 1 час назад, vvertexx сказал: @scan На 80 та же петрушка? Я думал это для 104 Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
Telesis Posted February 28, 2019 MX80 на MIPS, и interposer нету Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
szero Posted March 1, 2019 tadmin@ZIP-AR1> file list /usr/libexec/interposer - действительно нет /usr/libexec/interposer: No such file or directory реверс вроде прокатил, но как теперь обратиться к порту ? tadmin@ZIP-AR1# set system services reverse telnet [edit] tadmin@ZIP-AR1# commit check configuration check succeeds [edit] tadmin@ZIP-AR1# commit and-quit commit complete Exiting configuration mode tadmin@ZIP-AR1> show configuration | compare rollback 1 [edit system services] + reverse { + telnet; + } Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
szero Posted March 1, 2019 (edited) Нашел еще посты на форуме jun что aux по умолчанию выключен команды проглатил, задал явным образом порт, но нифига -/ если порт не задавать на сам мх80 заходит telnet 10.13.120.33 5000 Trying 10.13.120.33... telnet: connect to address 10.13.120.33: Connection refused telnet: Unable to connect to remote host tadmin@ZIP-AR1> show configuration | compare rollback 2 [edit system ports] + auxiliary type vt100; [edit system services] + reverse { + telnet { + port 5000; + } + } Edited March 1, 2019 by szero Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...