Create an Interface

You can create an interface and associate it with an ingress group to apply various policies to the traffic at the tool ports.

Before you begin

Interface name must be in slot/port format. For more information, see the Extreme 9920 Software Command Reference, 21.1.1.0 .

Procedure

  1. Enter the Config mode.
    device(config)# 
  2. Create an interface or interface range.
    device(config)# interface e 1/10-14,3/3-4
    device(config-if-eth-1/10-14,3/3-4)# no shutdown
    device(config-if-eth-1/10-14,3/3-4)# set ingress-group noc_traffic
    device(config-if-eth-1/10-14,3/3-4)# end
  3. Verify that the interface configuration was accepted.
    device# show ingress-group noc_traffic
    
        Name : noc_traffic
           Route-Map : -
         Description : -
          Interfaces :  ethernet 1/10  ethernet 1/11
            ethernet 1/12  ethernet 1/13  ethernet 1/14
            ethernet 3/3  ethernet 3/4
  4. View the interface status.
    device# show interface ethernet 1/10-14,3/3-4 | include state 
    ethernet 1/10 Admin state UP      Operational state UP      
    ethernet 1/11 Admin state UP      Operational state UP      
    ethernet 1/12 Admin state UP      Operational state UP      
    ethernet 1/13 Admin state UP      Operational state UP      
    ethernet 1/14 Admin state UP      Operational state UP      
    ethernet 3/3 Admin state UP       Operational state UP      
    ethernet 3/4 Admin state UP       Operational state UP