question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Requests: authentication sessions

See original GitHub issue

Is it possible to add parer for show auth session commnad? would be grate to have for validating dot1x config and for finding failing dot1x devices. Looking for parser compatible with the IOS platform, i believe the output is similar from other platforms.

more related commands can be find hear. -> https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/s1/sec-s1-xe-3se-3850-cr-book/sec-s1-xe-3se-3850-cr-book_chapter_01.html#wp3404908137

example commnad. show authentication sessions show authentication sessions int gi 1/0/11 show authentication sessions interface GigabitEthernet3/0/2 details

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:29 (18 by maintainers)

github_iconTop GitHub Comments

1reaction
thaing408commented, Aug 2, 2019

Hi Peter, I am looking into and get back to you.

Thanks, –Thai.

0reactions
thaixuanncommented, Feb 6, 2020

Hello @micyew , We fixed the issue and genie package v20.1 has been released with the fix. Could you please run the following command and try again to see if it works?

pip install genie.libs.parser --upgrade --pre

Thanks, –Thai.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Advanced Usage — Requests 2.28.1 documentation
This document covers some of Requests more advanced features. Session Objects¶. The Session object allows you to persist certain parameters across requests. It ......
Read more >
Python Requests login and persistent sessions tutorial
In this Python Requests login to website and persistent sessions tutorial I'll show you how to use the Requests Python library to login...
Read more >
Documentation: Sessions - Passport.js
A login session is established upon a user successfully authenticating using a credential. The following route will authenticate a user using a username...
Read more >
Sessions - Auth0
When you build an application that requires authentication, you can use sessions to determine if a user is authenticated each time a request...
Read more >
Session vs Token Authentication - Authgear
Upon subsequent requests, your cookie is verified against the session ID stored in the server. If it's a match, the request is considered...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found