GRE Tunnel
- Cisco에서 개발한 Tunneling Protocol이다.
- 특정 망을 통과할 수 없는 패킷들은 통과가 가능하도록 해주는 프로토콜이다.
- GRE Tunnel이 출구 인터페이스인 경우 원본 IP 패킷에 4Byte의 GRE헤더와 20Byte의 New IP헤더가 추가되어 전송된다. (New IP 헤더 + GRE헤더 + 원본 IP 헤더 + Data)
- 추가적인 24Byte의 오버헤드가 발생된다.
tunnel mode gre ip
터널 인터페이스 기본 모드가 gre ip 모드이기 때문에 별도로 입력하지 않아도 된다.
tunnel source 1.1.100.1
터널 인터페이스의 실제 출발지 IP입력
tunnel destination 1.1.100.6
터널 인터페이스의 실제 목적지 IP입력
<HQ> interface tunnel 0 ip add 10.10.10.1 255.255.255.252 tunnel mode gre ip tunnel source 1.1.100.1 tunnel destination 1.1.100.6 ! router eigrp 1 net 10.10.10.1 0.0.0.0 !
<Branch> interface tunnel 0 ip add 10.10.10.2 255.255.255.252 tunnel mode gre ip tunnel source 1.1.100.6 tunnel destination 1.1.100.1 ! router eigrp 1 net 10.10.10.2 0.0.0.0 ! |
와이어샤크 패킷 확인
show ip route 명령어 (Branch Router)
show interface tunnel 0 명령어 (Branch Router)
show ip route (ISP Router)
'Network > Router' 카테고리의 다른 글
[Router] DMVPN (Dynamic Multipoint VPN) 개념, 설정 (0) | 2019.12.10 |
---|---|
[Router] GRE over IPSEC VPN (1) | 2019.12.09 |
PPP 인증(Authentication) 방식 (0) | 2019.11.18 |
Router 로그 관리 방법 (0) | 2019.10.29 |
Router에 NTP Server 등록하여 시간 동기화 설정하기 (0) | 2019.10.25 |
공부&일상 블로그
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요! 질문은 언제나 환영입니다😊