S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
18-4
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.x
Chapter 18 P Commands
peer-info ipaddr
peer-info ipaddr
To configure the peer information for the FCIP interface, use the
peer-info ipaddr
command. To remove
the peer information for the FCIP interface, use the
no
form of the command.
peer-info ipaddr
address
[port
number
]
no peer-info ipaddr
address
[port
number
]
Syntax Description
Defaults
None.
Command Modes
Interface configuration submode.
Command History
Usage Guidelines
Access this command from the
switch(config-if)#
submode.
The basic FCIP configuration uses the peer’s IP address to configure the peer information. You can also
use the peer’s port number, port profile ID, or port WWN to configure the peer information. If you do
not specify a port, the default 3225 port number is used to establish connection.
Examples
The following command assigns an IP address to configure the peer information. Since no port is
specified, the default port number, 3225, is used.
switch#
config terminal
switch(config)#
interface fcip 10
switch(config-if)#
peer-info ipaddr 209.165.200.226
The following command deletes the assigned peer port information.
switch(config-if)#
no peer-info ipaddr 209.165.200.226
The following command assigns the IP address and sets the peer TCP port to 3000. The valid port
number range is from 0 to 65535.
switch(config-if)#
peer-info ipaddr 209.165.200.226 port 3000
The following command deletes the assigned peer port information.
switch(config-if)#
no peer-info ipaddr 209.165.200.226 port 2000
ipaddr
address
Configures the peer IP address.
port
number
Configures a peer port. The range is 1 to 65535.
Release
Modification
1.1(1)
This command was introduced.