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

Add Identifier as catch header for cisco ios #1314

Closed
wants to merge 406 commits into from

Conversation

pierok13
Copy link
Contributor

@pierok13 pierok13 commented Mar 6, 2023

Some IOS switches use Identifier instead of Mac address as header. Added both headers. show authen ses

Interface Identifier Method Domain Status Fg Session ID
Gi1/0/25 1234.5678.9101 mab DATA Auth 0AF3B0050000001E00023F09

akira6592 and others added 30 commits February 3, 2021 07:44
KeithETruesdell and others added 19 commits February 3, 2023 14:05
* added software image and release

added software image capture and the release from the initial line of the software

* update cisco ios show version to include the software image and release as additional separate fields, tests included
* fix template and add test

* re-trigger build
Some IOS switches use Identifier instead of Mac address as header. Added both headers.
show authen ses

Interface    Identifier     Method  Domain  Status Fg Session ID
Gi1/0/25     1234.5678.9101  mab     DATA    Auth      0AF3B0050000001E00023F09
@jvanderaa
Copy link
Contributor

Please add some test data for this.

@jvanderaa jvanderaa added the changes_requested Waiting on user to address feedback label Mar 6, 2023
@pszulczewski pszulczewski force-pushed the master branch 2 times, most recently from 131859a to 3e8cb51 Compare April 12, 2023 15:24
@andershagman
Copy link

Is this solved?
I solved it like this.
Change:
^Interface\s+MAC Address\s+Method\s+Domain -> Catch

To:
^Interface\s+(?:MAC Address|Identifier)\s+Method\s+Domain -> Catch

@jmcgill298
Copy link
Contributor

replaced by #1766

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

Successfully merging this pull request may close these issues.