Send documentation comments to mdsfeedback-doc@cisco.com
18-3
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.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 10.1.1.1
The following command deletes the assigned peer port information.
switch(config-if)# no peer-info ipaddr 10.10.1.1
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 10.1.1.1 port 3000
The following command deletes the assigned peer port information.
switch(config-if)# no peer-info ipaddr 10.1.1.1 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.