> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/network/security/asav.md).

# ASAv

* 방화벽 가상화 장치
* cisco 라이선스 필요 (유료)
* 라우터 기능 + 방화벽 기능 수행

## Management Interface

* 네트워크 구축에 사용되지 않는 포트
* 네트워크 구축 후 별도 관리 장치를 연결해 방화벽 장치를 관리할 때 사용함

## firewall Rule

* 보안 레벨이 낮은 네트워크에서 높은 네트워크로 향하는 모든 트래픽은 차단된다.
* 반대의 경우는 허용하나 icmp 패킷은 제외된다. (PingOfDeath: [PingOfDeath.md](broken://pages/2e137febbfc5cdaa070aedfecd5890f7c289dbeb))


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://krjaeh0.gitbook.io/j-log/network/security/asav.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
