Route

Keys

Leafs

Children

class Routing.RoutingInstance.RoutingProtocols.RoutingProtocol.StaticRoutes.Ipv4.Route

Bases: Entity

Class Hierarchy: Routing RoutingInstance RoutingProtocols RoutingProtocol StaticRoutes Ipv4 Route

This class represents configuration data.

A user-ordered list of static routes.

destination_prefix(key)

IPv4 destination prefix

type: str

pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])/(([0-9])|([1-2][0-9])|(3[0-2]))

mandatory: True

description

Textual description of the route

type: str

next_hop

Configuration of next-hop

type: NextHop