What is the best practice to configure Spectrum to monitor and poll ports for their status and alarm when the port goes down? I have heard about using NetworkLinkType, Live Pipes, Ok_To_Poll, PollPorstatus and GeneratePortStatus Alarms but how should this be configured? How can Spectrum automatically notify me when contact is lost on a port?
n/a
Release : 10.3
Component : Spectrum Core / SpectroSERVER
The best practice for enabling Spectrum's port polling functionality is to create a Global Colleciton with the ports you want to monitor and then use Policy Manager to set the attributes needed for Spectrum to poll those ports:
1. Create a Global Collection to search for ports using the NetworkLinkType attribute. The NetworkLinkType attribute is a calculated attribute that is set when Spectrum determines what type of connection the interface has. The attribute has the following values:
0x12a79 No Link 0
0x12a79 Router Link 1
0x12a79 Switch Link 2
0x12a79 Shared Access Link 3
0x12a79 End Station Link 4
0x12a79 Wide Area Link 5
0x12a79 Internal Link 6
0x12a79 Unknown Link 7
0x12a79 Network Cloud Link 8
You can set the Global Collection to use the NetworkLinkType that you need, however a general rule of thumb is to use Router Link and Switch link.
Be sure to set the GC Search to use Model Class Equal To Port - Do NOT use the Special Criteria for Interfaces of Devices.
The GC search criteria will look like this:
Model Class Equal To "Port" AND (NetworkLinkType Equal To "Switch Link" OR NetworkLinkType Equal To "Router Link")
After you have your Global Collection, select the Policy Manager model in the Explorer tab, click on the List view on the upper right and select the Paper icon to create a new policy:
Provide a Name for the policy and click the + icon under the associated rules:
Give the rule a name and add your Global Collection you created from above:
And Select the Live Pipes Policy and click ok:
(Change PollPortstatus to True if you want to later add ports to this policy that are not connected to anything in Spectrum).
Click Ok and you will see the policy:
Select the "Enable Policy on Creation" if you want the policy to be applied immediately.
You will then see your policy in the Policy Manager list: