# Trap group members

traps_mib_group_gsm='signalChangeNotification,
		networkTypeNotification,'

traps_mib_group_hotspot='clientConnectedNotification,
		clientDisconnectedNotification,'

traps_mib_group_din1='digitalInputNotification,
'
traps_mib_group_din2='digitalInput2Notification,
'
traps_mib_group_dout1='digitalOutputNotification,
'
traps_mib_group_dout2='digitalOutput2Notification,
'
traps_mib_group_dio0='digitalio0Notification,
'
traps_mib_group_dio1='digitalio1Notification,
'
traps_mib_group_dio2='digitalio2Notification,
'
traps_mib_group_dwi0='drywetio0Notification,
'
traps_mib_group_dwi1='drywetio1Notification,
'
traps_mib_group_relay0='relay0Notification,
'
traps_mib_group_relay1='relay1Notification,
'
traps_mib_group_acl0='acl0Notification,
'
traps_mib_group_adc0='adc0Notification,
'
traps_mib_group_iio='digitalIioNotification,
'
traps_mib_group_pwr0='powerVoltageNotification,
'

# Trap definitions

traps_mib_gsm='
signalChangeNotification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Signal strength trap"
	::= { mobileNotifications 1 }

networkTypeNotification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Network type trap"
	::= { mobileNotifications 2 }
'

traps_mib_din1='
digitalInputNotification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Digital input trap"
	::= { ioNotifications 1 }
'

traps_mib_dout1='
digitalOutputNotification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Digital output trap"
	::= { ioNotifications 2 }
'

traps_mib_dio0='
digitalio0Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Digital I/O 0 trap"
	::= { ioNotifications 3 }
'

traps_mib_dio1='
digitalio1Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Digital I/O 1 trap"
	::= { ioNotifications 4 }
'

traps_mib_dio2='
digitalio2Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Digital I/O 2 trap"
	::= { ioNotifications 5 }
'

traps_mib_dwi0='
drywetio0Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Dry/Wet I/O 0 trap"
	::= { ioNotifications 6 }
'

traps_mib_dwi1='
drywetio1Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Dry/Wet I/O 1 trap"
	::= { ioNotifications 7 }
'

traps_mib_relay0='
relay0Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Relay 0 trap"
	::= { ioNotifications 8 }
'

traps_mib_relay1='
relay1Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Relay 1 trap"
	::= { ioNotifications 9 }
'

traps_mib_acl0='
acl0Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"ACL trap"
	::= { ioNotifications 10 }
'

traps_mib_adc0='
adc0Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"ADC trap"
	::= { ioNotifications 11 }
'

traps_mib_din2='
digitalInput2Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Digital input2 trap"
	::= { ioNotifications 12 }
'

traps_mib_iio='
digitalIioNotification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Isolated Input trap"
	::= { ioNotifications 13 }
'

traps_mib_dout2='
digitalOutput2Notification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Digital output2 trap"
	::= { ioNotifications 14 }
'

traps_mib_pwr0='
powerVoltageNotification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Power voltage trap"
	::= { ioNotifications 15 }
'

traps_mib_eventlog='
eventLogNotification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Event log notification trap"
	::= { eventNotifications 1 }
'

traps_mib_hotspot='
clientConnectedNotification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Client connection to Hotspot trap"
	::= { hotspotNotifications 1 }

clientDisconnectedNotification NOTIFICATION-TYPE
	STATUS		current
	DESCRIPTION	"Client disconnection from Hotspot trap"
	::= { hotspotNotifications 2 }
'
