To Use Ndd(1M) Utility - Fujitsu Solaris 10 Hardware Platform Manual

Operating system for primepower series
Table of Contents

Advertisement

-
If you set a JumboFrame, it will be unable to transmit and receive the data of IEEE802.3 form.
-
If you use two or more cards, or VLAN interfaces, enabling JumboFrame function becomes
effective to all cards and all interfaces.
-
When you perform file transfer by FTP, please set MTU size to less than 8232byte.
-
Please use Jumbo Frames function only in 1000 Mbps communication. If you use Jumbo Frames in
10 Mbps or 100 Mbps, you won't be able to use the Jumbo Frame function.
4.3.2.3

To use ndd(1M) Utility

By using the ndd command, mode of operation can be changed dynamically.
Below shows how to reference and set each parameter by ndd command with examples.
Reference:
ndd -get /dev/fjgi 'param'
example) # ndd
Settings:
ndd -set /dev/fjgi 'param' value
value)
example1) # ndd
example2) # ndd
To reflect the changed setting:
ndd -set /dev/fjgi 'instance' value
(Set the relevant interface instance number.)
ndd -set /dev/fjgi 'adv_autoneg_cap' 0
(Once, turn off the function of AutoNegotiation.)
ndd -set /dev/fjgi 'adv_autoneg_cap' 1
(Then, turn on the function of AutoNegotiation.)
example) In case, to set the setting of fjgi0 1000Full => 100Half.
# ndd
# ndd
# ndd
# ndd
# ndd
# ndd
A list of parameter can be used with ndd command.
Table 4.2 A list of parameters
Parameter
link_status
link_speed
link_mode
autonego
-get
-set
-set
-set
/dev/fjgi
-set
/dev/fjgi
-set
/dev/fjgi
-set
/dev/fjgi
-set
/dev/fjgi
-set
/dev/fjgi
?
(param: each parameter)
/dev/fjgi
'link_status'
(param: each parameter, value: each
/dev/fjgi
'instance'
/dev/fjgi
'adv_autoneg_cap'
'instance'
0
'adv_1000fdx_cap'
'adv_1000hdx_cap'
'adv_100fdx_cap'
'adv_autoneg_cap'
'adv_autoneg_cap'
Status
Read only
Read only
Read only
Read only
Read only
2
0
0
0
0
0
1
Meaning
Display parameter list
0 : Link down
1 : Link up
1000 : 1000Mbps
100 : 100Mbps
10 : 10Mbps
0 : Half Duplex communication
1 : Full Duplex communication
0 : Autonegotiation is Off.
1 : Auotnegotiation is On.
19

Advertisement

Table of Contents
loading

Table of Contents