[Contents] [Prev] [Next] [Index] [Report an Error]


Configure Accounting Options

To configure accounting options, include the following statements at the [edit accounting-options] hierarchy level of the configuration:

accounting-options {
    class-usage-profile profile-name {
        file filename;
        interval minutes;
        destination-classes {
            destination-class-name;
        }
        source-classes {
            source-class-name;
    }
    file filename { 
        archive-sites {
            site-name;
        }
        files filenumber; 
        size bytes;
        transfer-interval minutes;
    }
    filter-profile profile-name { 
        counters { 
            counter-name;
        }
        file filename;
        interval minutes;
        }
    }
    interface-profile profile-name { 
        fields {  
            field-name ;
        }
        file filename;
        interval minutes;
    }
    routing-engine-profile profile-name {
        fields {
            field-name ;
        }
        file filename ;
        interval minutes ;
    }
}

By default, accounting options are disabled.

This section describes the minimum required configuration and discusses the following tasks for configuring accounting options:


[Contents] [Prev] [Next] [Index] [Report an Error]