Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

  • Step 1. Use the show running-config management command to view the current network settings.

    Блок кода
    languagexml
    LTP-16N# show running-config management all
     	management ip 192.168.1.2
     	management mask 255.255.255.0
     	management gateway 0.0.0.0
     	management vid 1


  • Step 2. Switch to the configure view. Set the terminal name by using the hostname command.

    Блок кода
    languagexml
    LTP-16N# configure terminal 
    LTP-16N(configure)# system hostname LTP-16N-test

    Scroll Pagebreak


  • Step 3. Set the terminal IP address by using the management ip command.

    Блок кода
    languagexml
    LTP-16N(configure)# management ip 10.0.0.1


  • Step 4. Set the subnet mask by using the management netmask command.

    Блок кода
    languagexml
    LTP-16N(configure)# management mask 255.0.0.0


  • Step 5. Set the default gateway by using the management gateway command.

    Блок кода
    languagexml
    LTP-16N(configure)# management gateway 10.0.0.254


  • Step 6. Set the management VLAN of the terminal by using the management vid command if necessary.

    Блок кода
    languagexml
    LTP-16N(configure)# management vid 10


    Примечание

    To operate with the device over the management interface via uplink ports, you must allow the management vid on the necessary ports.


    Предупреждение

    Please note, if you connect to the OOB and uplink port at the same time, a loop can be formed in management.


  • Step 7. The network settings will change as soon as the configuration is applied. No terminal reboot is needed.

    Блок кода
    languagexml
    LTP-16N(configure)# do commit

    Scroll Pagebreak

...