freeGuard 100 CLI User Manual
141
Example
This example shows how to add a prefix list named prf_list1 with three rules. The first rule permits
subnets that match prefix lengths between 26 and 30 for the prefix 192.168.100.0
255.255.255.0. The second rule denies subnets that match the prefix lengths between 20 and 25 for
the prefix 10.1.0.0 255.255.0.0. The third rule denies all other traffic.
config router prefix-list
edit prf_list1
config rule
edit 1
set prefix 192.168.100.0 255.255.255.0
set action permitset ge 26
set le 30
next
edit 2
set prefix 10.1.0.0 255.255.0.0
set action denyset ge 20
set le 25
next
edit 3
set prefix any
set action deny
end
end
This example shows how to display the list of prefix lists.
get router prefix-list
This example shows how to display the settings for prf_list1.
get router prefix-list prf_list1
This example shows how to display the configuration for the router prefix-list command.
show router prefix-list
This example shows how to display the configuration for prf_list1.
Содержание freeGuard 100
Страница 1: ...freeGuard 100 UTM Firewall CLI USER S MANUAL P N F0025000 Rev 1 1...
Страница 3: ......
Страница 7: ......
Страница 87: ...80 The config ips anomaly command has 1 subcommand config limit...
Страница 183: ...176...
Страница 309: ...302 100 from a TFTP server with the address 192 168 21 54 set vpn certificates local import branch_cert 192 168 21 54...