Skip to content

This is a python script that considers the device_groups, object_groups and objects and generates a list of all active oids per device_group. This will include description if the --output option is added.

Notifications You must be signed in to change notification settings

mtedge04/list_mibs_oids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sudo python3 elastiflow_list_mibs.py -h
usage: elastiflow_list_mibs.py [-h] [-g GROUP] [-a] [-o OUTPUT]

Enter an option

optional arguments:
  -h, --help            show this help message and exit
  -g GROUP, --group GROUP
                        Add group name should be one of: vyos, ubiquiti_edgemax, ubiquiti_unifi, synology, samsung_printer, openwrt, mikrotik_routeros, mikrotik_switchos, macos, linux, juniper_ex, juniper_qfx, juniper_mx, juniper_srx,
                        generic, cisco_c1000, cisco_c2960l, calix_axos, arista (default: None)
  -a, --all             Print everything (default: False)
  -o OUTPUT, --output OUTPUT
                        Output file (default: None)



This script relies on an external file description.yml. This includes all the descriptions for the current MIBS that ElastiFlow 6.4.3 includes. 

About

This is a python script that considers the device_groups, object_groups and objects and generates a list of all active oids per device_group. This will include description if the --output option is added.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages