Skip to content

Commit b7720dc

Browse files
Merge pull request sonic-net#218 from bandaru-viswanath/master
Rebasing the TAM collector CLI command description (and params)
2 parents 34d51af + 85a5f1f commit b7720dc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

devops/tam/tam-drop-monitor-hld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ sonic (config-if-Ethernet44)# flow-group websrvflows
531531
532532
; setup the collector
533533
534-
collector dmcol1 type ipv4 ip 20.20.20.4 port 9091 protocol UDP
534+
collector dmcol1 ip 20.20.20.4 port 9091 protocol UDP
535535
536536
; Enable Drop Monitor on the switch
537537

devops/tam/tam-hld.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,15 +387,14 @@ The following collector attribtes are supported.
387387
| **Attribute** | **Description** |
388388
|--------------------------|-------------------------------------|
389389
| `name` | A string that uniquely identifies the collector, and will be referrenced from other configurations |
390-
| `ip-address-type` | Specifies the version of IP protocol to be used for reaching the collector. Valid values are `"IPv4"` and `"IPv6"` |
391390
| `ip-address` | The IP address of the collector |
392391
| `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. |
393392
| `port` | Port number on which the Collector is listening for the reports. |
394393

395394
The command syntax for setting up the collectors are as follows:
396395

397396
```
398-
sonic (config-tam)# collector <name> type {ipv4 | ipv6} ip <ip-address> port <port-number> [protocol { UDP | TCP }]
397+
sonic (config-tam)# collector <name> ip <ip-address> port <port-number> [protocol { UDP | TCP }]
399398
400399
sonic (config-tam)# no collector <name>
401400
```

devops/tam/tam-inband-flow-analyser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ sonic (config-tam)# enterprise-id 4434
579579
580580
; setup the collector
581581
582-
sonic (config-tam)# collector ifacol1 type ipv4 ip 20.20.20.4 port 9090 protocol UDP
582+
sonic (config-tam)# collector ifacol1 ip 20.20.20.4 port 9090 protocol UDP
583583
584584
; create the flowgroup
585585

0 commit comments

Comments
 (0)