ospfv3: rename intname -> interface on CLI examples

This commit is contained in:
Christian Poessinger 2021-11-27 19:46:51 +01:00
parent ed417b84d9
commit 8ff3e99af1

View File

@ -37,12 +37,12 @@ starts when the first ospf enabled interface is configured.
This command is also used to enable the OSPF process. The area number can be This command is also used to enable the OSPF process. The area number can be
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) than
prefix length in network statement. For example statement above doesn't enable 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 ospf on interface with address 192.168.1.1/23, but it does on interface with
address 192.168.1.129/25. 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>`
@ -549,12 +549,12 @@ Operational Mode Commands
This command displays the neighbors information in a detailed form for a This command displays the neighbors information in a detailed form for a
neighbor whose IP address is specified. neighbor whose IP address is specified.
.. opcmd:: show ip ospf neighbor <intname> .. opcmd:: show ip ospf neighbor <interface>
This command displays the neighbors status for a neighbor on the specified This command displays the neighbors status for a neighbor on the specified
interface. interface.
.. opcmd:: show ip ospf interface [<intname>] .. opcmd:: show ip ospf interface [<interface>]
This command displays state and configuration of OSPF the specified This command displays state and configuration of OSPF the specified
interface, or all interfaces if no interface is given. interface, or all interfaces if no interface is given.
@ -826,20 +826,20 @@ Area Configuration
Interface Configuration Interface Configuration
----------------------- -----------------------
.. cfgcmd:: set protocols ospfv3 interface <intname> ipv6 cost <number> .. cfgcmd:: set protocols ospfv3 interface <interface> ipv6 cost <number>
This command sets link cost for the specified interface. The cost value is This command sets link cost for the specified interface. The cost value is
set to router-LSAs metric field and used for SPF calculation. The cost set to router-LSAs metric field and used for SPF calculation. The cost
range is 1 to 65535. range is 1 to 65535.
.. cfgcmd:: set protocols ospfv3 interface <intname> dead-interval <number> .. cfgcmd:: set protocols ospfv3 interface <interface> dead-interval <number>
Set number of seconds for router Dead Interval timer value used for Wait Set number of seconds for router Dead Interval timer value used for Wait
Timer and Inactivity Timer. This value must be the same for all routers Timer and Inactivity Timer. This value must be the same for all routers
attached to a common network. The default value is 40 seconds. The attached to a common network. The default value is 40 seconds. The
interval range is 1 to 65535. interval range is 1 to 65535.
.. cfgcmd:: set protocols ospfv3 interface <intname> hello-interval .. cfgcmd:: set protocols ospfv3 interface <interface> hello-interval
<number> <number>
Set number of seconds for Hello Interval timer value. Setting this value, Set number of seconds for Hello Interval timer value. Setting this value,
@ -848,14 +848,14 @@ Interface Configuration
common network. The default value is 10 seconds. The interval range is 1 common network. The default value is 10 seconds. The interval range is 1
to 65535. to 65535.
.. cfgcmd:: set protocols ospfv3 interface <intname> mtu-ignore .. cfgcmd:: set protocols ospfv3 interface <interface> mtu-ignore
This command disables check of the MTU value in the OSPF DBD packets. This command disables check of the MTU value in the OSPF DBD packets.
Thus, use of this command allows the OSPF adjacency to reach the FULL Thus, use of this command allows the OSPF adjacency to reach the FULL
state even though there is an interface MTU mismatch between two OSPF state even though there is an interface MTU mismatch between two OSPF
routers. routers.
.. cfgcmd:: set protocols ospfv3 interface <intname> network <type> .. cfgcmd:: set protocols ospfv3 interface <interface> network <type>
This command allows to specify the distribution type for the network This command allows to specify the distribution type for the network
connected to this interface: connected to this interface:
@ -863,20 +863,20 @@ Interface Configuration
**broadcast** broadcast IP addresses distribution. **broadcast** broadcast IP addresses distribution.
**point-to-point** address distribution in point-to-point networks. **point-to-point** address distribution in point-to-point networks.
.. cfgcmd:: set protocols ospfv3 interface <intname> priority <number> .. cfgcmd:: set protocols ospfv3 interface <interface> priority <number>
This command sets Router Priority integer value. The router with the This command sets Router Priority integer value. The router with the
highest priority will be more eligible to become Designated Router. highest priority will be more eligible to become Designated Router.
Setting the value to 0, makes the router ineligible to become Designated Setting the value to 0, makes the router ineligible to become Designated
Router. The default value is 1. The interval range is 0 to 255. Router. The default value is 1. The interval range is 0 to 255.
.. cfgcmd:: set protocols ospfv3 interface <intname> passive .. cfgcmd:: set protocols ospfv3 interface <interface> passive
This command specifies interface as passive. Passive interface advertises This command specifies interface as passive. Passive interface advertises
its address, but does not run the OSPF protocol (adjacencies are not formed its address, but does not run the OSPF protocol (adjacencies are not formed
and hello packets are not generated). and hello packets are not generated).
.. cfgcmd:: set protocols ospfv3 interface <intname> retransmit-interval .. cfgcmd:: set protocols ospfv3 interface <interface> retransmit-interval
<number> <number>
This command sets number of seconds for RxmtInterval timer value. This This command sets number of seconds for RxmtInterval timer value. This
@ -884,7 +884,7 @@ Interface Configuration
Request packets if acknowledge was not received. The default value is 5 Request packets if acknowledge was not received. The default value is 5
seconds. The interval range is 3 to 65535. seconds. The interval range is 3 to 65535.
.. cfgcmd:: set protocols ospfv3 interface <intname> transmit-delay .. cfgcmd:: set protocols ospfv3 interface <interface> transmit-delay
<number> <number>
This command sets number of seconds for InfTransDelay value. It allows to This command sets number of seconds for InfTransDelay value. It allows to
@ -927,7 +927,7 @@ Operational Mode Commands
This command displays the neighbor DR choice information. This command displays the neighbor DR choice information.
.. opcmd:: show ipv6 ospfv3 interface [prefix]|[<intname> [prefix]] .. opcmd:: show ipv6 ospfv3 interface [prefix]|[<interface> [prefix]]
This command displays state and configuration of OSPF the specified This command displays state and configuration of OSPF the specified
interface, or all interfaces if no interface is given. Whith the argument interface, or all interfaces if no interface is given. Whith the argument