set ingress-group

Sets the ingress group to be used by the an interface or transport tunnel for forwarding matched packets.

Syntax

set ingress-group name
no set ingress-group name

Parameters

name
Specifies the configured ingress group. Supports 64 characters.
The name must start with an alphabet character or an underscore character, followed by alphanumeric characters or special characters (underscores, hyphens, or periods).

Modes

Interface config mode

Transport tunnel config mode

Usage Guidelines

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.

Examples

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