Jump to content
Калькуляторы

Как переназначить Vlan управления без потери доступа

Всем привет, на интерфейсе vlan 2 настроен ip управления по ssh, необходимо ip перевести в vlan 3 без потери доступа к оборудованию, при подключению через secondary доступ слетает

Share this post


Link to post
Share on other sites

1)

Скачать конфиг,

модифицировать конфиг,

залить конфиг.

ребут

2)

модифицировать startup крнфиг.

ребут

Edited by witch

Share this post


Link to post
Share on other sites

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

 

либо руки на месте с консолью

Share this post


Link to post
Share on other sites

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 by witch

Share this post


Link to post
Share on other sites

8 часов назад, witch сказал:

а не надо добавить copy runing-config startup-config ?

Это надо делать только после того как результат соответствует задуманному, если ip перенесён, проверки сделаны, то соответственно надо сохранить конфиг 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.