show ip pim df
show ip pim df
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 pim df",
"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_rp": {
"ROW_rp": [
{
"TABLE_grange": {
"ROW_grange": {
"grange-grp": "239.110.0.0",
"grange-masklen": "16"
}
},
"TABLE_iod": {
"ROW_iod": [
{
"df-state": "Winner",
"df-winner": "10.100.90.129",
"if-name": "Eth1/1",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M55S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "10.100.157.2",
"if-name": "Eth1/2",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "10.100.157.10",
"if-name": "Eth1/4",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "10.57.8.3",
"if-name": "Vlan8",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M55S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "10.57.50.4",
"if-name": "Vlan50",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "7.57.253.2",
"if-name": "Vlan253",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "7.57.255.2",
"if-name": "Lo0",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M55S",
"winner-metric": "0",
"winner-metric-pref": "1"
}
]
},
"df-ordinal": "1",
"metric": "0",
"metric-pref": "1",
"rp-addr": "10.8.255.89"
},
{
"TABLE_grange": {
"ROW_grange": [
{
"grange-grp": "239.100.0.0",
"grange-masklen": "16"
},
{
"grange-grp": "239.111.0.0",
"grange-masklen": "16"
},
{
"grange-grp": "239.108.0.0",
"grange-masklen": "16"
}
]
},
"TABLE_iod": {
"ROW_iod": [
{
"df-state": "Winner",
"df-winner": "10.100.90.129",
"if-name": "Eth1/1",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "10.100.157.2",
"if-name": "Eth1/2",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "10.100.157.10",
"if-name": "Eth1/4",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "10.57.8.3",
"if-name": "Vlan8",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "10.57.50.4",
"if-name": "Vlan50",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "7.57.253.2",
"if-name": "Vlan253",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M53S",
"winner-metric": "0",
"winner-metric-pref": "1"
},
{
"df-state": "Winner",
"df-winner": "7.57.255.2",
"if-name": "Lo0",
"is-rpf": "FALSE",
"uptime": "P12DT14H44M54S",
"winner-metric": "0",
"winner-metric-pref": "1"
}
]
},
"df-ordinal": "2",
"metric": "0",
"metric-pref": "1",
"rp-addr": "10.28.255.4"
}
]
},
"out-context": "default"
},
"code": "200",
"input": "show ip pim df",
"msg": "Success"
}
},
"sid": "eoc",
"type": "cli_show",
"version": "1.0"
}
}
The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show ip pim df command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|
show ip pim group-range
show ip pim group-range
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 pim group-range",
"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": {
"TABLE_group": {
"ROW_group": [
{
"action": "Accept",
"grp-addr": "232.0.0.0/8",
"mode": "SSM",
"rp-addr": "-",
"sh-tree-only-range": "-"
},
{
"action": "-",
"grp-addr": "224.0.1.39/32",
"mode": "Unknown",
"rp-addr": "-",
"sh-tree-only-range": "-"
},
{
"action": "-",
"grp-addr": "224.0.1.40/32",
"mode": "Unknown",
"rp-addr": "-",
"sh-tree-only-range": "-"
},
{
"action": "-",
"grp-addr": "239.0.0.0/16",
"mode": "ASM",
"rp-addr": "7.57.255.1",
"sh-tree-only-range": "-"
},
{
"action": "-",
"grp-addr": "239.99.0.0/16",
"mode": "ASM",
"rp-addr": "10.8.255.3",
"sh-tree-only-range": "-"
},
{
"action": "-",
"grp-addr": "239.128.0.0/16",
"mode": "ASM",
"rp-addr": "7.8.255.7",
"sh-tree-only-range": "239.128.0.0/16"
},
{
"action": "-",
"grp-addr": "239.255.0.0/16",
"mode": "ASM",
"rp-addr": "7.57.255.1",
"sh-tree-only-range": "-"
},
{
"action": "-",
"grp-addr": "239.100.0.0/16",
"mode": "Bidir",
"rp-addr": "10.28.255.4",
"sh-tree-only-range": "-"
},
{
"action": "-",
"grp-addr": "239.108.0.0/16",
"mode": "Bidir",
"rp-addr": "10.28.255.4",
"sh-tree-only-range": "-"
},
{
"action": "-",
"grp-addr": "239.110.0.0/16",
"mode": "Bidir",
"rp-addr": "10.8.255.89",
"sh-tree-only-range": "-"
},
{
"action": "-",
"grp-addr": "239.111.0.0/16",
"mode": "Bidir",
"rp-addr": "10.28.255.4",
"sh-tree-only-range": "-"
}
]
},
"out-context": "default"
}
}
},
"code": "200",
"input": "show ip pim group-range",
"msg": "Success"
}
},
"sid": "eoc",
"type": "cli_show",
"version": "1.0"
}
}
The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show ip pim group-range command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|
show ip pim interface
show ip pim interface
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 pim interface",
"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_iod": {
"ROW_iod": [
{
"DesignatedRouter": "10.100.90.129",
"assert-rcvd": "0",
"assert-sent": "0",
"auth-failed": "0",
"cksum-errors": "0",
"df-backoff-rcvd": "0",
"df-backoff-sent": "0",
"df-offer-rcvd": "0",
"df-offer-sent": "0",
"df-winner-rcvd": "0",
"df-winner-sent": "0",
"dr-priority": "1",
"genid": "1b7161b8",
"graft-ack-rcvd": "0",
"graft-ack-sent": "0",
"graft-rcvd": "0",
"graft-sent": "0",
"hello-early-sent": "0",
"hello-interval-sec": "30",
"hello-rcvd": "0",
"hello-sent": "38227",
"hello-timer": "PT11S",
"holdtime-sec": "105",
"if-addr-summary": " IP address: 10.100.90.129, IP subnet: 10.100.90.128/30",
"if-conf-dr-priority": "1",
"if-name": "Ethernet1/1",
"if-status": "protocol-up/link-up/admin-up",
"invalid-df-errors": "0",
"invalid-errors": "0",
"is-border": "FALSE",
"is-border-router": "FALSE",
"is-passive": "FALSE",
"is-pim-vpc-svi": "no",
"isauth-config": "FALSE",
"jp-in-policy-filter": "0",
"jp-in-policy-name": "none configured",
"jp-interval": "1",
"jp-next-send": "1",
"jp-out-policy-filter": "0",
"jp-out-policy-name": "none configured",
"jp-rcvd": "0",
"jp-rcvd-for-bidir": "0",
"jp-rcvd-for-ssm": "0",
"jp-rcvd-no-rp": "0",
"jp-rcvd-on-rpf": "0",
"jp-rcvd-wrong-rp": "0",
"jp-sent": "0",
"last-cleared": "never",
"nbr-cnt": "0",
"nbr-policy-name": "none configured",
"pak-len-errors": "0",
"pass-rcvd": "0",
"pass-sent": "0",
"pim-bfd-enabled": "no",
"pkts-non-nbr": "0",
"pkts-on-passive": "0",
"pkts-self": "0",
"ver-errors": "0"
},
{
"DesignatedRouter": "10.100.157.2",
"assert-rcvd": "0",
"assert-sent": "0",
"auth-failed": "0",
"cksum-errors": "0",
"df-backoff-rcvd": "2",
"df-backoff-sent": "0",
"df-offer-rcvd": "6",
"df-offer-sent": "2",
"df-winner-rcvd": "2",
"df-winner-sent": "36320",
"dr-priority": "1",
"genid": "ed66ede",
"graft-ack-rcvd": "0",
"graft-ack-sent": "0",
"graft-rcvd": "0",
"graft-sent": "0",
"hello-early-sent": "0",
"hello-interval-sec": "30",
"hello-rcvd": "38229",
"hello-sent": "38223",
"hello-timer": "PT27S",
"holdtime-sec": "105",
"if-addr-summary": " IP address: 10.100.157.2, IP subnet: 10.100.157.0/30",
"if-conf-dr-priority": "1",
"if-name": "Ethernet1/2",
"if-status": "protocol-up/link-up/admin-up",
"invalid-df-errors": "0",
"invalid-errors": "0",
"is-border": "FALSE",
"is-border-router": "FALSE",
"is-passive": "FALSE",
"is-pim-vpc-svi": "no",
"isauth-config": "FALSE",
"jp-in-policy-filter": "0",
"jp-in-policy-name": "none configured",
"jp-interval": "1",
"jp-next-send": "1",
"jp-out-policy-filter": "0",
"jp-out-policy-name": "none configured",
"jp-rcvd": "0",
"jp-rcvd-for-bidir": "0",
"jp-rcvd-for-ssm": "0",
"jp-rcvd-no-rp": "0",
"jp-rcvd-on-rpf": "0",
"jp-rcvd-wrong-rp": "0",
"jp-sent": "518887",
"last-cleared": "never",
"nbr-cnt": "1",
"nbr-policy-name": "none configured",
"pak-len-errors": "0",
"pass-rcvd": "1",
"pass-sent": "0",
"pim-bfd-enabled": "no",
"pkts-non-nbr": "0",
"pkts-on-passive": "0",
"pkts-self": "0",
"ver-errors": "0"
},
{
"DesignatedRouter": "0.0.0.0",
"assert-rcvd": "0",
"assert-sent": "0",
"auth-failed": "0",
"cksum-errors": "0",
"df-backoff-rcvd": "0",
"df-backoff-sent": "0",
"df-offer-rcvd": "0",
"df-offer-sent": "0",
"df-winner-rcvd": "0",
"df-winner-sent": "0",
"dr-priority": "1",
"genid": "3ab02f9b",
"graft-ack-rcvd": "0",
"graft-ack-sent": "0",
"graft-rcvd": "0",
"graft-sent": "0",
"hello-early-sent": "0",
"hello-interval-sec": "30",
"hello-rcvd": "0",
"hello-sent": "0",
"hello-timer": "PT0S",
"holdtime-sec": "105",
"if-addr-summary": " IP address: none",
"if-conf-dr-priority": "1",
"if-name": "Ethernet1/3",
"if-status": "protocol-down/link-down/admin-up",
"invalid-df-errors": "0",
"invalid-errors": "0",
"is-border": "FALSE",
"is-border-router": "FALSE",
"is-passive": "FALSE",
"is-pim-vpc-svi": "no",
"isauth-config": "FALSE",
"jp-in-policy-filter": "0",
"jp-in-policy-name": "none configured",
"jp-interval": "1",
"jp-next-send": "1",
"jp-out-policy-filter": "0",
"jp-out-policy-name": "none configured",
"jp-rcvd": "0",
"jp-rcvd-for-bidir": "0",
"jp-rcvd-for-ssm": "0",
"jp-rcvd-no-rp": "0",
"jp-rcvd-on-rpf": "0",
"jp-rcvd-wrong-rp": "0",
"jp-sent": "0",
"last-cleared": "never",
"nbr-cnt": "0",
"nbr-policy-name": "none configured",
"pak-len-errors": "0",
"pass-rcvd": "0",
"pass-sent": "0",
"pim-bfd-enabled": "no",
"pkts-non-nbr": "0",
"pkts-on-passive": "0",
"pkts-self": "0",
"ver-errors": "0"
},
{
"DesignatedRouter": "10.100.157.10",
"assert-rcvd": "0",
"assert-sent": "0",
"auth-failed": "0",
"cksum-errors": "0",
"df-backoff-rcvd": "2",
"df-backoff-sent": "0",
"df-offer-rcvd": "6",
"df-offer-sent": "2",
"df-winner-rcvd": "2",
"df-winner-sent": "36320",
"dr-priority": "1",
"genid": "ff22e2d",
"graft-ack-rcvd": "0",
"graft-ack-sent": "0",
"graft-rcvd": "0",
"graft-sent": "0",
"hello-early-sent": "0",
"hello-interval-sec": "30",
"hello-rcvd": "38217",
"hello-sent": "38226",
"hello-timer": "PT19S",
"holdtime-sec": "105",
"if-addr-summary": " IP address: 10.100.157.10, IP subnet: 10.100.157.8/30",
"if-conf-dr-priority": "1",
"if-name": "Ethernet1/4",
"if-status": "protocol-up/link-up/admin-up",
"invalid-df-errors": "0",
"invalid-errors": "0",
"is-border": "FALSE",
"is-border-router": "FALSE",
"is-passive": "FALSE",
"is-pim-vpc-svi": "no",
"isauth-config": "FALSE",
"jp-in-policy-filter": "0",
"jp-in-policy-name": "none configured",
"jp-interval": "1",
"jp-next-send": "1",
"jp-out-policy-filter": "0",
"jp-out-policy-name": "none configured",
"jp-rcvd": "0",
"jp-rcvd-for-bidir": "0",
"jp-rcvd-for-ssm": "0",
"jp-rcvd-no-rp": "0",
"jp-rcvd-on-rpf": "0",
"jp-rcvd-wrong-rp": "0",
"jp-sent": "501599",
"last-cleared": "never",
"nbr-cnt": "1",
"nbr-policy-name": "none configured",
"pak-len-errors": "0",
"pass-rcvd": "1",
"pass-sent": "0",
"pim-bfd-enabled": "no",
"pkts-non-nbr": "0",
"pkts-on-passive": "0",
"pkts-self": "0",
"ver-errors": "0"
},
{
"DesignatedRouter": "0.0.0.0",
"assert-rcvd": "0",
"assert-sent": "0",
"auth-failed": "0",
"cksum-errors": "0",
"df-backoff-rcvd": "0",
"df-backoff-sent": "0",
"df-offer-rcvd": "0",
"df-offer-sent": "0",
"df-winner-rcvd": "0",
"df-winner-sent": "0",
"dr-priority": "1",
"genid": "353f8e24",
"graft-ack-rcvd": "0",
"graft-ack-sent": "0",
"graft-rcvd": "0",
"graft-sent": "0",
"hello-early-sent": "0",
"hello-interval-sec": "30",
"hello-rcvd": "0",
"hello-sent": "0",
"hello-timer": "PT0S",
"holdtime-sec": "105",
"if-addr-summary": " IP address: none",
"if-conf-dr-priority": "1",
"if-name": "Ethernet1/13",
"if-status": "protocol-up/link-up/admin-up",
"invalid-df-errors": "0",
"invalid-errors": "0",
"is-border": "FALSE",
"is-border-router": "FALSE",
"is-passive": "FALSE",
"is-pim-vpc-svi": "no",
"isauth-config": "FALSE",
"jp-in-policy-filter": "0",
"jp-in-policy-name": "none configured",
"jp-interval": "1",
"jp-next-send": "1",
"jp-out-policy-filter": "0",
"jp-out-policy-name": "none configured",
"jp-rcvd": "0",
"jp-rcvd-for-bidir": "0",
"jp-rcvd-for-ssm": "0",
"jp-rcvd-no-rp": "0",
"jp-rcvd-on-rpf": "0",
"jp-rcvd-wrong-rp": "0",
"jp-sent": "0",
"last-cleared": "never",
"nbr-cnt": "0",
"nbr-policy-name": "none configured",
"pak-len-errors": "0",
"pass-rcvd": "0",
"pass-sent": "0",
"pim-bfd-enabled": "no",
"pkts-non-nbr": "0",
"pkts-on-passive": "0",
"pkts-self": "0",
"ver-errors": "0"
},
{
"DesignatedRouter": "10.57.8.3",
"assert-rcvd": "0",
"assert-sent": "0",
"auth-failed": "0",
"cksum-errors": "0",
"df-backoff-rcvd": "0",
"df-backoff-sent": "0",
"df-offer-rcvd": "0",
"df-offer-sent": "0",
"df-winner-rcvd": "0",
"df-winner-sent": "0",
"dr-priority": "1",
"genid": "2cae4d08",
"graft-ack-rcvd": "0",
"graft-ack-sent": "0",
"graft-rcvd": "0",
"graft-sent": "0",
"hello-early-sent": "0",
"hello-interval-sec": "30",
"hello-rcvd": "0",
"hello-sent": "38228",
"hello-timer": "PT15S",
"holdtime-sec": "105",
"if-addr-summary": " IP address: 10.57.8.3, IP subnet: 10.57.8.0/22",
"if-conf-dr-priority": "1",
"if-name": "Vlan8",
"if-status": "protocol-up/link-up/admin-up",
"invalid-df-errors": "0",
"invalid-errors": "0",
"is-border": "FALSE",
"is-border-router": "FALSE",
"is-passive": "FALSE",
"is-pim-vpc-svi": "no",
"isauth-config": "FALSE",
"jp-in-policy-filter": "0",
"jp-in-policy-name": "none configured",
"jp-interval": "1",
"jp-next-send": "1",
"jp-out-policy-filter": "0",
"jp-out-policy-name": "none configured",
"jp-rcvd": "0",
"jp-rcvd-for-bidir": "0",
"jp-rcvd-for-ssm": "0",
"jp-rcvd-no-rp": "0",
"jp-rcvd-on-rpf": "0",
"jp-rcvd-wrong-rp": "0",
"jp-sent": "0",
"last-cleared": "never",
"nbr-cnt": "0",
"nbr-policy-name": "none configured",
"pak-len-errors": "0",
"pass-rcvd": "0",
"pass-sent": "0",
"pim-bfd-enabled": "no",
"pkts-non-nbr": "0",
"pkts-on-passive": "0",
"pkts-self": "38223",
"ver-errors": "0"
},
{
"DesignatedRouter": "10.57.50.4",
"assert-rcvd": "0",
"assert-sent": "0",
"auth-failed": "0",
"cksum-errors": "0",
"df-backoff-rcvd": "2",
"df-backoff-sent": "0",
"df-offer-rcvd": "0",
"df-offer-sent": "2",
"df-winner-rcvd": "2",
"df-winner-sent": "36320",
"dr-priority": "1",
"genid": "2a8926fb",
"graft-ack-rcvd": "0",
"graft-ack-sent": "0",
"graft-rcvd": "0",
"graft-sent": "0",
"hello-early-sent": "0",
"hello-interval-sec": "30",
"hello-rcvd": "38215",
"hello-sent": "38228",
"hello-timer": "PT16S",
"holdtime-sec": "105",
"if-addr-summary": " IP address: 10.57.50.4, IP subnet: 10.57.50.0/24",
"if-conf-dr-priority": "1",
"if-name": "Vlan50",
"if-status": "protocol-up/link-up/admin-up",
"invalid-df-errors": "0",
"invalid-errors": "0",
"is-border": "FALSE",
"is-border-router": "FALSE",
"is-passive": "FALSE",
"is-pim-vpc-svi": "no",
"isauth-config": "FALSE",
"jp-in-policy-filter": "0",
"jp-in-policy-name": "none configured",
"jp-interval": "1",
"jp-next-send": "1",
"jp-out-policy-filter": "0",
"jp-out-policy-name": "none configured",
"jp-rcvd": "0",
"jp-rcvd-for-bidir": "0",
"jp-rcvd-for-ssm": "0",
"jp-rcvd-no-rp": "0",
"jp-rcvd-on-rpf": "0",
"jp-rcvd-wrong-rp": "0",
"jp-sent": "0",
"last-cleared": "never",
"nbr-cnt": "1",
"nbr-policy-name": "none configured",
"pak-len-errors": "0",
"pass-rcvd": "1",
"pass-sent": "0",
"pim-bfd-enabled": "no",
"pkts-non-nbr": "0",
"pkts-on-passive": "0",
"pkts-self": "0",
"ver-errors": "0"
},
{
"DesignatedRouter": "7.57.253.2",
"assert-rcvd": "0",
"assert-sent": "0",
"auth-failed": "0",
"cksum-errors": "0",
"df-backoff-rcvd": "2",
"df-backoff-sent": "0",
"df-offer-rcvd": "6",
"df-offer-sent": "2",
"df-winner-rcvd": "2",
"df-winner-sent": "36320",
"dr-priority": "1",
"genid": "b1e979",
"graft-ack-rcvd": "0",
"graft-ack-sent": "0",
"graft-rcvd": "0",
"graft-sent": "0",
"hello-early-sent": "0",
"hello-interval-sec": "30",
"hello-rcvd": "38233",
"hello-sent": "38224",
"hello-timer": "PT15S",
"holdtime-sec": "105",
"if-addr-summary": " IP address: 7.57.253.2, IP subnet: 7.57.253.0/30",
"if-conf-dr-priority": "1",
"if-name": "Vlan253",
"if-status": "protocol-up/link-up/admin-up",
"invalid-df-errors": "0",
"invalid-errors": "0",
"is-border": "FALSE",
"is-border-router": "FALSE",
"is-passive": "FALSE",
"is-pim-vpc-svi": "no",
"isauth-config": "FALSE",
"jp-in-policy-filter": "0",
"jp-in-policy-name": "none configured",
"jp-interval": "1",
"jp-next-send": "1",
"jp-out-policy-filter": "0",
"jp-out-policy-name": "none configured",
"jp-rcvd": "0",
"jp-rcvd-for-bidir": "0",
"jp-rcvd-for-ssm": "0",
"jp-rcvd-no-rp": "0",
"jp-rcvd-on-rpf": "0",
"jp-rcvd-wrong-rp": "0",
"jp-sent": "0",
"last-cleared": "never",
"nbr-cnt": "1",
"nbr-policy-name": "none configured",
"pak-len-errors": "0",
"pass-rcvd": "2",
"pass-sent": "0",
"pim-bfd-enabled": "no",
"pkts-non-nbr": "0",
"pkts-on-passive": "0",
"pkts-self": "0",
"ver-errors": "0"
},
{
"DesignatedRouter": "7.57.255.2",
"assert-rcvd": "0",
"assert-sent": "0",
"auth-failed": "0",
"cksum-errors": "0",
"df-backoff-rcvd": "0",
"df-backoff-sent": "0",
"df-offer-rcvd": "0",
"df-offer-sent": "0",
"df-winner-rcvd": "0",
"df-winner-sent": "0",
"dr-priority": "1",
"genid": "72c0d97",
"graft-ack-rcvd": "0",
"graft-ack-sent": "0",
"graft-rcvd": "0",
"graft-sent": "0",
"hello-early-sent": "0",
"hello-interval-sec": "30",
"hello-rcvd": "0",
"hello-sent": "38225",
"hello-timer": "PT16S",
"holdtime-sec": "105",
"if-addr-summary": " IP address: 7.57.255.2, IP subnet: 7.57.255.2/32",
"if-conf-dr-priority": "1",
"if-name": "loopback0",
"if-status": "protocol-up/link-up/admin-up",
"invalid-df-errors": "0",
"invalid-errors": "0",
"is-border": "FALSE",
"is-border-router": "FALSE",
"is-passive": "FALSE",
"is-pim-vpc-svi": "no",
"isauth-config": "FALSE",
"jp-in-policy-filter": "0",
"jp-in-policy-name": "none configured",
"jp-interval": "1",
"jp-next-send": "1",
"jp-out-policy-filter": "0",
"jp-out-policy-name": "none configured",
"jp-rcvd": "0",
"jp-rcvd-for-bidir": "0",
"jp-rcvd-for-ssm": "0",
"jp-rcvd-no-rp": "0",
"jp-rcvd-on-rpf": "0",
"jp-rcvd-wrong-rp": "0",
"jp-sent": "0",
"last-cleared": "never",
"nbr-cnt": "0",
"nbr-policy-name": "none configured",
"pak-len-errors": "0",
"pass-rcvd": "0",
"pass-sent": "0",
"pim-bfd-enabled": "no",
"pkts-non-nbr": "0",
"pkts-on-passive": "0",
"pkts-self": "0",
"ver-errors": "0"
}
]
},
"out-context": "default"
},
"code": "200",
"input": "show ip pim interface",
"msg": "Success"
}
},
"sid": "eoc",
"type": "cli_show",
"version": "1.0"
}
}
The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show ip pim interface command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|
show ip pim neighbor
show ip pim neighbor
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 pim neighbor",
"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": {
"TABLE_neighbor": {
"ROW_neighbor": [
{
"bfd-state": "n/a",
"bidir-capable": "TRUE",
"dr-priority": "1",
"expires": "PT1M27S",
"if-name": "Ethernet1/2",
"nbr-addr": "10.100.157.1",
"uptime": "P12DT14H45M51S"
},
{
"bfd-state": "n/a",
"bidir-capable": "TRUE",
"dr-priority": "1",
"expires": "PT1M41S",
"if-name": "Ethernet1/4",
"nbr-addr": "10.100.157.9",
"uptime": "P12DT14H45M51S"
},
{
"bfd-state": "n/a",
"bidir-capable": "TRUE",
"dr-priority": "1",
"expires": "PT1M34S",
"if-name": "Vlan50",
"nbr-addr": "10.57.50.3",
"uptime": "P12DT14H45M18S"
},
{
"bfd-state": "n/a",
"bidir-capable": "TRUE",
"dr-priority": "1",
"expires": "PT1M31S",
"if-name": "Vlan253",
"nbr-addr": "7.57.253.1",
"uptime": "P12DT14H45M16S"
}
]
},
"out-context": "default"
}
}
},
"code": "200",
"input": "show ip pim neighbor",
"msg": "Success"
}
},
"sid": "eoc",
"type": "cli_show",
"version": "1.0"
}
}
The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show ip pim neighbor command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|
show ip pim route
show ip pim route
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 pim route",
"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": {
"TABLE_addr": {
"ROW_addr": [
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Null",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "0.0.0.0"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 232.0.0.0/8)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "3"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.1/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.1/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.2/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.2/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.3/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.3/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.4/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.4/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.5/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.5/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.6/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.6/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.7/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.7/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.8/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.8/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.9/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.9/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.10/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.10/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.11/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.11/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.12/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.12/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.13/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.13/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.14/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.14/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.15/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.15/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.16/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.16/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.17/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.17/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.18/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.18/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.19/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.19/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.20/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.20/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.21/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.21/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.22/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.22/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.23/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.23/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.24/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.24/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.25/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.25/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.26/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.26/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.27/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.27/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.28/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.28/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.29/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.29/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.30/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.30/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.31/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.31/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.32/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.32/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.33/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.33/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.34/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.34/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.35/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.35/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.36/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.36/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.37/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.37/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.38/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.38/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.39/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.39/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.40/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.40/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.41/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.41/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.42/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.42/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.43/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.43/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.44/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.44/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.45/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.45/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.46/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.46/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.47/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.47/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.48/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.48/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.49/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.49/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.50/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.50/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.51/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.51/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.52/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.52/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.53/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.53/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.54/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.54/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.55/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.55/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.56/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.56/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.57/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.57/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.58/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.58/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.59/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.59/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.60/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.60/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.61/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.61/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.62/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.62/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.63/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.63/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.64/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.64/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.65/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.65/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.66/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.66/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.67/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.67/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.68/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.68/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.69/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.69/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.70/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.70/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.71/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.71/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.72/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.72/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.73/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.73/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.74/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.74/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.75/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.75/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.76/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.76/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.77/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.77/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.78/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.78/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.79/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.79/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.80/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.80/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.81/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.81/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.82/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.82/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.83/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.83/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.84/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.84/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.85/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.85/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.86/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.86/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.87/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.87/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.88/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.88/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.89/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.89/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.90/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.90/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.91/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.91/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.92/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.92/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.93/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.93/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.94/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.94/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.95/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.95/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.96/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.96/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.97/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.97/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.98/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.98/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.99/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.99/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.100/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.100/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.101/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.101/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.102/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.102/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.103/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.103/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.104/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.104/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.105/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.105/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.106/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.106/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.107/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.107/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.108/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.108/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.109/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.109/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.110/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.110/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.111/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.111/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.112/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.112/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.113/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.113/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.114/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.114/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.115/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.115/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.116/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.116/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.117/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.117/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.118/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.118/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.119/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.119/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.120/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.120/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.121/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.121/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.122/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.122/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.123/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.123/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.124/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.124/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.125/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.125/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.126/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.126/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.127/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.127/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.128/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.128/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.129/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.129/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.130/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.130/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.131/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.131/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.132/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.132/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.133/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.133/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.134/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.134/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.135/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.135/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.136/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.136/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.137/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.137/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.138/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.138/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.139/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.139/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.140/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.140/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.141/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.141/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.142/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.142/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.143/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.143/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.144/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.144/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.145/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.145/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.146/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.146/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.147/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.147/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.148/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.148/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.149/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.149/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.150/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.150/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.151/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.151/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.152/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.152/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.153/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.153/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.154/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.154/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.155/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.155/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.156/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.156/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.157/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.157/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.158/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.158/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.159/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.159/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.160/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.160/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.161/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.161/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.162/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.162/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.163/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.163/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.164/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.164/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.165/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.165/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.166/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.166/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.167/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.167/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.168/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.168/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.169/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.169/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.170/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.170/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.171/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.171/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.172/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.172/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.173/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.173/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.174/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.174/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.175/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.175/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.176/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.176/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.177/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.177/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.178/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.178/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.179/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.179/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.180/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.180/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.181/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.181/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.182/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.182/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.183/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.183/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.184/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.184/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.185/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.185/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.186/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.186/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.187/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.187/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.188/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.188/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.189/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.189/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.190/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.190/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.191/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.191/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.192/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.192/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.193/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.193/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.194/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.194/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.195/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.195/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.196/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.196/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.197/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.197/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.198/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.198/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.199/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.199/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.200/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.200/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.201/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.201/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.202/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.202/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.203/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.203/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.204/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.204/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.205/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.205/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.206/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.206/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.207/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.207/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.208/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.208/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.209/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.209/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.210/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.210/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.211/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.211/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.212/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.212/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.213/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.213/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.214/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.214/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.215/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.215/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.216/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.216/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.217/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.217/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.218/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.218/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.219/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.219/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.220/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.220/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.221/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.221/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:21",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.222/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.222/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.223/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.223/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.224/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.224/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.225/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.225/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.226/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.226/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.227/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.227/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.228/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.228/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.229/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.229/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.230/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.230/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.231/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.231/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.232/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.232/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.233/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.233/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.234/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.234/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.235/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.235/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.236/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.236/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.237/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.237/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.238/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.238/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.239/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.239/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.240/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.240/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.241/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.241/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.242/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.242/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.243/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.243/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.244/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.244/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.245/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.245/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.246/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.246/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.247/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.247/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.248/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.248/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.249/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.249/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.250/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.250/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.251/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.251/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.252/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.252/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.253/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.253/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.254/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.254/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.0.255/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.0.255/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.0/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.0/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.1/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.1/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.2/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.2/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.3/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.3/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.4/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.4/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.5/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.5/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.6/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.6/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.7/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.7/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.8/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.8/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.9/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.9/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.10/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.10/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.11/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.11/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.12/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.12/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.13/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.13/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.14/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.14/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.15/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.15/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.16/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.16/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.17/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.17/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.18/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.18/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.19/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.19/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.20/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.20/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.21/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.21/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.22/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.22/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.23/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.23/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.24/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.24/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.25/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.25/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.26/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.26/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.27/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.27/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.28/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.28/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.29/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.29/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.30/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.30/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.31/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.31/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.32/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.32/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.33/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.33/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.34/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.34/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.35/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.35/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.36/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.36/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.37/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.37/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.38/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.38/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.39/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.39/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.40/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.40/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.41/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.41/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.42/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.42/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.43/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.43/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.44/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.44/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.45/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:17",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.45/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.46/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.46/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.47/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.47/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.48/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.48/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.49/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.49/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.50/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.50/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.51/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.51/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.52/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.52/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.53/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.53/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.54/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.54/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.55/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.55/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.56/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.56/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.57/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.57/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.58/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.58/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.59/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.59/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.60/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.60/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.61/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.61/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.62/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.62/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.63/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.63/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.64/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.64/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.65/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.65/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.66/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.66/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.67/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.67/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.68/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.68/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.69/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.69/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.70/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.70/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.71/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.71/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.72/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.72/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.73/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.73/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.74/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.74/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.75/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.75/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.76/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.76/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.77/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.77/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.78/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.78/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.79/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.79/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.80/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.80/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.81/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.81/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.82/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.82/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.83/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.83/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.84/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.84/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.85/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.85/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.86/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.86/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.87/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.87/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.88/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.88/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.89/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.89/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.90/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.90/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.91/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.91/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.92/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.92/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.93/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.93/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.94/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.94/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.95/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.95/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.96/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.96/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.97/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.97/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.98/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.98/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.99/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.99/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.100/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.100/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.101/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.101/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.102/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.102/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.103/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.103/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.104/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.104/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.105/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.105/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.106/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.106/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.107/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.107/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.108/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.108/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.109/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.109/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.110/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.110/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.111/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.111/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.112/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.112/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.113/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.113/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.114/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.114/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.115/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.115/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.116/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.116/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.117/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.117/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.118/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.118/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.119/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.119/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.120/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.120/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.121/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.121/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.122/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.122/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.123/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.123/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.124/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.124/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.125/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.125/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.126/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.126/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.127/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.127/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.128/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.128/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.129/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.129/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.130/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.130/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.131/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.131/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.132/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.132/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.133/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.133/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.134/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.134/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.135/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.135/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.136/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.136/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.137/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.137/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.138/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.138/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.139/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.139/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.140/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.140/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.141/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.141/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.142/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.142/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.143/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.143/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.144/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.144/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.145/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.145/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.146/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.146/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.147/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.147/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.148/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.148/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.149/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.149/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.150/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.150/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.151/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.151/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.152/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.152/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.153/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.153/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.154/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.154/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.155/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.155/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.156/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.156/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.157/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.157/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.158/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.158/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.159/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.159/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.160/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.160/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.161/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.161/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.162/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.162/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.163/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.163/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.164/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.164/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.165/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.165/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.166/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.166/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.167/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.167/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.168/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.168/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.169/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.169/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.170/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.170/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.171/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.171/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.172/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.172/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.173/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.173/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.174/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.174/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.175/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.175/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.176/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.176/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.177/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.177/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.178/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.178/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.179/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.179/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.180/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.180/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.181/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.181/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.182/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.182/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.183/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.183/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.184/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.184/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.185/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.185/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.186/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.186/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.187/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.187/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.188/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.188/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.189/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.189/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.190/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.190/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.191/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.191/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.192/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.192/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.193/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.193/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.194/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.194/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.195/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.195/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.196/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.196/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.197/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.197/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.198/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.198/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.199/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.199/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.200/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.200/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.201/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.201/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.202/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.202/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.203/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.203/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.204/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.204/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.205/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.205/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.206/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.206/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.207/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.207/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.208/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.208/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.209/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.209/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.210/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.210/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.211/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.211/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.212/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.212/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.213/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.213/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.214/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.214/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.215/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.215/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.216/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.216/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.217/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.217/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.218/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.218/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.219/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.219/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.220/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.220/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.221/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.221/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.222/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.222/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.223/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.223/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.224/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.224/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.225/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.225/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.226/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.226/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.227/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.227/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.228/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.228/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.229/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.229/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.230/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.230/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.231/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.231/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.232/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.232/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.233/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.233/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.234/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.234/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.235/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.235/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.236/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.236/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.237/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.237/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.238/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.238/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.239/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.239/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.240/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.240/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.241/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.241/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.242/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.242/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.243/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.243/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.244/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.244/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.245/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.245/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.246/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.246/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.247/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.247/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.248/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.248/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.249/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.249/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.250/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.250/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.251/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.251/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.252/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.252/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.253/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.253/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.254/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.254/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.1.255/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.1.255/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.0/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.0/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.1/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.1/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.2/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.2/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.3/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.3/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.4/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.4/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.5/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.5/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.6/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.6/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.7/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.7/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.8/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.8/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.9/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.9/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.10/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.10/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.11/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.11/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.12/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.12/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.13/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.13/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.14/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.14/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.15/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.15/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.16/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.16/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.17/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.17/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.18/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.18/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.19/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.19/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.20/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.20/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.21/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.21/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.22/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.22/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.23/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.23/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.24/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.24/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.25/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.25/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.26/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.26/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.27/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.27/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.28/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.28/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.29/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.29/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.30/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.30/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.31/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.31/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.32/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.32/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.33/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.33/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.34/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.34/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.35/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.35/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.36/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.36/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.37/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.37/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.38/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.38/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.39/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.39/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.40/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.40/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.41/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.41/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.42/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.42/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.43/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.43/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.44/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.44/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.45/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.45/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.46/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.46/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.47/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.47/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.48/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.48/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.49/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.49/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.50/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.50/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.51/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.51/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.52/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.52/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.53/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.53/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.54/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.54/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.55/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.55/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.56/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.56/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.57/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.57/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.58/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.58/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.59/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.59/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.60/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.60/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.61/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.61/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.62/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.62/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.63/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.63/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.64/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.64/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.65/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.65/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.66/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.66/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.67/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.67/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.68/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.68/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.69/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.69/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.70/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.70/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.71/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.71/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.72/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.72/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.73/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.73/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.74/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.74/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.75/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.75/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.76/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.76/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.77/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.77/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.78/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.78/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.79/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.79/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.80/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.80/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.81/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.81/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.82/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.82/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.83/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.83/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.84/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.84/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.85/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.85/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.86/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.86/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.87/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.87/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.88/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.88/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.89/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.89/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.90/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.90/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.91/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.91/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.92/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.92/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.93/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.93/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.94/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.94/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.95/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.95/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.96/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.96/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.97/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.97/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.98/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.98/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.99/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.99/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.100/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.100/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.101/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.101/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.102/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.102/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.103/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.103/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.104/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.104/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.105/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.105/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.106/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.106/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.107/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.107/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.108/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.108/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.109/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.109/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.110/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.110/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.111/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.111/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.112/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.112/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.113/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.113/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.114/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.114/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.115/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.115/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.116/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.116/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.117/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.117/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.118/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.118/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.119/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.119/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.120/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.120/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.121/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.121/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.122/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.122/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.123/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.123/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.124/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.124/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.125/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.125/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.126/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.126/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.127/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.127/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.128/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.128/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.129/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.129/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.130/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.130/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.131/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.131/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.132/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.132/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.133/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.133/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.134/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.134/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.135/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.135/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.136/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.136/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.137/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.137/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.138/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.138/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.139/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.139/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.140/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.140/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.141/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.141/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.142/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.142/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.143/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.143/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.144/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.144/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.145/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.145/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.146/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.146/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.147/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.147/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.148/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.148/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.149/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.149/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.150/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.150/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.151/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.151/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.152/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.152/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.153/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.153/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.154/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.154/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.155/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.155/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.156/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.156/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.157/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.157/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.158/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.158/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.159/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.159/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.160/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.160/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.161/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.161/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.162/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.162/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.163/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.163/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.164/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.164/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.165/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.165/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.166/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.166/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.167/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.167/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.168/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.168/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.169/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.169/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.170/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.170/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.171/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.171/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.172/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.172/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.173/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.173/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.174/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.174/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.175/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.175/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.176/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.176/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.177/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.177/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.178/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.178/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.179/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.179/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.180/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.180/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.181/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.181/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.182/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.182/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.183/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.183/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.184/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.184/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.185/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.185/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.186/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.186/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.187/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.187/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.188/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.188/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.189/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.189/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.190/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.190/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.191/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.191/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.192/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.192/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.193/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.193/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.194/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.194/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.195/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.195/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.196/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.196/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.197/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.197/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.198/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.198/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.199/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.199/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.200/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.200/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.201/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.201/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.202/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.202/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.203/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.203/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.204/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.204/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.205/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.205/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.206/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.206/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.207/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.207/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.208/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.208/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.209/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.209/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.210/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.210/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.211/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.211/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.212/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.212/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.213/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.213/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.214/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.214/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.215/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.215/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.216/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.216/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.217/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.217/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.218/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.218/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.219/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.219/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.220/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.220/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.221/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.221/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.222/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.222/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.223/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.223/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.224/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.224/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.225/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.225/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.226/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.226/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.227/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.227/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.228/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.228/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.229/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.229/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.230/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.230/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.231/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.231/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.232/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.232/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.233/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.233/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.234/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.234/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.235/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.235/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.236/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.236/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.237/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.237/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.238/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.238/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.239/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.239/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.240/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.240/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.241/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.241/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.242/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.242/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.243/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.243/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.244/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.244/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.245/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.245/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.246/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.246/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.247/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.247/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.248/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.248/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.249/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.249/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.250/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.250/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.251/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.251/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.252/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.252/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.253/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.253/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.254/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.254/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.2.255/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.2.255/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.0/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.0/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.1/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.1/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.2/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.2/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.3/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.3/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.4/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.4/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.5/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.5/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.6/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.6/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.7/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.7/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.8/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.8/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.9/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.9/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.10/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.10/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.11/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.11/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.12/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.12/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.13/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.13/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.14/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.14/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.15/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.15/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.16/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.16/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.17/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.17/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.18/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.18/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.19/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.19/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.20/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.20/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.21/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.21/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.22/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.22/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.23/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.23/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.24/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.24/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.25/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.25/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.26/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.26/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.27/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.27/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.28/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.28/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.29/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.29/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.30/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.30/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.31/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.31/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.32/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.32/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.33/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.33/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.34/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.34/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.35/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.35/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.36/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.36/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.37/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.37/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.38/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.38/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.39/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.39/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.40/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.40/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.41/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.41/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.42/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.42/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.43/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.43/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.44/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.44/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.45/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.45/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.46/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.46/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.47/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.47/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.48/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.48/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.49/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.49/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.50/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.50/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.51/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.51/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.52/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.52/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.53/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.53/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.54/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.54/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.55/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.55/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.56/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.56/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.57/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.57/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.58/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.58/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.59/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.59/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.60/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.60/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.61/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.61/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.62/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.62/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.63/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.63/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.64/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.64/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.65/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.65/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.66/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.66/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.67/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.67/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.68/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.68/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.69/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.69/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.70/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.70/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.71/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.71/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.72/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.72/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.73/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.73/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.74/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.74/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.75/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.75/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.76/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.76/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.77/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.77/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.78/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.78/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.79/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.79/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.80/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.80/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.81/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.81/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.82/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.82/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.83/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.83/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.84/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.84/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.85/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.85/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.86/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.86/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.87/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.87/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.88/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.88/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.89/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.89/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.90/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.90/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.91/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.91/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.92/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.92/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.93/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.93/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.94/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.94/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.95/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.95/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.96/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.96/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.97/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.97/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.98/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.98/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.99/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.99/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.100/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.100/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.101/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.101/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.102/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.102/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.103/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.103/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.104/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.104/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.105/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.105/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.106/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.106/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.107/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.107/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.108/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.108/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.109/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.109/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.110/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.110/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.111/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.111/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.112/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.112/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.113/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.113/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.114/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.114/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.115/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.115/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.116/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.116/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.117/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.117/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.118/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.118/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.119/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.119/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.120/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.120/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.121/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.121/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.122/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.122/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.123/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.123/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.124/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.124/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.125/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.125/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.126/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.126/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.127/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.127/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.128/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.128/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.129/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.129/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.130/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.130/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.131/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.131/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.132/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.132/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.133/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.133/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.134/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.134/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.135/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.135/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.136/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.136/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.137/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.137/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.138/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.138/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.139/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.139/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.140/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.140/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.141/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.141/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.142/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.142/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.143/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.143/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.144/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.144/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.145/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.145/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.146/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.146/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.147/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.147/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.148/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.148/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.149/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.149/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.150/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.150/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.151/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.151/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.152/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.152/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.153/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.153/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.154/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.154/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.155/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.155/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.156/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.156/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.157/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.157/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.158/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.158/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.159/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.159/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.160/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.160/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.161/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.161/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.162/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.162/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.163/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.163/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.164/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.164/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.165/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.165/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.166/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.166/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.167/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.167/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.168/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.168/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.169/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.169/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.170/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.170/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.171/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.171/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.172/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.172/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.173/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.173/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.174/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.174/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.175/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.175/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.176/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.176/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.177/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.177/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.178/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.178/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.179/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.179/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.180/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.180/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.181/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.181/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.182/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.182/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.183/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.183/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.184/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.184/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.185/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.185/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.186/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.186/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.187/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.187/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.188/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.188/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.189/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.189/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.190/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.190/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.191/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.191/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.192/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.192/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.193/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.193/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.194/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.194/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.195/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.195/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.196/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.196/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.197/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.197/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.198/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.198/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.199/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.199/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.200/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.200/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.201/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.201/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.202/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.202/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.203/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.203/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.204/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.204/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.205/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.205/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.206/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.206/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.207/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.207/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.208/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.208/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.209/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.209/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.210/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.210/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.211/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.211/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.212/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.212/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.213/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.213/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.214/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.214/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.215/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.215/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.216/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.216/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.217/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.217/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.218/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.218/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.219/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.219/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.220/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.220/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.221/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.221/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.222/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.222/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.223/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.223/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.224/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.224/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.225/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.225/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.226/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.226/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.227/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.227/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.228/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.228/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.229/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.229/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.230/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.230/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.231/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.231/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.232/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.232/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.233/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.233/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.234/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.234/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.235/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.235/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.236/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.236/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.237/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.237/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.238/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.238/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.239/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.239/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.240/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.240/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.241/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.241/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.242/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.242/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.243/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.243/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.244/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.244/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.245/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.245/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.246/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.246/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.247/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.247/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.248/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.248/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.249/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.249/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.250/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.250/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.251/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.251/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.252/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.252/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.253/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.253/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.254/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.254/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.3.255/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.3.255/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.0/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.0/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.1/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.1/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.2/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.2/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.3/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.3/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.4/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.4/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.5/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.5/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.6/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.6/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.7/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.7/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.8/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.8/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.9/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.9/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.10/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.10/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.11/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.11/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.12/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.12/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.13/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.13/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.14/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.14/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.15/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.15/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.16/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.16/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.17/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.17/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.18/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.18/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.19/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.19/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.20/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.20/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.21/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.21/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.22/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.22/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.23/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.23/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.24/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.24/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.25/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.25/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.26/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.26/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.27/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.27/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:22",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.28/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.28/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.29/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.29/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.30/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.30/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.31/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.31/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.32/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.32/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.33/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.33/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.34/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.34/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.35/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.35/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.36/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.36/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.37/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.37/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.38/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.38/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.39/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.39/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.40/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.40/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.41/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.41/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.42/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.42/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.43/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.43/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.44/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.44/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.45/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.45/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.46/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.46/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.47/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.47/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.48/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.48/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.49/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.49/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.50/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.50/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.51/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.51/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.52/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.52/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.53/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.53/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.54/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.54/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.55/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.55/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.56/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.56/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.57/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.57/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.58/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.58/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.59/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.59/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.60/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.60/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.61/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.61/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.62/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.62/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.63/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.63/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.64/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.64/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.65/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.65/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.66/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.66/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.67/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.67/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.68/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.68/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.69/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.69/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.70/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.70/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.71/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.71/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.72/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.72/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.73/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.73/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.74/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.74/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.75/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.75/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.76/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.76/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.77/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.77/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.78/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.78/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.79/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.79/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.80/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.80/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.81/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.81/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.82/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.82/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.83/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.83/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.84/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.84/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.85/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.85/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.86/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.86/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.87/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.87/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.88/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.88/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.89/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.89/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.90/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.90/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.91/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.91/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.92/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.92/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.93/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.93/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.94/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.94/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.95/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.95/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.96/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.96/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.97/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.97/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.98/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.98/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.99/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.99/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.100/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.100/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.101/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.101/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.102/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.102/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.103/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.103/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.104/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.104/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.105/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.105/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.106/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.106/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.107/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.107/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.108/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.108/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.109/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.109/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.110/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.110/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.111/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.111/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.112/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.112/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.113/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.113/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.114/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.114/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.115/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.115/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.116/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.116/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.117/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.117/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.118/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.118/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.119/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.119/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.120/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.120/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.121/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.121/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.122/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.122/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.123/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.123/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.124/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.124/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.125/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.125/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.126/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.126/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.127/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.127/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.128/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.128/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.129/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.129/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.130/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.130/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.131/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.131/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.132/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.132/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.133/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.133/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.134/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.134/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.135/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.135/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.136/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.136/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.137/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.137/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.138/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.138/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.139/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.139/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.140/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.140/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.141/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.141/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.142/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.142/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.143/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.143/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.144/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.144/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.145/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.145/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.146/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.146/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.147/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.147/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.148/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.148/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.149/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.149/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.150/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.150/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.151/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.151/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.152/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.152/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.153/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.153/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.154/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.154/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.155/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.155/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.156/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.156/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.157/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.157/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.158/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.158/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.159/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.159/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.160/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.160/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.161/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.161/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.162/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.162/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.163/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.163/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.164/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.164/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.165/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.165/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.166/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.166/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.167/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.167/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.168/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.168/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.169/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.169/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.170/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.170/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.171/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.171/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.172/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.172/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.173/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.173/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.174/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.174/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.175/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.175/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.176/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.176/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.177/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.177/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.178/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.178/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.179/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.179/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.180/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.180/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.181/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.181/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.182/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.182/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.183/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.183/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.184/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.184/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.185/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.185/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.186/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.186/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.187/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.187/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.188/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.188/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.189/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.189/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.190/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.190/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.191/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.191/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.192/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.192/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.193/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.193/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.194/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.194/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.195/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.195/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.196/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.196/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.197/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.197/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.198/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.198/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.199/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.199/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.200/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.200/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.201/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.201/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.202/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.202/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.203/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.203/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.204/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.204/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.205/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.205/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.206/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.206/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.207/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.207/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.208/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.208/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.209/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.209/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.210/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.210/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.211/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.211/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.212/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.212/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.213/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.213/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.214/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.214/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.215/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.215/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.216/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.216/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.217/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.217/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.218/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.218/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.219/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.219/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.220/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.220/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.221/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.221/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.222/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.222/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.223/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.223/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.224/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.224/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.225/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.225/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.226/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.226/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.227/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.227/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.228/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.228/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.229/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.229/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.230/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.230/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.231/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.231/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.232/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.232/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.233/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.233/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.234/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.234/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.235/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.235/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.236/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.236/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.237/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.237/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.238/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.238/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.239/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.239/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.240/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.240/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.241/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.241/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.242/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.242/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.243/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.243/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.244/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.244/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.245/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.245/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.246/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.246/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.247/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.247/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.248/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.248/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.249/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.249/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.250/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.250/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.251/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.251/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.252/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.252/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.253/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.253/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.254/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.254/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.4.255/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.4.255/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.0/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.0/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.1/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.1/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.2/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.2/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.3/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.3/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.4/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.4/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.5/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.5/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.6/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.6/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.7/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.7/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.8/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.8/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.9/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.9/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.10/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.10/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.11/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.11/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.12/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.12/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.13/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.13/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.14/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.14/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.15/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.15/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.16/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.16/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.17/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.17/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.18/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.18/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.19/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.19/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.20/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.20/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.21/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.21/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.22/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.22/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.23/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.23/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.24/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.24/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.25/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.25/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.26/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.26/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.27/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.27/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.28/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.28/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.29/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.29/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.30/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.30/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.31/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.31/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.32/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.32/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.33/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.33/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.34/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.34/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.35/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.35/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.36/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.36/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.37/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.37/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.38/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.38/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.39/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.39/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.40/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.40/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.41/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.41/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.42/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.42/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.43/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.43/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.44/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.44/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.45/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.45/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.46/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.46/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.47/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.47/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.48/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.48/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.49/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.49/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.50/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.50/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.51/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.51/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.52/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.52/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.53/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.53/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.54/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.54/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.55/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.55/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.56/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.56/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.57/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.57/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.58/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.58/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.59/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.59/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.60/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.60/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.61/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.61/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.62/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.62/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.63/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.63/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.64/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.64/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.65/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.65/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.66/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.66/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.67/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.67/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.68/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.68/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.69/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.69/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.70/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.70/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.71/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:18",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.71/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.72/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.72/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.73/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.73/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.74/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.74/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.75/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.75/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.76/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.76/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.77/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.77/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.78/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.78/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.79/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.79/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.80/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.80/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.81/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.81/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.82/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.82/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.83/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.83/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.84/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.84/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.85/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.85/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.86/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.86/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.87/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.87/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.88/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.88/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.89/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.89/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.90/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.90/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.91/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.91/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.92/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.92/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.93/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.93/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.94/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.94/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.95/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.95/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.96/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.96/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.97/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.97/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.98/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.98/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.99/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.99/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.100/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.100/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.101/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.101/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.102/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.102/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.103/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.103/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.104/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.104/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.105/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.105/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.106/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.106/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.107/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.107/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.108/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.108/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.109/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.109/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.110/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.110/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.111/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.111/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.112/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.112/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.113/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.113/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.114/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.114/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.115/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.115/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.116/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.116/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.117/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.117/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.118/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.118/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.119/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.119/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.120/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.120/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.121/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.121/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.122/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.122/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.123/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.123/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.124/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.124/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.125/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.125/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.126/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.126/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.127/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.127/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.128/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.128/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.129/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.129/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.130/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.130/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.131/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.131/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.132/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.132/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.133/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.133/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.134/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.134/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.135/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.135/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.136/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.136/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.137/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.137/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.138/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.138/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.139/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.139/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.140/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.140/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.141/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.141/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.142/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.142/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.143/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.143/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.144/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.144/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.145/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.145/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.146/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.146/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.147/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.147/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.148/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.148/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.149/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.149/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.150/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.150/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.151/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.151/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.152/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.152/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.153/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.153/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.154/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.154/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.155/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.155/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.156/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.156/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.157/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.157/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.158/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.158/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.159/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.159/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.160/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.160/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.161/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.161/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.162/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.162/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.163/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.163/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.164/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.164/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.165/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.165/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.166/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.166/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.167/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.167/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.168/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.168/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.169/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.169/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.170/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.170/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.171/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.171/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.172/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.172/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.173/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.173/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.174/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.174/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.175/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.175/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.176/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.176/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.177/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.177/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.178/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.178/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.179/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.179/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.180/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.180/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.181/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.181/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.182/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.182/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.183/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.183/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.184/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.184/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.185/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.185/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.186/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.186/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.187/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.187/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.188/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.188/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.189/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.189/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.190/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.190/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.191/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.191/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.192/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.192/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.193/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.193/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.194/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.194/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.195/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.195/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.196/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.196/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.197/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.197/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.198/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.198/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.199/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.199/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.200/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.200/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.201/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.201/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.202/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.202/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.203/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.203/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.204/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.204/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.205/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.205/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.206/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.206/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.207/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.207/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.208/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.208/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.209/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.209/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.210/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.210/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.211/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.211/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.212/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.212/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.213/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.213/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.214/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.214/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.215/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.215/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.216/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.216/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.217/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.217/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.218/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.218/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.219/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.219/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.220/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.220/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.221/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.221/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.222/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.222/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.223/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.223/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.224/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.224/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.225/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.225/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.226/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.226/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.227/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.227/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.228/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.228/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.229/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.229/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.230/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.230/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.231/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.231/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.232/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.232/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.233/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.233/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.234/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.234/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.235/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.235/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.236/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.236/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.237/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.237/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.238/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.238/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.239/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.239/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.240/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.240/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.241/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.241/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.242/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.242/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.243/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.243/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.244/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.244/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.245/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.245/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.246/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.246/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.247/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.247/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.248/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.248/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.249/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.249/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.250/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.250/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.251/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.251/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.252/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.252/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.253/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.253/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.254/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.254/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.5.255/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.5.255/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.0/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.0/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.1/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.1/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.2/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.2/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.3/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.3/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.4/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.4/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.5/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.5/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.6/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.6/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.7/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.7/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.8/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.8/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.9/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.9/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.10/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.10/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.11/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.11/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.12/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.12/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.13/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.13/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.14/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.14/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.15/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.15/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.16/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.16/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.17/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.17/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.18/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.18/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.19/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.19/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.20/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.20/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.21/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.21/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.22/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.22/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.23/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.23/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.24/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.24/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.25/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.25/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.26/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.26/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.27/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.27/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.28/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.28/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.29/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.29/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.30/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.30/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.31/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.31/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.32/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.32/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.33/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.33/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.34/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.34/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.35/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.35/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.36/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.36/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.37/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.37/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.38/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.38/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.39/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.39/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.40/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.40/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.41/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.41/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.42/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.42/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.43/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.43/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.44/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.44/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.45/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.45/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.46/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.46/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.47/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.47/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.48/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.48/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.49/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.49/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.50/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.50/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.51/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.51/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.52/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.52/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.53/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.53/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.54/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.54/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.55/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.55/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.56/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.56/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.57/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.57/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.58/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.58/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.59/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.59/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.60/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.60/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.61/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.61/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.62/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.62/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.63/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.63/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.64/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.64/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.65/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.65/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.66/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.66/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.67/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.67/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.68/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.68/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.69/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.69/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.70/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.70/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.71/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.71/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.72/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.72/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.73/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.73/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.74/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.74/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.75/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.75/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.76/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.76/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.77/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.77/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.78/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.78/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.79/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.79/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.80/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.80/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.81/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.81/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.82/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.82/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.83/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.83/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.84/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.84/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.85/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.85/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.86/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.86/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.87/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.87/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.88/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.88/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.89/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.89/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.90/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.90/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.91/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.91/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.92/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.92/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.93/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.93/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.94/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.94/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.95/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.95/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.96/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.96/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.97/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.97/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.98/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.98/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.99/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.99/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.100/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.100/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.101/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.101/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.102/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.102/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.103/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.103/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.104/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.104/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.105/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.105/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.106/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.106/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.107/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.107/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.108/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.108/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.109/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.109/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.110/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.110/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.111/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.111/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.112/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.112/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.113/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.113/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.114/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.114/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.115/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.115/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.116/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.116/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.117/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.117/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.118/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.118/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.119/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.119/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.120/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.120/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.121/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.121/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.122/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.122/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.123/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.123/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.124/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.124/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.125/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.125/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.126/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.126/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.127/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.127/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.128/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.128/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.129/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.129/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.130/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.130/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.131/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.131/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.132/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.132/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.133/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.133/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.134/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.134/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.135/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.135/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.136/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.136/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.137/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.137/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.138/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.138/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.139/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.139/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.140/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.140/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.141/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.141/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.142/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.142/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.143/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.143/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.144/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.144/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.145/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.145/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.146/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.146/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.147/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.147/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.148/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.148/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.149/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.149/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.150/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.150/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.151/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.151/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.152/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.152/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.153/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.153/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.154/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.154/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.155/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.155/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.156/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.156/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.157/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.157/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.158/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.158/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.159/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.159/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.160/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.160/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.161/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.161/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.162/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.162/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.163/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.163/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.164/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.164/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.165/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.165/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.166/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.166/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.167/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.167/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.168/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.168/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.169/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.169/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.170/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.170/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.171/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.171/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.172/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.172/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.173/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.173/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.174/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.174/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.175/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.175/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.176/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.176/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.177/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.177/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.178/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.178/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.179/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.179/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.180/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.180/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.181/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.181/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.182/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.182/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.183/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.183/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.184/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.184/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.185/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.185/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.186/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.186/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.187/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.187/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.188/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.188/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.189/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.189/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.190/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.190/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.191/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.191/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.192/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.192/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.193/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.193/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.194/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.194/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.195/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.195/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.196/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.196/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.197/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.197/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.198/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.198/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.199/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.199/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.200/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.200/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.201/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.201/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.202/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.202/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.203/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.203/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.204/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.204/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.205/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.205/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.206/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.206/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.207/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.207/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.208/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.208/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.209/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.209/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.210/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.210/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.211/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.211/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.212/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.212/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.213/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.213/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.214/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.214/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.215/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.215/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.216/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.216/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.217/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.217/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.218/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.218/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.219/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.219/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.220/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.220/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.221/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.221/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.222/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.222/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.223/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.223/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.224/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.224/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.225/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.225/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.226/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.226/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.227/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.227/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.228/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.228/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.229/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.229/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.230/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.230/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.231/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.231/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.232/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.232/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.233/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.233/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.234/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.234/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.235/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.235/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.236/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.236/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.237/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.237/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.238/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.238/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.239/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.239/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.240/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.240/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.241/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.241/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.242/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.242/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.243/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.243/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.244/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.244/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.245/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.245/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.246/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.246/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.247/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.247/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.248/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.248/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.249/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.249/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.250/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.250/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.251/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.251/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.252/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.252/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.253/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.253/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.254/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.254/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.6.255/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.6.255/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.0/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.0/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.1/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.1/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.2/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.2/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.3/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.3/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.4/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.4/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.5/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.5/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.6/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.6/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.7/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.7/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.8/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.8/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.9/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.9/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.10/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.10/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.11/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.11/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.12/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.12/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.13/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.13/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.14/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.14/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.15/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.15/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.16/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.16/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.17/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.17/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.18/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.18/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.19/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.19/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.20/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.20/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.21/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.21/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.22/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.22/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.23/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.23/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.24/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.24/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.25/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.25/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.26/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.26/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.27/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.27/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.28/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.28/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.29/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.29/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.30/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.30/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.31/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.31/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.32/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.32/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.33/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.33/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.34/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.34/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.35/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.35/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.36/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.36/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.37/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.37/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.38/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.38/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.39/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.39/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.40/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.40/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.41/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.41/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.42/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.42/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.43/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.43/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.44/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.44/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.45/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.45/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.46/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.46/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.47/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.47/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.48/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.48/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.49/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.49/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.50/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.50/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.51/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.51/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.52/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.52/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.53/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.53/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.54/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.54/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.55/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.55/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.56/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.56/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.57/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.57/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.58/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.58/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.59/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.59/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.60/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.60/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.61/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.61/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.62/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.62/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.63/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.63/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.64/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.64/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.65/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.65/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.66/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.66/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.67/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.67/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.68/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.68/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.69/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.69/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.70/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.70/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.71/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.71/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.72/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.72/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.73/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.73/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.74/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.74/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.75/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.75/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.76/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.76/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.77/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.77/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.78/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.78/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.79/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.79/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.80/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.80/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.81/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.81/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.82/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.82/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.83/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.83/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.84/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.84/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.85/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.85/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.86/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.86/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.87/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.87/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.88/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.88/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.89/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.89/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.90/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.90/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.91/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.91/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.92/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.92/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.93/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.93/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.94/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.94/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.95/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.95/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.96/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.96/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.97/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.97/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.98/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.98/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.99/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.99/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.100/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.100/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.101/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.101/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.102/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.102/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.103/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.103/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.104/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.104/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.105/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.105/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.106/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.106/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.107/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.107/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.108/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.108/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.109/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.109/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.110/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.110/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.111/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.111/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.112/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.112/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.113/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.113/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.114/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.114/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.115/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.115/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.116/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.116/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.117/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.117/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.118/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.118/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.119/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.119/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:23",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.120/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.120/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.121/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.121/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.122/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.122/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.123/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.123/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.124/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.124/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.125/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.125/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.126/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.126/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.127/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.127/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.128/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.128/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.129/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.129/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.130/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.130/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.131/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.131/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.132/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.132/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.133/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.133/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.134/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.134/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.135/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.135/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.136/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.136/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.137/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.137/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.138/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.138/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.139/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.139/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.140/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.140/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.141/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.141/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.142/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.142/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.143/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.143/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.144/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.144/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.145/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.145/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.146/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.146/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.147/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.147/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.148/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.148/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.149/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.149/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.150/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.150/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.151/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.151/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.152/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.152/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.153/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.153/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.154/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.154/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.155/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.155/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.156/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.156/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.157/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.157/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.158/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.158/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.159/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.159/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.160/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.160/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.161/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.161/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.162/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.162/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.163/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.163/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.164/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.164/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.165/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.165/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.166/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.166/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.167/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.167/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.168/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.168/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.169/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.169/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.170/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.170/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.171/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.171/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.172/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.172/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.173/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.173/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.174/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.174/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.175/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.175/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.176/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.176/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.177/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.177/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.178/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.178/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.179/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.179/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.180/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.180/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.181/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.181/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.182/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.182/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.183/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.183/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.184/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.184/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.185/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.185/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.186/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.186/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.187/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.187/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.188/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.188/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.189/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.189/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.190/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.190/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.191/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.191/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.192/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.192/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.193/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.193/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.194/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.194/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.195/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.195/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.196/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.196/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.197/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.197/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.198/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.198/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.199/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.199/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.200/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.200/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.201/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.201/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.202/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.202/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.203/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.203/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.204/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.204/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.205/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.205/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.206/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.206/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.207/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.207/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.208/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.208/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.209/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.209/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.210/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.210/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.211/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.211/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.212/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.212/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.213/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.213/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.214/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.214/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.215/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.215/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.216/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.216/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.217/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.217/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.218/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.218/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.219/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.219/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.220/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.220/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.221/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.221/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.222/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.222/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.223/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.223/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.224/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.224/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.225/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.225/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.226/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.226/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.227/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.227/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.228/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.228/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.229/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.229/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.230/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.230/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.231/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.231/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.232/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.232/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.233/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.233/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.234/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.234/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.235/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.235/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.236/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.236/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.237/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.237/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.238/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.238/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.239/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.239/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.240/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.240/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.241/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.241/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.242/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.242/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.243/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.243/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.244/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.244/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.245/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.245/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.246/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.246/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.247/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.247/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.248/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.248/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.249/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.249/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.250/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.250/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.251/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.251/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.252/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.252/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.253/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.253/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.254/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.254/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.7.255/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.7.255/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.0/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.0/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.1/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.1/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.2/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.2/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.3/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.3/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.4/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.4/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.5/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.5/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.6/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.6/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.7/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.7/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.8/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.8/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.9/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.9/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.10/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.10/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.11/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.11/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.12/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.12/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.13/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.13/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.14/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.14/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.15/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.15/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.16/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.16/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.17/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.17/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.18/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.18/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.19/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.19/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.20/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.20/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.21/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.21/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.22/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.22/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.23/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.23/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.24/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.24/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.25/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.25/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.26/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.26/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.27/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.27/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.28/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.28/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.29/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.29/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.30/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.30/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.31/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.31/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.32/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.32/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.33/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.33/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.34/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.34/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.35/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.35/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.36/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.36/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.37/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.37/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.38/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.38/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.39/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.39/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.40/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.40/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.41/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.41/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.42/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.42/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.43/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.43/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.44/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.44/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.45/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.45/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.46/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.46/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.47/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.47/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.48/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.48/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.49/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.49/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.50/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.50/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.51/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.51/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.52/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.52/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.53/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.53/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.54/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.54/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.55/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.55/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.56/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.56/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.57/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.57/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.58/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.58/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.59/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.59/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.60/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.60/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.61/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.61/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.62/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.62/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.63/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.63/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.64/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.64/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.65/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.65/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.66/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.66/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.67/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.67/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.68/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.68/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.69/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.69/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.70/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.70/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.71/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.71/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.72/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.72/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.73/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.73/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.74/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.74/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.75/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.75/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.76/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.76/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.77/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.77/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.78/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.78/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.79/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.79/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.80/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.80/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.81/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.81/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.82/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.82/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.83/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.83/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.84/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.84/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.85/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.85/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.86/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.86/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.87/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.87/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.88/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.88/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.89/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.89/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.90/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.90/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.91/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.91/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.92/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.92/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.93/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.93/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.94/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.94/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.95/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.95/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.96/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.96/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.97/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.97/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.98/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.98/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.99/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.99/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.100/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.100/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.101/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.101/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.102/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.102/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.103/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.103/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.104/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.104/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.105/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.105/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.106/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.106/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.107/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.107/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.108/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.108/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.109/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.109/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.110/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.110/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.111/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.111/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.112/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.112/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.113/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.113/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.114/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.114/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.115/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.115/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.116/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.116/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.117/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.117/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.118/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.118/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.119/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.119/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.120/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.120/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.121/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.121/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.122/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.122/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.123/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.123/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.124/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.124/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.125/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.125/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.126/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.126/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.127/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.127/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.128/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.128/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.129/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.129/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.130/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.130/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.131/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.131/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.132/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.132/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.133/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.133/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.134/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.134/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.135/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.135/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.136/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.136/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.137/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.137/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.138/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.138/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.139/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.139/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.140/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.140/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.141/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.141/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.142/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.142/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.143/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.143/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.144/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.144/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.145/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.145/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.146/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.146/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.147/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.147/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.148/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.148/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.149/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.149/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.150/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.150/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.151/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.151/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.152/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.152/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.153/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.153/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.154/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.154/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.155/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.155/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.156/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.156/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.157/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.157/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.158/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.158/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.159/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.159/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.160/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.160/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.161/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.161/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.162/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.162/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.163/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.163/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.164/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.164/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.165/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.165/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.166/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.166/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.167/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.167/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.168/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.168/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.169/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.169/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.170/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.170/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.171/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.171/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.172/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.172/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.173/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.173/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.174/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.174/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.175/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.175/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.176/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.176/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.177/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.177/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.178/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.178/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.179/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.179/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.180/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.180/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.181/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.181/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.182/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.182/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.183/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.183/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.184/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.184/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.185/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.185/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.186/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.186/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.187/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.187/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.188/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.188/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.189/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.189/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.190/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.190/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.191/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.191/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.192/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.192/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.193/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.193/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.194/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.194/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.195/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.195/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/2",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.1"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.196/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Vlan50",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.57.50.1"
}
},
"TABLE_sgrprunelist": {
"ROW_sgrprunelist": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(10.57.50.1/32, 239.0.8.196/32)",
"rp-bit": "FALSE",
"sgexpire": "00:02:24",
"timeout-interval": "1"
},
{
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {
"ROW_rpf": {
"intf-name": "Ethernet1/4",
"rpf-nbr-1": {},
"rpf-nbr-2": {},
"rpf-nbr-addr": "10.100.157.9"
}
},
"TABLE_timeout": {
"ROW_timeout": {
"bf-str": "00000000",
"count": "0"
}
},
"bidir": "FALSE",
"jp-holdtime": "3",
"mcast-addrs": "(*, 239.0.8.197/32)",
"rp-addr": "7.57.255.1",
"rp-bit": "TRUE",
"rp-local": "FALSE",
"sgexpire": "00:00:19",
"timeout-interval": "3"
},
{
"TABLE_immediate": {
"ROW_immediate": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_immediatetimeout": {
"ROW_immediatetimeout": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_oif": {
"ROW_oif": {
"bf-str": "00000000",
"count": "0"
}
},
"TABLE_rpf": {