Binds an overlay policy map to an overlay gateway or overlay transit instance.
No overlay policy map is bound.
Overlay gateway instance configuration mode
Overlay transit instance configuration mode
This command is not supported for SLX 9150 or SLX 9250 devices.
Only ingress policies are supported.
Overlay transit instances are applicable to spine nodes only in an IP Fabric.
Use the no form of the command to unbind the policy.
The following example binds a policy map to an overlay gateway instance.
device# configure terminal device(config)# overlay-gateway gw1 device(conf-overlay-gw-gw1)# overlay-service-policy in servicepolicy1
The following example binds a policy map to an overlay transit instance on a spine node.
device# configure terminal device(config)# overlay-transit transit1 device(conf-overlay-transit-transit1)# overlay-service-policy in servicepolicy1
The following example unbinds the policy map from the above instance.
device# configure terminal device(config)# overlay-transit myOTinstance device(conf-overlay-transit-transit1)# no overlay-service-policy in servicepolicy1