vikt0ria.vasilenk0 Posted August 27 · Report post Всем привет, на интерфейсе vlan 2 настроен ip управления по ssh, необходимо ip перевести в vlan 3 без потери доступа к оборудованию, при подключению через secondary доступ слетает Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
jffulcrum Posted August 27 · Report post Модель устройства? Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
witch Posted August 27 (edited) · Report post 1) Скачать конфиг, модифицировать конфиг, залить конфиг. ребут 2) модифицировать startup крнфиг. ребут Edited August 27 by witch Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
vikt0ria.vasilenk0 Posted August 27 · Report post @jffulcrum Cisco3560 Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
fractal Posted August 28 · Report post 19 часов назад, vikt0ria.vasilenk0 сказал: @jffulcrum Cisco3560 1. Создать vlan4 накинуть временный ip, 2. Подключиться по нему, перенести ip из vlan 2 во vlan3, 3. Подключиться по ip из vlan3, удалить ip из vlan4 или если это не возможно то eem, но отложенным рестартом conf t event manager applet changeip event cli pattern "changeip" enter action 110 cli command "enable" action 111 cli command "configure terminal" action 112 cli command "interface Vlan2" action 113 cli command "no ip address 192.168.1.1 255.255.255.248" action 114 cli command "int Vlan3" action 115 cli command "ip address 192.168.1.1 255.255.255.248" action 116 cli command "exit" action 117 cli command "exit" exit reload in 3 event manager run changeip либо руки на месте с консолью Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
witch Posted August 28 (edited) · Report post 2 часа назад, fractal сказал: 1. Создать vlan4 накинуть временный ip, 2. Подключиться по нему, перенести ip из vlan 2 во vlan3, 3. Подключиться по ip из vlan3, удалить ip из vlan4 или если это не возможно то eem, но отложенным рестартом conf t event manager applet changeip event cli pattern "changeip" enter action 110 cli command "enable" action 111 cli command "configure terminal" action 112 cli command "interface Vlan2" action 113 cli command "no ip address 192.168.1.1 255.255.255.248" action 114 cli command "int Vlan3" action 115 cli command "ip address 192.168.1.1 255.255.255.248" action 116 cli command "exit" action 117 cli command "exit" exit reload in 3 event manager run changeip либо руки на месте с консолью а не надо добавить copy runing-config startup-config ? Edited August 28 by witch Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
fractal Posted August 28 · Report post 8 часов назад, witch сказал: а не надо добавить copy runing-config startup-config ? Это надо делать только после того как результат соответствует задуманному, если ip перенесён, проверки сделаны, то соответственно надо сохранить конфиг Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
Andrei Posted August 28 · Report post 11 часов назад, witch сказал: а не надо добавить copy runing-config startup-config ? нет, в этом-то и фишка: reload in 3 event manager run changeip Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...