From af5c4c519b6a9fc0d4978ca3e3a3ec4cac579874 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 2 Jan 2021 18:56:43 +0100 Subject: op-mode: T3178: add "clear ip(v6)" commands --- op-mode-definitions/clear-ip.xml | 40 ++++++++++++++++++++++++++++++++++++++ op-mode-definitions/clear-ipv6.xml | 40 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 op-mode-definitions/clear-ip.xml create mode 100644 op-mode-definitions/clear-ipv6.xml (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/clear-ip.xml b/op-mode-definitions/clear-ip.xml new file mode 100644 index 000000000..3c75ed11b --- /dev/null +++ b/op-mode-definitions/clear-ip.xml @@ -0,0 +1,40 @@ + + + + + + + Clear Internet Protocol (IP) statistics or status + + + + + Clear prefix-list statistics or status + + vtysh -c "$*" + + + + Clear prefix-list statistics or status for specified word + + <WORD> + + + vtysh -c "$*" + + + + Clear prefix-list statistics or status for given word|network + + <x.x.x.x/x> + + + vtysh -c "$*" + + + + + + + + diff --git a/op-mode-definitions/clear-ipv6.xml b/op-mode-definitions/clear-ipv6.xml new file mode 100644 index 000000000..f26ab4046 --- /dev/null +++ b/op-mode-definitions/clear-ipv6.xml @@ -0,0 +1,40 @@ + + + + + + + Clear Internet Protocol (IPv6) statistics or status + + + + + Clear prefix-list statistics or status + + vtysh -c "$*" + + + + Clear prefix-list statistics or status for specified word + + <WORD> + + + vtysh -c "$*" + + + + Clear prefix-list statistics or status for given word|network + + <h:h:h:h:h:h:h:h/x> + + + vtysh -c "$*" + + + + + + + + -- cgit v1.2.3