問題ID: 1995
routerlove
投稿数: 4
RouterA#show running-config
ipv6 unicast-routing
interface Tunnel0
no ip address
no ip redirects
ipv6 unnumbered FastEthernet1/0
ipv6 enable
tunnel source FastEthernet0/0
tunnel mode ipv6ip 6to4
!
interface FastEthernet0/0
ip address 172.16.1.1 255.255.0.0
!
interface FastEthernet1/0
ipv6 address 2002:AC10:101:1::1/64
ipv6 enable
!
ipv6 route 2002::/16 Tunnel0
上記設定について正しい記述はどれか(2つ選択)
---------------------------------------------------
上記の問題文に誤りがあるように思うのですが、
172.16.1.1を16進数に変換すると、ac100101になりますので、
FastEthernet1/0のIPv6アドレスは2002:ac10:101::1/64ではないでのでしょうか?
ipv6 unicast-routing
interface Tunnel0
no ip address
no ip redirects
ipv6 unnumbered FastEthernet1/0
ipv6 enable
tunnel source FastEthernet0/0
tunnel mode ipv6ip 6to4
!
interface FastEthernet0/0
ip address 172.16.1.1 255.255.0.0
!
interface FastEthernet1/0
ipv6 address 2002:AC10:101:1::1/64
ipv6 enable
!
ipv6 route 2002::/16 Tunnel0
上記設定について正しい記述はどれか(2つ選択)
---------------------------------------------------
上記の問題文に誤りがあるように思うのですが、
172.16.1.1を16進数に変換すると、ac100101になりますので、
FastEthernet1/0のIPv6アドレスは2002:ac10:101::1/64ではないでのでしょうか?
投稿ツリー
-
問題ID: 1995
(routerlove, 2010-10-5 18:01)
- Re: 問題ID: 1995 (mirin0930, 2010-10-6 23:02)
-
Re: 問題ID: 1995
(routerlove, 2010-10-8 1:40)
- Re: 問題ID: 1995 (mirin0930, 2010-10-9 13:54)