Before you begin
By default, CLI templates execute commands in global configuration mode.
For more information about using CLI templates, see CLI Add-On Feature Templates and CLI Templates.
You can override the default logic if necessary and do one of the following:
This may be helpful in specific unconventional scenarios.
This configuration applies to a Cisco SD-WAN Controller.
Procedure
|
1. |
Enter system mode.
|
|
2. |
Enter TLOC color compatibility mode.
|
|
3. |
Enter one or more of the following.
-
To configure two TLOC colors to be compatible, do the following: compatible first-color second-color
-
To configure two TLOC colors to be incompatible, do the following: incompatible first-color second-color
|
This example does the following:
-
Configures the lte and private1 TLOC colors to be compatible
-
Configures the private1 and private2 TLOC colors to be compatible
-
Configures the lte and default TLOC colors to be incompatible
-
Configures the lte and 3g TLOC colors to be incompatible
system
host-name vm1
system-ip 10.0.10.1
site-id 100
tloc-color-compatibility
compatible lte private1
!
compatible private1 private2
!
incompatible lte default
!
incompatible lte 3g
!
!