Fortinet 548B Switch User Manual


 
- 478 -
Syntax
Format for OSPF as source protocol:
redistribute ospf [metric <1-15>] [match [internal] [external 1] [external 2] [nssa-external 1]
[nssa-external 2]]
Format for other source protocols:
redistribute {static | connected} [metric <1-15>]
no redistribute {ospf | static | connected} [metric] [match [internal] [external 1] [external 2] [nssa-external
1] [nssa-external 2]]
<1 - 15> - a value for metric.
no - This command de-configures RIP protocol to redistribute routes from the specified source
protocol/routers.
Default Setting
Metric - not-configured
Match - internal
Command Mode
Router RIP Config
8.5.2.11 ip rip authentication
This command sets the RIP Version 2 Authentication Type and Key for the specified interface. The value
of <type> is either none, simple, or encrypt.
The value for authentication key [key] must be 16 bytes or less. The [key] is composed of standard
displayable, non-control keystrokes from a Standard 101/102-key keyboard. If the value of <type> is
encrypt, a keyid in the range of 0 and 255 must be specified.
Syntax
ip rip authentication {none | {simple <key>} | {encrypt <key> <keyid>}}
no ip rip authentication
none - This command uses no authentication.
simple - This command uses simple authentication for RIP authentication .
encrypt - This command uses MD5 encryption for RIP authentication.
<key> - 16 alpha-numeric characters to be used for authentication key.
<keyid> - a value in the range of 0 – 255 to be used for MD5 encryption.
no - This command sets the default RIP Version 2 Authentication Type.
Default Setting
None