Skip to content

Commit 048f633

Browse files
authored
Merge pull request sonic-net#177 from BRCM-SONIC/vxlan_stats
VXLAN Stats support.
2 parents 3d5acb1 + 37cdeb5 commit 048f633

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

L3/EVPN/EVPN VXLAN HLD.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
| 0.8 | 24/04/2020 | Nikhil Kelapure | Updated Warm-reboot section |
7474
| 1.1 | 04/14/2020 | Mohanarajan Selvaraj | VXLAN QoS Changes |
7575
| 1.2 | 04/24/2020 | Rajesh Sankaran | VLAN interface underlay support |
76+
| 1.3 | 05/14/2021 | Rajesh Sankaran | VXLAN stats support |
7677

7778
# Definition/Abbreviation
7879

@@ -166,13 +167,8 @@ Following requirements are addressed by the design presented in this document:
166167
11. Support Tunnel ECMP and underlay path failovers.
167168
12. Support a common VLAN-VNI map for all the EVPN tunnels.
168169
13. Support Uniform and Pipe VXLAN QoS models.
169-
170-
171-
172-
Following requirements will be attempted on a best effort basis.
173-
174-
1. Support monitoring and display of tunnel operational status.
175-
2. Support tunnel packet/octet tx/rx counters.
170+
14. Support monitoring and display of tunnel operational status.
171+
15. Support per tunnel packet/octet tx/rx counters.
176172

177173

178174

@@ -185,6 +181,12 @@ in SONiC.
185181
2. Support configuration of QoS mode (Uniform / Pipe) of the VTEP.
186182
3. Support configuration of a global VLAN-VNI map.
187183
4. Support configuration of L3VNI association with VRF.
184+
5. Support display of packet tx and rx stats.
185+
6. Support display of octet tx and rx stats.
186+
7. Support display of rx and tx bit rates.
187+
8. Support per tunnel and all tunnel stats display.
188+
9. Support clearing of stats per tunnel and all tunnels.
189+
10.Support Click, KLISH, REST interfaces for stats.
188190

189191

190192

0 commit comments

Comments
 (0)