100% found this document useful (2 votes)
1K views2 pages

Ext. Alarms Script On Baseband

The document configures 8 external alarm ports on a field replaceable unit. It sets the administrative state to enabled, alarm slogans (e.g. "HIGH ROOM TEMP"), severity levels (e.g. 4 for critical), and normally open status for each port.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
1K views2 pages

Ext. Alarms Script On Baseband

The document configures 8 external alarm ports on a field replaceable unit. It sets the administrative state to enabled, alarm slogans (e.g. "HIGH ROOM TEMP"), severity levels (e.g. 4 for critical), and normally open status for each port.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

cvms add_External_Alarm_4GBB

confb+
gs+

set EquipmentSupportFunction=1 supportSystemControl false

set EquipmentSupportFunction=1 supportSystemControl true

gs+
crn Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=1
administrativeState 1
alarmSlogan HIGH ROOM TEMP
normallyOpen true
perceivedSeverity 4
userLabel
end

crn Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=2
administrativeState 1
alarmSlogan LOAD ON DG
normallyOpen true
perceivedSeverity 3
userLabel
end

crn Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=3
administrativeState 1
alarmSlogan HIGH ROOM TEMP
normallyOpen true
perceivedSeverity 3
userLabel
end

crn Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=4
administrativeState 1
alarmSlogan SITE ON BATTERY
normallyOpen true
perceivedSeverity 2
userLabel
end

crn Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=5
administrativeState 1
alarmSlogan MAINS FAIL
normallyOpen true
perceivedSeverity 3
userLabel
end

crn Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=6
administrativeState 1
alarmSlogan RECTIFIER FAIL
normallyOpen true
perceivedSeverity 2
userLabel
end

crn Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=7
administrativeState 1
alarmSlogan LOW BATTERY VOLTAGE
normallyOpen true
perceivedSeverity 4
userLabel
end

crn Equipment=1,FieldReplaceableUnit=BB-1,AlarmPort=8
administrativeState 1
alarmSlogan A/C1 FAIL
normallyOpen true
perceivedSeverity 4
userLabel
end

st alarm

get alarm slogan

You might also like