Sets the route map to be used by an ingress group for forwarding matched packets.
Ingress-group config mode
The following reserved keywords cannot be used as name identifiers: all, ingress-group, egress, egress-group, match, list, access-list, route-map, and listener-policy.
The following example configures route map rm1 to be used by ingress group ig1 for packet forwarding.
device# configure terminal device(config)# ingress-group ig1 device(config-ingress-group)# set route-map rm1 device(config-ingress-group)# end
The following example uses the show command to verify the configuration for ingress group ig1.
device# show running-config ingress-group ig1
ingress-group ig1
set route-map rm1
The following example unbinds route map rm1 from ingress group ig1.
device# configure terminal device(config)# ingress-group ig1 device(config-ingress-group)# no set route-map rm1