Send document comments to nexus3k-docfeedback@cisco.com
2-7
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release5.0(3)U1(1)
Chapter 2 Configuring IPv4
Configuring IPv4
Configuring IPv4
This section includes the following topics:
• Configuring IPv4 Addressing, page 2-7
• Configuring Multiple IP Addresses, page 2-8
• Configuring a Static ARP Entry, page 2-9
• Configuring Proxy ARP, page 2-10
• Configuring Local Proxy ARP, page 2-11
• Configuring IP Directed Broadcasts, page 2-13
Note If you are familiar with the Cisco IOS CLI, be aware that the Cisco NX-OS commands for this feature
might differ from the Cisco IOS commands that you would use.
Configuring IPv4 Addressing
You can assign a primary IP address for a network interface.
SUMMARY STEPS
1. configure terminal
2. interface ethernet number
3. no switchport
4. ip address ip-address/length [secondary]
5. (Optional) show ip interface
6. (Optional) copy running-config startup-config
DETAILED STEPS
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters configuration mode.
Step 2
interface ethernet
number
Example:
switch(config)# interface ethernet 2/3
switch(config-if)#
Enters interface configuration mode.
Step 3
no switchport
Example:
switch(config-if)# no switchport
Configures the interface as a Layer 3 routed interface.