Skip to main content

FIB Collection Limits Settings

caution

These instructions are obsolete.

There is a global option to define the size limits of FIB tables before the Forward Collector will ignore and not collect FIB information. This setting is currently only possible in the data sources file.

Here is an example of the FIB collection limits settings:

{
sources: [
..
]
"fib_collection_limit": {
"cisco_ios_ssh": N1
<int>,
"juniper_junos_ssh": N2
<int>
}
}

Implementation Notes

  • This value is only applicable for IOS, NX-OS, IOS-XE, IOS-XR, JUNOS and SRX devices.
  • The default values are:
    • Junos / SRX / IOS-XR: 10K FIB entries
    • IOS / NX-OS / IOS-XE: 50K FIB entries