Terriermon - Digimon

IPv6

2020. 7. 27. 13:55네트워크/라우터

<R1>
en
conf t
ipv6 unicast-routing
interface fa 0/0
ipv6 enable
ipv6 address 2068:100:11:11::1/64
no shutdown

inter se 2/0
ipv6 enable
ipv6 address 3ffe:12:12:12::1/64
no shut

end

conf t
ipv6 router rip 1
interface fa 0/0
ipv6 rip 1 enable
inter se 2/0
ipv6 rip 1 enable
end
show ipv6 route rip
ping 2068:200:12:12::2

<R2>
en
conf t
ipv6 unicast-routing
int fa 0/0
ipv6 enable
ipv6 address 2068:200:12:12::2/64
no shutdown

inter se 2/0
ipv6 enable
ipv6 address 3ffe:12:12:12::2/64

inter se 2/1
ip address 13.13.23.2 255.255.255.0
no shut

<R3>
en
conf t
ipv6 unicast-routing
interface fa 0/0
ipv6 enable
ipv6 address 2068:300:13:13::3/64
no shutdown

inter se 2/1
ip address 13.13.23.3 255.255.255.0
no shut


pc1
ip 2068:100:11:11::2/64 2068:100:11:11::1

pc2
ip 2068:200:12:12::2/64 2068:200:12:12::2

반응형

'네트워크 > 라우터' 카테고리의 다른 글

액세스 리스트 access list  (0) 2020.07.27
IPv6 frame relay setting  (0) 2020.07.27
라우터 기초상식  (0) 2020.06.11
OSPF+RIP  (0) 2020.05.24
OSPF  (0) 2020.05.24