Score:0

Juniper - SNMP not working with prefix list

cz flag

I have a problem with configuration SNMP on juniper MX2200.

My configuration:

snmp {
    description "Juniper MX2200";
    location "MyHome";
    community tango {
        authorization read-only;
        client-list-name SNMP-list;
    }
    trap-group jun-tr-gr {
        version v2;
        categories {
            chassis;
            link;
        }
    }
}


policy-options {
    prefix-list SNMP-list {
        10.10.20.20/32;
        10.10.10.20/32;
    }
}

When I use snmpwalk as the result I get: Timeout: No Response from 10.0.0.10

In juniper log I have: SNMPD_AUTH_RESTRICTED_ADDRESS: nsa_initial_callback: request from address 10.10.20.20 not allowed

I don't know why this configuration does not work. Can you help me?

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.