From 85a5f1f0723e4b86eb2d60757eba210ac6a9a27d Mon Sep 17 00:00:00 2001 From: Bandaru Viswanath Date: Mon, 7 Jun 2021 12:21:36 +0530 Subject: [PATCH] Rebasing to code Collector command doesn't need IP type, It is derived in the code. --- devops/tam/tam-drop-monitor-hld.md | 2 +- devops/tam/tam-hld.md | 3 +-- devops/tam/tam-inband-flow-analyser.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/devops/tam/tam-drop-monitor-hld.md b/devops/tam/tam-drop-monitor-hld.md index 1e34e651c185..5e5431d3531f 100644 --- a/devops/tam/tam-drop-monitor-hld.md +++ b/devops/tam/tam-drop-monitor-hld.md @@ -531,7 +531,7 @@ sonic (config-if-Ethernet44)# flow-group websrvflows ; setup the collector -collector dmcol1 type ipv4 ip 20.20.20.4 port 9091 protocol UDP +collector dmcol1 ip 20.20.20.4 port 9091 protocol UDP ; Enable Drop Monitor on the switch diff --git a/devops/tam/tam-hld.md b/devops/tam/tam-hld.md index f0b9e383970b..312d4a11b7ae 100644 --- a/devops/tam/tam-hld.md +++ b/devops/tam/tam-hld.md @@ -387,7 +387,6 @@ The following collector attribtes are supported. | **Attribute** | **Description** | |--------------------------|-------------------------------------| | `name` | A string that uniquely identifies the collector, and will be referrenced from other configurations | -| `ip-address-type` | Specifies the version of IP protocol to be used for reaching the collector. Valid values are `"IPv4"` and `"IPv6"` | | `ip-address` | The IP address of the collector | | `protocol` | Specifies the transport protocol to be used for reaching the collector. Valid values are `"UDP"` and `"TCP"`. When not specified, `"UDP"` is used as default. | | `port` | Port number on which the Collector is listening for the reports. | @@ -395,7 +394,7 @@ The following collector attribtes are supported. The command syntax for setting up the collectors are as follows: ``` -sonic (config-tam)# collector type {ipv4 | ipv6} ip port [protocol { UDP | TCP }] +sonic (config-tam)# collector ip port [protocol { UDP | TCP }] sonic (config-tam)# no collector ``` diff --git a/devops/tam/tam-inband-flow-analyser.md b/devops/tam/tam-inband-flow-analyser.md index d4e328b96f45..fa18fcfe9e82 100644 --- a/devops/tam/tam-inband-flow-analyser.md +++ b/devops/tam/tam-inband-flow-analyser.md @@ -579,7 +579,7 @@ sonic (config-tam)# enterprise-id 4434 ; setup the collector -sonic (config-tam)# collector ifacol1 type ipv4 ip 20.20.20.4 port 9090 protocol UDP +sonic (config-tam)# collector ifacol1 ip 20.20.20.4 port 9090 protocol UDP ; create the flowgroup