show ip mroute
show ip mroute
import json
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
"version": "1.0",
"type": "cli_show",
"chunk": "0",
"sid": "1",
"input": "show ip mroute",
"output_format": "json"
}
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)
{
"ins_api": {
"outputs": {
"output": {
"body": {
"TABLE_vrf": {
"ROW_vrf": [
{
"vrf-name": "default"
},
{
"TABLE_addr": {
"ROW_addr": [
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": {
"mpib-refcount": "0"
}
},
"bidir": "FALSE",
"if-name": "Null",
"internal": "FALSE",
"mcast-addrs": "(*, 232.0.0.0/8)",
"oif-count": "0",
"pending": "FALSE",
"rpf-nbr": "0.0.0.0",
"uptime": "P12DT14H40M50S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.0.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M10S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M10S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M24S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M24S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M26S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M26S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M10S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M10S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.1.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M26S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M26S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M27S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M27S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M10S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M10S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.2.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M26S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M26S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M10S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M10S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M43S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M43S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.3.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.4.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M10S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M10S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M10S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M10S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M10S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M10S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.5.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.255/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.0/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.1/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.2/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.3/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.4/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.5/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.6/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.7/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.8/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.9/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.10/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.11/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.12/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.13/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.14/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.15/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.16/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.17/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.18/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.19/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.20/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.21/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.22/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.23/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.24/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.25/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.26/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.27/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.28/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.29/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.30/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.31/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.32/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.33/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.34/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.35/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.36/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.37/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.38/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.39/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.40/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.41/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.42/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.43/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.44/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.45/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.46/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.47/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.48/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.49/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.50/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.51/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.52/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.53/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.54/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.55/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.56/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.57/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.58/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.59/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.60/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.61/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.62/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.63/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.64/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.65/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.66/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.67/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.68/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.69/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.70/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.71/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.72/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.73/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.74/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.75/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.76/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.77/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.78/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.79/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.80/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.81/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.82/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.83/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.84/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.85/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.86/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.87/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.88/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.89/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.90/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.91/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.92/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.93/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.94/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.95/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.96/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.97/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.98/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.99/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.100/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.101/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.102/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.103/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.104/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.105/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.106/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.107/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.108/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.109/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.110/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.111/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.112/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.113/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.114/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.115/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.116/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.117/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.118/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.119/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.120/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.121/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.122/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.123/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.124/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M10S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.125/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M10S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.126/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.127/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.128/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.129/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.130/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.131/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.132/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.133/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.134/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.135/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.136/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.137/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.138/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.139/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.140/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.141/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.142/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.143/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.144/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.145/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.146/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.147/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.148/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.149/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M32S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.150/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M32S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.151/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.152/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.153/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.154/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.155/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.156/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.157/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.158/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.159/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.160/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.161/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.162/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.163/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.164/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.165/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.166/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.167/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.168/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.169/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.170/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.171/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.172/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.173/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.174/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.175/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.176/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.177/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.178/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.179/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.180/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.181/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.182/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.183/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.184/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.185/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M35S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.186/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M35S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.187/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.188/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.189/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.190/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.191/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.192/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M42S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.193/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M42S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.194/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.195/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.196/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M13S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.197/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M13S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M36S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.198/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M36S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.199/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.200/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.201/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M10S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.202/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M10S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.203/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.204/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.205/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.206/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.207/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.208/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M37S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.209/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M37S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M11S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.210/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M11S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.211/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M31S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.212/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M31S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.213/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.214/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.215/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.216/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.217/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M12S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.218/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M12S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.219/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.220/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M38S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.221/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M38S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.222/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.223/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.224/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.225/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.226/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.227/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.228/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.229/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M33S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.230/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M33S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.231/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.232/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.233/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M39S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.234/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M39S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.235/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M19S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M19S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M14S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.236/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M14S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M20S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M20S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.237/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.238/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.239/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.240/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.241/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.242/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.243/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M17S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M17S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.244/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M40S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.245/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M40S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M18S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M18S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M15S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.246/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M15S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.247/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M34S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.248/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M34S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.249/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.250/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.251/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M16S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M21S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M21S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.252/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M22S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/4",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.9",
"uptime": "P12DT14H40M22S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "ip",
"stale-route": "FALSE"
},
{
"mpib-name": "mrib",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "mrib",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H39M41S"
}
]
},
"bidir": "FALSE",
"if-name": "Vlan50",
"internal": "FALSE",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.253/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.57.50.1",
"uptime": "P12DT14H39M41S"
},
{
"TABLE_mpib": {
"ROW_mpib": [
{
"mpib-name": "igmp",
"stale-route": "FALSE"
},
{
"mpib-name": "pim",
"stale-route": "FALSE"
},
{
"mpib-name": "ip",
"stale-route": "FALSE"
}
]
},
"TABLE_oif": {
"ROW_oif": [
{
"mpib-refcount": "1"
},
{
"TABLE_oif_mpib": {
"ROW_oif_mpib": {
"oif-mpib-name": "igmp",
"stale-oif": "FALSE"
}
},
"oif-name": "Ethernet1/1",
"oif-uptime": "P12DT14H40M16S"
}
]
},
"bidir": "FALSE",
"if-name": "Ethernet1/2",
"internal": "FALSE",
"mcast-addrs": "(*, 239.0.6.254/32)",
"oif-count": "1",
"pending": "FALSE",
"rpf-nbr": "10.100.157.1",
"uptime": "P12DT14H40M16S"
},
{
"TABLE_mpib": {
"ROW_