이 문서에서는 Cisco ESA(Email Security Appliance)에서 라운드 로빈 스타일의 아웃바운드 연결을 밸런싱하는 방법에 대해 설명합니다.
AsyncOS에서는 smtproutes 명령을 사용하여 라운드 로빈 전달을 구성할 수 있습니다. 각 새 연결
은(는) 구성된 서버 간에 홉합니다. 이렇게 하면 새 연결의 밸런싱만 이루어집니다
각 파이프로 전송되는 이메일 수가 아니라 대상 서버로 전송됩니다.
mail.example.com> smtproutes
There are no routes configured.
Choose the operation you want to perform:
- NEW - Create a new route.
- IMPORT - Import new routes from a file.
[]> new
Enter the hostname for which you want to set up a permanent route.
Partial hostnames such as ".example.com" are allowed.
Use "ALL" for the default route.
[]> ironport.com
Enter the destination hosts, separated by commas, which you want mail for
ironport.com to be delivered.
Enter /dev/null by itself if you wish to discard the mail.
[]>192.168.0.1,192.168.0.2,192.168.0.3
Mapping for ironport.com to 192.168.0.1, 192.168.0.2, 192.168.0.3 created.
There are currently 1 routes configured.
Choose the operation you want to perform:
- NEW - Create a new route.
- DELETE - Remove a route.
- PRINT - Display all routes.
- IMPORT - Import new routes from a file.
- EXPORT - Export all routes to a file.
- CLEAR - Remove all routes.
[]>
개정 | 게시 날짜 | 의견 |
---|---|---|
1.0 |
12-Aug-2014 |
최초 릴리스 |