Notes - Computer Network
  • 計算機網路
  • 期中
    • 20200916 Introduction
    • 20200923 Introduction Routing
    • 20200930 Introduction Router Setting
    • 20201007 Introduction DHCP
    • 20201014 Introduction IPV6
    • 20201021 cisco RIP
    • 20201104 cisco EIGRP (一)
    • 20201111 期中週
  • 期末
    • 20201118 cisco EIGRP (二)
    • 20201125 cisco EIGRP (三)
    • 20201202 cisco KDLinux
    • 20201209 cisco VRF & OSPF
    • 20201216 cisco VLAN
    • 20201223 cisco 單臂路由
    • 20201230 cisco STP
    • 20210106 cisco GRE
  • 參考資料
Powered by GitBook
On this page
  • 課堂資料
  • IPV6
  • 課堂練習

Was this helpful?

  1. 期中

20201014 Introduction IPV6

Previous20201007 Introduction DHCPNext20201021 cisco RIP

Last updated 4 years ago

Was this helpful?

課堂資料

IPV6

課堂練習

conf t

ipv6 unicast-routing

ipv6 route 2001:1::/64 2012::1

int lo 0

ipv6 addr 2001:2::1/64
no shut

int e 0/0

ipv6 addr 2012::2/64
no shut

ipv6 unicast-routing

ipv6 route ::/0 2012::2

int e 0/0

no switchport

ipv6 enable

ipv6 addr 2012::1/64

no shut
do ping 2012::1
do ping 2012::2
do ping 2001:2::1
ipv6 route ::/0 2012::2
do ping 2001:2::1

VLAN 10

int vlan 10

ipv6 enable

ipv6 addr 2001:1::FFFF/64

no shut

int e 0/1

switch mode access

sw access vlan 10
int vlan 10
no ipv6 nd suppress-ra

ip 2001:1::1/64 2001:1::FFFF
sh ipv6
ping 2001:1::1
ping 2001:1::FFFF
ping 2012::1
ping 2012::2

sh ipv6
sh ip
ping 2012::2

Router

ECMP:equal cost multiple path routing