ospf: add export-list/import-list & mamixum-paths

This commit is contained in:
fett0 2022-03-25 18:58:04 -03:00
parent b6682b9f84
commit 5eed433ad6

View File

@ -38,10 +38,10 @@ starts when the first ospf enabled interface is configured.
specified in decimal notation in the range from 0 to 4294967295. Or it specified in decimal notation in the range from 0 to 4294967295. Or it
can be specified in dotted decimal notation similar to ip address. can be specified in dotted decimal notation similar to ip address.
Prefix length in interface must be equal or bigger (i.e. smaller network) than Prefix length in interface must be equal or bigger (i.e. smaller network)
prefix length in network statement. For example statement above doesn't enable than prefix length in network statement. For example statement above doesn't
ospf on interface with address 192.168.1.1/23, but it does on interface with enable ospf on interface with address 192.168.1.1/23, but it does on
address 192.168.1.129/25. interface with address 192.168.1.129/25.
In some cases it may be more convenient to enable OSPF on a per interface/subnet In some cases it may be more convenient to enable OSPF on a per interface/subnet
basis :cfgcmd:`set protocols ospf interface <interface> area <x.x.x.x | x>` basis :cfgcmd:`set protocols ospf interface <interface> area <x.x.x.x | x>`