Fujitsu XG2000 Switch User Manual


 
XG2000 series User's Guide
61/315
All Rights Reserved, Copyright (C) PFU LIMITED 2009
5.2.2 management-lan ip
Function
Sets the IP address and default gateway, when the Management LAN Interface is used.
Use the no form to disable the Management LAN Interface.
Prompt
xg(config)#
Command syntax
management-lan ip A.B.C.D/M [default-gw A.B.C.D]
no management-lan ip
Parameter
z ip A.B.C.D/M
Specifies the IP address and subnet mask bit length of the Management LAN Interface in the
A.B.C.D/M format.
Specifies an IP address of A.B.C.D, and a subnet mask bit length to M.
IP addresses that can be set are: 1.0.0.1 - 126.255.255.254, 128.0.0.1 - 191.255.255.254,
and 192.0.0.1 - 223.255.255.254.
z default-gw A.B.C.D
Specifies the IP address of the default gateway.
Command type
Configuration command
Default
192.168.0.2/24
Message
% Invalid IP-address.
Explanation
The specified format of the IP address or specified content is incorrect.
Solution
Specify the IP address in a correct format and execute the command again.
Note
z When the IP address is changed from a telnet/SSH terminal using this command, the telnet/SSH connection will be
disconnected. Connect again with a new address.
Example
Make the Management LAN Interface usable by setting IP address to "12.34.56.25," subnet mask bit length to "24"
(255.255.255.0), and default gateway address to "12.34.56.1".
xg(config)# management-lan ip 12.34.56.25/24 default-gw 12.34.56.1