[IPv6] IPv6 인터페이스 설정 및 Static, Default Routing 설정Network/Router2020. 1. 13. 16:03
목차 📖
반응형
네트워크 구성
1) 라우터 인터페이스 설정
- HQ, ISP, Branch 라우터의 인터페이스를 IPv6로 설정한다.
<HQ>
conf t
ipv6 unicast-routing
int fa 0/1
ipv6 add 2001:1:1:1::FE/64
no sh
!
int fa 0/0
ipv6 add 2001:12:12:12::1/64
no sh
!
<ISP>
conf t
ipv6 unicast-routing
int fa 0/0
ipv6 add 2001:12:12:12::2/64
no sh
!
int fa 0/1
ipv6 add 2001:23:23:23::1/64
no sh
!
<Branch>
conf t
ipv6 unicast-routing
int fa 0/0
ipv6 add 2001:23:23:23::2/64
no sh
!
int fa 0/1
ipv6 add 2001:2:2:2::FE/64
no sh
!
-verify-
show ipv6 int brief
show ipv6 route
ping test
1.1) HQ 설정 확인
show ipv6 int brief
show ipv6 route
Ping Test
1.2) ISP 라우터 확인
show ipv6 int brief
show ipv6 route
Ping Test
2) HQ - ISP간 Default Routing 설정
- 인터페이스 마다 Global IP와 Link-Local IP가 존재하는데 Link-Local IP는 변하지 않으므로 Routing Next IP 주소에 Link-Local IP 주소를 부여하는게 효율적이다.
- 임의로 Link-Local IP를 생성하여 설정 하려고 한다.
<HQ>
conf t
int fa 0/1
ipv6 address FE80::1 link-local
!
<ISP>
conf t
int fa 0/0
ipv6 address FE80::2 link-local
!
int fa 0/1
ipv6 address FE80::3 link-local
!
<Branch>
!
int fa 0/1
ipv6 address FE80::4 link-local
!
- Link-local IP주소가 변경된것을 확인할 수 있다.
- HQ라 - ISP 라우터, Branch - ISP 라우터 간에 Default-Routing설정을 하려고 한다.
<HQ>
conf t
ipv6 route ::0/0 fa 0/0 FE80::2
<HQ>
conf t
ipv6 route ::0/0 fa 0/0 FE80::3
3) Branch - ISP간 Static Routing 설정
<ISP>
ipv6 route 2001:1:1:1::/64 fa 0/0 fe80::1
ipv6 route 2001:2:2:2::/64 fa 0/1 fe80::4
- 만약 Client끼리 통신이 되지 않는다면 방화벽에서 IPV6 Echo요청을 열어주어야 한다.
728x90
반응형
'Network > Router' 카테고리의 다른 글
[IPv6] IPv6 EIGRP 통한 Routing 구성 (0) | 2020.01.15 |
---|---|
[IPv6] Ripv6을 통한 Routing 구성 (0) | 2020.01.14 |
[IPv6] IPv6 (Internrt Protocol v6), ICMPv6 개념, 전송방식 및 설정 (0) | 2020.01.13 |
[Router] EoMPLS(Ethernet over MPLS) 구성 (0) | 2020.01.10 |
[Router] MPLS(Multi Protocol Label Switching) VPN LDP(Label Distribution Protocol) 구성 및 확인 (0) | 2020.01.09 |
@피망IT :: Peemang IT Blog
공부&일상 블로그
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요! 질문은 언제나 환영입니다😊