Traditional DS-TE
Last updated
Last updated
Load mpls.te.base.config.with.ospf.cfg
Configure basic DS-TE so that the interfaces along the two bidirectional paths, CSR8-CSR6-XR12-XR11 and CSR8-CSR9-CSR10-XR11, have 10 mbps priority bandwidth available as a subpool.
Configure two TE tunnels on R8 to XR11 that each request 8 mbps of priority bandwidth.
Cisco’s proprietary “traditional DS-TE” was created before the IETF version. With “traditional” DS-TE, you simply have one additional pool for bandwidth allocation, which is a sub-pool of the global pool. This means that any sub pool reservation also equally takes away from the global available bandwidth. Also, global bandwidth can use up any unused available sub pool bandwidth. For this reason, you would need to ensure your TE tunnels using sub pool bandwidth have a low setup/hold priority.
The sub pool is simply an additional pool that is advertised in the IGP along with the global pool. We can see these values using “show mpls traffic-eng topology.”
We assign the sub-pool using the following command on IOS-XE and IOS-XR:
A TE tunnel can only use sub-pool bandwidth or global bandwidth. It wouldn’t make sense for a TE tunnel to use both anyways, since using sub-pool bandwidth also uses up global bandwidth.
We have configured two TE tunnels on R8, and each requests 8mbps of sub-pool bandwidth. This might be a LLQ pool in a real network. Because all interfaces only have 10mbps of available sub-pool bandwidth, the two TE tunnels must take separate paths.
On R8, notice that the two TE tunnels are using completely separate paths:
Additionally, we can see that the routers for which these tunnels pass through only have 2mbps of sub pool left at priority level 7. Also notice that 8mbps has been subtracted from the global pool as well:
A TE tunnel can request global bandwidth that uses up the sub pool. For example, on R8 we’ll configure a third tunnel that requests 991000 kbps. This can only be achieved over the IGP shortest paths if we can use up any unused sub pool bandwidth.
The dynamic path crosses over the XR12-XR11 link which already had 8mbps of sub pool bandwidth reserved. The third TE tunnel used up 1mbps of this remaining bandwidth: