Create an Egress

Learn how to define tool ports (egress packet flow) in an egress.

About this task

You must observe the following naming conventions when you create an egress.
  • Name cannot exceed 64 characters.
  • Name must start with an alphabetic character or an underscore.
  • Name must be an arbitrary sequence of alphabetic characters, numerals, underscores, hyphens, or dots.
  • Name must not be a reserved keyword (see the Extreme 9920 Software Command Reference, 21.1.0.0 for more information).

Procedure

  1. Run the configure terminal command to access Config mode.
    The command line changes to configuration mode.
    device(config)# 
  2. Create an egress by running the command egress name .
    device(config)# egress egress-one
    device(config-egress)# precedence 10 interface ethernet 1/10
    device(config-egress)# end
    device#
  3. Run the following show command to confirm that the egress was created.
    device# show egress egress-one 
         Name : Egress egress-one
         Precedence 10 interface ethernet 1/10