Cisco Cisco IOS Software Release 12.2(2)XG

Page de 48
      NM-AIC-64, Contact Closure Network Module
Feature Overview
4
Cisco IOS Release 12.2(2)XG
Configuring the AIC
From a top-level view, AIC configuration involves assigning an IP address to the AIC using Cisco IOS 
commands and setting up alarm configurations with either TL1 or the AIC command-line interface 
(CLI). The flexible TL1 and AIC CLI permit a broad range of alarm configuration scenarios. The 
following are examples of four possible alarm configurations that can be programmed with the AIC CLI:
Configuring a Discrete Alarm
enable
config terminal
alarm 1
description "west door"
normally closed
description normal "door closed"
description alarm "door open"
level 2
exit
Configuring an Analog Alarm as an Analog Monitoring Voltage
enable
config terminal
alarm 57
description "tank level"
description normal "full"
description low "low"
description low-low "empty"
analog voltage 2.5 30 60 60 
exit
Configuring an Analog Alarm as a Discrete Monitoring Current
enable
config terminal
alarm 58
description "east door"
discrete current-loop 0.0 3.2 5.9
exit
Configuring an Analog Alarm as a Discrete Monitoring Voltage 
enable
config terminal
alarm 58
description "backup battery"
discrete voltage 9.0 high
exit
Configuring an Analog Alarm to Act Like a Discrete Alarm (Minimal Configuration Method)
enable