Learn how to create an interface or a range of interfaces.
When you create an interface, you associate it with an ingress group so that the actions you specify in various policies are performed on traffic at those tool ports.
device(config)# 
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
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
				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