9-11
Cisco SCE 8000 10GBE Software Configuration Guide
OL-30621-02
Chapter 9 Raw Data Formatting: The RDR Formatter and NetFlow Exporting
Configuring Data Destinations and Categories
Example 2
This example is similar to the above, but a low priority is assigned to the second category for each
destination, rather than no priority (
). This allows each destination to function as a backup for
the other in case of a problem with one of the connections (redundancy forwarding mode).
Figure 9-4
Configuring Destinations: Two Categories with Redundancy Mode
SCE(config)# rdr-formatter category number 2 name prepaid
SCE(config)# rdr-formatter destination 10.1.1.205 port 33000 category name prepaid
priority 90 category number 1 priority 25 protocol RdrV1 transport tcp
SCE(config)# rdr-formatter destination 10.1.1.206 port 33000 category number 1 priority 80
category name prepaid priority 20 protocol RdrV1 transport tcp
Example 3
This example demonstrates two methods for assigning one category to the first destination only, while
the other category uses the second destination as the primary destination, and the first destination as a
secondary destination.
SCE(config)# rdr-formatter category number 2 name prepaid
SCE(config)# rdr-formatter destination 10.1.1.205 port 33000 category name prepaid
priority 90 category number 1 priority 10 protocol RdrV1 transport tcp
SCE(config)# rdr-formatter destination 10.1.1.206 port 33000 category number 1 priority 95
protocol RdrV1 transport tcp
In the following example, all priority values seem quite high. However, it is the relative values of
priorities for a category that determine which destination is the primary destination.
SCE(config)# rdr-formatter category number 2 name prepaid
SCE(config)# rdr-formatter destination 10.1.1.205 port 33000 priority 90 protocol RdrV1
transport tcp
SCE(config)# rdr-formatter destination 10.1.1.206 port 33000 priority 95 protocol RdrV1
transport tcp
SCE(config)# no rdr-formatter destination 10.1.1.206 port 33000 category name prepaid
protocol RdrV1 transport tcp
Example 4
This example illustrates a more complex configuration with one category (prepaid) assigned to one
destination and the other (billing) being sent to both destinations, in multi-cast mode (
).
Figure 9-5
Configuring Destinations: Two Categories and Two Modes
Category 1
"Prepaid"
157207
Destination 2
Destination 1
RDR Formatter
SCE platform
"Billing"
"Prepaid"
157209
RDR Formatter
SCE platform
Destination 2
Destination 1