Using RT values instead of VRF names
By default, VPNs are named based on the familiar VRF names. You can choose to use Route Targets instead to name VPNs.
Important:
If devices have previously been discovered with VRF naming, duplicate VPN entities might be displayed on the next discovery. For example, the same VPN entity can appear twice, once with the VRF name and once with the RT value. To avoid duplicate device entries, set the LingerTime of all devices in the topology to zero before running your next discovery. To do this, proceed as follows:
- Log into the OQL Service Provider using the following command:
ncp_oql -domain NCOMS -service Model - Run the following command to set the LingerTime to zero:
update ncimCache.lingerTime set lingerTime = {LINGERTIME=0}; go
For MPLS networks, Network Manager uses Route Target (RT)-based discovery, using VRF and RT information to determine which provider edge routers are involved in a VPN. The core view consists of all MPLS-enabled devices, and VPNs resolve based on RT information.
To use RT values instead of VRF names:
Note: RT-based discoveries do not require label data. However,
you can retrieve the label data as described in Fine-tuning label data.