diff options
author | paul <paul> | 2004-10-11 16:33:23 +0200 |
---|---|---|
committer | paul <paul> | 2004-10-11 16:33:23 +0200 |
commit | e2ea9fef99392299d6291067522eef0d99e1714c (patch) | |
tree | 4139f0155439cade8dda9566b550c0ec6ffa13c7 /doc/ospfd.texi | |
parent | Fix warnings here. (diff) | |
download | frr-e2ea9fef99392299d6291067522eef0d99e1714c.tar.xz frr-e2ea9fef99392299d6291067522eef0d99e1714c.zip |
2004-10-11 Paul Jakma <paul@dishone.st>
* ospfd.texi: reformat the ospf md5 paragraph, add an additional
way to work around bad clocks.
Diffstat (limited to 'doc/ospfd.texi')
-rw-r--r-- | doc/ospfd.texi | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/ospfd.texi b/doc/ospfd.texi index 842dfcf40..aa66ce158 100644 --- a/doc/ospfd.texi +++ b/doc/ospfd.texi @@ -258,12 +258,16 @@ all OSPF packets are authenticated. @var{AUTH_KEY} has length up to 8 chars. @deffnx {Interface Command} {no ip ospf message-digest-key} {} Set OSPF authentication key to a cryptographic password. The cryptographic algorithm is MD5. KEYID identifies secret key used to create the message -digest. KEY is the actual message digest key up to 16 chars. Note that OSPF -MD5 authentication requires that time never go backwards, even across -resets, if ospfd is to be able to promptly reestabish adjacencies with it's -neighbours after restarts/reboots. The host should have system time be set -at boot from an external source (eg battery backed clock, NTP, etc.) if MD5 -authentication is to be expected to work reliably. +digest. KEY is the actual message digest key up to 16 chars. + +Note that OSPF MD5 authentication requires that time never go backwards +(correct time is not important, only that it never goes backwards), even +across resets, if ospfd is to be able to promptly reestabish adjacencies +with its neighbours after restarts/reboots. The host should have system +time be set at boot from an external source (eg battery backed clock, NTP, +etc.) or else the system clock should be periodically saved to non-volative +storage and restored at boot if MD5 authentication is to be expected to work +reliably. @end deffn @deffn {Interface Command} {ip ospf cost <1-65535>} {} |