9-10
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
From the SCE(config)# prompt, type:
Configuring the Data Destinations with Categories: Examples
Example 1
The following example defines a name for one category, and then configures two destinations, assigning
each to a different category (
).
The data from category 1 goes to the first destination, so a high priority was assigned to that category in
the first destination, and no priority in the second.
Since all data from category 2 (prepaid) goes to the second destination, the priority assigned to category
2 is assigned only to the second destination and not to the first.
Figure 9-3
Configuring Destinations: Two Categories and Two Destinations
Note that if there is a loss of connection to either destination, transmission of data of the relevant
category is interrupted until the connection is re-established. There is no redundant connection defined
for either category.
SCE(config)# rdr-formatter category number 2 name prepaid
SCE(config)# rdr-formatter destination 10.1.1.205 port 33000 category number 1 priority 90
protocol RdrV1 transport tcp
SCE(config)# rdr-formatter destination 10.1.1.206 port 33000 category name prepaid
protocol RdrV1 transport tcp
Command
Purpose
rdr-formatter destination
ip-address
port
portnumber
category [name
category-name
| number
category-number
] [priority
priority
] [category [name
category-name
| number
category-number
] [priority
priority
]] [category [name
category-name
| number
category-number
] [priority
priority
]] [category [name
category-name
| number
category-number
] [priority
priority
]] protocol
protocol
[transport
transport
]
Defines the destination and assigns
categories with optional priorities.
Category 1
"Prepaid"
157206
RDR Formatter
SCE platform
Destination 2
Destination 1