Procedure
PurposeCommand or Action
Enables privileged EXEC mode. Enter your
password if prompted.
enable
Example:
Device> enable
Step 1
Enters the global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Enters interface configuration mode, and
specifies the Layer 3 interface to configure.
interface interface-id
Example:
Device(config)# interface
gigabitethernet 1/0/2
Step 3
Enables proxy ARP on the interface.ip proxy-arp
Example:
Device(config-if)# ip proxy-arp
Step 4
Returns to privileged EXEC mode.end
Example:
Device(config)# end
Step 5
Verifies the configuration on the interface or
all interfaces.
show ip interface [interface-id]
Example:
Device# show ip interface
gigabitethernet 1/0/2
Step 6
(Optional) Saves your entries in the
configuration file.
copy running-config startup-config
Example:
Device# copy running-config
Step 7
startup-config
Routing Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9500 Switches)
67
Configuring IP Unicast Routing
Configuring Address Resolution Methods