Create Egress Group

Procedure

  1. Create an egress and add (remove) port interface to the egress.
    device (config)# egress name
    device (config)# [no] precedence 10 interface ethernet 0/10  
    device (config)# [no] set encap encap100
    device (config)# [no] set listener-policy lp100
  2. Optional: Delete an egress port.
    device (config)# no egress name
  3. Group the egress ports associated with the egress group.
    device (config)# egress-group name
    device (config)# set egress egress-one
    device (config)# set egress egress-two

Example

Adding second interface to an egress is not supported.

device (config)# egress eg-test1
device (config)# [no] precedence 10 interface ethernet 1/4  
device (config)# [no] precedence 10 interface ethernet 1/4 

Error: precedence already exists ethernet 1/4 egress eg-test1.