mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Nokia vrf bgp (#9622)
* first commit * clean code * add snmpsim data for bgp * renumber sql patch * clear public ip * update misc/db_schema.yaml * add test data and renumber sql-schema * sql-schema * sql-schema * Update module_tables.yaml * Update module_tables.yaml * Update timos.json * Update timos.snmprec * Rename 281.sql to 282.sql * update test data * db migration * Update 2019_01_16_195644_add_vrf_id_and_bgpLocalAs.php * update db schema * Update 2019_01_16_195644_add_vrf_id_and_bgpLocalAs.php * Update 2019_01_16_195644_add_vrf_id_and_bgpLocalAs.php * Update db_schema.yaml * update schema
This commit is contained in:
@@ -13,9 +13,10 @@ arp-table:
|
||||
order_by: ipv4_mac.context_name, ipv4_mac.ipv4_address, ipv4_mac.mac_address
|
||||
bgp-peers:
|
||||
bgpPeers:
|
||||
excluded_fields: [device_id, bgpPeer_id]
|
||||
excluded_fields: [device_id, bgpPeer_id, vrf_id]
|
||||
joins:
|
||||
- { left: bgpPeers.device_id, right: devices.device_id, select: [bgpLocalAs] }
|
||||
- { left: bgpPeers.device_id, right: devices.device_id, select: [devices.bgpLocalAs] }
|
||||
- { left: bgpPeers.vrf_id, right: vrfs.vrf_id, select: [vrfs.bgpLocalAs as vrfLocalAs] }
|
||||
bgpPeers_cbgp:
|
||||
excluded_fields: [device_id]
|
||||
fdb-table:
|
||||
|
Reference in New Issue
Block a user