Step 1 |
enable
|
Enables privileged EXEC mode.
|
Step 2 |
configure terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 3 |
zone security
zone-name
Device(config)# zone security in
|
Creates a security zone and enters security zone configuration mode.
-
Your configuration must have two security zones to create a zone pair: a source and a destination zone.
-
In a zone pair, you can use the default zone as either the source or the destination zone.
|
Step 4 |
exit
Device(config-sec-zone)# exit
|
Exits security zone configuration mode and enters global configuration mode.
|
Step 5 |
zone-pair security
zone-pair-name
source
source-zone
destination
destination-zone
Device(config)# zone-pair security in-out source in destination out
|
Creates a zone pair and enters security zone-pair configuration mode.
|
Step 6 |
service-policy type inspect
policy-map-name
Device(config-sec-zone-pair)# service-policy type inspect p-map
|
Attaches a policy map to a top-level policy map.
|
Step 7 |
exit
Device(config-sec-zone-pair)# exit
|
Exits security zone-pair configuration mode and enters global configuration mode.
|
Step 8 |
interface
type number
Device(config)# interface gigabitethernet 0/0/0
|
Configures an interface and enters interface configuration mode.
|
Step 9 |
vrf forwarding
vrf-name
Device(config-if)# vrf forwarding VRF1
|
Associates a virtual routing and forwarding (VRF) instance or a virtual network with an interface or subinterface.
|
Step 10 |
no ip address
Device(config-if)# no ip address
|
Removes an IP address or disables IP processing.
|
Step 11 |
zone member security
zone-name
Device(config-if)# zone member security in
|
Attaches an interface to a security zone.
|
Step 12 |
ipv6 address
ipv6-address/ prefix-length
Device(config-if)# ipv6 address 2001:DB8:2:1234/64
|
Configures an IPv6 address based on an IPv6 general prefix and enables IPv6 processing on an interface.
|
Step 13 |
ipv6 enable
Device(config-if)# ipv6 enable
|
Enables IPv6 processing on an interface that has not been configured with an explicit IPv6 address.
|
Step 14 |
negotiation auto
Device(config-if)# negotiation auto
|
Enables advertisement of speed, duplex mode, and flow control on a Gigabit Ethernet interface.
|
Step 15 |
exit
|
Exits interface configuration mode and enters global configuration mode.
|
Step 16 |
interface
type number
Device(config)# interface gigabitethernet 0/0/1
|
Configures an interface and enters interface configuration mode.
|
Step 17 |
no ip address
Device(config-if)# no ip address
|
Removes an IP address or disables IP processing.
|
Step 18 |
ipv6 address
ipv6-address/ prefix-length
Device(config-if)# ipv6 address 2001:DB8:3:1234/64
|
Configures an IPv6 address based on an IPv6 general prefix and enables IPv6 processing on an interface.
|
Step 19 |
ipv6 enable
Device(config-if)# ipv6 enable
|
Enables IPv6 processing on an interface that has not been configured with an explicit IPv6 address.
|
Step 20 |
negotiation auto
Device(config-if)# negotiation auto
|
Enables advertisement of speed, duplex mode, and flow control on a Gigabit Ethernet interface.
|
Step 21 |
end
|
Exits interface configuration mode and enters privileged EXEC mode.
|