IBM NH2025-10 Switch User Manual


 
Configuring, Modifying, and Monitoring the Unit
56
Viewing the NVRAM Configuration
get-nv-mon
The get-nv-mon command retrieves the port monitoring information stored with the save-mon
command in the NVRAM.
Example
SYS_telnet>get-nv-mon
The NVRAM based monitoring configuration is :
Monitored port: 4
Monitor port: 2
Monitor ACTIVE
Erasing the NVRAM configuration
clear-nv-mon
Example
SYS_telnet>clear-nv-mon
Clear NVRAM monitoring configuration - OK
Frame Generator
Setting the Frame Generator
set-fg-param
The set-fg-parm command sets the frame generator parameters. The
dest
and
source
parameters
are dash-separated hardware addresses in hex. The
fill_byte
parameter is a single
byte used to fill the entire packet except for the first 12 bytes. The
length
is the total length of
the packet excluding CRC.
set-fg-param <dest> <source> <fill_byte> <length>
Example
SYS_console>set-fg-param 00-0E-DE-02-80-01 00-0D-01-32-11-22 aa 100
SYS_console>
Starting the Frame Generation
start-fg
The start-fg command starts frame generation. The
dport
parameter is a dash-separated
list of ports on which to generate traffic. For example, a
dport
send frames to another
dport
.
The
count
parameter specifies the number of frames to send on each interface. A
count
of
0
specifies an infinite number of packets. The
rate
parameter specifies the number of packets per
second to generate.
start-fg <dport> <count> <rate>