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:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(9).
| CLI Output |
|---|
|
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:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|
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:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|
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:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|
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:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(9).
| CLI Output |
|---|
|
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:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|
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:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|
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:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
| CLI Output |
|---|
|