security firewall name <name> rule <rule-number> destination <destination>
Defines the destination address, MAC address, or destination port for a firewall rule set.
Syntax
set security firewall name
name
rule
rule-number
destination { address
address
| mac-address
address
| port
port
}
delete security firewall name
name
rule
rule-number
destination [ address | mac-address | port ]
show security firewall name
name
rule
rule-number
destination
Parameters
name
The name of a firewall rule set.
rule-number
The numeric identifier of a rule. The identifier ranges from 1 through 9999.
address
address
Specifies a destination address to match. Address formats are as follows:
ip-address
: An IPv4 address.
ip-address/prefix
: A network address, where 0.0.0.0/0 matches any network.
!
ip-address
: All IP addresses except the one specified.
!
ip-address/prefix
: All network addresses except the one specified.
ipv6-address
: An IPv6 address; for example, fe80::20c:29fe:fe47:f89.
ip-address/prefix
: A network address, where ::/0 matches any network; for example, fe80::20c:29fe:fe47:f88/64.
!
ipv6-address
: All IP addresses except the one specified.
!
ip-address/prefix
: All network addresses except the one specified.
When both an address and a port are specified, the packet is considered a match only if both the address and the port
match.
mac-address
address
Matches the media access control (MAC) address in the source address. The address format is six 8-bit numbers,
separated by colons, in hexadecimal; for example, 00:0a:59:9a:f2:ba.
port
port
Specifies a destination port to match; this criterion applies only when the protocol is TCP or UDP. Port formats are as
follows:
port-name
: The name of an IP service; for example, http. You can specify any service name in the /etc/services file.
port-number
: A port number. The number ranges from 1 through 65535.
start-end
: A range of ports; for example, 1001-1005.
When both an address and a port are specified, the packet is considered a match only if both the address and the port
match.
Modes
Configuration mode
Firewall Commands
Brocade 5600 vRouter Firewall Configuration Guide
53-1004253-01
59
Summary of Contents for 5600 vRouter
Page 6: ...Brocade 5600 vRouter Firewall Configuration Guide 6 53 1004253 01 ...
Page 10: ...Preface Brocade 5600 vRouter Firewall Configuration Guide 10 53 1004253 01 ...
Page 12: ...About This Guide Brocade 5600 vRouter Firewall Configuration Guide 12 53 1004253 01 ...
Page 20: ...Firewall Overview Brocade 5600 vRouter Firewall Configuration Guide 20 53 1004253 01 ...
Page 100: ...ICMPv6 Types Brocade 5600 vRouter Firewall Configuration Guide 100 53 1004253 01 ...