Skip to content

benzobagheri/sie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Switch Check Access Sessions

A simple script to collect information about access-session on the switch.

  • login to the switch
  • collect all mac addresses from access-sessions
  • check access-session for each mac address
  • if there is FAIL in the dACL - collect info about this session:
    • interface
    • mac_address
    • ip_address
    • user_name
    • method (mab|dot1x)
    • vendor (for mab)

Technologies

  • Python3
  • ISE
  • Cisco IOS switch

Setup

  • python check_access_sessions.py <IP_ADDRESS>

  • Breakdown post here

  • How it works youtube

Example:

  • python check_access_sessions.py 10.10.10.10

Contact

  • feel free to contact me!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages