ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

OSPF Plain Text Authentication

Автор: Ferds Tech Channel

Загружено: 2022-03-06

Просмотров: 251

Описание: OSPF Plain Text Authentication

You can enable authentication in OSPF in order to exchange routing update information in a secure manner.
OSPF authentication can either be none (or null), simple, or MD5.
The authentication method "none" means that no authentication is used for OSPF and it is the default method.
With simple authentication, the password goes in clear-text over the network.
With MD5 authentication, the password does not pass over the network. MD5 is a message-digest algorithm specified in RFC 1321.
MD5 is considered the most secure OSPF authentication mode.
When you configure authentication, you must configure an entire area with the same type of authentication.

These are the three different types of authentication supported by OSPF.
1. Null Authentication — This is also called Type 0 and it means no authentication information is included in the packet header. It is the default.
2. Plain Text Authentication — This is also called Type 1 and it uses simple clear-text passwords.
3. MD5 Authentication — This is also called Type 2 and it uses MD5 cryptographic passwords.

CONFIGURE:

R1:
conf t
router ospf 1
network 10.10.12.0 0.0.0.255 area 0
end
wr

R2:
conf t
router ospf 1
network 10.10.12.0 0.0.0.255 area 0
end
wr

R1:
conf t
interface gig 0/0
ip ospf authentication !Enable plain text authentication on the interface level.
ip ospf authentication-key cisco
end
wr

R2:
conf t
interface gig 0/0
ip ospf authentication !Enable plain text authentication on the interface level.
ip ospf authentication-key cisco
end
wr


R1:
conf t
router ospf 1
area 0 authentication !Enable plain text authentication in the entire area.
end
wr


R2:
conf t
router ospf 1
area 0 authentication !Enable plain text authentication in the entire area.
end
wr

VERIFY:
debug ip ospf adj
show ip ospf neighbor
show ip ospf interface G0/0
show ip route



REFERENCES:

Sample Configuration for Authentication in OSPF
https://www.cisco.com/c/en/us/support...

IP Routing
https://www.cisco.com/c/en/us/tech/ip...

OSPF: Frequently Asked Questions
https://www.cisco.com/c/en/us/support...

Important Information on Debug Commands
https://www.cisco.com/c/en/us/support...

#cisco #ccna #ccnp #ccie

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
OSPF Plain Text Authentication

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

📈 Configuring OSPF Reference Bandwidth | Explained with Examples

📈 Configuring OSPF Reference Bandwidth | Explained with Examples

HTTPS, SSL, TLS & Certificate Authority Explained

HTTPS, SSL, TLS & Certificate Authority Explained

База по Базам Данных - Storage (Индексы, Paging, LSM, B+-Tree, R-Tree) | Влад Тен Систем Дизайн

База по Базам Данных - Storage (Индексы, Paging, LSM, B+-Tree, R-Tree) | Влад Тен Систем Дизайн

ПМЭФ-2025: предвестник заката империи Путина? Откровения чиновников о кризисе. Часть II

ПМЭФ-2025: предвестник заката империи Путина? Откровения чиновников о кризисе. Часть II

БЕЛКОВСКИЙ:

БЕЛКОВСКИЙ: "Это еще не конец!": как с Ираном, что с дочерьми Путина, чем болен Кадыров, Украина

GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker

GitHub Actions Tutorial - Basic Concepts and CI/CD Pipeline with Docker

Игра, опередившая время на десятилетия  | The Movies 2005

Игра, опередившая время на десятилетия | The Movies 2005

ОСЕЧКИН:

ОСЕЧКИН: "Не могу сказать матом, НО.." кого выдал Трамп, что с Медведевым, кого кинул Путин, Шойгу

WAVE PARTICLES BLUE LINES | Relaxing Screensaver

WAVE PARTICLES BLUE LINES | Relaxing Screensaver

Похудей на 45 КГ, Выиграй $250,000!

Похудей на 45 КГ, Выиграй $250,000!

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]