Step 1
|
enable
|
|
Step 2
|
configure terminal
Device# configure terminal
|
グローバル コンフィギュレーション モードを開始します。
|
Step 3
|
ipv6 unicast-routing
Device(config)# ipv6 unicast-routing
|
IPv6 ユニキャスト データグラムの転送を有効にします。
|
Step 4
|
interface type number
Device(config)# interface gigabitethernet 0/0/0
|
インターフェイスを設定し、インターフェイス コンフィギュレーション モードを開始します。
|
Step 5
|
no ip address
Device(config-if)# no ip address
|
IP アドレスを削除するか、IP 処理をディセーブルにします。
|
Step 6
|
zone-member security zone-name
Device(config-if)# zone member security z1
|
インターフェイスをセキュリティ ゾーンにアタッチします。
|
Step 7
|
negotiation auto
Device(config-if)# negotiation auto
|
ギガビット イーサネット インターフェイスの速度、デュプレックス、および自動フロー制御を自動ネゴシエーション プロトコルで設定できるようにします。
|
Step 8
|
ipv6 address ipv6-address/prefix-length
Device(config-if)# ipv6 address 2001:DB8:1::2/96
|
IPv6 の一般的なプレフィックスに基づいて IPv6 アドレスを設定し、インターフェイスにおける IPv6 処理をイネーブルにします。
|
Step 9
|
ipv6 enable
Device(config-if)# ipv6 enable
|
明示的な IPv6 アドレスが設定されていないインターフェイスにおける IPv6 処理をイネーブルにします。
|
Step 10
|
nat64 enable
Device(config-if)# nat64 enable
|
インターフェイスで NAT64 をイネーブルにします。
|
Step 11
|
exit
|
インターフェイス コンフィギュレーション モードを終了し、グローバル コンフィギュレーション モードに入ります。
|
Step 12
|
interface type number
Device(config)# interface gigabitethernet 0/0/1
|
インターフェイスを設定し、インターフェイス コンフィギュレーション モードを開始します。
|
Step 13
|
ip address ip-address mask
Device(config-if)# ip address 209.165.201.25 255.255.255.0
|
インターフェイスに対するプライマリ IP アドレスまたはセカンダリ IP アドレスを設定します。
|
Step 14
|
zone member security zone-name
Device(config-if)# zone member security z2
|
インターフェイスをセキュリティ ゾーンにアタッチします。
|
Step 15
|
negotiation auto
Device(config-if)# negotiation auto
|
ギガビット イーサネット インターフェイスの速度、デュプレックス、および自動フロー制御を自動ネゴシエーション プロトコルで設定できるようにします。
|
Step 16
|
nat64 enable
Device(config-if)# nat64 enable
|
インターフェイスで NAT64 をイネーブルにします。
|
Step 17
|
exit
|
インターフェイス コンフィギュレーション モードを終了し、グローバル コンフィギュレーション モードに入ります。
|
Step 18
|
ipv6 access-list access-list-name
Device(config)# ipv6 access-list ipv6-ipv4-pair
|
IPv6 アクセスリストを定義し、IPv6 アクセス リスト コンフィギュレーション モードを開始します。
|
Step 19
|
permit ipv6 host source-ipv6-address host destination-ipv6-address
Device(config-ipv6-acl)# permit ipv6 host 2001:DB8:1::2 host 209.165:201.25
|
IPv6 アクセス リスト、送信元 IPv6 ホスト アドレス、および宛先 IPv6 ホスト アドレスの許可条件を設定します。
|
Step 20
|
exit
Device(config-ipv6-acl)# exit
|
IPv6 アクセス リスト コンフィギュレーション モードを終了し、グローバル コンフィギュレーション モードを開始します。
|
Step 21
|
ipv6 route ipv6-prefix/length interface-type interface-number
Device(config)# ipv6 route 2001:DB8:1::2/96 gigabitethernet 0/0/0
|
|
Step 22
|
ipv6 neighbor ipv6-address interface-type interface-number hardware-address
Device(config)# ipv6 neighbor 2001:DB8:1::2/96 gigabitethernet 0/0/0 0000.29f1.4841
|
IPv6 ネイバー探索キャッシュのスタティックエントリを設定します。
|
Step 23
|
nat64 v4 pool pool-name start-ip-address end-ip-address
Device(config)# nat64 v4 pool pool1 209.165.201.25 209.165.201.125
|
ステートフル NAT64 IPv4 アドレス プールを定義します。
|
Step 24
|
nat64 v6v4 list access-list-name pool pool-name overload
Device(config)# nat64 v6v4 list nat64-ipv6-any pool pool1 overload
|
NAT64 PAT または過負荷アドレス変換をイネーブルにします。
|
Step 25
|
end
|
グローバル コンフィギュレーション モードを終了し、特権 EXEC モードを開始します。
|