Skip to content

[NXOS] - show interface status - vpcCmpFai & xcvrSpeed is not parsed correctly #945

@sunshinegorgon7

Description

@sunshinegorgon7

show interface status on Nexus is not reading the status correctly if the status is vpcCmpFai

Here is the CLI output,

Eth1/11 -- vpcCmpFai trunk full 10G 10Gbase-SR
Eth1/12 -- vpcCmpFai trunk full 10G 10Gbase-SR

Here is what is pulled via genie,

    "Ethernet1/11": {
        "name": "--                 vpcCmpFai trunk     full",
        "reason": "10Gbase-SR",
        "status": "10G"
    },
    "Ethernet1/12": {
        "name": "--                 vpcCmpFai trunk     full",
        "reason": "10Gbase-SR",
        "status": "10G"
    }

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