Owner's Manual
90 Using the RACADM Command Line Interface
Setting the Maximum Transmission Unit (MTU) (IPv4 and IPv6)
The MTU property allows you to set a limit for the largest packet that can be
passed through the interface. To set the MTU, type:
racadm config -g cfgNetTuning -o cfgNetTuningMtu <mtu>
where <mtu> is a value between 576–1500 (inclusive; default is 1500).
NOTE: IPv6 requires a minimum MTU of 1280. If IPv6 is enabled, and
cfgNetTuningMtu is set to a lower value, the CMC uses an MTU of 1280.
Setting the SMTP Server IP Address (IPv4 and IPv6)
You can enable the CMC to send e-mail alerts using Simple Mail Transfer
Protocol (SMTP) to a specified IP address. To enable this feature, type:
racadm config -g cfgRemoteHosts -o
cfgRhostsSmtpServerIpAddr <SMTP IP address>
where <SMTP IP address> is the IP address of the network SMTP server.
NOTE: If your network has an SMTP server that releases and renews IP address
leases periodically, and the addresses are different, then there is a duration when
this property setting does not work due to change in the specified SMTP server IP
address. In such cases, use the DNS name.
Configuring the Network Security Settings (IPv4 Only)
To perform the following steps, you must have Chassis Configuration
Administrator privilege.
Enabling IP Range Checking (IPv4 Only)
IP filtering compares the IP address of an incoming login to the IP address
range that is specified in the following cfgRacTuning properties:
• cfgRacTuneIpRangeAddr
•cfgRacTuneIpRangeMask
A login from the incoming IP address is allowed only if both the following
are identical:
•
cfgRacTuneIpRangeMask
bit-wise and with incoming IP address
•
cfgRacTuneIpRangeMask
bit-wise and with
cfgRacTuneIpRangeAddr