Ipv4Nexthop

IPv4 next-hop specification for a static route. DN format is sys/ipv4/inst/dom-{vrfName}/rt-[{prefix}]/nh-[{nhIf}]-addr-[{nhAddr}]-vrf-[{nhVrf}].

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
ipv4Nexthop object
View JSON Schema on GitHub

JSON Schema

cisco-nexus-nxapi-rest-ipv4-nexthop-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Ipv4Nexthop",
  "type": "object",
  "description": "IPv4 next-hop specification for a static route. DN format is sys/ipv4/inst/dom-{vrfName}/rt-[{prefix}]/nh-[{nhIf}]-addr-[{nhAddr}]-vrf-[{nhVrf}].",
  "properties": {
    "ipv4Nexthop": {
      "type": "object"
    }
  }
}