ntc-templates icon indicating copy to clipboard operation
ntc-templates copied to clipboard

Add Identifier as catch header for cisco ios

Open pierok13 opened this issue 1 year ago • 2 comments

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

pierok13 avatar Mar 06 '23 09:03 pierok13

Please add some test data for this.

jvanderaa avatar Mar 06 '23 15:03 jvanderaa

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

andershagman avatar May 19 '23 12:05 andershagman

replaced by https://github.com/networktocode/ntc-templates/pull/1766

jmcgill298 avatar Jul 19 '24 16:07 jmcgill298