Terriermon - Digimon

IPv6 frame relay setting

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

[R1]
en
conf t
ipv6 unicast-routing

int f1/0
ipv6 enable
ipv6 address 2068:100:11:11::1/64
no shutdown

int f0/0
ipv6 enable
ipv6 address 3ffe:b00:c18:bb1::1/64
no shutdown

int s2/0
ipv6 enable
ipv6 address 3ffe:b00:c18:9::1/64
no shutdown

int s2/1
ipv6 enable
ipv6 address 3ffe:b00:c18:10::1/64
no shutdown

[R2]
en
conf t
ipv6 unicast-routing

int s2/0
ipv6 enable
ipv6 address 3ffe:b00:c18:9::2/64
no shutdown


[R3]
en
conf t
ipv6 unicast-routing

int f1/0
ipv6 enable
ipv6 address 2068:300:13:13::3/64
no shutdown

int f0/0
ipv6 enable
ipv6 address 3ffe:b00:c18:bb3::3/64
no shutdown

int s2/0
ipv6 enable
ipv6 address 3ffe:b00:c18:9::3/64
no shutdown

int s2/1
ipv6 enable
ipv6 address 3ffe:b00:c18:10::3/64
no shutdown





[R4]
en
conf t
ipv6 unicast-routing

int f0/0
ipv6 enable
ipv6 address 3ffe:b00:c18:bb1::4/64
no shutdown


[R5]
en
conf t
ipv6 unicast-routing

int f0/0
ipv6 enable
ipv6 address 3ffe:b00:c18:bb3::5/64
no shutdown

int f1/0
ipv6 enable
ipv6 address 2068:500:15:15::5/64
no shutdown




**frame relay setting
show ipv6 int s2/0
R1 : FE80::C801:EFF:FE7C:0
R2 : FE80::C802:EFF:FE00:0
R3 : FE80::C803:18FF:FED8:0

[R1]
en
conf t

int s2/0
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay map ipv6 3ffe:b00:c18:9::2 102 broadcast
frame-relay map ipv6 3ffe:b00:c18:9::3 102 broadcast
frame-relay map ipv6 FE80::C802:EFF:FE00:0 102 broadcast
frame-relay map ipv6 FE80::C803:18FF:FED8:0 102 broadcast

int s2/1
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay map ipv6 3ffe:b00:c18:10::3 103 broadcast
frame-relay map ipv6 FE80::C803:18FF:FED8:0 113 broadcast

[R2]
en
conf t

int s2/0
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay map ipv6 3ffe:b00:c18:9::1 201 broadcast
frame-relay map ipv6 3ffe:b00:c18:9::3 203 broadcast
frame-relay map ipv6 FE80::C801:EFF:FE7C:0 201 broadcast
frame-relay map ipv6 FE80::C803:18FF:FED8:0 203 broadcast

[R3]
en
conf t

int s2/0
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay map ipv6 3ffe:b00:c18:9::1 302 broadcast
frame-relay map ipv6 3ffe:b00:c18:9::2 302 broadcast
frame-relay map ipv6 FE80::C801:EFF:FE7C:0 302 broadcast
frame-relay map ipv6 FE80::C802:EFF:FE00:0 302 broadcast

int s2/1
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay map ipv6 3ffe:b00:c18:10::1 301 broadcast
frame-relay map ipv6 FE80::C801:EFF:FE7C:0 311 broadcast

show frame-relay map


ping 3ffe:b00:c18:9::1

ping 3ffe:b00:c18:10::3

반응형

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

라우팅 프로토콜 한눈에 보기  (0) 2021.08.24
액세스 리스트 access list  (0) 2020.07.27
IPv6  (0) 2020.07.27
라우터 기초상식  (0) 2020.06.11
OSPF+RIP  (0) 2020.05.24