Chapter 2
Configuring IPv4
S e n d d o c u m e n t c o m m e n t s t o n e x u s 3 k - d o c f e e d b a c k @ c i s c o . c o m
Configuring IPv4
This section includes the following topics:
•
•
•
•
•
•
If you are familiar with the Cisco IOS CLI, be aware that the Cisco NX-OS commands for this feature
Note
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.
2.
3.
4.
5.
6.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface ethernet number
Example:
switch(config)# interface ethernet 2/3
switch(config-if)#
Step 3
no switchport
Example:
switch(config-if)# no switchport
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
configure terminal
interface ethernet number
no switchport
ip address ip-address/length [secondary]
(Optional) show ip interface
(Optional) copy running-config startup-config
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
Purpose
Enters configuration mode.
Enters interface configuration mode.
Configures the interface as a Layer 3 routed interface.
Configuring IPv4
2-7