You are on page 1of 1

configure

echo "Flows Configuration"


#Flows Configuration
flows
echo "Classifier Profile Configuration"
#Classifier Profile Configuration
classifier-profile "untaq" match-any
match untagged
exit
classifier-profile "all" match-any
match all
exit
echo "Flow Configuration"
#Flow Configuration
flow "data_in"
classifier "all"
ingress-port ethernet 3
egress-port ethernet 1 queue 0 block 0/1
no shutdown
exit
flow "data_out"
classifier "all"
ingress-port ethernet 1
egress-port ethernet 3 queue 0 block 0/1
no shutdown
exit
exit
exit

configure
exit

You might also like