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

Unable to modify long distance for port configuration #152

Open
diazj1 opened this issue Apr 4, 2024 · 0 comments
Open

Unable to modify long distance for port configuration #152

diazj1 opened this issue Apr 4, 2024 · 0 comments

Comments

@diazj1
Copy link

diazj1 commented Apr 4, 2024

Hi:

I'm try to modify long distance configuration for port 0 trying to get the same configuration like with command: "portcfglongdistance 0 LS 1 -distance 10"

I'm using the follow task:

- name: Configuring ISL ports in switch 125
      brocade.fos.brocade_interface_fibrechannel:
        credential: "{{ credential }}"
        vfid: 125
        ports:
          - name: "0/0"
            enabled_state: False
            long_distance: "LS"
            vc_link_init: true
            long_distance_string: "ls"
      delegate_to: localhost

But the task is never executed by ansible and it marks it as if the configuration was already done.
Looks like something is missing, for example the distance option to 10 Km but I'm unable to find how to do it.

BR
JC

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

1 participant