Enabling LRT Usage

You enable LRT usage by assigning it to the local policy attributes.

Note:

When enabling usage of a DID-range-based LRT, you need not specify a match-mode, as required for E164- or string-based LRTs. The match-mode parameter is ignored for DID LRTs.
  1. Move to local-policy-attributes configuration mode.
    ACMEPACKET# configure terminal
    ACMEPACKET(config)# session-router
    ACMEPACKET(session-router)# local-policy
    ACMEPACKET(local-policy)# policy-attributes
    ACMEPACKET(local-policy-attributes)#
  2. Enable DID-based LRT usage by including the previously configured LRT alias in the local policy attributes list.
    ACMEPACKET(local-routing-attributes)# next-hop lrt:WestCampus
    ACMEPACKET(local-routing-attributes)#
  3. To ensure string type lookups, verify that the eloc-str-lkup and eloc-str-match parameters are both enabled.
    ACMEPACKET(local-routing-attributes)# eloc-str-lkup enabled
    ACMEPACKET(local-routing-attributes)# eloc-str-match enabled
    ACMEPACKET(local-routing-attributes)#
  4. Use done, exit, and verify-config to complete this configuration.