Skip to content

Unable to modify long distance for port configuration #152

Description

@diazj1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions