Specifying End of Line Format
bulkstats file-format endOfLine-LF
Copyright © 2010, Juniper Networks, Inc.
The % variables in the remote name are replaced at runtime with the sysName and
sysUpTime parameters to produce variable filenames on the remote host.
See the bulkstats receiver remote-name command.
host1(config)#bulkstats receiver 1 remote-name " bulk%s%d.sts" sysName
collectorSequence
Guidelines
The current capabilities and limitations of the bulk statistics formatter are:
If you add %d or any numeric formatter for a string value (such as sysName), the
attribute name will be used (for instance, sysName). The opposite is also true, except
for sysUptime, which will use %s as a %u.
You can use %% if you want a % character to be part of the parsed name.
You can use the same attribute multiple times. For example, you may want a name
that has %x and %u of collectorSequence.
Currently, there is no control over sequence numbers, except for the guarantee that
the formatter will:
Use sequential values, beginning from 1
1.
Persist through system reboot
2.
If you need the sequential number to restart, remove and then add the bulk statistics
receiver again.
You can use up to 128 characters for the remote file name. Anything beyond that is
truncated when the filename is stored in nonvolatile memory, but this truncation is not
visible until the next time the system reboots.
By default, the bulk statistics application generates a DOS-compatible file that contains
both a carriage return (CR) and line feed (LF) at the end of each line. The existence of a
carriage return at the end of a line may cause formatting issues with some applications
that do not ignore or remove carriage returns.
You can set up the system to remove the carriage return and leave only a line feed at the
end of each line.
Use to strip the carriage return from the end of each line in the bulkstats file.
Example
host1(config)#bulkstats file-format endOfLine-LF
Use the no version to return to the default, CR and LF.
See bulkstats file-format endOfLine-LF.
Chapter 4: Configuring SNMP
227
Need help?
Do you have a question about the JUNOSE SOFTWARE FOR E SERIES 11.3.X - SYSTEM BASICS CONFIGURATION GUIDE 2010-10-04 and is the answer not in the manual?
Questions and answers