Sets the ingress group to be used by the an interface or transport tunnel for forwarding matched packets.
Interface config mode
Transport tunnel config mode
This command is available only to users with the admin role.
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 examples configure ingress-groups for forwarding the matched packets.
device# configure terminal device(config)# interface ethernet 1/1 device(config-if-eth-1/1)# set ingress-group ig1 device# configure terminal device(config)# transport-tunnel tt1 device(config-tranport-tunnel)# set ingress-group ig1 device# show running-config interface ethernet 1/1 interface port-channel 1 set ingress-group ig1 interface ethernet 1/1 set ingress-group ig1 transport-tunnel tt1 set ingress-group ig1
The following example unbinds the ingress-group from the transport tunnel.
device# configure terminal device(config)# transport-tunnel tt1 device(config-tranport-tunnel)# no set ingress-group ig1