Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

RecoverPoint: RecoverPoint에서 MTU 크기를 확인하는 방법

Summary: 이 문서에서는 MTU(Maximum Transfer Unit)가 경로를 따라 일관되게 유지되도록 하는 데 사용할 수 있는 두 가지 메커니즘에 대해 설명합니다. 이 문서에서는 두 호스트 간의 경로를 따라 일관된 최소 MTU인 경로 MTU를 계산하는 방법에 대해서도 설명합니다.

This article applies to   This article does not apply to 

Instructions

MTU는 OSI 모델 레이어 2 데이터 네트워크에서 가능한 가장 큰 프레임입니다.
MTU 크기는 통신 미디어의 물리적 속성에 따라 달라집니다.

 

대부분의 이더넷 네트워크에서는 기본적으로 1500바이트로 설정됩니다.
최근에는 1500바이트 이상의 페이로드가 있는 이더넷 프레임(점보 프레임이라고 함)이 널리 사용되고 있으며 9000바이트의 페이로드를 전달합니다.

 

기본값인 1500보다 MTU를 늘릴 때의 문제는 경로에 있는 모든 네트워크 디바이스가 증가된 MTU 값을 지원해야 한다는 것입니다.

 

반면에 VPN/PPPoe/방화벽 등이 있으면 WAN 링크의 MTU가 1500보다 낮아질 수 있습니다.

 

두 경우 모두 RecoverPoint 클러스터 간의 모든 경로에서 MTU의 일관성이 보장되어야 합니다. 그렇지 않으면 다음과 같은 예기치 않은 문제가 나타날 수 있습니다.

  • 복제에 미치는 영향(가능한 DRU, 링크 재설정 등)
  • 클러스터가 통신할 수 없음
  • 시스템 전체에서 알 수 없는 클러스터

 

또한 RPA는 고정 MTU 값만 지원하고 변동 MTU가 있으면 통신 문제가 발생할 수 있으므로 변동 MTU도 지원되지 않습니다.

 

RecoverPoint에서 MTU(Maximum Transmission Unit)를 확인하려면 관리자(RecoverPoint Classic의 경우 boxmgmt) 역할 사용자로 설치 메뉴에 로그인합니다.

 

관리자 기본 메뉴에서 다음을 선택합니다.

[2] Setup
[1] Modify settings
[7] MTU configuration
[1] View MTU values

Selecting 1 display result such as:
|------------|
| MTU values |
|------------|
| WAN | 1500 |
| LAN | 1500 |
|-----|------|

 

Ping을 사용하여 MTU를 테스트하려면 다음을 수행합니다.

 

버전에 따라 다르지만 내부 명령 실행 프롬프트로 이동합니다(메뉴 버튼 3 - 5 boxmgmt 버전 4.1 이상의 기본 메뉴).
[5] 내부 명령
실행 사용할 수 있는 명령 목록은 다음과 같습니다. arp arping date ethtool kps.pl netstat ping ping6 ssh su telnet top uptime

 

내부 명령 입력:
내부 명령으로 ping을 테스트하려면 MTU에 대한 최상의 값을 얻기 위해 테스트할 때 다음을 예로 사용합니다.

ping -I eth0 -M do -s <packet size> <destination IP>

 

-I 인수는 지정된 인터페이스(이 경우 eth0, WAN 포트)에서 강제로 트래픽을 ping합니다.
-s Argument는 테스트할 패킷 크기를 지정합니다.

 

결과 예:
내부 명령을 입력합니다.

ping -I eth0 -M do -s 1472 192.168.0.105
PING 192.168.0.105 (192.168.0.105) from 192.168.0.108 eth0: 1472(1500) bytes of data.
1480 bytes from 192.168.0.105: icmp_req=1 ttl=64 time=0.164 ms
1480 bytes from 192.168.0.105: icmp_req=2 ttl=64 time=0.148 ms
1480 bytes from 192.168.0.105: icmp_req=3 ttl=64 time=0.144 ms
1480 bytes from 192.168.0.105: icmp_req=4 ttl=64 time=0.125 ms
1480 bytes from 192.168.0.105: icmp_req=5 ttl=64 time=0.151 ms
1480 bytes from 192.168.0.105: icmp_req=6 ttl=64 time=0.144 ms

 

Ctrl+C 를 눌러 테스트를 종료합니다.

 

 

테스트에 실패하면 더 낮은 MTU 값을 테스트합니다. 테스트 지침은 RecoverPoint가 미리 설정한 값(아래 참조)을 사용하되 패킷 헤더를 고려하여 값에서 28을 빼는 것입니다. 위의 예에서는 ping 테스트의 28비트 오버헤드를 고려하여 패킷 크기로 1472를 ping하여 1500 MTU를 테스트했습니다. 1492를 MTU로 테스트하는 경우 1464를 -s 크기. 1430을 테스트하면 1402 등을 사용합니다.

 

MTU 값을 변경하려면 다음을 수행합니다.

[2] Setup
[1] Modify settings
[7] MTU configuration
[2] Configure MTU values

Selecting 2 here allows you to pick the interface to modify:
1. WAN
2. LAN

Select the interface type to modify (1 to 2): 1
The current WAN MTU value is 1500. Do you want to modify it? (y/n)? y
1. 9000 bytes (Recommended when using iSCSI)
2. 1500 bytes (Default value)
3. 1492 bytes (Recommended when using PPPoE)
4. 1430 bytes (Recommended when using VPN)
5. Other (For EMC personnel use only)
Select MTU value: (1 to 5) (Default '2'):

Enter the correct value based on the ping tests results.

|------------|
| MTU values |
|------------|
| WAN | 1500 |
| LAN | 1500 |
|-----|------|

Do you want to apply these configuration settings now (y/n)? y
The RPA receives these changes, but it may take some time for them to be applied to the entire system.

 

참고: 사용자 지정 크기는 옵션 5를 사용하여 입력할 수 있습니다. 위와 같은 다른 항목은 MTU를 너무 낮게 설정하면 패킷 조각화가 발생할 수 있습니다.

 

자세한 내용은 MTU 및 인터넷의 패킷 조각화 검색을 참조하십시오.

 

Affected Products

RecoverPoint

Products

RecoverPoint, RecoverPoint CL, RecoverPoint EX, RecoverPoint for Virtual Machines, RecoverPoint SE
Article Properties
Article Number: 000019191
Article Type: How To
Last Modified: 02 May 2024
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.
Article Properties
Article Number: 000019191
Article Type: How To
Last Modified: 02 May 2024
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.