DOC 6501_Release V
ATS-6501 Users Guide
197
• Set Reference Switching Policy
• Direct Child (used in 2000/3000 Series Chassis switching)
F.2 Configuring SMCP
To start SMCP, the node.cfg files must be placed in the /mod/tsc/site directory of both the ATS-
6501 and ATS-6511. In the node.cfg file all ATS-6501, ATS-6511, slot cards (ex. 4395A_10)
and external equipment (ex. 5071A) are referred to as “nodes”. An example of the node.cfg file
can be found in the /mod/tsc/site/ directory.
Configuring node.cfg in an ATS-6501:
-- Set polling rates for all slots here
Slots = {}
Slots.PollRate = {}
Slots.PollRate.Alarm = 30
Slots.PollRate.State = 1800
Slots.PollRate.Inventory = 3600
Config = {} -- Top of configuration
Config.Self = {} -- Values for this node
Config.Self.NodeId = 3 -- No other node shall use the same nodeId.
Config.Self.NodeType = NodeType.ATS_6511C
Config.Self.PollRate = {}
Config.Self.PollRate.Alarm = 10
Config.Self.PollRate.State = 30
Config.Self.PollRate.Inventory = 3600
Config.Self.ProtocolVersion = 1
Config.Children = {} -- Children by slot
Config.Children.Slot = {}
-- Slots 1 - 6, indexed 0 - 5
Config.Children.Slot[0] = {} -- Tflex Slot 1
Config.Children.Slot[0].NodeId = 21
Config.Children.Slot[0].NodeType = NodeType.TSC_4395B_1
Config.Children.Slot[0].PollRate = Slots.PollRate
Config.Children.Slot[1] = {} -- Tflex Slot 2
Config.Children.Slot[1].NodeId = 22
Config.Children.Slot[1].NodeType = NodeType.TSC_4394A
Config.Children.Slot[1].PollRate = Slots.PollRate
Config.Children.Slot[2] = {} -- Tflex Slot 3
Config.Children.Slot[2].NodeId = 23
Config.Children.Slot[2].NodeType = NodeType.TSC_4395B_10
Config.Children.Slot[2].PollRate = Slots.PollRate
Config.Children.Slot[3] = {} -- Tflex Slot 4
Config.Children.Slot[3].NodeId = 24
Config.Children.Slot[3].NodeType = NodeType.TSC_4395B_5
Config.Children.Slot[3].PollRate = Slots.PollRate
Config.Children.Slot[4] = {} -- Tflex Slot 5
Config.Children.Slot[4].NodeId = 25
Config.Children.Slot[4].NodeType = NodeType.TSC_4307
Config.Children.Slot[4].PollRate = Slots.PollRate