Dynamic routing for IPv6 traffic What’s new in FortiOS Version 4.0 MR1
FortiGate Version 4.0 MR1 Administration Guide
56 01-410-89802-20090903
http://docs.fortinet.com/ • Feedback
config redistribute
Use this subcommand to redistribute routes learned from BGP, RIP, static routes, or a
direct connection to the destination network.
The OSPF redistribution table contains four static entries. You cannot add entries to the
table. The entries are defined as follows:
• bgp—Redistribute routes learned from BGP.
• connected—Redistribute routes learned from a direct connection to the destination
network.
• static—Redistribute the static routes defined in the FortiGate unit routing table.
• rip—Redistribute routes learned from RIP.
When you enter the subcommand, end the command with one of the four static entry
names (that is, config redistribute {bgp | connected | rip | static}).
router prefix-list6
Use this command to add, edit, or delete prefix lists for IPv6 traffic. A prefix list is an
enhanced version of an access list that allows you to control the length of the prefix
netmask.
Syntax
config router prefix-list6
edit <prefix_list_name>
set comments <string>
config rule
edit <prefix_rule_id>
set action {deny | permit}
set ge <length_integer>
set le <length_integer>
set prefix6 {<address_ipv6mask> | any}
end
end
Note: All keywords are optional.
Variable Description Default
metric <metric_integer> Enter the metric to be used for the redistributed
routes. The metric_integer range is from 1 to
16777214.
10
metric-type {1 | 2} Specify the external link type to be used for the
redistributed routes.
2
routemap <name_str> Enter the name of the route map to use for the
redistributed routes.
Null.
status {enable | disable} Enable or disable redistributing routes. disable
Note: The action and prefix keywords are required. All other keywords are optional.