SNMP Management

SNMP Management Endpoints

Master/sub-agent services

Read-only users

Informsinks

Communities

Enable/disable SNMP/sub-agent master service JSON

{
    "enable": true
}

Read-only users JSON

[
    {
        "id":1,
        "username": "John",
        "active": true,
        "security": "noauth" / "auth" / "priv",
        "auth": "md5" / "sha",
        "auth-passphrase":"Qwerty123",
        "priv": "des" / "aes",
        "priv-passphrase":"Qwerty123"
    }
]

Informsinks JSON

[
    {
        "id":1,
        "host": "192.168.1.170",
        "protocol": "udp",
        "port":1212,
        "active": true,
        "community":"communitystring",
        "version": "v3"
    }
]

Communities JSON

[
    {
        "id":1,
        "name": "community",
        "active": true,
        "type":"rocommunity"
    }
]

Back to X2-SERIES API Home