Step 1
|
enable
|
Enters privileged EXEC mode.
|
Step 2
|
configure terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 3
|
ipv6 unicast-routing
Device(config)# ipv6 unicast-routing
|
Enables the forwarding of IPv6 unicast datagrams.
|
Step 4
|
interface
type number
Device(config)# interface gigabitethernet 0/0/0
|
Configures an interface and enters interface configuration mode.
|
Step 5
|
no ip address
Device(config-if)# no ip address
|
Removes an IP address or disables IP processing.
|
Step 6
|
zone-member security
zone-name
Device(config-if)# zone member security z1
|
Attaches an interface to a security zone.
|
Step 7
|
negotiation auto
Device(config-if)# negotiation auto
|
Enables the autonegotiation protocol to configure the speed, duplex, and automatic flow control of the Gigabit Ethernet interface.
|
Step 8
|
ipv6 address
ipv6-address/prefix-length
Device(config-if)# ipv6 address 2001:DB8:1::2/96
|
Configures an IPv6 address based on an IPv6 general prefix and enables IPv6 processing on an interface.
|
Step 9
|
ipv6 enable
Device(config-if)# ipv6 enable
|
Enables IPv6 processing on an interface that has not been configured with an explicit IPv6 address.
|
Step 10
|
nat64 enable
Device(config-if)# nat64 enable
|
Enables NAT64 on an interface.
|
Step 11
|
exit
|
Exits interface configuration mode and enters global configuration mode.
|
Step 12
|
interface
type number
Device(config)# interface gigabitethernet 0/0/1
|
Configures an interface and enters interface configuration mode.
|
Step 13
|
ip address
ip-address mask
Device(config-if)# ip address 209.165.201.25 255.255.255.0
|
Sets a primary or secondary IP address for an interface.
|
Step 14
|
zone member security
zone-name
Device(config-if)# zone member security z2
|
Attaches an interface to a security zone.
|
Step 15
|
negotiation auto
Device(config-if)# negotiation auto
|
Enables the autonegotiation protocol to configure the speed, duplex, and automatic flow control of the Gigabit Ethernet interface.
|
Step 16
|
nat64 enable
Device(config-if)# nat64 enable
|
Enables NAT64 on an interface.
|
Step 17
|
exit
|
Exits interface configuration mode and enters global configuration mode.
|
Step 18
|
ipv6 access-list
access-list-name
Device(config)# ipv6 access-list ipv6-ipv4-pair
|
Defines an IPv6 access list and enters IPv6 access list configuration mode.
|
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
|
Sets permit conditions for an IPv6 access list, a source IPv6 host address, and a destination IPv6 host address.
|
Step 20
|
exit
Device(config-ipv6-acl)# exit
|
Exits IPv6 access list configuration mode and enters global configuration mode.
|
Step 21
|
ipv6 route
ipv6-prefix/length interface-type interface-number
Device(config)# ipv6 route 2001:DB8:1::2/96 gigabitethernet 0/0/0
|
Establishes static IPv6 routes.
|
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
|
Configures a static entry in the IPv6 neighbor discovery cache.
|
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
|
Defines a Stateful NAT64 IPv4 address pool.
|
Step 24
|
nat64 v6v4 list
access-list-name
pool
pool-name
overload
Device(config)# nat64 v6v4 list nat64-ipv6-any pool pool1 overload
|
Enables NAT64 PAT or overload address translation.
|
Step 25
|
end
|
Exits global configuration mode and enters privileged EXEC mode.
|