cef pbts class
To override the default behaviour of the policy based tunnel selection (PBTS), use the cef pbts class command in the global configuration mode.
cef pbts class any | forward-class-value fallback-to { forward-class-value | any | drop }
Syntax Description
forward-class-value |
Set the forward-class. You can choose the forward-classs value from 0 to 7. The default value is 0 (zero). |
any |
Specify any forward-class. |
fallback-to forward-class-value| any | drop |
Specify to which forward-class it has to fall back during a tunnel failure. You can either choose the forward-class value from 0 to 7, any, or you can choose to drop the forward-class. When any class is specified, it takes precedence over other forward-class value (0 to 7) . |
Command Default
No default behavior or values
Command Modes
Policy map class configuration
Command History
Release |
Modification |
---|---|
Release 7.5.3 |
This command was introduced. |
Usage Guidelines
When TE tunnels associated with the forward-class goes down, traffic can be redirected to another forward-class, any forward-class or chosen to be dropped using fallback PBTS configuration. This configuration overrides the default behavior when PBTS enabled TE tunnel goes down. You can specify the sequence of preferred fallback classes to revert to when TE tunnel of main forward-class goes down.
When cef pbts class any fallback-to any is specified, then the lowest available forward-class in ascending order of 0 to 7 is chosen as fallback when paths to any class goes down.
Task ID
Task ID |
Operations |
---|---|
qos |
read, write |
Examples
This example shows how to enable fallback during a tunnel failure:
RP/0/RP0/CPU0:router(config)# cef pbts class 0 fallback-to 1 2 3 5