Hi Guys,
I was working with PowerOrion and I have the next situation I hope that you can help me to resolve:
# Connect to SWIS $hostname = "localhost" $username = "admin" $swis = Connect-Swis -UserName $username -Password "eherrera" -Hostname $hostname $aprov = New-OrionInterface -NodeId 4403 -SwisConnection $swis -InterfaceName "ge-3/1/1" -status 1 -IfName "ge3/1/1" -InterfaceIndex 506 -PollInterval 120 -RediscoveryInterval 5 -StatCollection "1"
After running this script, everything seems to work, but when I visit the Orion UI I find that the interface I added is marked as "Unknown" and does not add the name of the interface, do you know which field I should add or why does that happen?
Thanks.