-
[F5][DNS] F5 Cache DNS 데이터 관리Network 2023. 11. 24. 06:23728x90반응형
현재 장비에 캐시되어 있는 데이터 확인법 및 삭제법 가이드 드립니다.
CLI사용시 리눅스모드에서 명령어 사용시 전체 데이터가 출력되므로
tmos 모드로 진입하여 명렁어 사용을 권고 드립니다.
tmos 모드 진입 방법 : tmsh
<CLI에서 캐시된 데이터 확인 및 삭제법>
1.전체 데이터 확인
show ltm dns cache records rrset cache cache_profile
2.특정 데이터 확인
show ltm dns cache records rrset cache cache_profile owner 도메인
3.캐시된 전체 데이터 삭제
delete ltm dns cache records all cache cache_profile
4.특정 데이터 삭제
delete ltm dns cache records rrset cache cache_profile owner 도메인
<GUI에서 캐시된 데이터 삭제법>
Statistics ›› Module Statistics : DNS : Caches ›› Caches 메뉴로 이동
통계타입 Caches 로 변경
cache_profile 체크 후 Clear Cache 버튼 클릭.
<API를 통한 캐시 삭제법>
API를 이용한 전채캐시 초기화 방법
curl -sk -u <username>:<password> -H "Content-Type: application/json" -X DELETE https://<BIG-IP IP address>/mgmt/tm/ltm/dns/cache/records/rrset?options=cache,<cache-name>
ex)
curl -sk -u astin:test123 -H "Content-Type: application/json" -X DELETE https://175.196.233.125/mgmt/tm/ltm/dns/cache/records/all?options=cache,cache_profile
728x90반응형'Network' 카테고리의 다른 글
[F5][DNS] EDNS + Persistence (0) 2023.11.26 [F5][DNS] Topology에서 한국 ISP DB 쓰는법 (1) 2023.11.25 [F5] Shared Objects 사용법 (CLI로 생성하기) (0) 2023.11.22 [F5] HARDWARE & LICENSE (3) 2023.11.21 [F5] FQDN Pool Member 사용하기(Auto Populate, TTL 옵션) (0) 2023.11.20