다음을 통해 공유


Network Monitor IPv6 Filtering

Data Fields:

Field

Description

Example

IPv6.Address Fillter on an address in either direction, source or destination. IPv6.Address==2001:db8:0:1::1
IPv6.SourceAddress Represents the source address and is useful for filtering for traffic from a specific source. IPv6.SourceAddress==2001:db8:0:1::1
IPv6.DestinationAddress Represents the destination address and is useful for filtering for traffic to a specific destination. IPv6.DestinationAddress==2001:db8:0:2::2
IPv6.PayloadLength The entire length of the IP payload.  IPv6.PayloadLength == 0

 Properties:

Property Description Example
Destination Contains the top most protocols source address.  So if IPv4 is the last protocol with an address, Property.Destination will contain the string representation of that address.  This is the same property used to populate the Source column in the UI. Destination=="2001:db8:0:2::2"
Source Similar to Destination Source=="2001:db8:0:1::1"
IPPayloadLength Represents the IP Payload Size in bytes IPPayloadLength > 1000

Return to the List of Top Level Protocols

Network Monitor Blog