Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring IPv4 and IPv6 Accounting

date_range 24-Nov-23

IPv4 and IPv6 accounting are disabled by default. But you can enable the accounting by including the route-accounting statements at the [edit forwarding-options family inet4] and [edit forwarding-options family inet6] hierarchy level, as shown here:

content_copy zoom_out_map
[edit]
forwarding-options {
    family inet4 {
        route-accounting;
    }
]
content_copy zoom_out_map
[edit]
forwarding-options {
    family inet6 {
        route-accounting;
    }
]

To view the IPv4 or IPv6 statistics for a given physical or logical interface, run the operational command show interfaces extensive interface | find IPv4 or show interfaces extensive interface | find IPv6. Note that the output displays packet and byte counts for transit traffic only. Locally generated packets are not included in the metrics.

content_copy zoom_out_map
show interfaces ge-2/0/9 detail | find IPv6
IPv6 transit statistics:
Input  bytes  :          8576802312
Output bytes  :        8991637500
Input  packets:        5787313
Output packets:      5994425

Follow the guidelines given below to configure IPv4 and IPv6 statistics accounting:

  • The transit rate is calculated in software and not in hardware. So, you can expect some deviation from the line rate. You do not receive the expected rate with lower fps (for example, 5 fps).

  • The traffic must be IPv4 or IPv6 at both ingress and egress. Any form of encapsulated traffic or traffic translating to IPv4 is not supported on PTX routers.

  • If the GRE tunnel is IPv4 or IPv6 based, this traffic is not accounted in ingress statistics.

  • Statistics accounting is supported only for et and ae interfaces on PTX routers.

  • The virtual, software, pseudo, Layer 2, and special type Layer 3 virtual interfaces are not supported. For example, interfaces such as the following:

    • irb

    • rvi

    • lsi

    • fti

    • vtep

    • vt

  • IPv4 transit statistics is not displayed on Routine Engine show commands.

  • No interoperability between SCU and IPv4 statistics accounting on PTX routers.

    The following functionalities are not supported:
    • lo0 traffic

    • IPv4 statistics query over SNMP

    • Aggregated Ethernet child link IPv4 statistics accounting

footer-navigation