Create an Egress Group

Egress group specifies where the packets from the 9920 tap interfaces are to be copied for the various tools.

Before you begin

Note the following naming conventions for name identifiers:
  • The name cannot exceed 64 characters.
  • The name must start with an alphabet or an underscore.
  • The name must contain alphabets, numerals, and special characters (underscores, hyphens, or periods).
  • 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.

Procedure

  1. Enter the Config mode.
    device(config)# 
  2. Create an egress group.
    device(config)# egress-group egg123
    device(config-egress-group)# set egress egress-one
    device(config-egress-group)# end
    device#
  3. Verify that the egress-group is created.
    device# show running-config egress-group
      egress-group egg123
      egress-one