OSPF 인증
테스트 랩 ----> RIPv2 ------
(인증) EIGRP ----- : Key chain
OSPF : tsxt / MDS
-----> 1. 네이버 인증
2. Area 인증
STATIC : 인증 기능 X : PPP-CHAP : 회선 인증
인증방식(네이버) 위치
평문(Type 1) 인터페이스 단위
MD5(암호화 Type 2)
인증이 없는 경우 (Type 0)
네이버 인증 명령어
#평문인증
ip ospf authentication
ip ospf authentication-key dontdie
#암호화
ip ospf authentication
ip ospf authentication message-digest
ip ospf message-digest-key 1 md5 dontdie
Area 인증
인증범위 인증방식 위치
Area 평문 OSPF 설정
인터페이스 활성화
암호
Area 인증 명령어
#평문인증
conf t
router ospf 1
area 0 authentication
ex
int e2/0
ip ospf authentication-key dontdie
#암호화 인증
conf t
router ospf 1
area 0 authentication message-digest
ex
int e2/0
ip ospf message-digest-key md5 dontdie
#디버깅
debug ip ospf adj
debug ip ospf packets
중지 --->>> un all
'Network' 카테고리의 다른 글
IPv6 / RIPNG(v3) / EIGRPv3 / OSPFv3 (0) | 2023.09.04 |
---|---|
ASA (방화벽) (0) | 2023.08.08 |
OSPF - Virtual-link : 가상 링크 (0) | 2023.07.19 |
Routing Protocol OSPF (Open Shortest Path First) (0) | 2023.07.18 |
FHRP - 2. VRRP 3. GLBP (1) | 2023.07.11 |