Thanks for the response.  I've tried this and I get the following error:
 
[EMAIL PROTECTED] commit check 
re0: 
error: The routing instance(m20a) is not configured
error: configuration check-out failed
 
Seems like the 'routing-instance' only allows routing-instances and not 
logical-routers.  :-(

-evt



 


________________________________

        From: BRIANT Alain [mailto:[EMAIL PROTECTED] 
        Sent: Thursday, September 27, 2007 10:48 AM
        To: Eric Van Tol
        Cc: [email protected]
        Subject: Re: [j-nsp] SNMP for logical routers
        
        
        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 [email protected]
                https://puck.nether.net/mailman/listinfo/juniper-nsp
                
                
                  


_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to