# Functions
GetBGPGlobal returns all BGP global configuration from the Network CMDB.
GetBGPSessions returns all BGP sessions from the Network CMDB.
GetCommunityLists returns all community-lists from the Network CMDB.
GetPeerGroups returns all peer-groups from the Network CMDB.
GetPrefixLists returns all prefix-lists from the Network CMDB.
GetRoutePolicies returns all route-policies defined in the CDMB.
GetSNMP returns all Snmp configuration from the Network CMDB.
PrecomputeBGPGlobal associates each found BGP global configuration to the matching devices.
PrecomputeBGPSessions links each BGP sessions to the two matching devices.
PrecomputeCommunityLists associates each found community-lists to the matching devices.
PrecomputePeerGroups associates each found peer-groups to the matching devices.
PrecomputePrefixLists associates each found prefix-lists to the matching devices.
PrecomputeRoutePolicies associates each found route-policies to the matching devices.
PrecomputeSNMP associates each found Snmp configuration to the matching devices.