Enter the
debug vrf select command to enable debugging for the MPLS VPN VRF Selection Based on a Source IP Address feature.
Note |
The
debug vrf select command can cause many messages to be logged when you change the configuration and when switching occurs.
|
If you attempt to configure a nonexisting MPLS VPN VRF Selection Based on a Source IP Address table, the following error
appears:
Device(config)# vrf selection source 172.16.0.0 255.255.0.0 vrf VRF_NOEXIST
VRF Selection: VRF table VRF_NOEXIST does not exist.
If you attempt to remove an MPLS VPN VRF Selection Based on a Source IP Address entry that does not exist, the following
error appears:
Device(config)# no vrf selection source 172.16.0.0 255.255.0.0 vrf VRF1
VRF Selection: Can't find the node to remove.
If you attempt to configure a duplicate IP address and subnet mask for an MPLS VPN VRF Selection Based on a Source IP Address
entry, the following error appears:
Device(config)# vrf selection source 172.16.0.0 255.0.0.0 vrf VRF_AOL
Device(config)# vrf selection source 172.16.0.0 255.0.0.0 vrf VRF_AOL
VRF Selection: duplicate address and mask configured.
If an inconsistent IP address and mask are used for an MPLS VPN VRF Selection Based on a Source IP Address entry, the following
error appears:
Device(config)# vrf selection source 172.16.2.1 255.255.255.0 vrf red
% Inconsistent address and mask
If you attempt to configure a VRF instance on an interface that has MPLS VPN VRF Selection Based on a Source IP Address already
configured, the following error appears:
Device(config-if)# ip vrf select source
Device(config-if)# ip vrf forward red
% Can not configure VRF if VRF Select is already configured
To enable VRF, first remove MPLS VPN VRF Selection Based on a Source IP Address from the interface. If you attempt to configure
an MPLS VPN VRF Selection Based on a Source IP Address entry on an interface that has VRF already configured, the following
error appears:
Device(config-if)# ip vrf forward red
Device(config-if)# ip vrf select red
% Can not configure VRF Select if interface is under a non-global VRF
To enable the MPLS VPN VRF Selection Based on a Source IP Address feature, first remove VRF from the interface