mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 00:50:03 +00:00
commit
dd553fb39b
@ -197,23 +197,23 @@ Link Parameters Commands
|
|||||||
this interface. MPLS-TE must be enable at the OSPF
|
this interface. MPLS-TE must be enable at the OSPF
|
||||||
(:ref:`ospf-traffic-engineering`) or ISIS
|
(:ref:`ospf-traffic-engineering`) or ISIS
|
||||||
(:ref:`isis-traffic-engineering`) router level in complement to
|
(:ref:`isis-traffic-engineering`) router level in complement to
|
||||||
this. Disable link parameters for this interface.
|
this.
|
||||||
|
|
||||||
Under link parameter statement, the following commands set the different TE values:
|
Under link parameter statement, the following commands set the different TE values:
|
||||||
|
|
||||||
.. clicmd:: link-params [enable]
|
.. clicmd:: enable
|
||||||
|
|
||||||
Enable link parameters for this interface.
|
Enable link parameters for this interface.
|
||||||
|
|
||||||
.. clicmd:: link-params [metric (0-4294967295)]
|
.. clicmd:: metric (0-4294967295)
|
||||||
|
|
||||||
.. clicmd:: link-params max-bw BANDWIDTH
|
.. clicmd:: max-bw BANDWIDTH
|
||||||
|
|
||||||
.. clicmd:: link-params max-rsv-bw BANDWIDTH
|
.. clicmd:: max-rsv-bw BANDWIDTH
|
||||||
|
|
||||||
.. clicmd:: link-params unrsv-bw (0-7) BANDWIDTH
|
.. clicmd:: unrsv-bw (0-7) BANDWIDTH
|
||||||
|
|
||||||
.. clicmd:: link-params admin-grp BANDWIDTH
|
.. clicmd:: admin-grp BANDWIDTH
|
||||||
|
|
||||||
These commands specifies the Traffic Engineering parameters of the interface
|
These commands specifies the Traffic Engineering parameters of the interface
|
||||||
in conformity to RFC3630 (OSPF) or RFC5305 (ISIS). There are respectively
|
in conformity to RFC3630 (OSPF) or RFC5305 (ISIS). There are respectively
|
||||||
@ -225,17 +225,17 @@ Link Parameters Commands
|
|||||||
Note that BANDIWDTH is specified in IEEE floating point format and express
|
Note that BANDIWDTH is specified in IEEE floating point format and express
|
||||||
in Bytes/second.
|
in Bytes/second.
|
||||||
|
|
||||||
.. clicmd:: link-param delay (0-16777215) [min (0-16777215) | max (0-16777215)]
|
.. clicmd:: delay (0-16777215) [min (0-16777215) | max (0-16777215)]
|
||||||
|
|
||||||
.. clicmd:: link-param delay-variation (0-16777215)
|
.. clicmd:: delay-variation (0-16777215)
|
||||||
|
|
||||||
.. clicmd:: link-param packet-loss PERCENTAGE
|
.. clicmd:: packet-loss PERCENTAGE
|
||||||
|
|
||||||
.. clicmd:: link-param res-bw BANDWIDTH
|
.. clicmd:: res-bw BANDWIDTH
|
||||||
|
|
||||||
.. clicmd:: link-param ava-bw BANDWIDTH
|
.. clicmd:: ava-bw BANDWIDTH
|
||||||
|
|
||||||
.. clicmd:: link-param use-bw BANDWIDTH
|
.. clicmd:: use-bw BANDWIDTH
|
||||||
|
|
||||||
These command specifies additional Traffic Engineering parameters of the
|
These command specifies additional Traffic Engineering parameters of the
|
||||||
interface in conformity to draft-ietf-ospf-te-metrics-extension-05.txt and
|
interface in conformity to draft-ietf-ospf-te-metrics-extension-05.txt and
|
||||||
@ -248,18 +248,28 @@ Link Parameters Commands
|
|||||||
(µs). Loss is specified in PERCENTAGE ranging from 0 to 50.331642% by step
|
(µs). Loss is specified in PERCENTAGE ranging from 0 to 50.331642% by step
|
||||||
of 0.000003.
|
of 0.000003.
|
||||||
|
|
||||||
.. clicmd:: link-param neighbor <A.B.C.D> as (0-65535)
|
.. clicmd:: neighbor <A.B.C.D> as (0-65535)
|
||||||
|
|
||||||
.. clicmd:: link-param no neighbor
|
|
||||||
|
|
||||||
Specifies the remote ASBR IP address and Autonomous System (AS) number
|
Specifies the remote ASBR IP address and Autonomous System (AS) number
|
||||||
for InterASv2 link in OSPF (RFC5392). Note that this option is not yet
|
for InterASv2 link in OSPF (RFC5392). Note that this option is not yet
|
||||||
supported for ISIS (RFC5316).
|
supported for ISIS (RFC5316).
|
||||||
|
|
||||||
|
Nexthop Tracking
|
||||||
|
================
|
||||||
|
|
||||||
|
Nexthop tracking doesn't resolve nexthops via the default route by default.
|
||||||
|
Allowing this might be useful when e.g. you want to allow BGP to peer across
|
||||||
|
the default route.
|
||||||
|
|
||||||
.. clicmd:: ip nht resolve-via-default
|
.. clicmd:: ip nht resolve-via-default
|
||||||
|
|
||||||
Allows nexthop tracking to resolve via the default route. This is useful
|
Allow IPv4 nexthop tracking to resolve via the default route. This parameter
|
||||||
when e.g. you want to allow BGP to peer across the default route.
|
is configured per-VRF, so the command is also available in the VRF subnode.
|
||||||
|
|
||||||
|
.. clicmd:: ipv6 nht resolve-via-default
|
||||||
|
|
||||||
|
Allow IPv6 nexthop tracking to resolve via the default route. This parameter
|
||||||
|
is configured per-VRF, so the command is also available in the VRF subnode.
|
||||||
|
|
||||||
Administrative Distance
|
Administrative Distance
|
||||||
=======================
|
=======================
|
||||||
|
Loading…
Reference in New Issue
Block a user