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

Ключ

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

...

Блок кода
esbc(config)# aaa authentication login CONSOLE radius local 
esbc(config)# aaa authentication login SSH radius 
esbc(config)# aaa authentication enable default radius enable
esbc(config)# aaa authentication mode break
esbc(config)# line console
esbc(config-line-console)# login authentication CONSOLE 
esbc(config-line-console)# exit 
esbc(config)# line ssh 
esbc(config-line-ssh)# login authentication SSH 
esbc(config-line-ssh)# exit

...