새로운 공간

OSPF_AREA 인증 보안 본문

네트워크/네트워크 구성

OSPF_AREA 인증 보안

jin._. 2023. 7. 20. 09:57

테스트 랩   -> RIPv2

(인증)             EIGRP   : Key chain

                      OSPF     : text / MD5

                                       ---- : 

 

 

네이버 인증 방식

1. 평문(Type 1)

위치 : 인터페이스

명령어 : ip ospf authentication

            : ip ospf authentication-key dontdie

 

 

conf t

int e2/0

ip ospf authentication

ip ospf authentication-key dontdie

 

2. MD5(Type 2)

명령어 : ip ospf authentication message-digest

            : ip ospf message-digest-key 1 md5 dontdie

* 숫자가 큰애들이 우선

 

3. 인증이 없는 경우(Type 0)

 

 

AREA 인증

인증범위 인증 방식 위치 명령어
AREA 평문 OSPF 설정 conf t
router ospf 1
area 2 authentication
인터페이스 활성화 ip ospf authentication-key dontdie
암호 OSPF 설정 conf t
router ospf 1
area 2 authentication message-digest
인터페이스 활성화 ip ospf message-digest-key 1 md5 dontdie

디버깅

debug ip ospf adj

debug ip ospf packets

 

 

<<<<AREA 평문 인증>>>>

<R6 >

conf t

router ospf 1

area 2 authentication

int e2/0

ip ospf authentication-key dontdie

 

conf t
router ospf 1
area 2 authentication
int s1/2.201
ip ospf authentication-key dontdie

 

 

<R13>

conf t
router ospf 1
area 2 authentication
int s1/2.201
ip ospf authentication-key dontdie

 

 

<R12>

conf t
router ospf 1
area 2 authentication
int s1/0.301
ip ospf authentication-key dontdie

 

 

 

 

'네트워크 > 네트워크 구성' 카테고리의 다른 글

Colasoft Packet Bilder  (0) 2023.07.27
Nessus  (0) 2023.07.26
OSPF_2  (0) 2023.07.19
OSPF_1  (0) 2023.07.18
OSPF 정의 및 실습(명령어)  (0) 2023.07.17