tabacha / ProSafeLinux

Configure Netgear ProSafe Plus Switches on linux
Other
137 stars 62 forks source link

Inventory of "set" Commands? #37

Open 4920441 opened 2 years ago

4920441 commented 2 years ago

Hi,

maybe I am overseeing it, but is there a psl-cli.py somewhere an option where I can see all possible set commands I can use?

/psl-cli.py --interface enp1s0 query  --mac 22:22:22:22:22:22 vlan_pvid

Query Values..

Vlan_pvid                     Port VLAN_ID
                                 1       1
                                 2       1
                                 3       1
                                 4       1
                                 5       1

works so far so good, but I am very curious about all other configuration options, like IGMP and so on.

Thanks a lot

Cheers

4920441

SamK commented 1 year ago

Hi,

As far as I know, the --help flag is the only way.

Get the main commands:

./psl-cli.py --help

for each command, the sub-commands can be shown.

./psl-cli.py query  --help

However I can't figure out what all these commands actually do :/