Create an Egress

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.

About this task

Perform this procedure to define tool ports for egress packet flow in an egress.

Procedure

  1. Enter the Config mode.
    device(config)# 
  2. Create an egress.
    device(config)# egress egress-one
    device(config-egress)# precedence 10 interface ethernet 1/10
    device(config-egress)# end
    device#
  3. Verify that the egress is created.
    device# show egress egress-one 
         Name : Egress egress-one
         Precedence 10 interface ethernet 1/10