ProSafeLinux
ProSafeLinux copied to clipboard
Inventory of "set" Commands?
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
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 :/