Skip to content

Commit

Permalink
Added two usage scenarios for setting / getting VLAN PVID
Browse files Browse the repository at this point in the history
  • Loading branch information
sdegeorgio committed Jul 4, 2017
1 parent a6b7a21 commit 09c7af8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@

If your interface is **not** eth0 please specify it, when you call *psl.py*.

##Example:
# Examples

Gives an overview of all available options

./psl.py --help

Discover all ProSafe switches on the local network

./psl.py --interface eth1 discover

./psl.py --help gives an overview over all available options
Set 802.1Q VLAN VID for port 4 to 1

./psl-cli.py set --passwd "password" --mac B0:B9:8A:57:F6:56 --vlan_pvid 4 1

Query all ports for their 802.1Q VLAN port VID

./psl-cli.py query --mac B0:B9:8A:57:F6:56 vlan_pvid


# Help wanted

Expand Down

0 comments on commit 09c7af8

Please sign in to comment.