The SQL being so simple yet powerful can be used for the network management and telecommunication protocols. We've observed that SNMP is being used to manage/notify some SQL-services. This can be just the reverse.
Rather than a command below
doSnmpGet
The following will be very simple (this can be made better)
SELECT some-oid FROM someSnmpTable WHERE host=someHost AND community=*****;
Rather than bulkget the following can be friendly
SELECT * FROM someSnmpTable WHERE host=someHost;
A similar thing can be tried for TL1 as well. In fact through adapters both can be managed using an SQL convenience layer.
No comments:
Post a Comment