ingress-group

Configures or removes an ingress group for classifying the packets received on the interface.

Syntax

ingress-group name
no ingress-group {name | all }

Parameters

name
Specifies the name of the ingress group to be used for packets received on the interface.
all
Deletes all configured ingress groups. Use of this parameter deletes interface binding also.

Modes

Config mode

Usage Guidelines

The no form of the command deletes a specified ingress group or all configured ingress groups.

Removal of an ingress-group fails silently if the group is not present.

Examples

The following example configures the ingress group, binds route-map rm1 to this ingress group, and then verifies the configuration.

device# configure terminal
device(config)# ingress-group group-1
device(config-ingress-group)#  set route-map rm1 

device# show running-config ingress-group 
ingress-group ingress-group-1 
  set route-map rm1