Skip to content

Support for IP locking using port profiles #6711

@dgonzalez-arista

Description

@dgonzalez-arista

Enhancement summary

Currently its possible to apply IP locking in network services but not natively via port profiles.

Currently its possible using structured_config:

  - profile: ...
    structured_config:
      address_locking:
        address_family:
          ipv4: true
          ipv6: true

Which component of AVD is impacted

eos_designs

Use case example

Applying IP locking in Campus designs at the profile level.

Describe the solution you would like

Add IP locking support in port profiles:

  - profile: ...
      address_locking:
        address_family:
          ipv4: true
          ipv6: true

Describe alternatives you have considered

Structured config

Additional context

No response

Contributing Guide

  • I agree to follow this project Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions