Skip to content

Arista issue with IGP/internal/local routes #132

Description

@cameront-1

Hi,

As per telegram, this is the json output, the result when attempting to query this via hyperglass is just to get an error parsing the response data.

All other queries work fine, so long as it's not our address space.

{
"vrfs": {
"default": {
"routerId": "103.137.13.174",
"vrf": "default",
"bgpRouteEntries": {
"103.62.51.0/24": {
"totalPaths": 2,
"bgpAdvertisedPeerGroups": {},
"maskLength": 24,
"bgpRoutePaths": [
{
"asPathEntry": {
"asPathType": "Internal"
},
"med": 0,
"localPreference": 999,
"weight": 0,
"peerEntry": {
"peerRouterId": "103.137.13.224",
"peerAddr": "100.127.255.5"
},
"reasonNotBestpath": "noReason",
"timestamp": 1606055613,
"nextHop": "103.137.13.225",
"routeType": {
"atomicAggregator": false,
"origin": "Incomplete",
"suppressed": false,
"queued": false,
"valid": true,
"ecmpContributor": false,
"luRoute": false,
"active": true,
"stale": false,
"ecmp": false,
"backup": false,
"ecmpHead": false,
"ucmp": false
},
"routeDetail": {
"origin": "Incomplete",
"originator": "Originator: 103.137.13.225",
"tunnelRibEligible": false,
"extCommunityList": [],
"communityList": [
"65500:100",
"65500:146",
"65500:199",
"65500:10100",
"65510:59999"
],
"rxSafi": "Unicast",
"bgpContributors": [],
"recvdFromRRClient": false,
"igpMetric": 20,
"clusterList": "Cluster list: 103.137.13.224",
"largeCommunityList": [],
"labelStack": []
}
},
{
"asPathEntry": {
"asPathType": "Internal"
},
"med": 0,
"localPreference": 999,
"weight": 0,
"peerEntry": {
"peerRouterId": "103.137.13.204",
"peerAddr": "100.127.255.22"
},
"reasonNotBestpath": "infMed",
"timestamp": 1616539775,
"nextHop": "103.137.13.225",
"routeType": {
"atomicAggregator": false,
"origin": "Incomplete",
"suppressed": false,
"queued": false,
"valid": true,
"ecmpContributor": false,
"luRoute": false,
"active": false,
"stale": false,
"ecmp": false,
"backup": false,
"ecmpHead": false,
"ucmp": false
},
"routeDetail": {
"origin": "Incomplete",
"originator": "Originator: 103.137.13.225",
"tunnelRibEligible": false,
"extCommunityList": [],
"communityList": [
"0:714",
"0:2906",
"0:4764",
"0:4826",
"0:7545",
"0:7679",
"0:7713",
"0:15169",
"0:16276",
"0:33891",
"0:37468",
"0:38195",
"0:57463",
"174:982",
"24115:24115",
"65500:100",
"65500:146",
"65500:199",
"65500:10100",
"65510:59999"
],
"rxSafi": "Unicast",
"bgpContributors": [],
"recvdFromRRClient": true,
"igpMetric": 20,
"clusterList": "Cluster list: 103.137.13.204 103.137.13.205 103.137.13.224",
"largeCommunityList": [],
"labelStack": []
}
}
],
"address": "103.62.51.0"
}
},
"asn": "137409"
}
}
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions