[j-nsp] SNMP for logical routers

BRIANT Alain alain.briant at c-s.fr
Thu Sep 27 10:48:09 EDT 2007


Yes Eric

I have tried this and it's working well

here is a sample config with a routing-instance
I believe it working also with a logical router the same way:
You will need the highlighted statements to have it working.

Alain



interfaces {
    fe-0/0/0 {
        unit 0 {   
            family inet {
                address 10.20.0.11/24;
            }
        }
    }
}
snmp {
    community public {
        authorization read-only;
        *routing-instances reseau1;*
    }
    *routing-instance-access;*
}
routing-instances {
    reseau1 {
        instance-type virtual-router;
        interface fe-0/0/0.0;
        routing-options {
            static {
                route 0.0.0.0/0 next-hop 10.20.0.1;
            }
        }
    }              
}




Eric Van Tol a écrit :

>Hi all,
>According to this link:
>
>http://www.juniper.net/techpubs/software/junos/junos84/rn-sw-84/rn-new-f
>eatures.html
>
>SNMP separation has been added for logical routers.  This link:
>
>http://www.juniper.net/techpubs/software/junos/junos84/feature-guide-84/
>id-11160689.html#id-11160689
>
>states the same thing and directs you to look at the JUNOS Network
>Management Configuration Guide for more information.  However, that
>portion of the documentation does not mention any such feature.  
>
>Has anyone tried to configure this, and if so, have you been able to get
>it to work?  Any other documentation I should be looking at for this
>feature?
>
>thanks,
>evt
>_______________________________________________
>juniper-nsp mailing list juniper-nsp at puck.nether.net
>https://puck.nether.net/mailman/listinfo/juniper-nsp
>
>
>  
>



More information about the juniper-nsp mailing list