Specifications

Table Of Contents
2-246
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
rdr-formatter destination
Usage Guidelines Up to eight destinations can be configured. Multiple destinations over the same category must have
distinct priorities. In redundancy mode, the entry with the highest priority is used by the RDR formatter;
in multicast mode or load-balancing mode priorities have no meaning.
In its simplest form, this command specifies only the IP address and port number of the destination and
the protocol being used. In addition, a global priority may be assigned to the destination. Or a specific
priority may be assigned to any or all of the four categories for the specified destination. If a global
priority is not explicitly configured, the highest priority is assigned automatically.
Categories may be identified by either name or number.
A certain destination may be configured to one or more categories on the same time. A maximum of three
destinations may be assigned to a specific category.
Note RDRv1 may only be configured with transport type of TCP and NetflowV9 may only be configured with
transport type of UDP.
PRIORITIES
Following are some guidelines for configuring priorities for the report destinations:
In redundancy mode, the entry with the highest priority is used by the RDR formatter, provided that
a connection with this destination can be established
Priority configuration is not relevant in multicast mode, since all reports are sent to all destinations.
Priority configuration is not relevant in load-balancing mode, since all destinations are used for load
balancing
For the first destination defined, if no priority is set, the highest priority is automatically assigned.
For all subsequently defined destinations, the priority must be explicitly defined, otherwise it will
collide with the first destination priority.
It is also possible to assign a different priority to each category for each destination. If no category
is specified, the same priority is assigned to all categories for that destination.
The same priority cannot be assigned to the same category for two different destinations.
Authorization: admin
Examples The following examples illustrate the use of this command:
EXAMPLE 1:
The following example configures a Netflow destination with the default priority (highest) to be used by
all categories.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#rdr-formatter destination 10.1.1.205 port 33000 protocol NetflowV9 transport
udp
SCE(config)#
EXAMPLE 2:
The following example configures an RDR formatter destination for two categories with a different
priority for each category. This configuration will send RDRs from category 2 to this destination, but
generally not RDRs from category 1.