1147
Cisco Nexus 5500 Series NX-OS Layer 2 Interfaces Command Reference
OL-27880-02
Chapter R Commands
remote ip address
remote ip address
To configure the IPv4 address for the remote machine, use the
remote ip address
command. To revert
to the default settings, use the
no
form of this command.
remote ip address
ipv4-addr
[
port
port-num
] [
vrf
{
vrf-name
|
default
|
management
}]
no remote ip address
Syntax Description
Command Default
None
Command Modes
SVS connection configuration mode
Command History
Usage Guidelines
This command does not require a license.
Examples
This example shows how to configure the IPv4 address for a remote machine:
switch#
configure terminal
switch(config)#
svs connection SVSConn
switch(config-svs-conn)#
remote ip address 192.0.2.12
switch(config-svs-conn)#
This example shows how to remove the IPv4 address configuration for a remote machine:
switch#
configure terminal
switch(config)#
svs connection SVSConn
switch(config-svs-conn)#
no remote ip address
switch(config-svs-conn)#
ipv4-addr
IPv4 address of the remote machine. The format is
A
.
B
.
C
.
D
.
port
port-num
(Optional) Configures the TCP port of the remote host. The port number is
from 1 to 65355.
vrf
(Optional) Specifies the virtual routing and forwarding (VRF) instance to
use.
vrf-name
VRF name. The name is case sensitive and can be a maximum of 32
characters.
default
(Optional) Specifies the default VRF.
management
(Optional) Specifies the management VRF.
Release
Modification
5.2(1)N1(1)
This command was introduced.