Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint group static ports channel not working #208

Open
stelios1911 opened this issue Feb 28, 2025 · 2 comments
Open

Endpoint group static ports channel not working #208

stelios1911 opened this issue Feb 28, 2025 · 2 comments

Comments

@stelios1911
Copy link

Hi,

Until two days ago, I was able to associate an EPG to a VPC through static ports channel, below a successful one.

But now it wont work, while is the same configuration, I erased all and build them again, but every time i get the error below, could you please let me know what might be the problem?

successful:
Image

error:
Image

Thank you!

@therealdoug
Copy link
Contributor

can you post the yaml you're using?

@stelios1911
Copy link
Author

EPG config:
apic:
tenants:
- name: prod
application_profiles:
- name: ap_prod
endpoint_groups:
- name: epg_Vlan02
static_ports:
- node_id: 1351
node2_id: 1352
description: port 1
vlan: 2
channel: vpc_SPR-ESXHOS-PR34_data
mode: regular

Switch profile:

apic:
access_policies:
leaf_switch_profiles:
- name: switch_profile_1351_1352
selectors:
- name: switch_selector_1351_1352
node_blocks:
- name: 1351_1352
from: 1351
to: 1352
interface_profiles:
- int_prof_1351_1352

Interface profile:
apic:
access_policies:
leaf_interface_policy_groups:
- name: vpc_SPR-ESXHOS-PR34_data
type: vpc
port_channel_policy: nac-lacp-active
aaep: prod_aaep_phy

leaf_interface_profiles:
  - name: int_prof_1351_1352
    selectors:
      - name: int_sel_1351_1352_01
        description: vpc_SPR-ESXHOS-PR34_data
        policy_group: vpc_SPR-ESXHOS-PR34_data
        port_blocks:
          - name: port_01
            from_port: 1

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants