Reference Guide

Table Of Contents
ip address dhcp
Enables DHCP client operations on the interface.
Syntax
ip address dhcp
Parameters None
Defaults None
Command Mode INTERFACE
Usage
Information
The no version of this command disables the DHCP operations on the interface.
Example
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# ip address dhcp
Supported
Releases
10.3.0E or later
ip arp
Configures static ARP and maps the IP address of the neighbor to a MAC address.
Syntax
ip arp mac-address
Parameters mac-address Enter the MAC address of IP neighbor in A.B.C.D format.
Default Not configured
Command Mode INTERFACE
Usage
Information
Do not use Class D (multicast) or Class E (reserved) IP addresses. Zero MAC addresses
(00:00:00:00:00:00) are also invalid. The no version of this command disables IP ARP configuration.
Example
OS10(conf-if-eth1/1/6)# ip arp 10.1.1.5 08:00:20:b7:bd:32
Supported
Releases
10.2.0E or later
ip route
Assigns a static route on the network device.
Syntax
ip route [dst-vrf vrf-name] ip-prefix mask {next-hop | interface interface-
type [route-preference]}
Parameters
dst-vrf vrf-name (Optoinal) Enter the keyword vrf and then the name of the VRF to
configure a static route corresponding to that VRF. Use this VRF option after the ip route keyword
to configure a static route on that specific VRF.
ip-prefix Enter the IP prefix in dotted decimal format (A.B.C.D).
mask Enter the mask in slash prefix-length format (/x).
next-hop Enter the next-hop IP address in dotted decimal format (A.B.C.D).
interface interface-type Enter the interface type and interface information. The interface
types supported are: Ethernet, port-channel, VLAN, and Null.
route-preference (Optional) Enter the range (1 to 255).
Default Not configured
Command Mode CONFIGURATION
Usage
Information
The no version of this command deletes a static route configuration.
Layer 3 343