Skip to content

Commit

Permalink
Merge branch 'command-ref-org' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Nov 26, 2024
2 parents fa0b542 + 7bfe70c commit 804cb7a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions content/nvue-reference/Set-and-Unset-Commands/Router-Nexthop.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ cumulus@switch:~$ nv set router nexthop group 10 via 10.10.10.101 vrf default

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set vrf \<vrf-id\> router nexthop-tracking \<afi\> resolved-via-default</h>
## <h>nv set vrf \<vrf-id\> router nexthop-tracking \<afi\></h>

Turns nexthop tracking resolved via default on or off.
Configures next hop tracking for the specified address family. Next hop tracking reduces the BGP convergence time by monitoring next hop address changes in the routing table.

### Command Syntax

Expand All @@ -104,14 +104,14 @@ Introduced in Cumulus Linux 5.4.0
### Example

```
cumulus@switch:~$ nv set vrf default router nexthop-tracking ipv4 resolved-via-default on
cumulus@switch:~$ nv set vrf default router nexthop-tracking ipv4
```

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set vrf \<vrf-id\> router nexthop-tracking \<afi\></h>
## <h>nv set vrf \<vrf-id\> router nexthop-tracking \<afi\> resolved-via-default</h>

Configures next hop tracking for the specified address family. Next hop tracking reduces the BGP convergence time by monitoring next hop address changes in the routing table.
Turns nexthop tracking resolved via default on or off.

### Command Syntax

Expand All @@ -127,7 +127,7 @@ Introduced in Cumulus Linux 5.4.0
### Example

```
cumulus@switch:~$ nv set router nexthop-tracking ipv4
cumulus@switch:~$ nv set vrf default router nexthop-tracking ipv4 resolved-via-default on
```

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>
Expand All @@ -151,12 +151,12 @@ Introduced in Cumulus Linux 5.4.0
### Example

```
cumulus@switch:~$ nv set router nexthop-tracking ipv4 route-map ROUTEMAP1
cumulus@switch:~$ nv set vrf default router nexthop-tracking ipv4 route-map ROUTEMAP1
```

<HR STYLE="BORDER: DASHED RGB(118,185,0) 0.5PX;BACKGROUND-COLOR: RGB(118,185,0);HEIGHT: 4.0PX;"/>

## <h>nv set vrf \<vrf-id\> router nexthop-tracking \<afi\> route-map \<nht-routemap-id\> protocol</h>
## <h>nv set vrf \<vrf-id\> router nexthop-tracking \<afi\> route-map \<nht-routemap-id\> protocol \<protocol-id\></h>

Applies the specified nexthop tracking route map for the specified protocol. You can specify `bgp`, `ospf`, `ospf6`, or `static`.

Expand All @@ -167,6 +167,7 @@ Applies the specified nexthop tracking route map for the specified protocol. You
| `<vrf-name>` | The VRF name. |
| `<afi>` | The address family: IPv4 or IPv6. |
| `<nht-routemap-id>` | The next hop tracking route map name. |
| `<protocol-id>` | The protocol: `bgp`, `ospf`, `ospf6`, or `static`. |

### Version History

Expand Down

0 comments on commit 804cb7a

Please sign in to comment.