show sflow collector
Syntax
show sflow collector <brief | detail> <address>
Description
显示已配置的 sFlow 收集器及其属性的列表。使用 选项 address
显示单个收集器地址的信息。
Required Privilege Level
视图
Output Fields
表 1 列出了 命令的 show sflow collector
输出字段。输出字段按其出现的大致顺序列出。
字段名称 |
字段说明 |
输出级别 |
---|---|---|
|
收集器的 IP 地址。 |
所有级别 |
|
收集器的 UDP 端口编号。 |
所有级别 |
|
适用于收集器所有数据包的差异服务代码点 (DSCP) 值。 |
所有级别 |
|
应用于发往收集器的所有数据包的转发类值。 |
所有级别 |
|
收集的样本数。 |
所有级别 |
|
收集的计数器样本数。 |
|
|
收集的流样本数。 |
|
|
收集的数据报数。 |
|
Sample Output
show sflow collector brief
user@host> show sflow collector brief Collector Udp-port Dscp Forwarding-Class No. of samples address 10.213.0.191 6343 0 best-effort 23259
你们得到的输出是 show sflow collector address 10.213.0.191 brief
相同的。
show sflow collector detail
user@host> show sflow collector detail Sflow Collector Information Collector Address: 10.213.0.191, Collector UDP Port: 6343 DSCP Value: 0, Forwarding Class: best-effort Number of Counter Samples: 2724, Number of Flow Samples: 11 Number of Samples: 23306, Number of Datagrams: 1509
你们得到的输出是 show sflow collector address 10.213.0.191 detail
相同的。
Release Information
在 Junos OS 9.3 版中引入的命令。