FUJITSU SPARC M4000 User Manual
Page 79

Chapter 2 Setting Up XSCF
2-23
2. Use the showdscp (8) command to display DSCP information.
<Example> Display DSCP information.
XSCF> showdscp
DSCP Configuration:
Network: 192.168.244.0
Netmask: 255.255.255.0
Location Address
---------- ---------
XSCF 192.168.244.1
Domain #00 192.168.244.2
Domain #01 192.168.244.3
Domain #02 192.168.244.4
Domain #03 192.168.244.5
3. Use the setnetwork (8) command to specify network interface information.
<Example 1> Specify IP address 192.168.1.10 and netmask
255.255.255.0 for XSCF-LAN#0 in the XSCFU#0 to enable it.
XSCF> setnetwork xscf#0-lan#0 -m 255.255.255.0 192.168.1.10
<Example 2> Specify IP address 192.168.12.10 for the ISN in the
XSCFU#0 to enable it.
XSCF> setnetwork xscf#0-if 192.168.12.10
<Example 3> Specify IP address 192.168.11.10 and netmask
255.255.255.0 for the ISN in the XSCF-LAN#0.
XSCF> setnetwork lan#0 -m 255.255.255.0 192.168.11.10
<Example 4> Disable XSCF-LAN#1 in the XSCFU#0.
XSCF> setnetwork xscf#0-lan#1 -c down
Note –
The setting values by setnetwork (8), sethostname (8), setroute (8),
and setnameserver (8) commands are applied by performing the
applynetwork
(8) and the rebootxscf (8) commands. Also, if you perform the
applynetwork
(8) command with the “down” option, the IP address, and so on,
changed after previous applynetwork (8) is performed, are all cleared. So, when
you do “up”, you should set the network interface again.
Note –
You cannot set the routing to the takeover IP address.