?? flow-tag.1.in
字號:
...\" $Header: /usr/src/docbook-to-man/cmd/RCS/docbook-to-man.sh,v 1.3 1996/06/17 03:36:49 fld Exp $...\"...\" transcript compatibility for postscript use....\"...\" synopsis: .P! <file.ps>...\".de P!\\&..fl \" force out current output buffer\\!%PB\\!/showpage{}def...\" the following is from Ken Flowers -- it prevents dictionary overflows\\!/tempdict 200 dict def tempdict begin.fl \" prolog.sy cat \\$1\" bring in postscript file...\" the following line matches the tempdict above\\!end % tempdict %\\!PE\\!..sp \\$2u \" move below the image...de pF.ie \\*(f1 .ds f1 \\n(.f.el .ie \\*(f2 .ds f2 \\n(.f.el .ie \\*(f3 .ds f3 \\n(.f.el .ie \\*(f4 .ds f4 \\n(.f.el .tm ? font overflow.ft \\$1...de fP.ie !\\*(f4 \{\. ft \\*(f4. ds f4\"' br \}.el .ie !\\*(f3 \{\. ft \\*(f3. ds f3\"' br \}.el .ie !\\*(f2 \{\. ft \\*(f2. ds f2\"' br \}.el .ie !\\*(f1 \{\. ft \\*(f1. ds f1\"' br \}.el .tm ? font underflow...ds f1\".ds f2\".ds f3\".ds f4\".ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "\fBflow-tag\fP" "1".SH "NAME"\fBflow-tag\fP \(em Apply tags to flow files\&..SH "SYNOPSIS".PP\fBflow-tag\fP [-hk] [-b\fI big\fP|\fIlittle\fP] [-C\fI comment\fP] [-d\fI debug_level\fP] [-t\fI tag_fname\fP] [-T\fI active_def\fP \&...] .SH "DESCRIPTION".PPThe \fBflow-tag\fP utility is used to add or modifysource and destination tags in flow records\&. Tags are 32 bit identifiers derived from rules and fields in a flow record\&. Tagscan be used to group flows with common prefixes, autonomous systems,next hops, exporter id and/or input/output interface\&.\fBflow-stat\fP can be used with tagged flows to producegroup based reports\&. For example, all outbound traffic for a customerwhere the customer is defined by a list of IP prefixes\&..SH "OPTIONS".IP "-b\fI big\fP|\fIlittle\fP" 10Byte order of output\&..IP "-C\fI Comment\fP" 10Add a comment\&..IP "-d\fI debug_level\fP" 10Enable debugging\&..IP "-h" 10Display help\&..IP "-k" 10Keep time from input\&..IP "-t\fI tag_fname\fP" 10Load tags from \fBtag_name\fP\&. Defaults to \fB@localstatedir@/cfg/tag\fP.IP "-T\fI active_def\fP|" 10Use \fIactive_def\fP as the active tag definition(s)\&..PP.PPThe configuration file is a collection of actions and definitions\&. Anaction is triggered by a definition and a definition is invoked onlyif listed with the \fI-T\fP flag\&. Lines beginingwith # are treated as comments and ignored\&..PP.PP.nftag-action command Description/Example----------------------------------------------------------------------tag-action Begin tag-action section tag-action footype Configure the type of action, one of src-prefix, dst-prefix, prefix, src-as, dst-as, as, next-hop, tcp-src-port, tcp-dst-port, tcp-port, udp-src-port, udp-dst-port, udp-port, tos, any\&. type src-prefixmatch Match criteria\&. The match condition depends on the type\&. Following the match condition is one of set-dst, set-src, or-dst, or-src to set or logically or a value to the source or destination tag\&. match 128\&.146/16 set-dst 0x010001Multiple actions may match and set tags on the same flow\&. Note that listingmany actions will cause tags to be applied in O(actions) time\&. The actionstry to run in O(1) time\&. For example if 10 prefixes are listed in asingle action it will take about the same CPU as if 100 prefixes areused\&. Listing 100 actions will require 100 times the CPU as 1 action\&.tag-action types Description----------------------------------------------------------------------src-prefix Source Prefixdst-prefix Destination Prefixprefix Source or Destination Prefixsrc-as Source ASdst-as Destination ASas Source or Destination ASnext-hop IP Next Hoptcp-src-port TCP Source Porttcp-dst-port TCP Destination Porttcp-port TCP Source or Destination Portudp-src-port UDP Source Portudp-dst-port UDP Destination Portudp-port UDP Source or Destination Porttos Type of Serviceany Match any flows\&.tag-action matches Description----------------------------------------------------------------------set-dst Set the destination tag, replacing any previous tag\&.set-src Set the source tag, replacing any previous tag\&.or-dst Logically or this value to the existing destination tagor-src Logically or this value to the existing source tag.fi.PPA definition lists a set of actions which are evaluated if the filtercriteria is met\&. Each definition is built with terms\&. A term hasits action(s) evaluated if the filter is passed\&..PP.nfdefinition command Description/Example-----------------------------------------------------------------------tag-definition Begin tag-defintion secrion tag-definition barterm Begin a list of actions to be evaluated that match the filter rule\&. terminput-filter List of input ifIndexes the flow must match\&. input-filter 1,2,3,4output-filter List of output ifIndexes the flow must match\&. output-filter 1,2,3,4exporter IP address of exporter the flow must match\&. exporter 1\&.2\&.3\&.4action Name of action to evaluate\&. Actions are evaluated in the order they appear in a definition\&. action foo.fi.PP.SH "EXAMPLES".PPThe meaning of a tag is user defined\&. The following example uses 16 bits of a tag as a customer ID and 4 bits as a customer type\&.\fBflow-xlate\fP can be used to apply a mask to thesefields\&..PP.nf\f(CW# file: gigapop-tags# tag format# # 0 7 15 23 31# 0000 0000 0000 0000 0000 0000 0000 0000 (32 bits)# RRRRRRRRRRRRRR TTTT NNNNNNNNNNNNNNNNNNN# | | | Site name# | | Site type# | Reserved### SITE_NAME_MASK = 0x0000FFFF # SITE_TYPE_MASK = 0x00FF0000## ID Name#---------------------------------# 0x0001 OSU# 0x0002 CWRU# 0x0003 BGSU # \&.\&.\&. etc# 0x0019 MULTICAST## ID Type #------------------------# 0x01 Participant# 0x02 SEGP# 0x03 Sponsored-Participant# 0x04 Gigapop# 0x05 MULTICASTtag-action OHIO-GIGAPOP_DST type dst-prefix# OSU match 128\&.146/16 set-dst 0x010001 match 164\&.107/16 set-dst 0x010001 match 140\&.254/16 set-dst 0x010001 match 192\&.153\&.26/24 set-dst 0x010001# CWRU match 129\&.22/16 set-dst 0x010002 match 192\&.5\&.110/24 set-dst 0x010002# BGSU match 129\&.1/16 set-dst 0x010003# \&.\&.\&.etc# MULTICAST match 224/4 set-dst 0x050019tag-action OHIO-GIGAPOP_SRC type src-prefix# OSU match 128\&.146/16 set-src 0x010001 match 164\&.107/16 set-src 0x010001 match 140\&.254/16 set-src 0x010001 match 192\&.153\&.26/24 set-src 0x010001# CWRU match 129\&.22/16 set-src 0x010002 match 192\&.5\&.110/24 set-src 0x010002# BGSU match 129\&.1/16 set-src 0x010003# \&.\&.\&.etctag-action OTHER_DST type dst-prefix match 0/0 set-dst 0x0 tag-action OTHER_SRC type src-prefix match 0/0 set-src 0x0tag-definition OHIO-GIGAPOP term# Abilene interface input-filter 25# clear tag first -- it defaults to 0, so this may not be necessary\&. action OTHER_DST action OHIO-GIGAPOP_DST term# Abilene interface output-filter 25# clear tag first -- it defaults to 0, so this may not be necessary\&. action OTHER_SRC action OHIO-GIGAPOP_SRC\fR.fi.PP.PPFirst populate \fB@localstatedir@/sym/tag\fP for \fBflow-stat\fP to use as symbols\&..PP.nf\f(CW0x0001 OSU0x0002 CWRU0x0003 BGSU0x0019 MULTICAST0x010000 PART0x020000 SEGP0x030000 SPART0x040000 GIGAPOP0x050000 MULTICAST\fR.fi.PP.PPTo generate a report for outgoing traffic to Abilene based on customer ID:.PP.nf\f(CWflow-cat \fBflows\fP | flow-filter -I25 | flow-tag -t gigapop-tags -TOHIO-GIGAPOP | flow-xlate -t0x0000FFFF | flow-stat -n -f30 -S2\fR.fi.PP.PP.nf# --- ---- ---- Report Information --- --- ---## Fields: Total# Symbols: Enabled# Sorting: Descending Field 2# Name: Source Tag## Args: \&.\&./flow-stat -n -f30 -S2 ### Src Tag flows octets packets#OSU 4942230 181326237007 302476793CWRU 874883 54358312807 70589318BGSU 1008797 7600209852 22060870.fi.PPTo generate a report for inbound traffic from Abilene based on customer type:.PP.nf\f(CWflow-cat \fBflows\fP | flow-filter -i25 | flow-tag -t gigapop-tags -TOHIO-GIGAPOP | flow-xlate -T0xFF0000 | flow-stat -n -f31 -S2\fR.fi.PP.PP.nf# --- ---- ---- Report Information --- --- ---## Fields: Total# Symbols: Enabled# Sorting: Descending Field 2# Name: Destination Tag## Args: \&.\&./flow-stat -n -f31 -S2 ### Dst Tag flows octets packets#PART 15923156 663289954569 981163979SEGP 4995795 135525076170 196534917MULTICAST 45171 49866825003 137798118GIGAPOP 942209 26422533266 23199961SPART 73998 5170323905 7597985.fi.SH "BUGS".PPNone known\&..SH "AUTHOR".PPMark Fullmer maf@splintered\&.net.SH "SEE ALSO".PP\fBflow-tools\fP(1)...\" created by instant / docbook-to-man, Wed 02 Apr 2003, 12:53
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -