# phpman > man > tc-basic(8)

Basic classifier in [tc(8)](https://www.chedong.com/phpMan.php/man/tc/8/markdown)                       Linux                      Basic classifier in [tc(8)](https://www.chedong.com/phpMan.php/man/tc/8/markdown)



## NAME
       basic - basic traffic control filter

## SYNOPSIS
       **tc** **filter** ... **basic** [ **match** _EMATCH_TREE_ ] [ **action** _ACTION_SPEC_ ] [ **classid** _CLASSID_ ]

## DESCRIPTION
       The **basic** filter allows to classify packets using the extended match infrastructure.

## OPTIONS
       **action** _ACTION_SPEC_
              Apply an action from the generic actions framework on matching packets.

       **classid** _CLASSID_
              Push matching packets into the class identified by _CLASSID_.

       **match** _EMATCH_TREE_
              Match packets using the extended match infrastructure. See [**tc-ematch**(8)](https://www.chedong.com/phpMan.php/man/tc-ematch/8/markdown) for a detailed
              description of the allowed syntax in _EMATCH_TREE_.

## SEE ALSO
       [**tc**(8)](https://www.chedong.com/phpMan.php/man/tc/8/markdown), [**tc-ematch**(8)](https://www.chedong.com/phpMan.php/man/tc-ematch/8/markdown)



iproute2                                     21 Oct 2015                   Basic classifier in [tc(8)](https://www.chedong.com/phpMan.php/man/tc/8/markdown)
