Capture module: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 185: Line 185:
* '''multicastGroup''': A multicast IP address or any. The filter will match all IGMP or MLD negotiation packets related to that multicast IP address.
* '''multicastGroup''': A multicast IP address or any. The filter will match all IGMP or MLD negotiation packets related to that multicast IP address.
* '''rtpPayloadType''': The RTP payload type such as PCMU or MP2T. This filter will match all RTP packets with the given payload type.
* '''rtpPayloadType''': The RTP payload type such as PCMU or MP2T. This filter will match all RTP packets with the given payload type.
* '''interface''': The physical interface. This can be a single number or a range. For interface ids please consult the Interface stats page.  
* '''interface.name''' or '''namedInterface''': The physical interface. This can be the name or interface number (as printed on the device). For interface ids please consult the Interface stats page.  
:Example:
:Example:
:{| class="wikitable sortable"   
:{| class="wikitable sortable"   
|-           
|-           
| interface == 1,3-5
| <nowiki>interface.name == uplink || interface.name == 3</nowiki>
|-
|-
|}
|}


* '''interface.rawid''': This is the raw internal ID of interfaces. It starts from 0. The interface stats page also shows the raw ID.
* '''link''': The link pair of two interfaces as stated in Interface stats. A single link number can be given.
* '''link''': The link pair of two interfaces as stated in Interface stats. A single link number can be given.
* '''pppoeProtocol''': A specific PPPoE protocol (by name or by ID), or "none"/"any"
* '''pppoeProtocol''': A specific PPPoE protocol (by name or by ID), or "none"/"any"
547

edits

Navigation menu