mirror/git_old/snmp/mirror-mib.h

10 lines
210 B
C
Raw Normal View History

2021-09-09 00:31:28 -04:00
#ifndef MIRRORMIB_H
#define MIRRORMIB_H
void init_mirror_mib(void);
Netsnmp_Node_Handler handle_cogentBytes;
Netsnmp_Node_Handler handle_orionBytes;
Netsnmp_Node_Handler handle_campusBytes;
#endif