Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Jan 10, 2025
1 parent a54e2fb commit bd714b9
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ cumulus@switch:~$ nv config apply
{{< tab "PHY BER">}}

```
cumulus@switch:~$ nv set system telemetry interface-stats class phy-stats state enable
cumulus@switch:~$ nv set system telemetry interface-stats class phy-stats state enabled
cumulus@switch:~$ nv config apply
```

{{< /tab >}}
{{< tab "Buffer Occupancy">}}

```
cumulus@switch:~$ nv set system telemetry buffer-stats export state enable
cumulus@switch:~$ nv set system telemetry buffer-stats export state enabled
cumulus@switch:~$ nv config apply
```

Expand Down Expand Up @@ -192,35 +192,35 @@ When you enable open telemetry for layer 3 router statistics, the switch exports
To enable BGP peer state statistic open telemetry:

```
cumulus@switch:~$ nv set system telemetry router bgp export state
cumulus@switch:~$ nv set system telemetry router bgp export state enabled
cumulus@switch:~$ nv config apply
```

To enable BGP statistic open telemetry for all peers under a VRF:

```
cumulus@switch:~$ nv set system telemetry router bgp vrf RED export state
cumulus@switch:~$ nv set system telemetry router bgp vrf RED export state enabled
cumulus@switch:~$ nv config apply
```

To enable BGP statistic open telemetry for a specific peer under a VRF:

```
cumulus@switch:~$ nv set system telemetry router bgp vrf RED peer swp1 export state
cumulus@switch:~$ nv set system telemetry router bgp vrf RED peer swp1 export state enabled
cumulus@switch:~$ nv config apply
```

To enable statistic open telemetry for the routing table:

```
cumulus@switch:~$ nv set system telemetry router rib export state
cumulus@switch:~$ nv set system telemetry router rib export state enabled
cumulus@switch:~$ nv config apply
```

To enable statistic open telemetry for the routing table for a VRF:

```
cumulus@switch:~$ nv set system telemetry router vrf RED rib export state
cumulus@switch:~$ nv set system telemetry router vrf RED rib export state enabled
cumulus@switch:~$ nv config apply
```

Expand Down

0 comments on commit bd714b9

Please sign in to comment.