mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
ospf: T3757: add new CLI command "set protocols ospf interface <if> area <id>"
This commit is contained in:
parent
8998e42cf0
commit
0a3b780c29
@ -38,6 +38,14 @@ 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 network statement. For example statement above doesn't enable
|
||||||
|
ospf on interface with address 192.168.1.1/23, but it does on interface with
|
||||||
|
address 192.168.1.129/25.
|
||||||
|
|
||||||
|
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>`
|
||||||
|
|
||||||
.. cfgcmd:: set protocols ospf auto-cost reference-bandwidth <number>
|
.. cfgcmd:: set protocols ospf auto-cost reference-bandwidth <number>
|
||||||
|
|
||||||
This command sets the reference bandwidth for cost calculations, where
|
This command sets the reference bandwidth for cost calculations, where
|
||||||
@ -306,6 +314,13 @@ Area Configuration
|
|||||||
Interface Configuration
|
Interface Configuration
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
.. cfgcmd:: set protocols ospf interface <interface> area <x.x.x.x | x>
|
||||||
|
|
||||||
|
Enable ospf on an interface and set associated area.
|
||||||
|
|
||||||
|
If you have a lot of interfaces, and/or a lot of subnets, then enabling
|
||||||
|
OSPF via this command may result in a slight performance improvement.
|
||||||
|
|
||||||
.. cfgcmd:: set protocols ospf interface <interface> authentication
|
.. cfgcmd:: set protocols ospf interface <interface> authentication
|
||||||
plaintext-password <text>
|
plaintext-password <text>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user