Next: Physical Modules.
Up: Autodiscovery
Previous: Autodiscovery
For the automatic configuration of Fore nodes, the network administrator has to select each node in HP OpenView before starting the INMS autodiscovery. It is also up to the administrator to assign each node to a Gate agent. The managed switch model is determined by accesing the MIB variable switchType.
autodiscovery_mapping(
N, % N is unified with the name given to this node
[[switchType, 0] = STypeInt],
[]
):-
s2enum(switchType, Model, STypeInt),
(switchModel(N, _) ->
retract(switchModel(N, _))
; true), !,
assertz(switchModel(N, Model)).
Copyright Munich Network Management Team