Monitoring IGMP Proxy
To display IGMP proxy parameters, use the following show commands.
show ip igmp-proxy
- Routing ProcessIGMP proxy protocol
- Administrative stateState of IGMP proxy in the software: enabled or disabled
- Operational stateOperational state of IGMP proxy: enabled or disabled
- total interfaceNumber of IGMP proxy interfaces on the VR; currently only one upstream interface per VR
- stateOperational state of the IGMP proxy interfaces: enabled or disabled
- multicast groupNumber of multicast groups associated with IGMP proxy interfaces
host1#show ip igmp-proxyRouting Process IGMP Proxy, Administrative state enabled, Operational state enabledtotal 1 upstream interface, state enabled6 multicast groupshow ip igmp-proxy groups
- Grp AddressAddress of the multicast group
- InterfaceType and specifier of the upstream interface associated with the multicast group
- Member StateState of the associated group address and interface
- IdleInterface is going to send a group membership report to respond to a group membership query for this group
- DelayInterface has responded to the latest group membership query for this group
host1#show ip igmp-proxy groupsGrp Address Interface Member State--------------- --------------- --------------225.1.1.1 atm3/0.2 Idle225.1.1.2 atm3/0.2 Idle225.1.1.3 atm3/0.2 Idle225.1.1.4 atm3/0.2 Idle225.1.1.5 atm3/0.2 Idle225.1.1.6 atm3/0.2 Idlecount 6Example 2 host1#show ip igmp-proxy group 225.1.1.1Grp Address Interface Member State--------------- --------------- --------------225.1.1.1 atm3/0.2 IdleExample 3 host1#show ip igmp-proxy group countCount: 6 groupsshow ip igmp-proxy interface
- Use to display information about the interface on which you configured IGMP proxy.
- To view information about a particular interface, enter an interface type and specifier, such as atm 3/0. For details about interface types and specifiers, see JUNOSe Command Reference Guide, About This Guide.
- Specify the brief keyword to display a summary rather than a detailed description.
- Field descriptions
- InterfaceType of upstream interface. For details about interface types, see JUNOSe Command Reference Guide, About This Guide.
- addressAddress of upstream interface
- Administrative stateState of upstream interface in the software: enabled or disabled
- Operational statePhysical state of upstream interface: enabled or disabled
- VersionIGMP version on this interface
- StatePresence of IGMPv1 routers on the same subnet as this upstream interface
- Unsolicited report intervalTime interval, in tenths of a second, at which this upstream interface sends an unsolicited group membership report
- Version 1 router present timeoutHow long, in seconds, that the upstream interface calculates an IGMPv1 router to exist on the subnet after that interface receives an IGMPv1 group membership query
- multicast groupNumber of multicast groups associated with this upstream interface
- Interface statistics RcvdStatistics for messages received on this interface
- v1 queriesNumber of IGMPv1 group membership queries received
- v2 queriesNumber of IGMPv2 group membership queries received
- v1 reportsNumber of IGMPv1 group membership reports received
- v2 reportsNumber of IGMPv2 group membership reports received
- v1 reportsNumber of IGMPv1 leave group reports sent
- v2 reportsNumber of IGMPv2 leave group reports sent
- leavesNumber of leave group membership messages sent
host1#show ip igmp-proxy interface atm 3/0.2Interface atm3/0.2 address 21.1.1.1/255.0.0.0Administrative state enabled, Operational state enabledInterface parameters:Version 2State No v1 Router PresentUnsolicited report interval 10 secsVersion 1 router present timeout 400 secs0 multicast groupInterface statistics:Rcvd: 0 v1 query, 6 v2 queries0 v1 report, 0 v2 reportSent: 0 v1 report, 48 v2 reports, 0 leave