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
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: