show ip route

show ip 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 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_addrf": {
                                "ROW_addrf": {
                                    "TABLE_prefix": {
                                        "ROW_prefix": [
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "3.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Eth1/3", 
                                                        "ipnexthop": "3.1.2.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M18S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "3.1.2.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Eth1/3", 
                                                        "ipnexthop": "3.1.2.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M18S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "3.1.2.10/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M18S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "4.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M18S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "4.1.1.10/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ifname": "Vlan36", 
                                                        "ipnexthop": "36.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H33M3S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "4.4.4.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M37S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "5.5.5.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": [
                                                        {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "23.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "200", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M45S"
                                                        }, 
                                                        {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "140.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "200", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M45S"
                                                        }
                                                    ]
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "6.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "2"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M37S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "6.6.6.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M37S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "7.7.7.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "3.1.2.11", 
                                                        "metric": "100", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "400", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H26M45S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "8.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M37S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "8.8.8.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "9.9.9.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "60.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M18S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "10.6.141.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "10.10.10.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "3.1.2.11", 
                                                        "metric": "100", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "400", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H26M45S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "10.30.223.146/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "10.30.223.150/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "3.1.2.11", 
                                                        "metric": "100", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "400", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H26M45S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "10.50.7.37/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "3.1.2.11", 
                                                        "metric": "100", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "400", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H26M45S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "10.175.169.160/28", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "3.1.2.11", 
                                                        "metric": "100", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "400", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H26M45S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "10.192.187.254/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": [
                                                        {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "23.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "200", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M45S"
                                                        }, 
                                                        {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "140.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "200", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M45S"
                                                        }
                                                    ]
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "10.197.1.10/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "2"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H21M49S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "11.11.11.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M37S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "12.12.12.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "110", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "13.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M37S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "13.13.13.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H21M49S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "14.14.14.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M37S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "15.15.15.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "16.16.16.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "17.17.17.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "18.18.18.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "19.19.19.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Lo20", 
                                                        "ipnexthop": "20.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "20.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Lo20", 
                                                        "ipnexthop": "20.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "20.1.1.11/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "20.20.20.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "30", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "21.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Vlan216", 
                                                        "ipnexthop": "21.6.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H45M1S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "21.6.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Vlan216", 
                                                        "ipnexthop": "21.6.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H45M1S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "21.6.1.11/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "21.21.21.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "22.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "3.1.2.11", 
                                                        "metric": "100", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "400", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H26M45S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "22.22.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "22.22.22.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Eth1/23", 
                                                        "ipnexthop": "23.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M17S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "23.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Eth1/23", 
                                                        "ipnexthop": "23.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M17S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "23.1.1.10/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "23.23.23.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "24.24.24.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "25.25.25.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "26.26.26.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "27.27.27.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "28.28.28.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "29.29.29.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "30.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "30.30.30.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "31.31.31.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "20", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "32.32.32.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "34.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H33M3S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "33.1.1.21/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Vlan34", 
                                                        "ipnexthop": "34.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H33M4S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "34.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Vlan34", 
                                                        "ipnexthop": "34.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H33M4S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "34.1.1.10/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/23", 
                                                        "ipnexthop": "23.1.1.11", 
                                                        "metric": "14", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M36S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "35.1.2.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "60", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H27M3S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "36.1.0.0/16", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "42.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "3.1.2.11", 
                                                        "metric": "100", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "400", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H26M45S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "42.42.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "21", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "50.1.1.10/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "11", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "50.1.1.11/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "21", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M37S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "50.1.1.13/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/23", 
                                                        "ipnexthop": "23.1.1.11", 
                                                        "metric": "11", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M36S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "50.1.1.14/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "21.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M17S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "51.1.1.10/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "3.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "53.1.1.21/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "54.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Eth1/48", 
                                                        "ipnexthop": "60.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M19S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "60.1.0.0/16", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Eth1/48", 
                                                        "ipnexthop": "60.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M19S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "60.1.1.10/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "60.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M18S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "70.1.1.11/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Eth1/4", 
                                                        "ipnexthop": "4.1.1.11", 
                                                        "metric": "110", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H27M38S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "100.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "102.1.2.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "3.1.2.11", 
                                                        "metric": "100", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "400", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H26M45S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "103.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": [
                                                        {
                                                            "clientname": "static", 
                                                            "ipnexthop": "60.1.1.12", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M18S"
                                                        }, 
                                                        {
                                                            "clientname": "static", 
                                                            "ipnexthop": "60.1.1.12", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M43S"
                                                        }
                                                    ]
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "104.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "2"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "60.1.1.12", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H26M43S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "105.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "111.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "112.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "113.1.2.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "bgp-100", 
                                                        "ipnexthop": "21.6.1.10", 
                                                        "metric": "0", 
                                                        "pref": "20", 
                                                        "process_id": "100", 
                                                        "protocol": "BGP", 
                                                        "tag": "300", 
                                                        "type": "external", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "116.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": [
                                                        {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "23.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "200", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M45S"
                                                        }, 
                                                        {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "140.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "200", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M45S"
                                                        }
                                                    ]
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "120.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "2"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Lo128", 
                                                        "ipnexthop": "128.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "128.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Lo128", 
                                                        "ipnexthop": "128.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "128.1.1.11/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Lo129", 
                                                        "ipnexthop": "129.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "129.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Lo129", 
                                                        "ipnexthop": "129.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "129.1.1.11/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "23.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M16S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "131.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Po2", 
                                                        "ipnexthop": "140.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M14S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "140.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Po2", 
                                                        "ipnexthop": "140.1.1.10", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M14S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "140.1.1.10/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "140.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H21M49S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "151.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "140.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H21M49S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "161.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "static", 
                                                        "ipnexthop": "30.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "1", 
                                                        "protocol": "STATIC", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT13H44M41S"
                                                    }
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "171.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Lo1", 
                                                        "ipnexthop": "180.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "180.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Lo1", 
                                                        "ipnexthop": "180.1.1.11", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "180.1.1.11/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": [
                                                        {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "23.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "200", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M45S"
                                                        }, 
                                                        {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "140.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "200", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M45S"
                                                        }
                                                    ]
                                                }, 
                                                "attached": "FALSE", 
                                                "ipprefix": "197.1.1.11/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "2"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "direct", 
                                                        "ifname": "Lo199", 
                                                        "ipnexthop": "199.1.1.1", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "DIRECT", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "199.1.1.0/24", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }, 
                                            {
                                                "TABLE_path": {
                                                    "ROW_path": {
                                                        "clientname": "local", 
                                                        "ifname": "Lo199", 
                                                        "ipnexthop": "199.1.1.1", 
                                                        "metric": "0", 
                                                        "pref": "0", 
                                                        "protocol": "LOCAL", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H28M27S"
                                                    }
                                                }, 
                                                "attached": "TRUE", 
                                                "ipprefix": "199.1.1.1/32", 
                                                "mcast-nhops": "0", 
                                                "ucast-nhops": "1"
                                            }
                                        ]
                                    }, 
                                    "addrf": "ipv4"
                                }
                            }, 
                            "vrf-name-out": "default"
                        }
                    }
                }, 
                "code": "200", 
                "input": "show ip route", 
                "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 route command, see the CLI command reference:

http//www.cisco.com/c/en/us/support/switches/nexus-3000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 6.0(2)A8(9).

CLI Output
Switch# show ip route
IP Route Table for VRF "default"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 

3.1.1.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
3.1.2.0/24, ubest/mbest: 1/0, attached
    via 3.1.2.10, Eth1/3, [0/0], 14:28:21, direct
3.1.2.10/32, ubest/mbest: 1/0, attached
    via 3.1.2.10, Eth1/3, [0/0], 14:28:21, local
4.1.1.0/24, ubest/mbest: 1/0, attached
    via 4.1.1.10, Eth1/4, [0/0], 14:28:21, direct
4.1.1.10/32, ubest/mbest: 1/0, attached
    via 4.1.1.10, Eth1/4, [0/0], 14:28:21, local
4.4.4.0/24, ubest/mbest: 1/0
    via 36.1.1.11, Vlan36, [1/0], 13:33:06, static
5.5.5.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:40, ospf-50, intra
6.1.1.0/24, ubest/mbest: 2/0
    via 23.1.1.11, [20/0], 14:26:48, bgp-100, external, tag 200
    via 140.1.1.11, [20/0], 14:26:48, bgp-100, external, tag 200
6.6.6.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:40, ospf-50, intra
7.7.7.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:40, ospf-50, intra
8.1.1.0/24, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:48, bgp-100, external, tag 400
8.8.8.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:40, ospf-50, intra
9.9.9.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
10.6.141.0/24, ubest/mbest: 1/0
    via 60.1.1.11, [1/0], 14:28:21, static
10.10.10.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
10.30.223.146/32, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:48, bgp-100, external, tag 400
10.30.223.150/32, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
10.50.7.37/32, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:48, bgp-100, external, tag 400
10.175.169.160/28, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:48, bgp-100, external, tag 400
10.192.187.254/32, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:48, bgp-100, external, tag 400
10.197.1.10/32, ubest/mbest: 2/0
    via 23.1.1.11, [20/0], 14:26:48, bgp-100, external, tag 200
    via 140.1.1.11, [20/0], 14:26:48, bgp-100, external, tag 200
11.11.11.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:21:52, ospf-50, intra
12.12.12.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:40, ospf-50, intra
13.1.1.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/110], 14:27:41, ospf-50, intra
13.13.13.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:40, ospf-50, intra
14.14.14.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:21:52, ospf-50, intra
15.15.15.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:40, ospf-50, intra
16.16.16.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
17.17.17.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
18.18.18.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
19.19.19.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
20.1.1.0/24, ubest/mbest: 1/0, attached
    via 20.1.1.11, Lo20, [0/0], 14:28:30, direct
20.1.1.11/32, ubest/mbest: 1/0, attached
    via 20.1.1.11, Lo20, [0/0], 14:28:30, local
20.20.20.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
21.1.1.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/30], 14:27:41, ospf-50, intra
21.6.1.0/24, ubest/mbest: 1/0, attached
    via 21.6.1.11, Vlan216, [0/0], 13:45:04, direct
21.6.1.11/32, ubest/mbest: 1/0, attached
    via 21.6.1.11, Vlan216, [0/0], 13:45:04, local
21.21.21.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
22.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
22.22.1.0/24, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:48, bgp-100, external, tag 400
22.22.22.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
23.1.1.0/24, ubest/mbest: 1/0, attached
    via 23.1.1.10, Eth1/23, [0/0], 14:28:20, direct
23.1.1.10/32, ubest/mbest: 1/0, attached
    via 23.1.1.10, Eth1/23, [0/0], 14:28:20, local
23.23.23.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
24.24.24.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
25.25.25.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
26.26.26.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
27.27.27.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
28.28.28.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
29.29.29.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
30.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
30.30.30.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
31.31.31.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
32.32.32.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:41, ospf-50, intra
33.1.1.21/32, ubest/mbest: 1/0
    via 34.1.1.11, [1/0], 13:33:06, static
34.1.1.0/24, ubest/mbest: 1/0, attached
    via 34.1.1.10, Vlan34, [0/0], 13:33:07, direct
34.1.1.10/32, ubest/mbest: 1/0, attached
    via 34.1.1.10, Vlan34, [0/0], 13:33:07, local
35.1.2.0/24, ubest/mbest: 1/0
    via 23.1.1.11, Eth1/23, [110/14], 14:27:39, ospf-50, intra
36.1.0.0/16, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 13:27:06, ospf-50, intra
42.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
42.42.1.0/24, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:48, bgp-100, external, tag 400
50.1.1.10/32, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/21], 14:27:41, ospf-50, intra
50.1.1.11/32, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/11], 14:27:41, ospf-50, intra
50.1.1.13/32, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/21], 14:27:40, ospf-50, intra
50.1.1.14/32, ubest/mbest: 1/0
    via 23.1.1.11, Eth1/23, [110/11], 14:27:39, ospf-50, intra
51.1.1.10/32, ubest/mbest: 1/0
    via 21.1.1.10%red, [1/0], 14:28:20, static
53.1.1.21/32, ubest/mbest: 1/0
    via 3.1.1.11, [1/0], 14:27:41, static
54.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
60.1.0.0/16, ubest/mbest: 1/0, attached
    via 60.1.1.10, Eth1/48, [0/0], 14:28:22, direct
60.1.1.10/32, ubest/mbest: 1/0, attached
    via 60.1.1.10, Eth1/48, [0/0], 14:28:22, local
70.1.1.11/32, ubest/mbest: 1/0
    via 60.1.1.11, [1/0], 14:28:21, static
100.1.1.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/110], 14:27:41, ospf-50, intra
102.1.2.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
103.1.1.0/24, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:48, bgp-100, external, tag 400
104.1.1.0/24, ubest/mbest: 2/0
    via 60.1.1.12, [1/0], 14:28:21, static
    via 60.1.1.12%red, [1/0], 14:26:46, static
105.1.1.0/24, ubest/mbest: 1/0
    via 60.1.1.12%red, [1/0], 14:26:46, static
111.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
112.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
113.1.2.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
116.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:44, bgp-100, external, tag 300
120.1.1.0/24, ubest/mbest: 2/0
    via 23.1.1.11, [20/0], 14:26:48, bgp-100, external, tag 200
    via 140.1.1.11, [20/0], 14:26:48, bgp-100, external, tag 200
128.1.1.0/24, ubest/mbest: 1/0, attached
    via 128.1.1.11, Lo128, [0/0], 14:28:30, direct
128.1.1.11/32, ubest/mbest: 1/0, attached
    via 128.1.1.11, Lo128, [0/0], 14:28:30, local
129.1.1.0/24, ubest/mbest: 1/0, attached
    via 129.1.1.11, Lo129, [0/0], 14:28:30, direct
129.1.1.11/32, ubest/mbest: 1/0, attached
    via 129.1.1.11, Lo129, [0/0], 14:28:30, local
131.1.1.0/24, ubest/mbest: 1/0
    via 23.1.1.11, [1/0], 14:28:19, static
140.1.1.0/24, ubest/mbest: 1/0, attached
    via 140.1.1.10, Po2, [0/0], 14:28:17, direct
140.1.1.10/32, ubest/mbest: 1/0, attached
    via 140.1.1.10, Po2, [0/0], 14:28:17, local
151.1.1.0/24, ubest/mbest: 1/0
    via 140.1.1.11%red, [1/0], 14:21:52, static
161.1.1.0/24, ubest/mbest: 1/0
    via 140.1.1.11%red, [1/0], 14:21:52, static
171.1.1.0/24, ubest/mbest: 1/0
    via 30.1.1.11%red, [1/0], 13:44:44, static
180.1.1.0/24, ubest/mbest: 1/0, attached
    via 180.1.1.11, Lo1, [0/0], 14:28:30, direct
180.1.1.11/32, ubest/mbest: 1/0, attached
    via 180.1.1.11, Lo1, [0/0], 14:28:30, local
197.1.1.11/32, ubest/mbest: 2/0
    via 23.1.1.11, [20/0], 14:26:48, bgp-100, external, tag 200
    via 140.1.1.11, [20/0], 14:26:48, bgp-100, external, tag 200
199.1.1.0/24, ubest/mbest: 1/0, attached
    via 199.1.1.1, Lo199, [0/0], 14:28:30, direct
199.1.1.1/32, ubest/mbest: 1/0, attached
    via 199.1.1.1, Lo199, [0/0], 14:28:30, local

show ip route 3.1.1.0

show ip route 3.1.1.0

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 route 3.1.1.0",
  "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_addrf": {
                                "ROW_addrf": {
                                    "TABLE_prefix": {
                                        "ROW_prefix": {
                                            "TABLE_path": {
                                                "ROW_path": {
                                                    "clientname": "ospf-50", 
                                                    "ifname": "Eth1/4", 
                                                    "ipnexthop": "4.1.1.11", 
                                                    "metric": "20", 
                                                    "pref": "110", 
                                                    "process_id": "50", 
                                                    "protocol": "OSPF", 
                                                    "type": "intra", 
                                                    "ubest": "TRUE", 
                                                    "uptime": "PT14H27M59S"
                                                }
                                            }, 
                                            "attached": "FALSE", 
                                            "ipprefix": "3.1.1.0/24", 
                                            "mcast-nhops": "0", 
                                            "ucast-nhops": "1"
                                        }
                                    }, 
                                    "addrf": "ipv4"
                                }
                            }, 
                            "vrf-name-out": "default"
                        }
                    }
                }, 
                "code": "200", 
                "input": "show ip route 3.1.1.0", 
                "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 route 3.1.1.0 command, see the CLI command reference:

http//www.cisco.com/c/en/us/support/switches/nexus-3000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).

CLI Output
Switch# show ip route 3.1.1.0
IP Route Table for VRF "default"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 

3.1.1.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:59, ospf-50, intra

show ip route 3.1.1.0 vrf red

show ip route 3.1.1.0 vrf red

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 route 3.1.1.0 vrf red",
  "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_addrf": {
                                "ROW_addrf": {
                                    "TABLE_prefix": {
                                        "ROW_prefix": {
                                            "TABLE_path": {
                                                "ROW_path": [
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan16", 
                                                        "ipnexthop": "16.16.16.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan18", 
                                                        "ipnexthop": "18.18.18.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan19", 
                                                        "ipnexthop": "19.19.19.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan20", 
                                                        "ipnexthop": "20.20.20.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan21", 
                                                        "ipnexthop": "21.21.21.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan22", 
                                                        "ipnexthop": "22.22.22.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan23", 
                                                        "ipnexthop": "23.23.23.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan24", 
                                                        "ipnexthop": "24.24.24.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan25", 
                                                        "ipnexthop": "25.25.25.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan26", 
                                                        "ipnexthop": "26.26.26.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan27", 
                                                        "ipnexthop": "27.27.27.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan28", 
                                                        "ipnexthop": "28.28.28.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan29", 
                                                        "ipnexthop": "29.29.29.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan30", 
                                                        "ipnexthop": "30.30.30.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }, 
                                                    {
                                                        "clientname": "ospf-50", 
                                                        "ifname": "Vlan31", 
                                                        "ipnexthop": "31.31.31.10", 
                                                        "metric": "50", 
                                                        "pref": "110", 
                                                        "process_id": "50", 
                                                        "protocol": "OSPF", 
                                                        "type": "intra", 
                                                        "ubest": "TRUE", 
                                                        "uptime": "PT14H22M11S"
                                                    }
                                                ]
                                            }, 
                                            "attached": "FALSE", 
                                            "ipprefix": "3.1.1.0/24", 
                                            "mcast-nhops": "0", 
                                            "ucast-nhops": "15"
                                        }
                                    }, 
                                    "addrf": "ipv4"
                                }
                            }, 
                            "vrf-name-out": "red"
                        }
                    }
                }, 
                "code": "200", 
                "input": "show ip route 3.1.1.0 vrf red", 
                "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 route 3.1.1.0 vrf red command, see the CLI command reference:

http//www.cisco.com/c/en/us/support/switches/nexus-3000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).

CLI Output
Switch# show ip route 3.1.1.0 vrf red
IP Route Table for VRF "red"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 

3.1.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/50], 14:22:12, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/50], 14:22:12, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/50], 14:22:12, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/50], 14:22:12, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/50], 14:22:12, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/50], 14:22:12, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/50], 14:22:12, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/50], 14:22:12, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/50], 14:22:12, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/50], 14:22:12, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/50], 14:22:12, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/50], 14:22:12, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/50], 14:22:12, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/50], 14:22:12, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/50], 14:22:12, ospf-50, intra

show ip route summary

show ip route summary

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 route summary",
  "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_addrf": {
                                "ROW_addrf": {
                                    "TABLE_summary": {
                                        "ROW_summary": {
                                            "TABLE_route_count": {
                                                "ROW_route_count": [
                                                    {
                                                        "count": "1", 
                                                        "mask_len": "8"
                                                    }, 
                                                    {
                                                        "count": "2", 
                                                        "mask_len": "16"
                                                    }, 
                                                    {
                                                        "count": "67", 
                                                        "mask_len": "24"
                                                    }, 
                                                    {
                                                        "count": "1", 
                                                        "mask_len": "28"
                                                    }, 
                                                    {
                                                        "count": "68", 
                                                        "mask_len": "32"
                                                    }
                                                ]
                                            }, 
                                            "TABLE_unicast": {
                                                "ROW_unicast": [
                                                    {
                                                        "best-paths": "16", 
                                                        "clientnameuni": "am"
                                                    }, 
                                                    {
                                                        "backup-paths": "9", 
                                                        "clientnameuni": "ospf-50"
                                                    }, 
                                                    {
                                                        "best-paths": "12", 
                                                        "clientnameuni": "local"
                                                    }, 
                                                    {
                                                        "best-paths": "12", 
                                                        "clientnameuni": "direct"
                                                    }, 
                                                    {
                                                        "best-paths": "13", 
                                                        "clientnameuni": "static"
                                                    }, 
                                                    {
                                                        "best-paths": "27", 
                                                        "clientnameuni": "broadcast"
                                                    }, 
                                                    {
                                                        "best-paths": "36", 
                                                        "clientnameuni": "ospf-50"
                                                    }, 
                                                    {
                                                        "best-paths": "28", 
                                                        "clientnameuni": "bgp-100"
                                                    }
                                                ]
                                            }, 
                                            "paths": "153", 
                                            "routes": "139"
                                        }
                                    }, 
                                    "addrf": "ipv4"
                                }
                            }, 
                            "vrf-name-out": "default"
                        }
                    }
                }, 
                "code": "200", 
                "input": "show ip route summary", 
                "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 route summary command, see the CLI command reference:

http//www.cisco.com/c/en/us/support/switches/nexus-3000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).

CLI Output
Switch# show ip route summary
IP Route Table for VRF "default"
Total number of routes: 139
Total number of paths:  153

Best paths per protocol:      Backup paths per protocol:
  am             : 16           ospf-50        : 9
  local          : 12
direct : 12
static : 13
broadcast : 27
ospf-50 : 36
bgp-100 : 28
Number of routes per mask-length: /8 : 1 /16: 2 /24: 67 /28: 1 /32: 68

show ip route summary vrf all

show ip route summary vrf all

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 route summary vrf all",
  "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_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "16"
                                                        }, 
                                                        {
                                                            "count": "67", 
                                                            "mask_len": "24"
                                                        }, 
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "28"
                                                        }, 
                                                        {
                                                            "count": "68", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": [
                                                        {
                                                            "best-paths": "16", 
                                                            "clientnameuni": "am"
                                                        }, 
                                                        {
                                                            "backup-paths": "9", 
                                                            "clientnameuni": "ospf-50"
                                                        }, 
                                                        {
                                                            "best-paths": "12", 
                                                            "clientnameuni": "local"
                                                        }, 
                                                        {
                                                            "best-paths": "12", 
                                                            "clientnameuni": "direct"
                                                        }, 
                                                        {
                                                            "best-paths": "13", 
                                                            "clientnameuni": "static"
                                                        }, 
                                                        {
                                                            "best-paths": "27", 
                                                            "clientnameuni": "broadcast"
                                                        }, 
                                                        {
                                                            "best-paths": "36", 
                                                            "clientnameuni": "ospf-50"
                                                        }, 
                                                        {
                                                            "best-paths": "28", 
                                                            "clientnameuni": "bgp-100"
                                                        }
                                                    ]
                                                }, 
                                                "paths": "153", 
                                                "routes": "139"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "default"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "0"
                                                        }, 
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "24"
                                                        }, 
                                                        {
                                                            "count": "9", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": [
                                                        {
                                                            "best-paths": "4", 
                                                            "clientnameuni": "am"
                                                        }, 
                                                        {
                                                            "best-paths": "1", 
                                                            "clientnameuni": "local"
                                                        }, 
                                                        {
                                                            "best-paths": "1", 
                                                            "clientnameuni": "direct"
                                                        }, 
                                                        {
                                                            "best-paths": "1", 
                                                            "clientnameuni": "static"
                                                        }, 
                                                        {
                                                            "best-paths": "5", 
                                                            "clientnameuni": "broadcast"
                                                        }
                                                    ]
                                                }, 
                                                "paths": "12", 
                                                "routes": "12"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "management"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue1"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue2"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue3"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue4"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue5"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue6"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue7"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green1"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green2"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green3"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green4"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green5"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green6"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green7"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "16"
                                                        }, 
                                                        {
                                                            "count": "63", 
                                                            "mask_len": "24"
                                                        }, 
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "28"
                                                        }, 
                                                        {
                                                            "count": "148", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": [
                                                        {
                                                            "best-paths": "23", 
                                                            "clientnameuni": "urib_internal"
                                                        }, 
                                                        {
                                                            "backup-paths": "105", 
                                                            "clientnameuni": "ospf-50"
                                                        }, 
                                                        {
                                                            "best-paths": "17", 
                                                            "clientnameuni": "am"
                                                        }, 
                                                        {
                                                            "backup-paths": "6", 
                                                            "clientnameuni": "bgp-100"
                                                        }, 
                                                        {
                                                            "best-paths": "34", 
                                                            "clientnameuni": "local"
                                                        }, 
                                                        {
                                                            "best-paths": "34", 
                                                            "clientnameuni": "direct"
                                                        }, 
                                                        {
                                                            "best-paths": "8", 
                                                            "clientnameuni": "static"
                                                        }, 
                                                        {
                                                            "best-paths": "65", 
                                                            "clientnameuni": "broadcast"
                                                        }, 
                                                        {
                                                            "best-paths": "1", 
                                                            "clientnameuni": "hsrp"
                                                        }, 
                                                        {
                                                            "best-paths": "240", 
                                                            "clientnameuni": "ospf-50"
                                                        }, 
                                                        {
                                                            "best-paths": "20", 
                                                            "clientnameuni": "bgp-100"
                                                        }
                                                    ]
                                                }, 
                                                "paths": "553", 
                                                "routes": "215"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red0"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red1"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red10"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red11"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red12"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red13"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red14"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red15"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red16"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red17"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red18"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red19"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red2"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red20"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red21"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red22"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red23"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red24"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red25"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red26"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red27"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red28"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red29"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red3"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red30"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red31"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red32"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red33"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red4"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red5"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red6"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red7"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red8"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red9"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "redd"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow1"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow10"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow2"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow3"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow4"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow5"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow6"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow7"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow8"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_summary": {
                                            "ROW_summary": {
                                                "TABLE_route_count": {
                                                    "ROW_route_count": [
                                                        {
                                                            "count": "1", 
                                                            "mask_len": "8"
                                                        }, 
                                                        {
                                                            "count": "2", 
                                                            "mask_len": "32"
                                                        }
                                                    ]
                                                }, 
                                                "TABLE_unicast": {
                                                    "ROW_unicast": {
                                                        "best-paths": "3", 
                                                        "clientnameuni": "broadcast"
                                                    }
                                                }, 
                                                "paths": "3", 
                                                "routes": "3"
                                            }
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow9"
                            }
                        ]
                    }
                }, 
                "code": "200", 
                "input": "show ip route summary vrf all", 
                "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 route summary vrf all command, see the CLI command reference:

http//www.cisco.com/c/en/us/support/switches/nexus-3000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 6.0(2)A8(9).

CLI Output
Switch# show ip route summary vrf all
IP Route Table for VRF "default"
Total number of routes: 139
Total number of paths:  153

Best paths per protocol:      Backup paths per protocol:
  am             : 16           ospf-50        : 9
  local          : 12
direct : 12
static : 13
broadcast : 27
ospf-50 : 36
bgp-100 : 28
Number of routes per mask-length: /8 : 1 /16: 2 /24: 67 /28: 1 /32: 68
IP Route Table for VRF "management" Total number of routes: 12 Total number of paths: 12 Best paths per protocol: Backup paths per protocol: am : 4 None local : 1
direct : 1
static : 1
broadcast : 5
Number of routes per mask-length: /0 : 1 /8 : 1 /24: 1 /32: 9
IP Route Table for VRF "blue" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "blue1" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "blue2" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "blue3" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "blue4" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "blue5" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "blue6" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "blue7" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "green" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "green1" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "green2" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "green3" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "green4" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "green5" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "green6" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "green7" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red" Total number of routes: 215 Total number of paths: 553 Best paths per protocol: Backup paths per protocol: urib_internal : 23 ospf-50 : 105 am : 17 bgp-100 : 6 local : 34
direct : 34
static : 8
broadcast : 65
hsrp : 1
ospf-50 : 240
bgp-100 : 20
Number of routes per mask-length: /8 : 1 /16: 2 /24: 63 /28: 1 /32: 148
IP Route Table for VRF "red0" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red1" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red10" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red11" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red12" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red13" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red14" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red15" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red16" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red17" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red18" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red19" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red2" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red20" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red21" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red22" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red23" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red24" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red25" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red26" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red27" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red28" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red29" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red3" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red30" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red31" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red32" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red33" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red4" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red5" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red6" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red7" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red8" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "red9" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "redd" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow1" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow10" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow2" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow3" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow4" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow5" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow6" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow7" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow8" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2
IP Route Table for VRF "yellow9" Total number of routes: 3 Total number of paths: 3 Best paths per protocol: Backup paths per protocol: broadcast : 3 None Number of routes per mask-length: /8 : 1 /32: 2

show ip route summary vrf red

show ip route summary vrf red

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 route summary vrf red",
  "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_addrf": {
                                "ROW_addrf": {
                                    "TABLE_summary": {
                                        "ROW_summary": {
                                            "TABLE_route_count": {
                                                "ROW_route_count": [
                                                    {
                                                        "count": "1", 
                                                        "mask_len": "8"
                                                    }, 
                                                    {
                                                        "count": "2", 
                                                        "mask_len": "16"
                                                    }, 
                                                    {
                                                        "count": "63", 
                                                        "mask_len": "24"
                                                    }, 
                                                    {
                                                        "count": "1", 
                                                        "mask_len": "28"
                                                    }, 
                                                    {
                                                        "count": "148", 
                                                        "mask_len": "32"
                                                    }
                                                ]
                                            }, 
                                            "TABLE_unicast": {
                                                "ROW_unicast": [
                                                    {
                                                        "best-paths": "23", 
                                                        "clientnameuni": "urib_internal"
                                                    }, 
                                                    {
                                                        "backup-paths": "105", 
                                                        "clientnameuni": "ospf-50"
                                                    }, 
                                                    {
                                                        "best-paths": "17", 
                                                        "clientnameuni": "am"
                                                    }, 
                                                    {
                                                        "backup-paths": "6", 
                                                        "clientnameuni": "bgp-100"
                                                    }, 
                                                    {
                                                        "best-paths": "34", 
                                                        "clientnameuni": "local"
                                                    }, 
                                                    {
                                                        "best-paths": "34", 
                                                        "clientnameuni": "direct"
                                                    }, 
                                                    {
                                                        "best-paths": "8", 
                                                        "clientnameuni": "static"
                                                    }, 
                                                    {
                                                        "best-paths": "65", 
                                                        "clientnameuni": "broadcast"
                                                    }, 
                                                    {
                                                        "best-paths": "1", 
                                                        "clientnameuni": "hsrp"
                                                    }, 
                                                    {
                                                        "best-paths": "240", 
                                                        "clientnameuni": "ospf-50"
                                                    }, 
                                                    {
                                                        "best-paths": "20", 
                                                        "clientnameuni": "bgp-100"
                                                    }
                                                ]
                                            }, 
                                            "paths": "553", 
                                            "routes": "215"
                                        }
                                    }, 
                                    "addrf": "ipv4"
                                }
                            }, 
                            "vrf-name-out": "red"
                        }
                    }
                }, 
                "code": "200", 
                "input": "show ip route summary vrf red", 
                "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 route summary vrf red command, see the CLI command reference:

http//www.cisco.com/c/en/us/support/switches/nexus-3000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).

CLI Output
Switch# show ip route summary vrf red
IP Route Table for VRF "red"
Total number of routes: 215
Total number of paths:  553

Best paths per protocol:      Backup paths per protocol:
  urib_internal  : 23           ospf-50        : 105
  am             : 17           bgp-100        : 6
  local          : 34
direct : 34
static : 8
broadcast : 65
hsrp : 1
ospf-50 : 240
bgp-100 : 20
Number of routes per mask-length: /8 : 1 /16: 2 /24: 63 /28: 1 /32: 148

show ip route vrf all

show ip route vrf all

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 route vrf all",
  "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_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_prefix": {
                                            "ROW_prefix": [
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "3.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Eth1/3", 
                                                            "ipnexthop": "3.1.2.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M22S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "3.1.2.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Eth1/3", 
                                                            "ipnexthop": "3.1.2.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M22S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "3.1.2.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M22S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "4.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M22S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "4.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ifname": "Vlan36", 
                                                            "ipnexthop": "36.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H33M7S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "4.4.4.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M41S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "5.5.5.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "bgp-100", 
                                                                "ipnexthop": "23.1.1.11", 
                                                                "metric": "0", 
                                                                "pref": "20", 
                                                                "process_id": "100", 
                                                                "protocol": "BGP", 
                                                                "tag": "200", 
                                                                "type": "external", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H26M49S"
                                                            }, 
                                                            {
                                                                "clientname": "bgp-100", 
                                                                "ipnexthop": "140.1.1.11", 
                                                                "metric": "0", 
                                                                "pref": "20", 
                                                                "process_id": "100", 
                                                                "protocol": "BGP", 
                                                                "tag": "200", 
                                                                "type": "external", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H26M49S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "6.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "2"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M41S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "6.6.6.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M41S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "7.7.7.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "3.1.2.11", 
                                                            "metric": "100", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M49S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "8.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M41S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "8.8.8.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "9.9.9.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "60.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M22S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.6.141.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.10.10.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "3.1.2.11", 
                                                            "metric": "100", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M49S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.30.223.146/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.30.223.150/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "3.1.2.11", 
                                                            "metric": "100", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M49S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.50.7.37/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "3.1.2.11", 
                                                            "metric": "100", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M49S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.175.169.160/28", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "3.1.2.11", 
                                                            "metric": "100", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M49S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.192.187.254/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "bgp-100", 
                                                                "ipnexthop": "23.1.1.11", 
                                                                "metric": "0", 
                                                                "pref": "20", 
                                                                "process_id": "100", 
                                                                "protocol": "BGP", 
                                                                "tag": "200", 
                                                                "type": "external", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H26M49S"
                                                            }, 
                                                            {
                                                                "clientname": "bgp-100", 
                                                                "ipnexthop": "140.1.1.11", 
                                                                "metric": "0", 
                                                                "pref": "20", 
                                                                "process_id": "100", 
                                                                "protocol": "BGP", 
                                                                "tag": "200", 
                                                                "type": "external", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H26M49S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.197.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "2"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H21M53S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "11.11.11.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M41S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "12.12.12.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "110", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "13.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M41S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "13.13.13.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H21M53S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "14.14.14.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M41S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "15.15.15.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "16.16.16.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "17.17.17.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "18.18.18.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "19.19.19.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Lo20", 
                                                            "ipnexthop": "20.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "20.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Lo20", 
                                                            "ipnexthop": "20.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "20.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "20.20.20.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "30", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "21.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan216", 
                                                            "ipnexthop": "21.6.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H45M5S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "21.6.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan216", 
                                                            "ipnexthop": "21.6.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H45M5S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "21.6.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "21.21.21.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "22.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "3.1.2.11", 
                                                            "metric": "100", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M49S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "22.22.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "22.22.22.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Eth1/23", 
                                                            "ipnexthop": "23.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "23.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Eth1/23", 
                                                            "ipnexthop": "23.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "23.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "23.23.23.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "24.24.24.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "25.25.25.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "26.26.26.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "27.27.27.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "28.28.28.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "29.29.29.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "30.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "30.30.30.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "31.31.31.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "20", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "32.32.32.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "34.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H33M7S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "33.1.1.21/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan34", 
                                                            "ipnexthop": "34.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H33M8S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "34.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan34", 
                                                            "ipnexthop": "34.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H33M8S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "34.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/23", 
                                                            "ipnexthop": "23.1.1.11", 
                                                            "metric": "14", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M40S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "35.1.2.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "60", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H27M7S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "36.1.0.0/16", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "42.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "3.1.2.11", 
                                                            "metric": "100", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M49S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "42.42.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "21", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "50.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "11", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "50.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "21", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M41S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "50.1.1.13/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/23", 
                                                            "ipnexthop": "23.1.1.11", 
                                                            "metric": "11", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M40S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "50.1.1.14/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "21.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "51.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "3.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "53.1.1.21/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "54.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Eth1/48", 
                                                            "ipnexthop": "60.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M23S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "60.1.0.0/16", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Eth1/48", 
                                                            "ipnexthop": "60.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M23S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "60.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "60.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M22S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "70.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "ospf-50", 
                                                            "ifname": "Eth1/4", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "110", 
                                                            "pref": "110", 
                                                            "process_id": "50", 
                                                            "protocol": "OSPF", 
                                                            "type": "intra", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M42S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "100.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "102.1.2.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "3.1.2.11", 
                                                            "metric": "100", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M49S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "103.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "static", 
                                                                "ipnexthop": "60.1.1.12", 
                                                                "metric": "0", 
                                                                "pref": "1", 
                                                                "protocol": "STATIC", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H28M22S"
                                                            }, 
                                                            {
                                                                "clientname": "static", 
                                                                "ipnexthop": "60.1.1.12", 
                                                                "metric": "0", 
                                                                "pref": "1", 
                                                                "protocol": "STATIC", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H26M47S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "104.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "2"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "60.1.1.12", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "105.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "111.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "112.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "113.1.2.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "116.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "bgp-100", 
                                                                "ipnexthop": "23.1.1.11", 
                                                                "metric": "0", 
                                                                "pref": "20", 
                                                                "process_id": "100", 
                                                                "protocol": "BGP", 
                                                                "tag": "200", 
                                                                "type": "external", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H26M49S"
                                                            }, 
                                                            {
                                                                "clientname": "bgp-100", 
                                                                "ipnexthop": "140.1.1.11", 
                                                                "metric": "0", 
                                                                "pref": "20", 
                                                                "process_id": "100", 
                                                                "protocol": "BGP", 
                                                                "tag": "200", 
                                                                "type": "external", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H26M49S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "120.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "2"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Lo128", 
                                                            "ipnexthop": "128.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "128.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Lo128", 
                                                            "ipnexthop": "128.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "128.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Lo129", 
                                                            "ipnexthop": "129.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "129.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Lo129", 
                                                            "ipnexthop": "129.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "129.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "23.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M20S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "131.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Po2", 
                                                            "ipnexthop": "140.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M18S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "140.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Po2", 
                                                            "ipnexthop": "140.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M18S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "140.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "140.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H21M53S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "151.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "140.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H21M53S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "161.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "30.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "171.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Lo1", 
                                                            "ipnexthop": "180.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "180.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Lo1", 
                                                            "ipnexthop": "180.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "180.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "bgp-100", 
                                                                "ipnexthop": "23.1.1.11", 
                                                                "metric": "0", 
                                                                "pref": "20", 
                                                                "process_id": "100", 
                                                                "protocol": "BGP", 
                                                                "tag": "200", 
                                                                "type": "external", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H26M49S"
                                                            }, 
                                                            {
                                                                "clientname": "bgp-100", 
                                                                "ipnexthop": "140.1.1.11", 
                                                                "metric": "0", 
                                                                "pref": "20", 
                                                                "process_id": "100", 
                                                                "protocol": "BGP", 
                                                                "tag": "200", 
                                                                "type": "external", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H26M49S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "197.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "2"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Lo199", 
                                                            "ipnexthop": "199.1.1.1", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "199.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Lo199", 
                                                            "ipnexthop": "199.1.1.1", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "199.1.1.1/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }
                                            ]
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "default"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_prefix": {
                                            "ROW_prefix": [
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "10.197.122.1", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M31S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "0.0.0.0/0", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "mgmt0", 
                                                            "ipnexthop": "10.197.122.55", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M33S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "10.197.122.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "mgmt0", 
                                                            "ipnexthop": "10.197.122.55", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M33S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "10.197.122.55/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }
                                            ]
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "management"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue1"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue2"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue3"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue4"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue5"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue6"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "blue7"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green1"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green2"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green3"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green4"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green5"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green6"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "green7"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "TABLE_prefix": {
                                            "ROW_prefix": [
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Eth1/2", 
                                                            "ipnexthop": "2.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M22S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "2.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Eth1/2", 
                                                            "ipnexthop": "2.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M22S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "2.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "3.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "4.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ifname": "Vlan36", 
                                                            "ipnexthop": "36.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H33M7S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "4.4.4.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan5", 
                                                            "ipnexthop": "5.5.5.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "5.5.5.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan5", 
                                                            "ipnexthop": "5.5.5.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "5.5.5.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "21.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "6.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan6", 
                                                            "ipnexthop": "6.6.6.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "6.6.6.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan6", 
                                                            "ipnexthop": "6.6.6.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "6.6.6.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan7", 
                                                            "ipnexthop": "7.7.7.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "7.7.7.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan7", 
                                                            "ipnexthop": "7.7.7.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "7.7.7.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "8.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan8", 
                                                            "ipnexthop": "8.8.8.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "8.8.8.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan8", 
                                                            "ipnexthop": "8.8.8.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "8.8.8.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan9", 
                                                            "ipnexthop": "9.9.9.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "9.9.9.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan9", 
                                                            "ipnexthop": "9.9.9.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "9.9.9.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan10", 
                                                            "ipnexthop": "10.10.10.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "10.10.10.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan10", 
                                                            "ipnexthop": "10.10.10.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "10.10.10.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.30.223.146/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.30.223.150/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.50.7.37/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.175.169.160/28", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "10.192.187.254/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan11", 
                                                            "ipnexthop": "11.11.11.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "11.11.11.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan11", 
                                                            "ipnexthop": "11.11.11.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "11.11.11.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan12", 
                                                            "ipnexthop": "12.12.12.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "12.12.12.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan12", 
                                                            "ipnexthop": "12.12.12.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "12.12.12.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "13.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan13", 
                                                            "ipnexthop": "13.13.13.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "13.13.13.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan13", 
                                                            "ipnexthop": "13.13.13.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "13.13.13.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan14", 
                                                            "ipnexthop": "14.14.14.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "14.14.14.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan14", 
                                                            "ipnexthop": "14.14.14.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "14.14.14.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan15", 
                                                            "ipnexthop": "15.15.15.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "15.15.15.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan15", 
                                                            "ipnexthop": "15.15.15.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "15.15.15.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan16", 
                                                            "ipnexthop": "16.16.16.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "16.16.16.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan16", 
                                                            "ipnexthop": "16.16.16.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "16.16.16.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "17.17.17.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan18", 
                                                            "ipnexthop": "18.18.18.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "18.18.18.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan18", 
                                                            "ipnexthop": "18.18.18.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "18.18.18.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan19", 
                                                            "ipnexthop": "19.19.19.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "19.19.19.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan19", 
                                                            "ipnexthop": "19.19.19.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "19.19.19.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ifname": "Lo20", 
                                                            "ipnexthop": "20.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "100", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "20.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan20", 
                                                            "ipnexthop": "20.20.20.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "20.20.20.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan20", 
                                                            "ipnexthop": "20.20.20.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "20.20.20.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Eth1/21", 
                                                            "ipnexthop": "21.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "21.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Eth1/21", 
                                                            "ipnexthop": "21.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "21.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H45M"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "21.6.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan21", 
                                                            "ipnexthop": "21.21.21.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "21.21.21.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan21", 
                                                            "ipnexthop": "21.21.21.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "21.21.21.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "21.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "22.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "22.22.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan22", 
                                                            "ipnexthop": "22.22.22.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "22.22.22.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan22", 
                                                            "ipnexthop": "22.22.22.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "22.22.22.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ifname": "Eth1/23", 
                                                            "ipnexthop": "23.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "100", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "23.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan23", 
                                                            "ipnexthop": "23.23.23.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "23.23.23.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan23", 
                                                            "ipnexthop": "23.23.23.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "23.23.23.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan24", 
                                                            "ipnexthop": "24.24.24.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "24.24.24.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan24", 
                                                            "ipnexthop": "24.24.24.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "24.24.24.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan25", 
                                                            "ipnexthop": "25.25.25.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M24S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "25.25.25.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan25", 
                                                            "ipnexthop": "25.25.25.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M24S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "25.25.25.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan26", 
                                                            "ipnexthop": "26.26.26.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "26.26.26.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan26", 
                                                            "ipnexthop": "26.26.26.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "26.26.26.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan27", 
                                                            "ipnexthop": "27.27.27.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "27.27.27.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan27", 
                                                            "ipnexthop": "27.27.27.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "27.27.27.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan28", 
                                                            "ipnexthop": "28.28.28.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "28.28.28.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan28", 
                                                            "ipnexthop": "28.28.28.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "28.28.28.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan29", 
                                                            "ipnexthop": "29.29.29.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "29.29.29.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan29", 
                                                            "ipnexthop": "29.29.29.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "29.29.29.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "21.6.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "300", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "30.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan30", 
                                                            "ipnexthop": "30.30.30.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "30.30.30.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan30", 
                                                            "ipnexthop": "30.30.30.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "30.30.30.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan31", 
                                                            "ipnexthop": "31.31.31.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "31.31.31.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan31", 
                                                            "ipnexthop": "31.31.31.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H27M53S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "31.31.31.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "50", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "32.32.32.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT13H27M8S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "34.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "35.1.2.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan36", 
                                                            "ipnexthop": "36.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H33M7S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "36.1.0.0/16", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "hsrp", 
                                                            "ifname": "Vlan36", 
                                                            "ipnexthop": "36.1.1.1", 
                                                            "metric": "0", 
                                                            "pref": "3", 
                                                            "protocol": "HSRP", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H32M46S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "36.1.1.1/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan36", 
                                                            "ipnexthop": "36.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H33M7S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "36.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "42.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "4.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H21M53S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "42.1.2.12/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "42.42.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "51", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "50.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "41", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "50.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "local", 
                                                                "ifname": "Lo50", 
                                                                "ipnexthop": "50.1.1.13", 
                                                                "metric": "0", 
                                                                "pref": "0", 
                                                                "protocol": "LOCAL", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H28M31S"
                                                            }, 
                                                            {
                                                                "clientname": "direct", 
                                                                "ifname": "Lo50", 
                                                                "ipnexthop": "50.1.1.13", 
                                                                "metric": "0", 
                                                                "pref": "0", 
                                                                "protocol": "DIRECT", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H28M31S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "50.1.1.13/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "2"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "50.1.1.14/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "local", 
                                                                "ifname": "Lo51", 
                                                                "ipnexthop": "50.1.1.23", 
                                                                "metric": "0", 
                                                                "pref": "0", 
                                                                "protocol": "LOCAL", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H28M31S"
                                                            }, 
                                                            {
                                                                "clientname": "direct", 
                                                                "ifname": "Lo51", 
                                                                "ipnexthop": "50.1.1.23", 
                                                                "metric": "0", 
                                                                "pref": "0", 
                                                                "protocol": "DIRECT", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H28M31S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "50.1.1.23/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "2"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "local", 
                                                                "ifname": "Lo52", 
                                                                "ipnexthop": "50.1.1.33", 
                                                                "metric": "0", 
                                                                "pref": "0", 
                                                                "protocol": "LOCAL", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H28M31S"
                                                            }, 
                                                            {
                                                                "clientname": "direct", 
                                                                "ifname": "Lo52", 
                                                                "ipnexthop": "50.1.1.33", 
                                                                "metric": "0", 
                                                                "pref": "0", 
                                                                "protocol": "DIRECT", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H28M31S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "50.1.1.33/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "2"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "54.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ifname": "Eth1/48", 
                                                            "ipnexthop": "60.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "100", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "60.1.0.0/16", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Vlan64", 
                                                            "ipnexthop": "64.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M20S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "64.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Vlan64", 
                                                            "ipnexthop": "64.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M20S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "64.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "140", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "100.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "60.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "101.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "102.1.2.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "60.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "103.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "150", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "104.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "21.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "112.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "113.1.2.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ipnexthop": "64.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "400", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "116.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "direct", 
                                                            "ifname": "Eth1/19", 
                                                            "ipnexthop": "119.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "DIRECT", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "119.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "local", 
                                                            "ifname": "Eth1/19", 
                                                            "ipnexthop": "119.1.1.10", 
                                                            "metric": "0", 
                                                            "pref": "0", 
                                                            "protocol": "LOCAL", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H28M21S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "119.1.1.10/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "64", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "120.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ifname": "Lo128", 
                                                            "ipnexthop": "128.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "100", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "128.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ifname": "Lo129", 
                                                            "ipnexthop": "129.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "100", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "129.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "62", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "140.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "static", 
                                                            "ipnexthop": "30.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "1", 
                                                            "protocol": "STATIC", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT13H44M45S"
                                                        }
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "171.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": {
                                                            "clientname": "bgp-100", 
                                                            "ifname": "Lo1", 
                                                            "ipnexthop": "180.1.1.11", 
                                                            "metric": "0", 
                                                            "pref": "20", 
                                                            "process_id": "100", 
                                                            "protocol": "BGP", 
                                                            "tag": "100", 
                                                            "type": "external", 
                                                            "ubest": "TRUE", 
                                                            "uptime": "PT14H26M47S"
                                                        }
                                                    }, 
                                                    "attached": "TRUE", 
                                                    "ipprefix": "180.1.1.0/24", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "1"
                                                }, 
                                                {
                                                    "TABLE_path": {
                                                        "ROW_path": [
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan16", 
                                                                "ipnexthop": "16.16.16.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan18", 
                                                                "ipnexthop": "18.18.18.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan19", 
                                                                "ipnexthop": "19.19.19.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan20", 
                                                                "ipnexthop": "20.20.20.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan21", 
                                                                "ipnexthop": "21.21.21.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan22", 
                                                                "ipnexthop": "22.22.22.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan23", 
                                                                "ipnexthop": "23.23.23.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan24", 
                                                                "ipnexthop": "24.24.24.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan25", 
                                                                "ipnexthop": "25.25.25.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan26", 
                                                                "ipnexthop": "26.26.26.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan27", 
                                                                "ipnexthop": "27.27.27.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan28", 
                                                                "ipnexthop": "28.28.28.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan29", 
                                                                "ipnexthop": "29.29.29.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan30", 
                                                                "ipnexthop": "30.30.30.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }, 
                                                            {
                                                                "clientname": "ospf-50", 
                                                                "ifname": "Vlan31", 
                                                                "ipnexthop": "31.31.31.10", 
                                                                "metric": "61", 
                                                                "pref": "110", 
                                                                "process_id": "50", 
                                                                "protocol": "OSPF", 
                                                                "type": "intra", 
                                                                "ubest": "TRUE", 
                                                                "uptime": "PT14H21M53S"
                                                            }
                                                        ]
                                                    }, 
                                                    "attached": "FALSE", 
                                                    "ipprefix": "197.1.1.11/32", 
                                                    "mcast-nhops": "0", 
                                                    "ucast-nhops": "15"
                                                }
                                            ]
                                        }, 
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red0"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red1"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red10"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red11"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red12"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red13"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red14"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red15"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red16"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red17"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red18"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red19"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red2"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red20"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red21"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red22"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red23"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red24"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red25"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red26"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red27"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red28"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red29"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red3"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red30"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red31"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red32"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red33"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red4"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red5"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red6"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red7"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red8"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "red9"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "redd"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow1"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow10"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow2"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow3"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow4"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow5"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow6"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow7"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow8"
                            }, 
                            {
                                "TABLE_addrf": {
                                    "ROW_addrf": {
                                        "addrf": "ipv4"
                                    }
                                }, 
                                "vrf-name-out": "yellow9"
                            }
                        ]
                    }
                }, 
                "code": "200", 
                "input": "show ip route vrf all", 
                "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 route vrf all command, see the CLI command reference:

http//www.cisco.com/c/en/us/support/switches/nexus-3000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).

CLI Output
Switch# show ip route vrf all
IP Route Table for VRF "default"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 

3.1.1.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
3.1.2.0/24, ubest/mbest: 1/0, attached
    via 3.1.2.10, Eth1/3, [0/0], 14:28:28, direct
3.1.2.10/32, ubest/mbest: 1/0, attached
    via 3.1.2.10, Eth1/3, [0/0], 14:28:28, local
4.1.1.0/24, ubest/mbest: 1/0, attached
    via 4.1.1.10, Eth1/4, [0/0], 14:28:28, direct
4.1.1.10/32, ubest/mbest: 1/0, attached
    via 4.1.1.10, Eth1/4, [0/0], 14:28:28, local
4.4.4.0/24, ubest/mbest: 1/0
    via 36.1.1.11, Vlan36, [1/0], 13:33:13, static
5.5.5.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:47, ospf-50, intra
6.1.1.0/24, ubest/mbest: 2/0
    via 23.1.1.11, [20/0], 14:26:55, bgp-100, external, tag 200
    via 140.1.1.11, [20/0], 14:26:55, bgp-100, external, tag 200
6.6.6.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:47, ospf-50, intra
7.7.7.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:47, ospf-50, intra
8.1.1.0/24, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:55, bgp-100, external, tag 400
8.8.8.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:47, ospf-50, intra
9.9.9.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
10.6.141.0/24, ubest/mbest: 1/0
    via 60.1.1.11, [1/0], 14:28:28, static
10.10.10.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
10.30.223.146/32, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:55, bgp-100, external, tag 400
10.30.223.150/32, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
10.50.7.37/32, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:55, bgp-100, external, tag 400
10.175.169.160/28, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:55, bgp-100, external, tag 400
10.192.187.254/32, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:55, bgp-100, external, tag 400
10.197.1.10/32, ubest/mbest: 2/0
    via 23.1.1.11, [20/0], 14:26:55, bgp-100, external, tag 200
    via 140.1.1.11, [20/0], 14:26:55, bgp-100, external, tag 200
11.11.11.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:21:59, ospf-50, intra
12.12.12.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:47, ospf-50, intra
13.1.1.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/110], 14:27:48, ospf-50, intra
13.13.13.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:47, ospf-50, intra
14.14.14.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:21:59, ospf-50, intra
15.15.15.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 14:27:47, ospf-50, intra
16.16.16.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
17.17.17.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
18.18.18.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
19.19.19.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
20.1.1.0/24, ubest/mbest: 1/0, attached
    via 20.1.1.11, Lo20, [0/0], 14:28:37, direct
20.1.1.11/32, ubest/mbest: 1/0, attached
    via 20.1.1.11, Lo20, [0/0], 14:28:37, local
20.20.20.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
21.1.1.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/30], 14:27:48, ospf-50, intra
21.6.1.0/24, ubest/mbest: 1/0, attached
    via 21.6.1.11, Vlan216, [0/0], 13:45:11, direct
21.6.1.11/32, ubest/mbest: 1/0, attached
    via 21.6.1.11, Vlan216, [0/0], 13:45:11, local
21.21.21.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
22.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
22.22.1.0/24, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:55, bgp-100, external, tag 400
22.22.22.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
23.1.1.0/24, ubest/mbest: 1/0, attached
    via 23.1.1.10, Eth1/23, [0/0], 14:28:27, direct
23.1.1.10/32, ubest/mbest: 1/0, attached
    via 23.1.1.10, Eth1/23, [0/0], 14:28:27, local
23.23.23.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
24.24.24.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
25.25.25.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
26.26.26.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
27.27.27.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
28.28.28.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
29.29.29.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
30.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
30.30.30.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
31.31.31.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
32.32.32.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/20], 14:27:48, ospf-50, intra
33.1.1.21/32, ubest/mbest: 1/0
    via 34.1.1.11, [1/0], 13:33:13, static
34.1.1.0/24, ubest/mbest: 1/0, attached
    via 34.1.1.10, Vlan34, [0/0], 13:33:14, direct
34.1.1.10/32, ubest/mbest: 1/0, attached
    via 34.1.1.10, Vlan34, [0/0], 13:33:14, local
35.1.2.0/24, ubest/mbest: 1/0
    via 23.1.1.11, Eth1/23, [110/14], 14:27:46, ospf-50, intra
36.1.0.0/16, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/60], 13:27:13, ospf-50, intra
42.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
42.42.1.0/24, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:55, bgp-100, external, tag 400
50.1.1.10/32, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/21], 14:27:48, ospf-50, intra
50.1.1.11/32, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/11], 14:27:48, ospf-50, intra
50.1.1.13/32, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/21], 14:27:47, ospf-50, intra
50.1.1.14/32, ubest/mbest: 1/0
    via 23.1.1.11, Eth1/23, [110/11], 14:27:46, ospf-50, intra
51.1.1.10/32, ubest/mbest: 1/0
    via 21.1.1.10%red, [1/0], 14:28:27, static
53.1.1.21/32, ubest/mbest: 1/0
    via 3.1.1.11, [1/0], 14:27:48, static
54.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
60.1.0.0/16, ubest/mbest: 1/0, attached
    via 60.1.1.10, Eth1/48, [0/0], 14:28:29, direct
60.1.1.10/32, ubest/mbest: 1/0, attached
    via 60.1.1.10, Eth1/48, [0/0], 14:28:29, local
70.1.1.11/32, ubest/mbest: 1/0
    via 60.1.1.11, [1/0], 14:28:28, static
100.1.1.0/24, ubest/mbest: 1/0
    via 4.1.1.11, Eth1/4, [110/110], 14:27:48, ospf-50, intra
102.1.2.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
103.1.1.0/24, ubest/mbest: 1/0
    via 3.1.2.11, [20/100], 14:26:55, bgp-100, external, tag 400
104.1.1.0/24, ubest/mbest: 2/0
    via 60.1.1.12, [1/0], 14:28:28, static
    via 60.1.1.12%red, [1/0], 14:26:53, static
105.1.1.0/24, ubest/mbest: 1/0
    via 60.1.1.12%red, [1/0], 14:26:53, static
111.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
112.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
113.1.2.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
116.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10, [20/0], 13:44:51, bgp-100, external, tag 300
120.1.1.0/24, ubest/mbest: 2/0
    via 23.1.1.11, [20/0], 14:26:55, bgp-100, external, tag 200
    via 140.1.1.11, [20/0], 14:26:55, bgp-100, external, tag 200
128.1.1.0/24, ubest/mbest: 1/0, attached
    via 128.1.1.11, Lo128, [0/0], 14:28:37, direct
128.1.1.11/32, ubest/mbest: 1/0, attached
    via 128.1.1.11, Lo128, [0/0], 14:28:37, local
129.1.1.0/24, ubest/mbest: 1/0, attached
    via 129.1.1.11, Lo129, [0/0], 14:28:37, direct
129.1.1.11/32, ubest/mbest: 1/0, attached
    via 129.1.1.11, Lo129, [0/0], 14:28:37, local
131.1.1.0/24, ubest/mbest: 1/0
    via 23.1.1.11, [1/0], 14:28:26, static
140.1.1.0/24, ubest/mbest: 1/0, attached
    via 140.1.1.10, Po2, [0/0], 14:28:24, direct
140.1.1.10/32, ubest/mbest: 1/0, attached
    via 140.1.1.10, Po2, [0/0], 14:28:24, local
151.1.1.0/24, ubest/mbest: 1/0
    via 140.1.1.11%red, [1/0], 14:21:59, static
161.1.1.0/24, ubest/mbest: 1/0
    via 140.1.1.11%red, [1/0], 14:21:59, static
171.1.1.0/24, ubest/mbest: 1/0
    via 30.1.1.11%red, [1/0], 13:44:51, static
180.1.1.0/24, ubest/mbest: 1/0, attached
    via 180.1.1.11, Lo1, [0/0], 14:28:37, direct
180.1.1.11/32, ubest/mbest: 1/0, attached
    via 180.1.1.11, Lo1, [0/0], 14:28:37, local
197.1.1.11/32, ubest/mbest: 2/0
    via 23.1.1.11, [20/0], 14:26:55, bgp-100, external, tag 200
    via 140.1.1.11, [20/0], 14:26:55, bgp-100, external, tag 200
199.1.1.0/24, ubest/mbest: 1/0, attached
    via 199.1.1.1, Lo199, [0/0], 14:28:37, direct
199.1.1.1/32, ubest/mbest: 1/0, attached
    via 199.1.1.1, Lo199, [0/0], 14:28:37, local

IP Route Table for VRF "management"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 

0.0.0.0/0, ubest/mbest: 1/0
    via 10.197.122.1, [1/0], 14:28:37, static
10.197.122.0/24, ubest/mbest: 1/0, attached
    via 10.197.122.55, mgmt0, [0/0], 14:28:39, direct
10.197.122.55/32, ubest/mbest: 1/0, attached
    via 10.197.122.55, mgmt0, [0/0], 14:28:39, local

IP Route Table for VRF "blue"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "blue1"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "blue2"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "blue3"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "blue4"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "blue5"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "blue6"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "blue7"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "green"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "green1"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "green2"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "green3"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "green4"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "green5"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "green6"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "green7"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 

2.1.1.0/24, ubest/mbest: 1/0, attached
    via 2.1.1.10, Eth1/2, [0/0], 14:28:28, direct
2.1.1.10/32, ubest/mbest: 1/0, attached
    via 2.1.1.10, Eth1/2, [0/0], 14:28:28, local
3.1.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/50], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/50], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/50], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/50], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/50], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/50], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/50], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/50], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/50], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/50], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/50], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/50], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/50], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/50], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/50], 14:21:59, ospf-50, intra
4.1.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/50], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/50], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/50], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/50], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/50], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/50], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/50], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/50], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/50], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/50], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/50], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/50], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/50], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/50], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/50], 14:21:59, ospf-50, intra
4.4.4.0/24, ubest/mbest: 1/0
    via 36.1.1.11, Vlan36, [1/0], 13:33:13, static
5.5.5.0/24, ubest/mbest: 1/0, attached
    via 5.5.5.11, Vlan5, [0/0], 14:27:59, direct
5.5.5.11/32, ubest/mbest: 1/0, attached
    via 5.5.5.11, Vlan5, [0/0], 14:27:59, local
6.1.1.0/24, ubest/mbest: 1/0
    via 21.1.1.10, [1/0], 14:28:27, static
6.6.6.0/24, ubest/mbest: 1/0, attached
    via 6.6.6.11, Vlan6, [0/0], 14:27:59, direct
6.6.6.11/32, ubest/mbest: 1/0, attached
    via 6.6.6.11, Vlan6, [0/0], 14:27:59, local
7.7.7.0/24, ubest/mbest: 1/0, attached
    via 7.7.7.11, Vlan7, [0/0], 14:27:59, direct
7.7.7.11/32, ubest/mbest: 1/0, attached
    via 7.7.7.11, Vlan7, [0/0], 14:27:59, local
8.1.1.0/24, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
8.8.8.0/24, ubest/mbest: 1/0, attached
    via 8.8.8.11, Vlan8, [0/0], 14:27:59, direct
8.8.8.11/32, ubest/mbest: 1/0, attached
    via 8.8.8.11, Vlan8, [0/0], 14:27:59, local
9.9.9.0/24, ubest/mbest: 1/0, attached
    via 9.9.9.11, Vlan9, [0/0], 14:27:59, direct
9.9.9.11/32, ubest/mbest: 1/0, attached
    via 9.9.9.11, Vlan9, [0/0], 14:27:59, local
10.10.10.0/24, ubest/mbest: 1/0, attached
    via 10.10.10.11, Vlan10, [0/0], 14:27:59, direct
10.10.10.11/32, ubest/mbest: 1/0, attached
    via 10.10.10.11, Vlan10, [0/0], 14:27:59, local
10.30.223.146/32, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
10.30.223.150/32, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
10.50.7.37/32, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
10.175.169.160/28, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
10.192.187.254/32, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
11.11.11.0/24, ubest/mbest: 1/0, attached
    via 11.11.11.11, Vlan11, [0/0], 14:27:59, direct
11.11.11.11/32, ubest/mbest: 1/0, attached
    via 11.11.11.11, Vlan11, [0/0], 14:27:59, local
12.12.12.0/24, ubest/mbest: 1/0, attached
    via 12.12.12.11, Vlan12, [0/0], 14:27:59, direct
12.12.12.11/32, ubest/mbest: 1/0, attached
    via 12.12.12.11, Vlan12, [0/0], 14:27:59, local
13.1.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/140], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/140], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/140], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/140], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/140], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/140], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/140], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/140], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/140], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/140], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/140], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/140], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/140], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/140], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/140], 14:21:59, ospf-50, intra
13.13.13.0/24, ubest/mbest: 1/0, attached
    via 13.13.13.11, Vlan13, [0/0], 14:27:59, direct
13.13.13.11/32, ubest/mbest: 1/0, attached
    via 13.13.13.11, Vlan13, [0/0], 14:27:59, local
14.14.14.0/24, ubest/mbest: 1/0, attached
    via 14.14.14.11, Vlan14, [0/0], 14:27:59, direct
14.14.14.11/32, ubest/mbest: 1/0, attached
    via 14.14.14.11, Vlan14, [0/0], 14:27:59, local
15.15.15.0/24, ubest/mbest: 1/0, attached
    via 15.15.15.11, Vlan15, [0/0], 14:27:59, direct
15.15.15.11/32, ubest/mbest: 1/0, attached
    via 15.15.15.11, Vlan15, [0/0], 14:27:59, local
16.16.16.0/24, ubest/mbest: 1/0, attached
    via 16.16.16.11, Vlan16, [0/0], 14:27:59, direct
16.16.16.11/32, ubest/mbest: 1/0, attached
    via 16.16.16.11, Vlan16, [0/0], 14:27:59, local
17.17.17.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/50], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/50], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/50], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/50], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/50], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/50], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/50], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/50], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/50], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/50], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/50], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/50], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/50], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/50], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/50], 14:21:59, ospf-50, intra
18.18.18.0/24, ubest/mbest: 1/0, attached
    via 18.18.18.11, Vlan18, [0/0], 14:27:59, direct
18.18.18.11/32, ubest/mbest: 1/0, attached
    via 18.18.18.11, Vlan18, [0/0], 14:27:59, local
19.19.19.0/24, ubest/mbest: 1/0, attached
    via 19.19.19.11, Vlan19, [0/0], 14:27:59, direct
19.19.19.11/32, ubest/mbest: 1/0, attached
    via 19.19.19.11, Vlan19, [0/0], 14:27:59, local
20.1.1.0/24, ubest/mbest: 1/0, attached
    via 20.1.1.11%default, Lo20, [20/0], 14:26:53, bgp-100, external, tag 100
20.20.20.0/24, ubest/mbest: 1/0, attached
    via 20.20.20.11, Vlan20, [0/0], 14:27:59, direct
20.20.20.11/32, ubest/mbest: 1/0, attached
    via 20.20.20.11, Vlan20, [0/0], 14:27:59, local
21.1.1.0/24, ubest/mbest: 1/0, attached
    via 21.1.1.11, Eth1/21, [0/0], 14:28:27, direct
21.1.1.11/32, ubest/mbest: 1/0, attached
    via 21.1.1.11, Eth1/21, [0/0], 14:28:27, local
21.6.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/150], 13:45:06, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/150], 13:45:06, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/150], 13:45:06, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/150], 13:45:06, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/150], 13:45:06, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/150], 13:45:06, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/150], 13:45:06, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/150], 13:45:06, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/150], 13:45:06, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/150], 13:45:06, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/150], 13:45:06, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/150], 13:45:06, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/150], 13:45:06, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/150], 13:45:06, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/150], 13:45:06, ospf-50, intra
21.21.21.0/24, ubest/mbest: 1/0, attached
    via 21.21.21.11, Vlan21, [0/0], 14:27:59, direct
21.21.21.11/32, ubest/mbest: 1/0, attached
    via 21.21.21.11, Vlan21, [0/0], 14:27:59, local
22.1.1.0/24, ubest/mbest: 1/0
    via 21.1.1.10, [1/0], 14:28:27, static
22.22.1.0/24, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
22.22.22.0/24, ubest/mbest: 1/0, attached
    via 22.22.22.11, Vlan22, [0/0], 14:27:59, direct
22.22.22.11/32, ubest/mbest: 1/0, attached
    via 22.22.22.11, Vlan22, [0/0], 14:27:59, local
23.1.1.0/24, ubest/mbest: 1/0, attached
    via 23.1.1.10%default, Eth1/23, [20/0], 14:26:53, bgp-100, external, tag 100
23.23.23.0/24, ubest/mbest: 1/0, attached
    via 23.23.23.11, Vlan23, [0/0], 14:27:59, direct
23.23.23.11/32, ubest/mbest: 1/0, attached
    via 23.23.23.11, Vlan23, [0/0], 14:27:59, local
24.24.24.0/24, ubest/mbest: 1/0, attached
    via 24.24.24.11, Vlan24, [0/0], 14:27:59, direct
24.24.24.11/32, ubest/mbest: 1/0, attached
    via 24.24.24.11, Vlan24, [0/0], 14:27:59, local
25.25.25.0/24, ubest/mbest: 1/0, attached
    via 25.25.25.11, Vlan25, [0/0], 14:28:30, direct
25.25.25.11/32, ubest/mbest: 1/0, attached
    via 25.25.25.11, Vlan25, [0/0], 14:28:30, local
26.26.26.0/24, ubest/mbest: 1/0, attached
    via 26.26.26.11, Vlan26, [0/0], 14:27:59, direct
26.26.26.11/32, ubest/mbest: 1/0, attached
    via 26.26.26.11, Vlan26, [0/0], 14:27:59, local
27.27.27.0/24, ubest/mbest: 1/0, attached
    via 27.27.27.11, Vlan27, [0/0], 14:27:59, direct
27.27.27.11/32, ubest/mbest: 1/0, attached
    via 27.27.27.11, Vlan27, [0/0], 14:27:59, local
28.28.28.0/24, ubest/mbest: 1/0, attached
    via 28.28.28.11, Vlan28, [0/0], 14:27:59, direct
28.28.28.11/32, ubest/mbest: 1/0, attached
    via 28.28.28.11, Vlan28, [0/0], 14:27:59, local
29.29.29.0/24, ubest/mbest: 1/0, attached
    via 29.29.29.11, Vlan29, [0/0], 14:27:59, direct
29.29.29.11/32, ubest/mbest: 1/0, attached
    via 29.29.29.11, Vlan29, [0/0], 14:27:59, local
30.1.1.0/24, ubest/mbest: 1/0
    via 21.6.1.10%default, [20/0], 13:44:51, bgp-100, external, tag 300
30.30.30.0/24, ubest/mbest: 1/0, attached
    via 30.30.30.11, Vlan30, [0/0], 14:27:59, direct
30.30.30.11/32, ubest/mbest: 1/0, attached
    via 30.30.30.11, Vlan30, [0/0], 14:27:59, local
31.31.31.0/24, ubest/mbest: 1/0, attached
    via 31.31.31.11, Vlan31, [0/0], 14:27:59, direct
31.31.31.11/32, ubest/mbest: 1/0, attached
    via 31.31.31.11, Vlan31, [0/0], 14:27:59, local
32.32.32.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/50], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/50], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/50], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/50], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/50], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/50], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/50], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/50], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/50], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/50], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/50], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/50], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/50], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/50], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/50], 14:21:59, ospf-50, intra
34.1.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/150], 13:27:14, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/150], 13:27:14, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/150], 13:27:14, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/150], 13:27:14, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/150], 13:27:14, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/150], 13:27:14, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/150], 13:27:14, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/150], 13:27:14, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/150], 13:27:14, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/150], 13:27:14, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/150], 13:27:14, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/150], 13:27:14, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/150], 13:27:14, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/150], 13:27:14, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/150], 13:27:14, ospf-50, intra
35.1.2.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/64], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/64], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/64], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/64], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/64], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/64], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/64], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/64], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/64], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/64], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/64], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/64], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/64], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/64], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/64], 14:21:59, ospf-50, intra
36.1.0.0/16, ubest/mbest: 1/0, attached
    via 36.1.1.10, Vlan36, [0/0], 13:33:13, direct
36.1.1.1/32, ubest/mbest: 1/0, attached
    via 36.1.1.1, Vlan36, [3/0], 13:32:52, hsrp
36.1.1.10/32, ubest/mbest: 1/0, attached
    via 36.1.1.10, Vlan36, [0/0], 13:33:13, local
42.1.1.0/24, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
42.1.2.12/32, ubest/mbest: 1/0
    via 4.1.1.11, [1/0], 14:21:59, static
42.42.1.0/24, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
50.1.1.10/32, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/51], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/51], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/51], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/51], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/51], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/51], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/51], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/51], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/51], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/51], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/51], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/51], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/51], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/51], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/51], 14:21:59, ospf-50, intra
50.1.1.11/32, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/41], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/41], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/41], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/41], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/41], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/41], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/41], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/41], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/41], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/41], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/41], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/41], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/41], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/41], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/41], 14:21:59, ospf-50, intra
50.1.1.13/32, ubest/mbest: 2/0, attached
    via 50.1.1.13, Lo50, [0/0], 14:28:37, local
    via 50.1.1.13, Lo50, [0/0], 14:28:37, direct
50.1.1.14/32, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/61], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/61], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/61], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/61], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/61], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/61], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/61], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/61], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/61], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/61], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/61], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/61], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/61], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/61], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/61], 14:21:59, ospf-50, intra
50.1.1.23/32, ubest/mbest: 2/0, attached
    via 50.1.1.23, Lo51, [0/0], 14:28:37, local
    via 50.1.1.23, Lo51, [0/0], 14:28:37, direct
50.1.1.33/32, ubest/mbest: 2/0, attached
    via 50.1.1.33, Lo52, [0/0], 14:28:37, local
    via 50.1.1.33, Lo52, [0/0], 14:28:37, direct
54.1.1.0/24, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
60.1.0.0/16, ubest/mbest: 1/0, attached
    via 60.1.1.10%default, Eth1/48, [20/0], 14:26:53, bgp-100, external, tag 100
64.1.1.0/24, ubest/mbest: 1/0, attached
    via 64.1.1.11, Vlan64, [0/0], 14:28:26, direct
64.1.1.11/32, ubest/mbest: 1/0, attached
    via 64.1.1.11, Vlan64, [0/0], 14:28:26, local
100.1.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/140], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/140], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/140], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/140], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/140], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/140], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/140], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/140], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/140], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/140], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/140], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/140], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/140], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/140], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/140], 14:21:59, ospf-50, intra
101.1.1.0/24, ubest/mbest: 1/0
    via 60.1.1.11, [1/0], 14:26:53, static
102.1.2.0/24, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
103.1.1.0/24, ubest/mbest: 1/0
    via 60.1.1.11, [1/0], 14:26:53, static
104.1.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/150], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/150], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/150], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/150], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/150], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/150], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/150], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/150], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/150], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/150], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/150], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/150], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/150], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/150], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/150], 14:21:59, ospf-50, intra
112.1.1.0/24, ubest/mbest: 1/0
    via 21.1.1.10, [1/0], 14:28:27, static
113.1.2.0/24, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
116.1.1.0/24, ubest/mbest: 1/0
    via 64.1.1.10, [20/0], 14:26:53, bgp-100, external, tag 400
119.1.1.0/24, ubest/mbest: 1/0, attached
    via 119.1.1.10, Eth1/19, [0/0], 14:28:27, direct
119.1.1.10/32, ubest/mbest: 1/0, attached
    via 119.1.1.10, Eth1/19, [0/0], 14:28:27, local
120.1.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/64], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/64], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/64], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/64], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/64], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/64], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/64], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/64], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/64], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/64], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/64], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/64], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/64], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/64], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/64], 14:21:59, ospf-50, intra
128.1.1.0/24, ubest/mbest: 1/0, attached
    via 128.1.1.11%default, Lo128, [20/0], 14:26:53, bgp-100, external, tag 100
129.1.1.0/24, ubest/mbest: 1/0, attached
    via 129.1.1.11%default, Lo129, [20/0], 14:26:53, bgp-100, external, tag 100
140.1.1.0/24, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/62], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/62], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/62], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/62], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/62], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/62], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/62], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/62], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/62], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/62], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/62], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/62], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/62], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/62], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/62], 14:21:59, ospf-50, intra
171.1.1.0/24, ubest/mbest: 1/0
    via 30.1.1.11, [1/0], 13:44:51, static
180.1.1.0/24, ubest/mbest: 1/0, attached
    via 180.1.1.11%default, Lo1, [20/0], 14:26:53, bgp-100, external, tag 100
197.1.1.11/32, ubest/mbest: 15/0
    via 16.16.16.10, Vlan16, [110/61], 14:21:59, ospf-50, intra
    via 18.18.18.10, Vlan18, [110/61], 14:21:59, ospf-50, intra
    via 19.19.19.10, Vlan19, [110/61], 14:21:59, ospf-50, intra
    via 20.20.20.10, Vlan20, [110/61], 14:21:59, ospf-50, intra
    via 21.21.21.10, Vlan21, [110/61], 14:21:59, ospf-50, intra
    via 22.22.22.10, Vlan22, [110/61], 14:21:59, ospf-50, intra
    via 23.23.23.10, Vlan23, [110/61], 14:21:59, ospf-50, intra
    via 24.24.24.10, Vlan24, [110/61], 14:21:59, ospf-50, intra
    via 25.25.25.10, Vlan25, [110/61], 14:21:59, ospf-50, intra
    via 26.26.26.10, Vlan26, [110/61], 14:21:59, ospf-50, intra
    via 27.27.27.10, Vlan27, [110/61], 14:21:59, ospf-50, intra
    via 28.28.28.10, Vlan28, [110/61], 14:21:59, ospf-50, intra
    via 29.29.29.10, Vlan29, [110/61], 14:21:59, ospf-50, intra
    via 30.30.30.10, Vlan30, [110/61], 14:21:59, ospf-50, intra
    via 31.31.31.10, Vlan31, [110/61], 14:21:59, ospf-50, intra

IP Route Table for VRF "red0"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red1"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red10"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red11"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red12"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red13"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red14"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red15"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red16"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red17"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red18"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red19"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red2"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red20"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red21"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red22"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red23"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red24"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red25"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red26"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red27"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red28"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red29"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red3"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red30"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red31"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red32"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red33"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red4"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red5"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red6"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red7"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red8"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "red9"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "redd"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow1"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow10"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow2"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow3"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow4"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow5"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow6"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow7"
'' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow8"
'' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


IP Route Table for VRF "yellow9"
'*' denotes best ucast next-hop
'' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string 


show ip route vrf blue

show ip route vrf blue

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 route vrf blue",
  "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_addrf": {
                                "ROW_addrf": {
                                    "addrf": "ipv4"
                                }
                            }, 
                            "vrf-name-out": "blue"
                        }
                    }
                }, 
                "code": "200", 
                "input": "show ip route vrf blue", 
                "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 route vrf blue command, see the CLI command reference:

http//www.cisco.com/c/en/us/support/switches/nexus-3000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).

CLI Output
Switch# show ip route vrf blue
IP Route Table for VRF "blue"
'' denotes best ucast next-hop
'*' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'% string ' in via output denotes VRF  string