Skip to content

Commit

Permalink
moved example to bottom and used SW6
Browse files Browse the repository at this point in the history
  • Loading branch information
staley1975 committed Nov 19, 2023
1 parent c268f57 commit eebb05a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PowerArubaCP/Public/NetworkDevice.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ function Add-ArubaCPNetworkDevice {
Add Network Device SW2 with COA Capability on port 5000
.EXAMPLE
Add-ArubaCPNetworkDevice -name SW3 -ip_address 192.0.2.3 -radius_secret MySecurePassword -vendor Cisco -snmp_version V2C -community_string CommString
Add Network Device SW3 with a snmp-read community string from vendor Cisco
.EXAMPLE
Add-ArubaCPNetworkDevice -name SW3 -ip_address 192.0.2.3 -radius_secret MySecurePassword -vendor Cisco -tacacs_secret MySecurePassword
Expand All @@ -44,6 +39,11 @@ function Add-ArubaCPNetworkDevice {
Add Network Device SW5 with hashtable attribute (Location) from vendor Aruba
.EXAMPLE
Add-ArubaCPNetworkDevice -name SW6 -ip_address 192.0.2.6 -radius_secret MySecurePassword -vendor Cisco -snmp_version V2C -community_string CommString
Add Network Device SW6 with a snmp-read community string from vendor Cisco
#>

Param(
Expand Down

0 comments on commit eebb05a

Please sign in to comment.