EIGRP

Description

An object that represents the Enhanced Interior Gateway Routing Protocol (EIGRP) configuration. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Supported Operations

Model Properties

Property Required Type Description
version False string A unique string version assigned by the system when the object is created or modified. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete an existing object. As the version will change every time the object is modified, the value provided in this identifier must match exactly what is present in the system or the request will be rejected.
name True string A string that represents the name of the object
description False string
Field level constraints: length must be between 0 and 200 (inclusive). (Note: Additional constraints might exist)
processConfiguration True object An object of type EIGRP process configuration that represents advanced configuration for this process.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
defaultRouteDistributionIn False object An object of type standard access list that accepts input default routing information.
Allowed types are: [StandardAccessList]
defaultRouteDistributionOut False object An object of type standard access list that accepts output default routing information.
Allowed types are: [StandardAccessList]
distributionList True [object] An object of type EIGRP distribution list that represents the configuration of filtering incoming or outgoing routes using access control lists.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
routingInterfaces False object An object of type EIGRP routing interfaces to suppress routing information on the listed interfaces.
neighbors True [object] A list of objects of type EIGRP neighbor to configure the neighbor interfaces and IPv4 address to be configured for the process.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
networks True [object] A list of network objects that accepts IPv4 addresses to enable routing.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
Allowed types are: [NetworkObject]
redistributeProtocols True [object] A list of objects or type EIGRP redistribute protocol that represents the redistributed routes.
Field level constraints: cannot be null. (Note: Additional constraints might exist)
id False string A unique string identifier assigned by the system when the object is created. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete (or reference) an existing object.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
autonomousSystemNumber True string Identifier for the EIGRP Process.
Field level constraints: cannot be null, must match pattern \d|[1-9]\d+, must be between 1 and 65535 (inclusive). (Note: Additional constraints might exist)
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.