SmartNA-X 1G/10G Modular | Command Line Reference |
135
SmartNA-X
™
1G/10G User Guide 1.4
©
2015 Network Critical Solutions Limited
• 20-21—FTP
• 989, 990—FTPS
• 22—SSH
• 23—Telnet
FIN, SYN, RST, PSH, ACK, URG, ECE, CWR
value
Filter on the specified flag when filtering by TCP packets
(protocol number 6). For each flag the following values may be set:
• 0—Flag not set
• 1—Flag set
ICMP
type
,
code
type-value
Filter by ICMP type and/or code when filtering by ICMP packet (protocol number 1). The
following formats are recognised:
• 10—A single type/code
• 10–14—An inclusive range
• 0/1—A value/mask pair (here: all even types)
• 10,12,14—Multiple types/codes (use commas to separate values, no spaces). Types/codes may each use a range or
mask.
Examples
Define a filter that matches IPv6 packets with protocol type TCP or UDP from source 2001:db8:85a3::8a2e:370:7334 to
destinations 2000:abcd::77:88-99.
CONTROLLER>
set filter "Example filter" ipv6 protocol tcp_udp address src 2001:db8:85a3::8a2e:370:7334
address dest 2000:abcd::77:88-99
CONTROLLER>
show filters
Use commit command to configure the switch with these.
filters
Example filter
packetType : ipv6
protocol : 6,17
ipv6
source : 2001:db8:85a3::8a2e:370:7334
destination : 2000:abcd::77:88-99
CONTROLLER>
commit
Committing maps and vline
Committing filters
CONTROLLER>
Define a filter that matches IPv6 packets with a DSCP code point of 16 and pre-defined custom field (called "CF-1") with
the value 12. Review and commit to the system.
CONTROLLER>
set filter "Example filter" ipv6 dscp 6 customfield "CF-1" 12
CONTROLLER>
show filters
Use commit command to configure the switch with these.
filters
Example filter
packetType : ipv6
dscp : 6
customField
CF-1 : 12
CONTROLLER>
commit
Committing maps and vline
Committing filters
CONTROLLER>