Use this command to display configuration information related to the sFlow receivers.
Format | show sflow receivers [index] |
Mode | Privileged EXEC |
Receiver Index | The sFlow Receiver associated with the sampler/poller. |
Owner String | The identity string for receiver, the entity making use of this sFlowRcvrTable entry. |
Time Out | The time (in seconds) remaining before the receiver is released and stops sending samples to sFlow receiver. The no timeout value of this parameter means that the sFlow receiver is configured as a non-timeout entry. |
Max Datagram Size | The maximum number of bytes that can be sent in a single sFlow datagram. |
Port | The destination Layer4 UDP port for sFlow datagrams. |
IP Address | The sFlow receiver IP address. |
Address Type | The sFlow receiver IP address type. For an IPv4 address, the value is 1 and for an IPv6 address, the value is 2. |
Datagram Version | The sFlow protocol version to be used while sending samples to sFlow receiver. |
The following example shows CLI display output for this command.
(Extreme 220) #show sflow receivers 1
Receiver Index................................. 1
Owner String................................... tulasi
Time out....................................... 0
IP Address:.................................... 0.0.0.0
Address Type................................... 1
Port........................................... 6343
Datagram Version............................... 5
Maximum Datagram Size.......................... 1400
The following examples show CLI display output for the command when a receiver is configured as a non-timeout entry.
(Extreme 220) (Routing) #show sflow receivers Rcvr Owner Timeout Max Dgram Port IP Address Indx String Size ---- -------------------------------- ---------- --------- ----- --------------- 1 tulasi No Timeout 1400 6343 0.0.0.0 2 0 1400 6343 0.0.0.0 3 0 1400 6343 0.0.0.0 4 0 1400 6343 0.0.0.0 5 0 1400 6343 0.0.0.0 6 0 1400 6343 0.0.0.0 7 0 1400 6343 0.0.0.0 8 0 1400 6343 0.0.0.0 (Extreme 220) (Routing) #show sflow receivers 1 Receiver Index................................. 1 Owner String................................... tulasi Time out....................................... No Timeout IP Address:.................................... 0.0.0.0 Address Type................................... 1 Port........................................... 6343 Datagram Version............................... 5 Maximum Datagram Size.......................... 1400